summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw/dma: Remove CONFIG_USER_ONLY checkPhilippe Mathieu-Daudé2022-01-181-3/+0Star
* hw/pci: Document pci_dma_map()Philippe Mathieu-Daudé2022-01-181-0/+12
* hw/pci: Restrict pci-bus stub to sysemuPhilippe Mathieu-Daudé2022-01-181-1/+1
* hw/nvram: Restrict fw_cfg QOM interface to sysemu and toolsPhilippe Mathieu-Daudé2022-01-181-2/+4
* stubs: Restrict fw_cfg to system emulationPhilippe Mathieu-Daudé2022-01-181-1/+1
* memory: Fix incorrect calls of log_global_start/stopPeter Xu2022-01-181-13/+14
* memory: Update description of memory_region_is_mapped()David Hildenbrand2022-01-181-1/+2
* memory: Make memory_region_is_mapped() succeed when mapped via an aliasDavid Hildenbrand2022-01-182-1/+13
* machine: Use host_memory_backend_is_mapped() in machine_consume_memdev()David Hildenbrand2022-01-181-1/+1
* memory: Have 'info mtree' remove duplicated Address Space informationPhilippe Mathieu-Daudé2022-01-181-3/+60
* memory: Split mtree_info() as mtree_info_flatview() + mtree_info_as()Philippe Mathieu-Daudé2022-01-181-34/+43
* memory: Directly dispatch alias accesses on origin memory regionPhilippe Mathieu-Daudé2022-01-181-0/+10
* Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20220115' i...Peter Maydell2022-01-164-0/+0
|\
| * roms/openbios: update OpenBIOS images to 04dfc98 built from submoduleMark Cave-Ayland2022-01-154-0/+0
* | Merge remote-tracking branch 'remotes/konstantin/tags/qga-win32-pull-2022-01-...Peter Maydell2022-01-162-116/+166
|\ \ | |/ |/|
| * qga-win: Detect Windows 11 by build numberKostiantyn Kostiuk2022-01-101-9/+14
| * qga-win: Detect OS based on Windows 10 by first build numberKostiantyn Kostiuk2022-01-101-7/+11
| * gqa-win: get_pci_info: Replace 'while' with 2 calls of the functionKostiantyn Kostiuk2022-01-101-6/+24
| * gqa-win: get_pci_info: Add g_autofree for few variablesKostiantyn Kostiuk2022-01-101-4/+2Star
| * gqa-win: get_pci_info: Split logic to separate functionsKostiantyn Kostiuk2022-01-101-74/+87
| * gqa-win: get_pci_info: Free parent_dev_info properlyKostiantyn Kostiuk2022-01-101-2/+5
| * gqa-win: get_pci_info: Use common 'end' labelKostiantyn Kostiuk2022-01-101-13/+12Star
| * gqa-win: get_pci_info: Clean dev_info if handle is validKostiantyn Kostiuk2022-01-101-2/+4
| * MAINTAINERS: Add entry for QEMU Guest Agent Windows componentsKostiantyn Kostiuk2022-01-101-0/+8
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2022-01-1428-104/+307
|\ \
| * | iotests/testrunner.py: refactor test_field_widthVladimir Sementsov-Ogievskiy2022-01-141-11/+10Star
| * | block: drop BLK_PERM_GRAPH_MODVladimir Sementsov-Ogievskiy2022-01-148-35/+12Star
| * | qemu-img: make is_allocated_sectors() more efficientVladimir Sementsov-Ogievskiy2022-01-142-10/+21
| * | iotests: Test qemu-img convert of zeroed data clusterKevin Wolf2022-01-142-2/+9
| * | vvfat: Fix vvfat_write() for writes before the root directoryKevin Wolf2022-01-141-8/+22
| * | vvfat: Fix size of temporary qcow fileKevin Wolf2022-01-141-4/+3Star
| * | iotests/308: Fix for CAP_DAC_OVERRIDEHanna Reitz2022-01-142-3/+24
| * | iotests/stream-error-on-reset: New testHanna Reitz2022-01-142-0/+145
| * | block-backend: prevent dangling BDS pointers across aio_poll()Stefan Hajnoczi2022-01-141-2/+17
| * | qapi/block: Restrict vhost-user-blk to CONFIG_VHOST_USER_BLK_SERVERPhilippe Mathieu-Daudé2022-01-141-2/+4
| * | qemu-storage-daemon: Add vhost-user-blk helpPhilippe Mathieu-Daudé2022-01-141-0/+13
| * | docs: Correct 'vhost-user-blk' spellingPhilippe Mathieu-Daudé2022-01-141-1/+1
| * | softmmu: fix device deletion events with -device JSON syntaxDaniel P. Berrangé2022-01-143-2/+26
| * | include/sysemu/blockdev.h: remove drive_get_max_devsEmanuele Giuseppe Esposito2022-01-142-18/+0Star
| * | include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv...Emanuele Giuseppe Esposito2022-01-144-10/+5Star
| * | block_int: make bdrv_backing_overridden staticEmanuele Giuseppe Esposito2022-01-142-4/+3Star
* | | Merge remote-tracking branch 'remotes/kraxel/tags/kraxel-20220114-pull-reques...Peter Maydell2022-01-1427-182/+388
|\ \ \
| * | | ui/input-legacy: pass horizontal scroll informationDmitry Petrov2022-01-131-0/+15
| * | | ui/sdl2: pass horizontal scroll information to the device codeDmitry Petrov2022-01-131-0/+5
| * | | ui/gtk: pass horizontal scroll information to the device codeDmitry Petrov2022-01-131-12/+42
| * | | ui/cocoa: pass horizontal scroll information to the device codeDmitry Petrov2022-01-131-6/+12
| * | | ps2: Initial horizontal scroll supportDmitry Petrov2022-01-132-9/+50
| * | | edid: Added support for 4k@60 Hz monitorSatyeshwar Singh2022-01-131-0/+3
| * | | edid: set default resolution to 1280x800 (WXGA)Daniel P. Berrangé2022-01-133-6/+6
| * | | hw/mips/jazz: Inline vga_mmio_init() and remove itPhilippe Mathieu-Daudé2022-01-133-25/+8Star