summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-13intc/ibex_plic: Fix some typos in the commentsAlistair Francis
2020-11-13Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20201113' into s...Peter Maydell
2020-11-13hmp: Pass monitor to mon_get_cpu_env()Kevin Wolf
2020-11-13hmp: Pass monitor to MonitorDef.get_value()Kevin Wolf
2020-11-13hmp: Pass monitor to mon_get_cpu()Kevin Wolf
2020-11-13Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20201113-pull-request...Peter Maydell
2020-11-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20201112' into stagingPeter Maydell
2020-11-13Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20201112.0' i...Peter Maydell
2020-11-13xhci: fix nec-usb-xhci propertiesGerd Hoffmann
2020-11-13hw/display/cirrus_vga: Fix hexadecimal format string specifierPhilippe Mathieu-Daudé
2020-11-13hw/display/cirrus_vga: Remove debugging code commented outPhilippe Mathieu-Daudé
2020-11-13hw/usb/Kconfig: Fix USB_XHCI_NEC (depends on USB_XHCI_PCI)Philippe Mathieu-Daudé
2020-11-13console: avoid passing con=NULL to graphic_hw_update_done()lichun
2020-11-13audio/jack: fix use after free segfaultGeoffrey McRae
2020-11-12MAINTAINERS: Replace my twiddle.net addressRichard Henderson
2020-11-12Fix use after free in vfio_migration_probeKirti Wankhede
2020-11-12Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201112a'...Peter Maydell
2020-11-12virtiofsd: check whether strdup lo.source return NULL in main funcHaotian Li
2020-11-12virtiofsd: check whether lo_map_reserve returns NULL in, main funcHaotian Li
2020-11-12tools/virtiofsd/buffer.c: check whether buf is NULL in fuse_bufvec_advance funcHaotian Li
2020-11-12virtiofsd: Announce submounts even without statx()Max Reitz
2020-11-12migration: handle CANCELLING state in migration_completion()Longpeng(Mike)
2020-11-12multifd/tls: fix memoryleak of the QIOChannelSocket object when cancelling mi...Chuan Zheng
2020-11-12migration/dirtyrate: simplify includes in dirtyrate.cChuan Zheng
2020-11-12migration: fix uninitialized variable warning in migrate_send_rp_req_pages()Chen Qun
2020-11-12migration/multifd: fix hangup with TLS-Multifd due to blocking handshakeChuan Zheng
2020-11-12ACPI: Avoid infinite recursion when dump-vmstatePeng Liang
2020-11-12migration/ram: Fix hexadecimal format string specifierPhilippe Mathieu-Daudé
2020-11-12Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20201112' int...Peter Maydell
2020-11-12macio: set user_creatable to false in macio_class_init()Mark Cave-Ayland
2020-11-11Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re...Peter Maydell
2020-11-11Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-reque...Peter Maydell
2020-11-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-11-11Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2020-11-11scripts/tracetool: silence SystemTap dtrace(1) long long warningsStefan Hajnoczi
2020-11-11trace: remove argument from trace_init_filePaolo Bonzini
2020-11-11hw/net/can/ctucan_core: Use stl_le_p to write to tx_buffersPeter Maydell
2020-11-11hw/net/can/ctucan_core: Handle big-endian hostsPeter Maydell
2020-11-11hw/net/can/ctucan: Avoid unused value in ctucan_send_ready_buffers()Peter Maydell
2020-11-11hw/net/can/ctucan: Don't allow guest to write off end of tx_bufferPeter Maydell
2020-11-11linux-user: Prevent crash in epoll_ctlLemonBoy
2020-11-11linux-user: Correct definition of stack_tLemonBoy
2020-11-11pvpanic: Advertise the PVPANIC_CRASHLOADED event supportPaolo Bonzini
2020-11-11net/l2tpv3: Remove redundant check in net_init_l2tpv3()AlexChen
2020-11-11net: remove an assert call in eth_get_gso_typePrasad J Pandit
2020-11-11net/colo-compare.c: Increase default queued packet scan frequencyZhang Chen
2020-11-11net/colo-compare.c: Add secondary old packet detectionZhang Chen
2020-11-11net/colo-compare.c: Change the timer clock typeZhang Chen
2020-11-11net/colo-compare.c: Fix compare_timeout format issueZhang Chen
2020-11-11colo-compare: check mark in mutual exclusionLi Zhijian