summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-03-08lm32: remove unused functionPaolo Bonzini1-16/+0
2013-03-07hw/nand.c: correct the sense of the BUSY/READY status bitKuo-Jung Su1-1/+2
2013-03-05scsi-disk: handle io_canceled uniformly and correctlyPaolo Bonzini1-4/+21
2013-03-05scsi-disk: do not complete canceled UNMAP requestsPaolo Bonzini1-4/+7
2013-03-05scsi: do not call scsi_read_data/scsi_write_data for a canceled requestPaolo Bonzini1-0/+4
2013-03-05hw/kvm/arm_gic: Implement support for KVM in-kernel ARM GICPeter Maydell3-1/+175
2013-03-05hw/arm_gic: Convert ARM GIC classes to use init/realizePeter Maydell4-29/+37
2013-03-05hw/arm_gic: Add presave/postload hooksPeter Maydell2-0/+12
2013-03-05ARM: KVM: Add support for KVM on ARM architectureChristoffer Dall1-0/+26
2013-03-04Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori6-163/+33
2013-03-04Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori9-22/+163
2013-03-04Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori1-2/+4
2013-03-04dataplane: remove EventPoll in favor of AioContextPaolo Bonzini4-161/+29
2013-03-04virtio-blk: fix unplug + virsh rebootChristian Borntraeger1-1/+3
2013-03-04ide/macio: Fix macio DMA initialisation.Mark Cave-Ayland1-1/+1
2013-03-01sh: move files referencing CPU to hw/sh4/Paolo Bonzini3-1/+3
2013-03-01ppc: move more files to hw/ppcPaolo Bonzini5-4/+4
2013-03-01ppc: move files referencing CPU to hw/ppc/Paolo Bonzini6-7/+6
2013-03-01m68k: move files referencing CPU to hw/m68k/Paolo Bonzini3-1/+2
2013-03-01i386: move files referencing CPU to hw/i386/Paolo Bonzini2-1/+3
2013-03-01arm: move files referencing CPU to hw/arm/Paolo Bonzini8-5/+8
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini85-62/+72
2013-03-01ppc: express FDT dependency of pSeries and e500 boards via default-configs/Paolo Bonzini1-2/+2
2013-03-01build: always link device_tree.o into emulators if libfdt availablePaolo Bonzini3-3/+0
2013-03-01hw: include hw header files with full pathsPaolo Bonzini487-1604/+1604
2013-03-01ppc: do not use ../ in include filesPaolo Bonzini3-3/+3
2013-03-01vt82c686: vt82c686 is not a PCI host bridgePaolo Bonzini1-2/+0
2013-03-01virtio-9p: remove PCI dependencies from hw/9pfs/Paolo Bonzini7-60/+55
2013-03-01virtio-9p: use CONFIG_VIRTFS, not CONFIG_LINUXPaolo Bonzini2-3/+3
2013-03-01hw: move device-hotplug.o to toplevel, compile it oncePaolo Bonzini2-89/+0
2013-03-01hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini19-703/+18
2013-03-01hw: move fifo.[ch] to libqemuutilPaolo Bonzini5-180/+2
2013-03-01hw: move char backends to backends/Paolo Bonzini5-745/+1
2013-02-28cadence_gem: Add debug msgs for rx desc movementPeter Crosthwaite1-0/+2
2013-02-28cadence_gem: Don't reset rx desc pointer on rx_enPeter Crosthwaite1-4/+0
2013-02-28cadence_gem: fix interrupt eventsPeter Crosthwaite1-23/+4
2013-02-28cadence_gem: factor out can_rx() logic replicationPeter Crosthwaite1-1/+1
2013-02-28cadence_gem: Flush queued packetsPeter Crosthwaite1-0/+3
2013-02-28m25p80.c: Use QOM classes for part differentiationPeter Crosthwaite3-31/+33
2013-02-28xilinx_zynq: Added SD controllersPeter Crosthwaite1-0/+10
2013-02-28hw/sdhci: introduce standard SD host controllerIgor Mitsyanko3-0/+1613
2013-02-28arm: a9mpcore: Coreify the SCUPeter Crosthwaite3-113/+174
2013-02-28arm: a9mpcore: remove old_timer_status fieldPeter Crosthwaite1-8/+3
2013-02-28arm: mptimer: Remove WDT distinctionPeter Crosthwaite3-64/+41
2013-02-28arm: arm11mpcore, a9mpcore: CamelCased type namesPeter Crosthwaite2-23/+23
2013-02-28arm: mptimer: CamelCased type namesPeter Crosthwaite1-28/+28
2013-02-28hw/pflash_cfi01: Treat read in unknown command state as readPeter Maydell1-5/+6
2013-02-28hw/pflash_cfi01: Make read after byte-write or erase return statusPeter Maydell1-0/+3
2013-02-28hw/ds1338: Fix conversion between 12 hours and 24 hours modes.Antoine Mathys1-4/+4
2013-02-27Set virtio-serial device to have a default of 2 MSI vectors.Gal Hammer2-1/+9