aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2024-01-05memory: Have memory_region_init_ram_from_fd() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_ram_from_file() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_resizeable_ram() return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_rom_device() handler return a booleanPhilippe Mathieu-Daudé1-2/+4
2024-01-05memory: Simplify memory_region_init_rom_device_nomigrate() callsPhilippe Mathieu-Daudé1-5/+2
2024-01-05memory: Have memory_region_init_rom_device_nomigrate() return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_rom() handler return a booleanPhilippe Mathieu-Daudé1-2/+4
2024-01-05memory: Have memory_region_init_ram() handler return a booleanPhilippe Mathieu-Daudé1-2/+4
2024-01-05memory: Simplify memory_region_init_ram_from_fd() callsPhilippe Mathieu-Daudé1-4/+1
2024-01-05memory: Simplify memory_region_init_rom_nomigrate() callsPhilippe Mathieu-Daudé1-4/+1
2024-01-05memory: Have memory_region_init_rom_nomigrate() handler return a booleanPhilippe Mathieu-Daudé1-2/+7
2024-01-05memory: Have memory_region_init_ram_nomigrate() handler return a booleanPhilippe Mathieu-Daudé1-2/+3
2024-01-05memory: Have memory_region_init_ram_flags_nomigrate() return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05hw/core: Add machine_class_default_cpu_type()Philippe Mathieu-Daudé1-1/+1
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-1/+3
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini1-2/+2
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini1-1/+3
2023-12-30system: Constify VMStateRichard Henderson1-7/+7
2023-12-21scsi: assert that callbacks run in the correct AioContextStefan Hajnoczi1-0/+3
2023-12-21dma-helpers: don't lock AioContext in dma_blk_cb()Stefan Hajnoczi1-5/+2
2023-12-21vl: Improve error message for conflicting -incoming and -loadvmKevin Wolf1-0/+4
2023-12-20system/qtest: Include missing 'hw/core/cpu.h' headerPhilippe Mathieu-Daudé1-0/+1
2023-12-04system/memory: use ldn_he_p/stn_he_pPatrick Venture1-30/+2
2023-11-24system: Use &error_abort in memory_region_init_ram_[device_]ptr()Philippe Mathieu-Daudé1-2/+2
2023-11-24coverity: physmem: use simple assertions instead of modellingVladimir Sementsov-Ogievskiy1-0/+22
2023-11-21Merge tag 'pull-xenfv-20231121' of git://git.infradead.org/users/dwmw2/qemu i...Stefan Hajnoczi1-0/+1
2023-11-21vl: disable default serial when xen-console is enabledDavid Woodhouse1-0/+1
2023-11-21vl: add missing display_remote++Marc-André Lureau1-0/+2
2023-11-21vl: revert behaviour for -display noneMarc-André Lureau1-1/+1
2023-11-17balloon: Fix a misleading error messageMarkus Armbruster1-5/+5
2023-11-14accel/tcg: Remove CF_LAST_IORichard Henderson1-4/+2
2023-11-08Merge tag 'misc-cpus-20231107' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2-3/+11
2023-11-07system/cpus: Fix CPUState.nr_cores' calculationZhuocheng Ding1-1/+1
2023-11-07accel: Introduce cpu_exec_reset_hold()Philippe Mathieu-Daudé1-0/+7
2023-11-07vl: constify default_listMarc-André Lureau1-1/+1
2023-11-07vl: Free machine listAkihiko Odaki1-1/+2
2023-11-07Merge tag 'pixman-pull-request' of https://gitlab.com/marcandre.lureau/qemu i...Stefan Hajnoczi1-38/+46
2023-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-0/+2
2023-11-07ui/console: allow to override the default VCMarc-André Lureau1-10/+17
2023-11-07vl: move display early init before default devicesMarc-André Lureau1-13/+18
2023-11-07vl: simplify display_remote logicMarc-André Lureau1-5/+1
2023-11-07qemu-options: define -vnc only #ifdef CONFIG_VNCMarc-André Lureau1-4/+9
2023-11-07vl: drop needless -spice checksMarc-André Lureau1-6/+1
2023-11-07Add virtio-sound-pci deviceManos Pitsidianakis1-0/+1
2023-11-07Add virtio-sound device stubManos Pitsidianakis1-0/+1
2023-11-07Merge tag 'pull-vfio-20231106' of https://github.com/legoater/qemu into stagingStefan Hajnoczi1-0/+13
2023-11-03memory: Introduce memory_region_iommu_set_iova_rangesEric Auger1-0/+13
2023-11-03system/dirtylimit: Drop the reduplicative checkHyman Huang1-4/+0
2023-11-03system/dirtylimit: Fix a race situationHyman Huang1-6/+14
2023-11-02migration: New migrate and migrate-incoming argument 'channels'Het Gala1-1/+1