summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-06-20dma: eliminate DMAContextPaolo Bonzini18-66/+61
2013-06-20spapr_vio: take care of creating our own AddressSpace/DMAContextPaolo Bonzini2-12/+2
2013-06-20pci: use memory core for iommu supportAvi Kivity2-24/+23
2013-06-20dma: eliminate old-style IOMMU supportPaolo Bonzini2-2/+3
2013-06-20spapr: use memory core for iommu supportPaolo Bonzini1-21/+27
2013-06-20spapr: make IOMMU translation go through IOMMUTLBEntryPaolo Bonzini1-25/+35
2013-06-20spapr: convert TCE API to use an opaque typePaolo Bonzini3-42/+33
2013-06-20vfio: abort if an emulated iommu is usedAvi Kivity1-0/+2
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini8-13/+14
2013-06-19pc: Make -no-fd-bootchk stick across boot order changesMarkus Armbruster1-4/+3
2013-06-18wdt_i6300esb: fix vmstate versioningMichael Roth1-3/+16
2013-06-18Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori3-6/+21
2013-06-18virtio-rng: Fix crash with non-default backendCole Robinson3-3/+3
2013-06-18vhost-scsi: fix k->set_guest_notifiers() NULL dereferenceStefan Hajnoczi1-1/+1
2013-06-18scsi-disk: scsi-block device for scsi pass-through should not be removablePavel Hrdina1-3/+11
2013-06-18scsi-generic: check the return value of bdrv_aio_ioctl in execute_commandPavel Hrdina1-0/+3
2013-06-18scsi-generic: fix sign extension of READ CAPACITY(10) dataPaolo Bonzini1-2/+3
2013-06-18scsi: reset cdrom tray statuses on scsi_disk_resetPavel Hrdina1-0/+3
2013-06-18intc/xilinx_intc: Dont lower IRQ when HIE clearedPeter Crosthwaite1-5/+0
2013-06-18intc/xilinx_intc: Inhibit write to ISR when HIEPeter Crosthwaite1-0/+5
2013-06-18intc/xilinx_intc: Handle level interrupt retriggeringPeter Crosthwaite1-1/+15
2013-06-18intc/xilinx_intc: Don't clear level sens. IRQs without ACKPeter Crosthwaite1-7/+1
2013-06-18microblaze/petalogix_s3adsp1800_mmu: Fix UART IRQPeter Crosthwaite1-1/+1
2013-06-17NVMe: Initial commit for new storage interfaceKeith Busch3-0/+1597
2013-06-17Merge remote-tracking branch 'pmaydell/configury.next' into stagingAnthony Liguori5-45/+0
2013-06-17char/serial: fix copy&paste error (fifo8_is_full vs empty)Vladimir Senkov1-1/+1
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl45-352/+481
2013-06-14ppc: Remove CONFIG_FDT conditionalsPeter Maydell3-26/+0
2013-06-14microblaze: Remove CONFIG_FDT conditionalsPeter Maydell1-12/+0
2013-06-14arm: Remove CONFIG_FDT conditionalsPeter Maydell1-7/+0
2013-06-14audio/intel-hda: QOM casting sweepPeter Crosthwaite1-8/+11
2013-06-14audio/intel-hda: Fix Inheritance hierachyPeter Crosthwaite1-7/+14
2013-06-14smbios: Check R in -smbios type=0, release=R parses okayMarkus Armbruster1-1/+4
2013-06-14smbios: Fix -smbios type=0, release=... for big endian hostsMarkus Armbruster1-2/+2
2013-06-14smbios: Clean up smbios_add_field() parametersMarkus Armbruster1-12/+14
2013-06-14smbios: Convert to error_report()Markus Armbruster1-12/+12
2013-06-14Merge remote-tracking branch 'mjt/trivial-patches-next' into stagingAnthony Liguori6-91/+62
2013-06-14piix: fix some printf errors when debug is enabledHu Tao1-6/+6
2013-06-13spapr_rtas: Abstract rtas_start_cpu() with qemu_get_cpu()Andreas Färber1-11/+8
2013-06-12spapr_rtas: Abstract rtas_query_cpu_stopped_state() with qemu_get_cpu()Andreas Färber1-7/+2
2013-06-12ivshmem: add missing error exit(2)Stefan Hajnoczi1-0/+1
2013-06-11hw/xen: Use g_free instead of free and fix potential memory leaksStefan Weil1-2/+2
2013-06-11hw/scsi: Don't increment a boolean valueStefan Weil1-1/+1
2013-06-11char/serial: serial_ioport_write: Factor out common codePeter Crosthwaite1-7/+3
2013-06-11char/serial: Use generic Fifo8Peter Crosthwaite1-64/+34
2013-06-11char/serial: cosmetic fixes.Peter Crosthwaite1-11/+19
2013-06-11intc/xilinx_intc: Use qemu_set_irqPeter Crosthwaite1-5/+1
2013-06-10target-i386: Update model values on Conroe/Penryn/Nehalem CPU modelsEduardo Habkost2-0/+8
2013-06-10pc: Create pc-*-1.6 machine-typesEduardo Habkost2-3/+23
2013-06-10pc: Fix crash when attempting to hotplug CPU with negative IDIgor Mammedov1-0/+5