aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-11net/colo-compare.c: Increase default queued packet scan frequencyZhang Chen1-1/+1
2020-11-11net/colo-compare.c: Add secondary old packet detectionZhang Chen1-9/+16
2020-11-11net/colo-compare.c: Change the timer clock typeZhang Chen1-3/+3
2020-11-11net/colo-compare.c: Fix compare_timeout format issueZhang Chen1-6/+6
2020-11-11colo-compare: check mark in mutual exclusionLi Zhijian1-4/+2
2020-11-11colo-compare: fix missing compare_seq initializationLi Zhijian1-4/+1
2020-11-11Fix the qemu crash when guest shutdown in COLO modeRao, Lei1-0/+1
2020-11-11Reduce the time of checkpoint for COLORao, Lei1-1/+13
2020-11-11Optimize seq_sorter function for colo-compareRao, Lei1-5/+2
2020-11-11net/filter-rewriter: destroy g_hash_table in colo_rewriter_cleanupPan Nengyuan1-0/+2
2020-11-11virtio-net: Set mac address to hardware if the peer is vdpaCindy Lu1-0/+6
2020-11-10Update version for v5.2.0-rc1 releasev5.2.0-rc1Peter Maydell1-1/+1
2020-11-10Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201110'...Peter Maydell20-96/+121
2020-11-10Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1...Peter Maydell27-264/+577
2020-11-10physmem: improve ram size error messagesPankaj Gupta1-3/+3
2020-11-10target/arm/translate-neon.c: Handle VTBL UNDEF case before VFP access checkPeter Maydell1-4/+4
2020-11-10tests/qtest/npcm7xx_rng-test: count runs properlyHavard Skinnemoen1-1/+1
2020-11-10hw/arm/nseries: Check return value from load_image_targphys()Peter Maydell1-4/+11
2020-11-10hw/arm/musicpal: Only use qdev_get_gpio_in() when necessaryPhilippe Mathieu-Daudé1-12/+13
2020-11-10hw/arm/musicpal: Don't connect two qemu_irqs directly to the same inputPhilippe Mathieu-Daudé2-4/+14
2020-11-10hw/arm/nseries: Remove invalid/unnecessary n8x0_uart_setup()Philippe Mathieu-Daudé1-11/+0
2020-11-10hw/misc/stm32f2xx_syscfg: Remove extraneous IRQPhilippe Mathieu-Daudé3-5/+0
2020-11-10hw/arm/armsse: Correct expansion MPC interrupt linesPhilippe Mathieu-Daudé1-1/+2
2020-11-10target/arm: Fix neon VTBL/VTBX for len > 1Richard Henderson3-40/+29
2020-11-10hw/arm/virt: Remove dependency on Cortex-A15 MPCore peripheralsPhilippe Mathieu-Daudé1-1/+0
2020-11-10docs: add some notes on the sbsa-ref machineAlex Bennée2-0/+33
2020-11-10target/arm: add space before the open parenthesis '('Xinhao Zhang1-1/+1
2020-11-10target/arm: Don't use '#' flag of printf formatXinhao Zhang1-2/+2
2020-11-10target/arm: add spaces around operatorXinhao Zhang3-9/+9