aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-09-25ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite7-10/+10
2015-09-25i386: Rename ELF_MACHINE to be x86 specificPeter Crosthwaite1-1/+1
2015-09-25mips: Remove ELF_MACHINE from cpu.hPeter Crosthwaite4-4/+4
2015-09-25sparc: Remove ELF_MACHINE from cpu.hPeter Crosthwaite3-5/+5
2015-09-25s390: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-2/+2
2015-09-25xtensa: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2-3/+3
2015-09-25tricore: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-1/+1
2015-09-25or32: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-1/+1
2015-09-25lm32: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2-3/+3
2015-09-25moxie: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-2/+1
2015-09-25cris: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-1/+1
2015-09-25m68k: Remove ELF_MACHINE from cpu.hPeter Crosthwaite3-3/+3
2015-09-25mb: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-2/+2
2015-09-25arm: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-1/+1
2015-09-25elf: Update EM_MOXIE definitionPeter Crosthwaite1-0/+1
2015-09-25hmp: implemented io apic dump state for TCGPavel Butsykin1-0/+12
2015-09-25hmp: added io apic dump statePavel Butsykin2-0/+65
2015-09-25apic_internal.h: rename ESR_ILLEGAL_ADDRESS to APIC_ESR_ILLEGAL_ADDRESSPavel Butsykin1-2/+2
2015-09-25apic_internal.h: make some apic_get_* functions externally visiblePavel Butsykin1-17/+1
2015-09-25ioapic: fix contents of arbitration registerPaolo Bonzini1-3/+1
2015-09-25ioapic: coalesce level interruptsPaolo Bonzini1-1/+3
2015-09-25vhost-scsi: include linux/vhost.hMarc-André Lureau1-0/+1
2015-09-25scsi-generic: let guests recognize readonly=on on passthrough devicesPaolo Bonzini1-0/+14
2015-09-24Merge remote-tracking branch 'remotes/elmarco/tags/rm-libcacard' into stagingPeter Maydell2-4/+3
2015-09-24hw/arm/virt-acpi-build: Fix wrong size of flash in ACPI tableShannon Zhao1-1/+1
2015-09-24hw/arm/virt: Add gic-version option to virt machinePavel Fedin2-45/+133
2015-09-24hw/intc: Initial implementation of vGICv3Pavel Fedin2-0/+150
2015-09-24intc/gic: Extract some reusable vGIC codePavel Fedin2-65/+68
2015-09-24hw/intc: Implement GIC-500 base classShlomo Pongratz2-0/+141
2015-09-23libcacard: use the standalone projectMarc-André Lureau2-4/+3
2015-09-23vfio/pci: Add emulated PCI IDsAlex Williamson3-6/+59
2015-09-23vfio/pci: Cache vendor and device IDAlex Williamson3-19/+11
2015-09-23vfio/pci: Move AMD device specific reset to quirksAlex Williamson3-157/+170
2015-09-23vfio/pci: Remove old config window and mirror quirksAlex Williamson2-177/+0
2015-09-23vfio/pci: Config mirror quirkAlex Williamson1-106/+124
2015-09-23vfio/pci: Config window quirksAlex Williamson1-88/+270
2015-09-23vfio/pci: Rework RTL8168 quirkAlex Williamson1-76/+101
2015-09-23vfio/pci: Cleanup Nvidia 0x3d0 quirkAlex Williamson1-65/+107
2015-09-23vfio/pci: Cleanup ATI 0x3c3 quirkAlex Williamson1-17/+9
2015-09-23vfio/pci: Foundation for new quirk structureAlex Williamson2-104/+157
2015-09-23vfio/pci: Cleanup ROM blacklist quirkAlex Williamson2-20/+25
2015-09-23vfio/pci: Split quirks to a separate fileAlex Williamson4-882/+908
2015-09-23vfio/pci: Extract PCI structures to a separate headerAlex Williamson2-143/+159
2015-09-23vfio: Change polarity of our no-mmap optionAlex Williamson3-3/+3
2015-09-23vfio/pci: Make interrupt bypass runtime configurableAlex Williamson1-7/+12
2015-09-23vfio/pci: Rename MSI/X functions for easier tracingAlex Williamson1-39/+34
2015-09-23vfio/pci: Rename INTx functions for easier tracingAlex Williamson1-24/+24
2015-09-23vfio/pci: Cleanup vfio_early_setup_msix() error pathAlex Williamson1-14/+13
2015-09-23vfio/pci: Cleanup RTL8168 quirk and tracingAlex Williamson1-51/+37
2015-09-23sPAPR: Enable EEH on VFIO PCI device onlyGavin Shan1-1/+1