aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2013-06-24usb/hcd-ehci: Add Tegra2 SysBus EHCI deviceAndreas Färber
2013-06-24usb/hcd-ehci: Split off instance_init from realizeAndreas Färber
2013-06-24usb/hcd-ehci-sysbus: Convert to QOM realizeAndreas Färber
2013-06-20memory: give name to every AddressSpaceAlexey Kardashevskiy
2013-06-20dma: eliminate DMAContextPaolo Bonzini
2013-06-20spapr_vio: take care of creating our own AddressSpace/DMAContextPaolo Bonzini
2013-06-20pci: use memory core for iommu supportAvi Kivity
2013-06-20dma: eliminate old-style IOMMU supportPaolo Bonzini
2013-06-20spapr: use memory core for iommu supportPaolo Bonzini
2013-06-20spapr: make IOMMU translation go through IOMMUTLBEntryPaolo Bonzini
2013-06-20spapr: convert TCE API to use an opaque typePaolo Bonzini
2013-06-20vfio: abort if an emulated iommu is usedAvi Kivity
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini
2013-06-19pc: Make -no-fd-bootchk stick across boot order changesMarkus Armbruster
2013-06-18wdt_i6300esb: fix vmstate versioningMichael Roth
2013-06-18Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2013-06-18virtio-rng: Fix crash with non-default backendCole Robinson
2013-06-18vhost-scsi: fix k->set_guest_notifiers() NULL dereferenceStefan Hajnoczi
2013-06-18scsi-disk: scsi-block device for scsi pass-through should not be removablePavel Hrdina
2013-06-18scsi-generic: check the return value of bdrv_aio_ioctl in execute_commandPavel Hrdina
2013-06-18scsi-generic: fix sign extension of READ CAPACITY(10) dataPaolo Bonzini
2013-06-18scsi: reset cdrom tray statuses on scsi_disk_resetPavel Hrdina
2013-06-18intc/xilinx_intc: Dont lower IRQ when HIE clearedPeter Crosthwaite
2013-06-18intc/xilinx_intc: Inhibit write to ISR when HIEPeter Crosthwaite
2013-06-18intc/xilinx_intc: Handle level interrupt retriggeringPeter Crosthwaite
2013-06-18intc/xilinx_intc: Don't clear level sens. IRQs without ACKPeter Crosthwaite
2013-06-18microblaze/petalogix_s3adsp1800_mmu: Fix UART IRQPeter Crosthwaite
2013-06-17NVMe: Initial commit for new storage interfaceKeith Busch
2013-06-17Merge remote-tracking branch 'pmaydell/configury.next' into stagingAnthony Liguori
2013-06-17char/serial: fix copy&paste error (fifo8_is_full vs empty)Vladimir Senkov
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl
2013-06-14ppc: Remove CONFIG_FDT conditionalsPeter Maydell
2013-06-14microblaze: Remove CONFIG_FDT conditionalsPeter Maydell
2013-06-14arm: Remove CONFIG_FDT conditionalsPeter Maydell
2013-06-14audio/intel-hda: QOM casting sweepPeter Crosthwaite
2013-06-14audio/intel-hda: Fix Inheritance hierachyPeter Crosthwaite
2013-06-14smbios: Check R in -smbios type=0, release=R parses okayMarkus Armbruster
2013-06-14smbios: Fix -smbios type=0, release=... for big endian hostsMarkus Armbruster
2013-06-14smbios: Clean up smbios_add_field() parametersMarkus Armbruster
2013-06-14smbios: Convert to error_report()Markus Armbruster
2013-06-14Merge remote-tracking branch 'mjt/trivial-patches-next' into stagingAnthony Liguori
2013-06-14piix: fix some printf errors when debug is enabledHu Tao
2013-06-13spapr_rtas: Abstract rtas_start_cpu() with qemu_get_cpu()Andreas Färber
2013-06-12spapr_rtas: Abstract rtas_query_cpu_stopped_state() with qemu_get_cpu()Andreas Färber
2013-06-12ivshmem: add missing error exit(2)Stefan Hajnoczi
2013-06-11hw/xen: Use g_free instead of free and fix potential memory leaksStefan Weil
2013-06-11hw/scsi: Don't increment a boolean valueStefan Weil
2013-06-11char/serial: serial_ioport_write: Factor out common codePeter Crosthwaite
2013-06-11char/serial: Use generic Fifo8Peter Crosthwaite
2013-06-11char/serial: cosmetic fixes.Peter Crosthwaite