Age | Commit message (Expand) | Author | Files | Lines |
2023-10-23 | Merge tag 'pull-tcg-20231023' of https://gitlab.com/rth7680/qemu into staging | Stefan Hajnoczi | 4 | -4/+21 |
2023-10-23 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Stefan Hajnoczi | 8 | -11/+48 |
2023-10-22 | tcg: Define MO_TL | Paolo Bonzini | 1 | -0/+2 |
2023-10-22 | tcg: Export tcg_gen_ext_{i32,i64,tl} | Richard Henderson | 2 | -0/+4 |
2023-10-22 | tcg: add negsetcondi | Paolo Bonzini | 2 | -0/+6 |
2023-10-22 | tcg: Add tcg_gen_{ld,st}_i128 | Richard Henderson | 1 | -0/+3 |
2023-10-22 | tcg: drop unused tcg_temp_free define | Mike Frysinger | 1 | -2/+0 |
2023-10-22 | tcg: Introduce tcg_use_softmmu | Richard Henderson | 1 | -2/+6 |
2023-10-22 | vhost-user: Fix protocol feature bit conflict | Hanna Czenczek | 1 | -1/+2 |
2023-10-22 | hw/cxl: Add QTG _DSM support for ACPI0017 device | Dave Jiang | 1 | -0/+1 |
2023-10-22 | vhost-user: fix lost reconnect | Li Feng | 1 | -1/+2 |
2023-10-22 | vhost-user-scsi: support reconnect to backend | Li Feng | 2 | -1/+7 |
2023-10-22 | vhost: move and rename the conn retry times | Li Feng | 1 | -0/+2 |
2023-10-22 | hw/i386/pc_piix: Make PIIX4 south bridge usable in PC machine | Bernhard Beschow | 1 | -0/+2 |
2023-10-22 | hw/isa/piix: Allow for optional PIT creation in PIIX3 | Bernhard Beschow | 1 | -0/+1 |
2023-10-22 | hw/isa/piix: Allow for optional PIC creation in PIIX3 | Bernhard Beschow | 1 | -0/+1 |
2023-10-22 | hw/isa/piix4: Reuse struct PIIXState from PIIX3 | Bernhard Beschow | 1 | -0/+1 |
2023-10-22 | hw/isa/piix3: Drop the "3" from PIIX base class name | Bernhard Beschow | 1 | -4/+2 |
2023-10-22 | hw/isa/piix3: Create power management controller in host device | Bernhard Beschow | 1 | -0/+6 |
2023-10-22 | hw/isa/piix3: Create USB controller in host device | Bernhard Beschow | 1 | -0/+4 |
2023-10-22 | hw/isa/piix3: Create IDE controller in host device | Bernhard Beschow | 1 | -0/+2 |
2023-10-22 | hw/isa/piix3: Rename "pic" attribute to "isa_irqs_in" | Bernhard Beschow | 1 | -1/+1 |
2023-10-22 | hw/i386/pc_piix: Wire PIIX3's ISA interrupts by new "isa-irqs" property | Bernhard Beschow | 1 | -1/+1 |
2023-10-22 | hw/isa/piix3: Resolve redundant PIIX_NUM_PIC_IRQS | Bernhard Beschow | 1 | -3/+2 |
2023-10-22 | virtio: call ->vhost_reset_device() during reset | Stefan Hajnoczi | 1 | -0/+10 |
2023-10-22 | memory: initialize 'fv' in MemoryRegionCache to make Coverity happy | Ilya Maximets | 1 | -0/+2 |
2023-10-20 | Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte... | Stefan Hajnoczi | 2 | -9/+21 |
2023-10-20 | Merge tag 'pull-request-2023-10-20' of https://gitlab.com/thuth/qemu into sta... | Stefan Hajnoczi | 5 | -2/+105 |
2023-10-20 | Merge tag 'C3700-pull-request' of https://github.com/hdeller/qemu-hppa into s... | Stefan Hajnoczi | 2 | -0/+94 |
2023-10-20 | Merge tag 'hw-misc-20231019' of https://github.com/philmd/qemu into staging | Stefan Hajnoczi | 11 | -38/+15 |
2023-10-20 | migration: simplify notifiers | Steve Sistare | 1 | -2/+4 |
2023-10-20 | migration: simplify blockers | Steve Sistare | 1 | -7/+17 |
2023-10-20 | s390x/cpu topology: interception of PTF instruction | Pierre Morel | 1 | -0/+6 |
2023-10-20 | s390x/cpu topology: resetting the Topology-Change-Report | Pierre Morel | 1 | -0/+6 |
2023-10-20 | s390x/sclp: reporting the maximum nested topology entries | Pierre Morel | 1 | -2/+3 |
2023-10-20 | target/s390x/cpu topology: handle STSI(15) and build the SYSIB | Pierre Morel | 2 | -0/+24 |
2023-10-20 | s390x/cpu topology: add topology entries on CPU hotplug | Pierre Morel | 1 | -0/+54 |
2023-10-20 | CPU topology: extend with s390 specifics | Pierre Morel | 2 | -1/+13 |
2023-10-20 | hw/pci-host: Add Astro system bus adapter found on PA-RISC machines | Helge Deller | 1 | -0/+92 |
2023-10-19 | ui/input: Constify QemuInputHandler structure | Philippe Mathieu-Daudé | 2 | -2/+2 |
2023-10-19 | hw/audio/pcspk: Inline pcspk_init() | Philippe Mathieu-Daudé | 1 | -10/+0 |
2023-10-19 | hw/ppc/pnv_xscom: Move sysbus_mmio_map() call within pnv_xscom_init() | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-10-19 | hw/ppc/pnv_xscom: Rename pnv_xscom_realize(Error **) -> pnv_xscom_init() | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-10-19 | hw/pci: Clean up global variable shadowing of address_space_io variable | Philippe Mathieu-Daudé | 1 | -6/+3 |
2023-10-19 | hw/acpi/pcihp: Clean up global variable shadowing in acpi_pcihp_init() | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-10-19 | hw/misc/mips_itu: Make MIPSITUState target agnostic | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-10-19 | hw/misc/mips_itu: Declare itc_reconfigure() in 'hw/misc/mips_itu.h' | Philippe Mathieu-Daudé | 1 | -0/+2 |
2023-10-19 | hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h' | Philippe Mathieu-Daudé | 1 | -14/+0 |
2023-10-19 | memory: follow Error API guidelines | Marc-André Lureau | 3 | -3/+5 |
2023-10-19 | include/hw/arm: move BSA definitions to bsa.h | Leif Lindholm | 2 | -11/+36 |