aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2019-07-02hw/ppc: Drop useless CONFIG_KVM ifdeferyGreg Kurz1-2/+0
2019-07-02hw/ppc/prep: Drop useless CONFIG_KVM ifdeferyGreg Kurz1-2/+0
2019-07-02hw/ppc/mac_newworld: Drop useless CONFIG_KVM ifdeferyGreg Kurz1-4/+0
2019-07-02hw/ppc/mac_oldworld: Drop useless CONFIG_KVM ifdeferyGreg Kurz1-2/+0
2019-07-02spapr_pci: Drop useless CONFIG_KVM ifdeferyGreg Kurz1-2/+0
2019-07-02xics/spapr: Only emulated XICS should use RTAS/hypercalls emulationGreg Kurz1-26/+27
2019-07-02spapr_pci: Fix DRC owner in spapr_dt_pci_bus()Greg Kurz1-1/+8
2019-07-02xics: Add comment about CPU hotplugGreg Kurz1-0/+1
2019-07-02xics/spapr: Detect old KVM XICS on POWER9 hostsGreg Kurz2-0/+43
2019-07-02xics/spapr: Register RTAS/hypercalls once at machine initGreg Kurz3-28/+2
2019-07-02xics/spapr: Prevent RTAS/hypercalls emulation to be used by in-kernel XICSGreg Kurz1-0/+46
2019-07-02spapr_pci: Fix potential NULL pointer dereference in spapr_dt_pci_bus()Philippe Mathieu-Daudé1-6/+5
2019-07-02ppc/pnv: remove xscom_base field from PnvChipCédric Le Goater1-10/+0
2019-07-02ppc/pnv: fix XSCOM MMIO base address for P9 machines with multiple chipsCédric Le Goater2-13/+28
2019-07-02ppc/pnv: fix StoreEOI activationCédric Le Goater1-2/+1
2019-07-01Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-26-2019' ...Peter Maydell3-238/+281
2019-07-01Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190624' into st...Peter Maydell13-97/+123
2019-06-26dma/rc4030: Minor code style cleanupAleksandar Markovic1-7/+11
2019-06-26dma/rc4030: Fix off-by-one error in specified memory region sizeAleksandar Markovic1-1/+2
2019-06-26hw/mips/gt64xxx_pci: Align the pci0-mem sizePhilippe Mathieu-Daudé1-1/+2
2019-06-26hw/mips/gt64xxx_pci: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé2-19/+14
2019-06-26hw/mips/gt64xxx_pci: Use qemu_log_mask() instead of debug printf()Philippe Mathieu-Daudé1-11/+37
2019-06-26hw/mips/gt64xxx_pci: Fix 'spaces' coding style issuesPhilippe Mathieu-Daudé1-5/+6
2019-06-26hw/mips/gt64xxx_pci: Fix 'braces' coding style issuesPhilippe Mathieu-Daudé1-9/+18
2019-06-26hw/mips/gt64xxx_pci: Fix 'tabs' coding style issuesPhilippe Mathieu-Daudé1-156/+156
2019-06-26hw/mips/gt64xxx_pci: Fix multiline comment syntaxPhilippe Mathieu-Daudé1-29/+35
2019-06-24nvme: do not advertise support for unsupported arbitration mechanismKlaus Birkelund Jensen1-1/+0
2019-06-24xen: Import other xen/io/*.hAnthony PERARD7-15/+10
2019-06-24xen: Drop includes of xen/hvm/params.hAnthony PERARD2-3/+0
2019-06-24xen: Avoid VLAAnthony PERARD1-4/+11
2019-06-24xen-bus / xen-block: add support for event channel pollingPaul Durrant2-10/+18
2019-06-24xen-bus: allow AioContext to be specified for each event channelPaul Durrant2-4/+8
2019-06-24xen-bus: use a separate fd for each event channelPaul Durrant1-39/+40
2019-06-24xen-block: support feature-large-sector-sizePaul Durrant3-26/+40
2019-06-21hw: Nuke hw_compat_4_0_1 and pc_compat_4_0_1Greg Kurz3-11/+9
2019-06-21sd: Fix out-of-bounds assertionsLidong Chen1-2/+2
2019-06-21i386/kvm: convert hyperv enlightenments properties from bools to bitsVitaly Kuznetsov1-1/+2
2019-06-17hw/intc/arm_gicv3: GICD_TYPER.SecurityExtn is RAZ if GICD_CTLR.DS == 1Peter Maydell1-1/+7
2019-06-17hw/intc/arm_gicv3: Fix decoding of ID register rangePeter Maydell2-4/+4
2019-06-17hw/arm: Correctly disable FPU/DSP for some ARMSSE-based boardsPeter Maydell2-12/+54
2019-06-17hw/arm/armv7m: Forward "vfp" and "dsp" properties to CPUPeter Maydell1-0/+18
2019-06-17hw/arm/boot: Honour image size field in AArch64 Image format kernelsPeter Maydell1-2/+15
2019-06-17hw/arm/boot: Avoid placing the initrd on top of the kernelPeter Maydell1-14/+20
2019-06-17hw/arm/boot: Diagnose layouts that put initrd or DTB off the end of RAMPeter Maydell1-0/+23
2019-06-17hw/arm/boot: Don't assume RAM starts at address zeroPeter Maydell1-5/+4
2019-06-16q35: fix mmconfig and PCI0._CRSGerd Hoffmann2-23/+22
2019-06-16hw/acpi: extract acpi_add_rom_blob()Wei Yang4-33/+56
2019-06-16vhost: fix vhost_log size overflow during migrationLi Hangjing1-0/+10
2019-06-14hw/block/fdc: floppy command FIFO memory initializationAndrey Shinkevich1-0/+1
2019-06-13vfio/common: Introduce vfio_set_irq_signaling helperEric Auger3-211/+152