aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-11pvpanic: Advertise the PVPANIC_CRASHLOADED event supportPaolo Bonzini3-2/+6
2020-11-10physmem: improve ram size error messagesPankaj Gupta1-3/+3
2020-11-09Makefile: No echoing for 'make help V=1'Greg Kurz1-1/+1
2020-11-09replay: remove some dead codePavel Dovgalyuk1-3/+0
2020-11-09fix make clean/distcleanPaolo Bonzini1-3/+3
2020-11-09meson: Clarify the confusing vhost-user vs. vhost-kernel outputThomas Huth1-1/+2
2020-11-06Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201106' into stagingPeter Maydell7-38/+56
2020-11-06Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20201106' int...Peter Maydell6-25/+18
2020-11-05Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re...Peter Maydell3-3/+12
2020-11-05Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-5.2-20201105' in...Peter Maydell3-7/+2
2020-11-05Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20201104' into stagingPeter Maydell2-22/+22
2020-11-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell27-58/+501
2020-11-05hw/9pfs: Fix Kconfig dependency problem between 9pfs and XenPhilippe Mathieu-Daudé2-5/+1
2020-11-05hw/9pfs : add space before the open parenthesis '('Xinhao Zhang1-1/+1
2020-11-05hw/9pfs : open brace '{' following struct go on the same lineXinhao Zhang1-6/+3
2020-11-05hw/9pfs : add spaces around operatorXinhao Zhang2-13/+13
2020-11-05Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell27-158/+227
2020-11-05s390x: fix build for --without-default-devicesCornelia Huck2-2/+3
2020-11-05target/s390x: fix execution with icountPavel Dovgalyuk2-35/+50
2020-11-05spapr: Convert hpt_prepare_thread() to use qemu_try_memalign()Greg Kurz1-1/+1
2020-11-05spapr: Drop dead code in spapr_reallocate_hpt()Greg Kurz1-6/+0
2020-11-05target/ppc/excp_helper: Add a fallthrough for fix compiler warningChen Qun1-0/+1
2020-11-04Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20201104-pull-request...Peter Maydell7-18/+47
2020-11-04linux-user: Check copy_from_user() return value in vma_dump_size()Peter Maydell1-1/+3
2020-11-04linux-user/syscall: Fix missing target_to_host_timespec64() checkAlistair Francis1-1/+3
2020-11-04linux-user: Use "!= 0" when checking if MAP_FIXED_NOREPLACE is non-zeroPeter Maydell1-1/+2
2020-11-04linux-user/mips/cpu_loop: silence the compiler warningsChen Qun1-0/+4
2020-11-04tcg: Revert "tcg/optimize: Flush data at labels not TCG_OPF_BB_END"Richard Henderson1-18/+17
2020-11-04tcg: Remove assert from set_jmp_reset_offsetRichard Henderson1-4/+5
2020-11-04qapi, qemu-options: make all parsing visitors parse boolean options the samePaolo Bonzini6-52/+30
2020-11-04qtest: escape device name in device-introspect-testPaolo Bonzini1-2/+8
2020-11-04ivshmem-test: do not use short-form boolean optionPaolo Bonzini1-1/+1
2020-11-04Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201104-pull-request' i...Peter Maydell6-17/+45
2020-11-04Merge remote-tracking branch 'remotes/kraxel/tags/usb-20201104-pull-request' ...Peter Maydell2-131/+216
2020-11-04pc-bios/s390: update s390-ccw bios binariesCornelia Huck2-0/+0
2020-11-04s390-bios: Skip writing iplb location to low core for ccw iplJason J. Herne1-1/+3
2020-11-04Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-fixes-20201103'...Peter Maydell30-373/+32
2020-11-04roms/Makefile: Add qboot to .PHONY listBruce Rogers1-1/+1
2020-11-04ati: check x y display parameter valuesPrasad J Pandit1-4/+6
2020-11-04vnc: fix resource leak when websocket channel errorDing Hui5-13/+40
2020-11-04console: make QMP/HMP screendump run in coroutineMarc-André Lureau4-5/+34
2020-11-04console: modify ppm_save to take a pixman image refMarc-André Lureau2-8/+9
2020-11-04coroutine: let CoQueue wake up outside a coroutineMarc-André Lureau1-4/+2
2020-11-04dev-serial: store flow control and xon/xoff charactersMark Cave-Ayland2-3/+37
2020-11-04dev-serial: add support for setting data_bits in QEMUSerialSetParamsMark Cave-Ayland2-0/+18
2020-11-04dev-serial: add always-plugged property to ensure USB device is always attachedMark Cave-Ayland1-3/+6
2020-11-04dev-serial: replace DeviceOutVendor/DeviceInVendor with equivalent macros fro...Mark Cave-Ayland1-15/+10
2020-11-04dev-serial: add trace-events for baud rate and data parametersMark Cave-Ayland2-0/+5
2020-11-04dev-serial: convert from DPRINTF to trace-eventsMark Cave-Ayland2-14/+22
2020-11-04dev-serial: use USB_SERIAL QOM macro for USBSerialState assignmentsMark Cave-Ayland1-3/+3