summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | s390x: Introduce PV query interfaceJanosch Frank2022-10-261-0/+10
| * | | dump: Add architecture section and section string table supportJanosch Frank2022-10-242-0/+6
| * | | dump: Reorder struct DumpStateJanosch Frank2022-10-241-7/+9
| * | | dump: Use a buffer for ELF section data and headersJanosch Frank2022-10-241-0/+2
* | | | Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2022-10-268-43/+61
|\ \ \ \
| * | | | accel/tcg: Remove restore_state_to_opc functionRichard Henderson2022-10-261-3/+0Star
| * | | | accel/tcg: Add restore_state_to_opc to TCGCPUOpsRichard Henderson2022-10-262-1/+12
| * | | | accel/tcg: Simplify page_get/alloc_target_dataRichard Henderson2022-10-261-15/+6Star
| * | | | accel/tcg: Unify declarations of tb_invalidate_phys_rangeRichard Henderson2022-10-262-3/+1Star
| * | | | accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameterRichard Henderson2022-10-261-1/+1
| * | | | accel/tcg: Introduce tb_{set_}page_addr{0,1}Richard Henderson2022-10-261-0/+22
| * | | | accel/tcg: Move assert_no_pages_locked to internal.hRichard Henderson2022-10-261-8/+0Star
| * | | | accel/tcg: Make page_alloc_target_data allocation constantRichard Henderson2022-10-261-5/+4Star
| * | | | include/qemu/thread: Use qatomic_* functionsRichard Henderson2022-10-261-4/+4
| * | | | include/qemu/atomic: Use qemu_build_assertRichard Henderson2022-10-261-8/+8
| * | | | include/qemu/osdep: Add qemu_build_assertRichard Henderson2022-10-261-0/+8
| |/ / /
* | | | Merge tag 'pull-aspeed-20221025' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi2022-10-263-0/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | aspeed/smc: Cache AspeedSMCClassCédric Le Goater2022-10-241-0/+2
| * | | ssi: cache SSIPeripheralClass to avoid GET_CLASS()Alex Bennée2022-10-241-0/+3
| * | | hw/i2c/aspeed: Fix old reg slave receivePeter Delevoryas2022-10-241-0/+1
| | |/ | |/|
* | | Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi2022-10-252-2/+1Star
|\ \ \ | |_|/ |/| |
| * | treewide: Remove the unnecessary space before semicolonBin Meng2022-10-241-1/+1
| * | include/hw/scsi/scsi.h: Remove unused scsi_legacy_handle_cmdline() prototypePeter Maydell2022-10-221-1/+0Star
| |/
* / m68k: rework BI_VIRT_RNG_SEED as BI_RNG_SEEDJason A. Donenfeld2022-10-212-2/+10
|/
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-10-181-0/+1
|\
| * virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug eventsVenu Busireddy2022-10-131-0/+1
* | qmp/hmp, device_tree.c: introduce dumpdtbDaniel Henrique Barboza2022-10-171-0/+1
* | ppc440_uc.c: Move some macros to ppc4xx.hBALATON Zoltan2022-10-171-0/+4
* | ppc440_sdram: QOM'ifyBALATON Zoltan2022-10-171-2/+16
* | ppc4xx_sdram: Rename functions to prevent name clashesBALATON Zoltan2022-10-171-2/+2
* | ppc440_sdram: Get rid of the init RAM hackBALATON Zoltan2022-10-171-0/+2
* | ppc4xx_sdram: QOM'ifyBALATON Zoltan2022-10-171-5/+26
* | ppc4xx_sdram: Move size check to ppc4xx_sdram_init()BALATON Zoltan2022-10-171-1/+1
* | ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()BALATON Zoltan2022-10-171-6/+3Star
* | ppc4xx_sdram: Get rid of the init RAM hackBALATON Zoltan2022-10-171-2/+3
* | ppc4xx: Introduce Ppc4xxSdramBank structBALATON Zoltan2022-10-171-0/+8
* | hw/riscv: virt: Enable booting S-mode firmware from pflashSunil V L2022-10-141-0/+1
* | hw/arm, loongarch: Move load_image_to_fw_cfg() to common locationSunil V L2022-10-141-0/+21
* | hw/ssi: ibex_spi: fixup/add rw1c functionalityWilfred Mallawa2022-10-141-2/+2
|/
* Merge tag 'kraxel-20221013-pull-request' of https://gitlab.com/kraxel/qemu in...Stefan Hajnoczi2022-10-131-3/+10
|\
| * pci-ids: document modern virtio-pci ids in pci.h tooGerd Hoffmann2022-10-121-0/+10
| * pci-ids: drop PCI_DEVICE_ID_VIRTIO_PMEMGerd Hoffmann2022-10-121-1/+0Star
| * pci-ids: drop PCI_DEVICE_ID_VIRTIO_MEMGerd Hoffmann2022-10-121-1/+0Star
| * pci-ids: drop PCI_DEVICE_ID_VIRTIO_IOMMUGerd Hoffmann2022-10-121-1/+0Star
* | Merge tag 'win32-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Stefan Hajnoczi2022-10-131-1/+4
|\ \
| * | io/command: implement support for win32Marc-André Lureau2022-10-121-0/+3
| * | io/command: use glib GSpawn, instead of open-coding fork/execMarc-André Lureau2022-10-121-1/+1
* | | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-10-132-0/+78
|\ \ \
| * | | kvm: expose struct KVMStateChenyi Qiang2022-10-111-0/+76
| * | | kvm: allow target-specific accelerator propertiesPaolo Bonzini2022-10-101-0/+2
| | |/ | |/|