summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * kvm: require KVM_IRQFD for kernel irqchipPaolo Bonzini2023-10-251-3/+3
| * kvm: require KVM_CAP_SIGNAL_MSIPaolo Bonzini2023-10-252-10/+0
* | hw/arm/aspeed: Move AspeedSoCState::cpu/vic to Aspeed2400SoCStatePhilippe Mathieu-Daudé2023-10-251-2/+3
* | hw/arm/aspeed: Move AspeedSoCState::a7mpcore to Aspeed2600SoCStatePhilippe Mathieu-Daudé2023-10-251-1/+3
* | hw/arm/aspeed: Move AspeedSoCState::armv7m to Aspeed10x0SoCStatePhilippe Mathieu-Daudé2023-10-251-3/+2
* | hw/arm/aspeed: Introduce TYPE_ASPEED2400_SOCPhilippe Mathieu-Daudé2023-10-251-0/+7
* | hw/arm/aspeed: Introduce TYPE_ASPEED2600_SOCPhilippe Mathieu-Daudé2023-10-251-0/+7
* | hw/arm/aspeed: Introduce TYPE_ASPEED10X0_SOCPhilippe Mathieu-Daudé2023-10-251-0/+7
|/
* Merge tag 'pull-tcg-20231023' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2023-10-234-4/+21
|\
| * tcg: Define MO_TLPaolo Bonzini2023-10-221-0/+2
| * tcg: Export tcg_gen_ext_{i32,i64,tl}Richard Henderson2023-10-222-0/+4
| * tcg: add negsetcondiPaolo Bonzini2023-10-222-0/+6
| * tcg: Add tcg_gen_{ld,st}_i128Richard Henderson2023-10-221-0/+3
| * tcg: drop unused tcg_temp_free defineMike Frysinger2023-10-221-2/+0
| * tcg: Introduce tcg_use_softmmuRichard Henderson2023-10-221-2/+6
* | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2023-10-238-11/+48
|\ \ | |/ |/|
| * vhost-user: Fix protocol feature bit conflictHanna Czenczek2023-10-221-1/+2
| * hw/cxl: Add QTG _DSM support for ACPI0017 deviceDave Jiang2023-10-221-0/+1
| * vhost-user: fix lost reconnectLi Feng2023-10-221-1/+2
| * vhost-user-scsi: support reconnect to backendLi Feng2023-10-222-1/+7
| * vhost: move and rename the conn retry timesLi Feng2023-10-221-0/+2
| * hw/i386/pc_piix: Make PIIX4 south bridge usable in PC machineBernhard Beschow2023-10-221-0/+2
| * hw/isa/piix: Allow for optional PIT creation in PIIX3Bernhard Beschow2023-10-221-0/+1
| * hw/isa/piix: Allow for optional PIC creation in PIIX3Bernhard Beschow2023-10-221-0/+1
| * hw/isa/piix4: Reuse struct PIIXState from PIIX3Bernhard Beschow2023-10-221-0/+1
| * hw/isa/piix3: Drop the "3" from PIIX base class nameBernhard Beschow2023-10-221-4/+2
| * hw/isa/piix3: Create power management controller in host deviceBernhard Beschow2023-10-221-0/+6
| * hw/isa/piix3: Create USB controller in host deviceBernhard Beschow2023-10-221-0/+4
| * hw/isa/piix3: Create IDE controller in host deviceBernhard Beschow2023-10-221-0/+2
| * hw/isa/piix3: Rename "pic" attribute to "isa_irqs_in"Bernhard Beschow2023-10-221-1/+1
| * hw/i386/pc_piix: Wire PIIX3's ISA interrupts by new "isa-irqs" propertyBernhard Beschow2023-10-221-1/+1
| * hw/isa/piix3: Resolve redundant PIIX_NUM_PIC_IRQSBernhard Beschow2023-10-221-3/+2
| * virtio: call ->vhost_reset_device() during resetStefan Hajnoczi2023-10-221-0/+10
| * memory: initialize 'fv' in MemoryRegionCache to make Coverity happyIlya Maximets2023-10-221-0/+2
* | Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi2023-10-202-9/+21
|\ \
| * | migration: simplify notifiersSteve Sistare2023-10-201-2/+4
| * | migration: simplify blockersSteve Sistare2023-10-201-7/+17
* | | Merge tag 'pull-request-2023-10-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2023-10-205-2/+105
|\ \ \
| * | | s390x/cpu topology: interception of PTF instructionPierre Morel2023-10-201-0/+6
| * | | s390x/cpu topology: resetting the Topology-Change-ReportPierre Morel2023-10-201-0/+6
| * | | s390x/sclp: reporting the maximum nested topology entriesPierre Morel2023-10-201-2/+3
| * | | target/s390x/cpu topology: handle STSI(15) and build the SYSIBPierre Morel2023-10-202-0/+24
| * | | s390x/cpu topology: add topology entries on CPU hotplugPierre Morel2023-10-201-0/+54
| * | | CPU topology: extend with s390 specificsPierre Morel2023-10-202-1/+13
| |/ /
* | | Merge tag 'C3700-pull-request' of https://github.com/hdeller/qemu-hppa into s...Stefan Hajnoczi2023-10-202-0/+94
|\ \ \
| * | | hw/pci-host: Add Astro system bus adapter found on PA-RISC machinesHelge Deller2023-10-201-0/+92
| * | | pci_ids/tulip: Add PCI vendor ID for HP and use it in tulipHelge Deller2023-10-171-0/+2
* | | | Merge tag 'hw-misc-20231019' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2023-10-2011-38/+15
|\ \ \ \
| * | | | ui/input: Constify QemuInputHandler structurePhilippe Mathieu-Daudé2023-10-192-2/+2
| * | | | hw/audio/pcspk: Inline pcspk_init()Philippe Mathieu-Daudé2023-10-191-10/+0