aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-16meson.build: fix building of Xen support for aarch64Alex Bennée1-1/+6
2020-11-16plugins: Fix two resource leaks in setup_socket()Alex Chen1-0/+2
2020-11-16plugins: Fix resource leak in connect_socket()Alex Chen1-0/+1
2020-11-14Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201...Peter Maydell2-3/+19
2020-11-13intc/ibex_plic: Ensure we don't loose interruptsAlistair Francis2-1/+17
2020-11-13intc/ibex_plic: Fix some typos in the commentsAlistair Francis1-2/+2
2020-11-13Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20201113' into s...Peter Maydell12-41/+49
2020-11-13hmp: Pass monitor to mon_get_cpu_env()Kevin Wolf10-20/+20
2020-11-13hmp: Pass monitor to MonitorDef.get_value()Kevin Wolf5-9/+17
2020-11-13hmp: Pass monitor to mon_get_cpu()Kevin Wolf5-13/+13
2020-11-13Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20201113-pull-request...Peter Maydell5-41/+68
2020-11-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20201112' into stagingPeter Maydell1-12/+12
2020-11-13Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20201112.0' i...Peter Maydell1-1/+1
2020-11-13xhci: fix nec-usb-xhci propertiesGerd Hoffmann1-5/+26
2020-11-13hw/display/cirrus_vga: Fix hexadecimal format string specifierPhilippe Mathieu-Daudé1-1/+1
2020-11-13hw/display/cirrus_vga: Remove debugging code commented outPhilippe Mathieu-Daudé1-18/+0
2020-11-13hw/usb/Kconfig: Fix USB_XHCI_NEC (depends on USB_XHCI_PCI)Philippe Mathieu-Daudé1-2/+1
2020-11-13console: avoid passing con=NULL to graphic_hw_update_done()lichun1-2/+3
2020-11-13audio/jack: fix use after free segfaultGeoffrey McRae1-13/+37
2020-11-12MAINTAINERS: Replace my twiddle.net addressRichard Henderson1-12/+12
2020-11-12Fix use after free in vfio_migration_probeKirti Wankhede1-1/+1
2020-11-12Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201112a'...Peter Maydell7-23/+52
2020-11-12virtiofsd: check whether strdup lo.source return NULL in main funcHaotian Li1-0/+4
2020-11-12virtiofsd: check whether lo_map_reserve returns NULL in, main funcHaotian Li1-1/+11
2020-11-12tools/virtiofsd/buffer.c: check whether buf is NULL in fuse_bufvec_advance funcHaotian Li1-0/+4
2020-11-12virtiofsd: Announce submounts even without statx()Max Reitz1-8/+0
2020-11-12migration: handle CANCELLING state in migration_completion()Longpeng(Mike)1-0/+2
2020-11-12multifd/tls: fix memoryleak of the QIOChannelSocket object when cancelling mi...Chuan Zheng1-0/+1
2020-11-12migration/dirtyrate: simplify includes in dirtyrate.cChuan Zheng1-5/+0
2020-11-12migration: fix uninitialized variable warning in migrate_send_rp_req_pages()Chen Qun1-1/+1
2020-11-12migration/multifd: fix hangup with TLS-Multifd due to blocking handshakeChuan Zheng1-6/+17
2020-11-12ACPI: Avoid infinite recursion when dump-vmstatePeng Liang1-1/+11
2020-11-12migration/ram: Fix hexadecimal format string specifierPhilippe Mathieu-Daudé1-1/+1
2020-11-12Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20201112' int...Peter Maydell1-0/+2
2020-11-12macio: set user_creatable to false in macio_class_init()Mark Cave-Ayland1-0/+2
2020-11-11Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re...Peter Maydell16-49/+56
2020-11-11Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-reque...Peter Maydell11-49/+30
2020-11-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell7-13/+15
2020-11-11Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell10-60/+67
2020-11-11scripts/tracetool: silence SystemTap dtrace(1) long long warningsStefan Hajnoczi1-0/+6
2020-11-11trace: remove argument from trace_init_filePaolo Bonzini10-49/+24
2020-11-11hw/net/can/ctucan_core: Use stl_le_p to write to tx_buffersPeter Maydell1-4/+2
2020-11-11hw/net/can/ctucan_core: Handle big-endian hostsPeter Maydell1-2/+1
2020-11-11hw/net/can/ctucan: Avoid unused value in ctucan_send_ready_buffers()Peter Maydell1-12/+3
2020-11-11hw/net/can/ctucan: Don't allow guest to write off end of tx_bufferPeter Maydell1-2/+4
2020-11-11linux-user: Prevent crash in epoll_ctlLemonBoy1-9/+17
2020-11-11linux-user: Correct definition of stack_tLemonBoy15-40/+39
2020-11-11pvpanic: Advertise the PVPANIC_CRASHLOADED event supportPaolo Bonzini3-2/+6
2020-11-11net/l2tpv3: Remove redundant check in net_init_l2tpv3()AlexChen1-6/+3
2020-11-11net: remove an assert call in eth_get_gso_typePrasad J Pandit1-3/+3