aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-14qemu-img: make is_allocated_sectors() more efficientVladimir Sementsov-Ogievskiy2-10/+21
2022-01-14iotests: Test qemu-img convert of zeroed data clusterKevin Wolf2-2/+9
2022-01-14vvfat: Fix vvfat_write() for writes before the root directoryKevin Wolf1-8/+22
2022-01-14vvfat: Fix size of temporary qcow fileKevin Wolf1-4/+3
2022-01-14iotests/308: Fix for CAP_DAC_OVERRIDEHanna Reitz2-3/+24
2022-01-14iotests/stream-error-on-reset: New testHanna Reitz2-0/+145
2022-01-14block-backend: prevent dangling BDS pointers across aio_poll()Stefan Hajnoczi1-2/+17
2022-01-14qapi/block: Restrict vhost-user-blk to CONFIG_VHOST_USER_BLK_SERVERPhilippe Mathieu-Daudé1-2/+4
2022-01-14qemu-storage-daemon: Add vhost-user-blk helpPhilippe Mathieu-Daudé1-0/+13
2022-01-14docs: Correct 'vhost-user-blk' spellingPhilippe Mathieu-Daudé1-1/+1
2022-01-14softmmu: fix device deletion events with -device JSON syntaxDaniel P. Berrangé3-2/+26
2022-01-14include/sysemu/blockdev.h: remove drive_get_max_devsEmanuele Giuseppe Esposito2-18/+0
2022-01-14include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv...Emanuele Giuseppe Esposito4-10/+5
2022-01-14block_int: make bdrv_backing_overridden staticEmanuele Giuseppe Esposito2-4/+3
2022-01-13Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell42-248/+276
2022-01-13Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220112' into s...Peter Maydell19-599/+736
2022-01-12meson: reenable filemonitor-inotify compilationVolker Rümelin2-3/+6
2022-01-12meson: build all modules by defaultPaolo Bonzini2-3/+4
2022-01-12configure: do not create roms/seabios/config.mak if SeaBIOS not presentPaolo Bonzini1-2/+4
2022-01-12tests/tcg: Fix target-specific Makefile variables path for user-modePhilippe Mathieu-Daudé1-1/+1
2022-01-12KVM: x86: ignore interrupt_bitmap field of KVM_GET/SET_SREGSPaolo Bonzini1-15/+9
2022-01-12KVM: use KVM_{GET|SET}_SREGS2 when supported.Maxim Levitsky3-2/+138
2022-01-12meson: add comments in the target-specific flags sectionPaolo Bonzini1-0/+5
2022-01-12configure, meson: move config-poison.h to mesonPaolo Bonzini4-12/+29
2022-01-12meson: build contrib/ executables after generated headersPaolo Bonzini4-4/+4
2022-01-12configure: move non-command-line variables away from command-line parsing sec...Paolo Bonzini1-7/+6
2022-01-12configure: parse --enable/--disable-strip automatically, flip defaultPaolo Bonzini4-18/+18
2022-01-12configure, makefile: remove traces of really old filesPaolo Bonzini2-16/+4
2022-01-12configure: do not set bsd_user/linux_user earlyPaolo Bonzini1-11/+17
2022-01-12configure: simplify creation of plugin symbol listPaolo Bonzini2-84/+10
2022-01-12block/file-posix: Simplify the XFS_IOC_DIOINFO handlingThomas Huth5-55/+17
2022-01-12meson: cleanup common-user/ buildPaolo Bonzini2-13/+2
2022-01-12user: move common-user includes to a subdirectory of {bsd,linux}-user/Paolo Bonzini19-3/+3
2022-01-12meson: reuse common_user_inc when building files specific to user-mode emulatorsPaolo Bonzini1-1/+1
2022-01-12Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/linux-user-for-7.0-...Peter Maydell34-1161/+318
2022-01-12ppc/pnv: use stack->pci_regs[] in pnv_pec_stk_pci_xscom_write()Daniel Henrique Barboza1-10/+10
2022-01-12ppc/pnv: turn pnv_phb4_update_regions() into staticDaniel Henrique Barboza2-27/+26
2022-01-12ppc/pnv: Introduce user creatable pnv-phb4 devicesDaniel Henrique Barboza3-4/+89
2022-01-12ppc/pnv: turn 'phb' into a pointer in struct PnvPhb4PecStackDaniel Henrique Barboza3-16/+13
2022-01-12ppc/pnv: move PHB4 XSCOM init to phb4_realize()Daniel Henrique Barboza2-292/+304
2022-01-12ppc/pnv: set phb4 properties in stk_realize()Daniel Henrique Barboza1-3/+3
2022-01-12pnv_phb4_pec: use pnv_phb4_pec_get_phb_id() in pnv_pec_dt_xscom()Daniel Henrique Barboza1-3/+2
2022-01-12pnv_phb4_pec.c: move pnv_pec_phb_offset() to pnv_phb4.cDaniel Henrique Barboza3-14/+20
2022-01-12pnv_phb4.c: change TYPE_PNV_PHB4_ROOT_BUS nameDaniel Henrique Barboza1-1/+1
2022-01-12pnv_phb3.h: change TYPE_PNV_PHB3_ROOT_BUS nameDaniel Henrique Barboza1-1/+1
2022-01-12ppc/pnv: Move num_phbs under Pnv8ChipCédric Le Goater2-6/+5
2022-01-12ppc/pnv: Complete user created PHB3 devicesCédric Le Goater2-0/+11
2022-01-12ppc/pnv: Reparent user created PHB3 devices to the PnvChipCédric Le Goater3-0/+24
2022-01-12ppc/pnv: Introduce support for user created PHB3 devicesCédric Le Goater3-6/+30
2022-01-12pnv_phb4.c: check if root port exists in rc_config functionsDaniel Henrique Barboza1-2/+8