summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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-26Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori6-10/+78
2013-02-23grlib-apbuart: Add support of various flagsRonald Hecht1-7/+29
2013-02-23Typo: replace gptimer by apbuartFabien Chouteau1-8/+8
2013-02-23xhci: fix bad print specifierHervé Poussineau1-2/+2
2013-02-22pc: add compatibility machine types for 1.4Paolo Bonzini3-5/+63
2013-02-22blockdev: enable discard by defaultPaolo Bonzini3-5/+15
2013-02-22unbreak hw/usb/redirect.c buildGerd Hoffmann1-1/+1
2013-02-21vga: fix byteswapping.Gerd Hoffmann4-13/+13
2013-02-21Merge remote-tracking branch 'kraxel/usb.78' into stagingAnthony Liguori24-284/+711
2013-02-21ppc: fix bamboo >256MB RAM initialization in hw/ppc4xx_devs.cAlin Tomescu1-1/+1
2013-02-21xilinx_axienet.c: Assert no error when making linkPeter Crosthwaite1-1/+3
2013-02-19uas-uas: usb3 streamsGerd Hoffmann1-42/+205
2013-02-19usb-xhci: usb3 streamsGerd Hoffmann1-45/+223
2013-02-19usb-core: usb3 streamsGerd Hoffmann14-31/+37
2013-02-19usb: fix endpoint descriptor orderingGerd Hoffmann1-4/+5
2013-02-19usb-redir: simplify packet copyGerd Hoffmann1-14/+4
2013-02-19usb: make usb_packet_copy operate on combined packetsGerd Hoffmann2-5/+15
2013-02-19usb: add usb_ep_set_haltedGerd Hoffmann2-0/+7
2013-02-19usb-host: remove usb_host_device_closeGerd Hoffmann4-36/+0
2013-02-19usb-host: move legacy cmd line bitsGerd Hoffmann4-101/+190
2013-02-19usb-storage: use scsi_req_enqueue return valueGerd Hoffmann1-2/+3
2013-02-19allow disabling usb smartcard supportGerd Hoffmann2-1/+2
2013-02-19make usb devices configurableGerd Hoffmann1-8/+12
2013-02-19usb: Makefile cleanupGerd Hoffmann1-7/+20