summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
* | exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber2013-03-1218-51/+84
* | cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-1216-52/+86
* | target-sh4: Move PVR/PRR/CVR into SuperHCPUClassAndreas Färber2013-03-121-3/+7
|/
* arm: fix compilation with CONFIG_FDTPaolo Bonzini2013-03-111-1/+0
* Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori2013-03-1011-27/+128
|\
| * Merge branch 's390-for-upstream' of git://github.com/agraf/qemuBlue Swirl2013-03-093-5/+8
| |\
| | * s390/virtio-ccw: remove redundant call to blockdev_mark_auto_delChristian Borntraeger2013-03-081-1/+0
| | * s390/css: Fix subchannel detectionChristian Borntraeger2013-03-081-4/+7
| | * Allow virtio-net features for legacy s390 virtio busChristian Borntraeger2013-03-081-0/+1
| * | Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemuBlue Swirl2013-03-098-22/+120
| |\ \
| | * | pseries: Add compatible property to root of device treeDavid Gibson2013-03-081-0/+1
| | * | PPC: xnu kernel expects FLUSH to be cleared on STOPAmadeusz Sławiński2013-03-081-0/+4
| | * | PPC: Fix dma interruptAmadeusz Sławiński2013-03-081-1/+1
| | * | Save memory allocation in the elf loaderFabien Chouteau2013-03-083-21/+75
| | * | pseries: Implement h_read hcallErlon Cruz2013-03-081-0/+31
| | * | pseries: Add cleanup hook for PAPR virtual LAN deviceDavid Gibson2013-03-081-0/+8
| | |/
* | | Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori2013-03-10523-3434/+1771
|\ \ \
| * | | sh: move files referencing CPU to hw/sh4/Paolo Bonzini2013-03-013-1/+3
| * | | ppc: move more files to hw/ppcPaolo Bonzini2013-03-015-4/+4
| * | | ppc: move files referencing CPU to hw/ppc/Paolo Bonzini2013-03-016-7/+6
| * | | m68k: move files referencing CPU to hw/m68k/Paolo Bonzini2013-03-013-1/+2
| * | | i386: move files referencing CPU to hw/i386/Paolo Bonzini2013-03-012-1/+3
| * | | arm: move files referencing CPU to hw/arm/Paolo Bonzini2013-03-018-5/+8
| * | | hw: move boards and other isolated files to hw/ARCHPaolo Bonzini2013-03-0185-62/+72
| * | | ppc: express FDT dependency of pSeries and e500 boards via default-configs/Paolo Bonzini2013-03-011-2/+2
| * | | build: always link device_tree.o into emulators if libfdt availablePaolo Bonzini2013-03-013-3/+0
| * | | hw: include hw header files with full pathsPaolo Bonzini2013-03-01487-1604/+1604
| * | | ppc: do not use ../ in include filesPaolo Bonzini2013-03-013-3/+3
| * | | vt82c686: vt82c686 is not a PCI host bridgePaolo Bonzini2013-03-011-2/+0
| * | | virtio-9p: remove PCI dependencies from hw/9pfs/Paolo Bonzini2013-03-017-60/+55
| * | | virtio-9p: use CONFIG_VIRTFS, not CONFIG_LINUXPaolo Bonzini2013-03-012-3/+3
| * | | hw: move device-hotplug.o to toplevel, compile it oncePaolo Bonzini2013-03-012-89/+0
| * | | hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini2013-03-0119-703/+18
| * | | hw: move fifo.[ch] to libqemuutilPaolo Bonzini2013-03-015-180/+2
| * | | hw: move char backends to backends/Paolo Bonzini2013-03-015-745/+1
* | | | Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2013-03-104-19/+0
|\ \ \ \
| * | | | pci_host: Drop write-only address_space fieldPeter Maydell2013-03-083-3/+0
| * | | | lm32: remove unused functionPaolo Bonzini2013-03-081-16/+0
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2013-03-102-8/+32
|\ \ \ \
| * | | | scsi-disk: handle io_canceled uniformly and correctlyPaolo Bonzini2013-03-051-4/+21
| * | | | scsi-disk: do not complete canceled UNMAP requestsPaolo Bonzini2013-03-051-4/+7
| * | | | scsi: do not call scsi_read_data/scsi_write_data for a canceled requestPaolo Bonzini2013-03-051-0/+4
* | | | | baum: fix buildBlue Swirl2013-03-101-1/+0
| |_|_|/ |/| | |
* | | | virtio-serial: make flow control explicit in virtio-consoleAmit Shah2013-03-082-26/+10
* | | | virtio: console: add flow controlAmit Shah2013-03-081-0/+13
* | | | serial: add flow control to transmitAnthony Liguori2013-03-082-19/+11
* | | | qemu-char: move msmouse registeration to msmouse.cAnthony Liguori2013-03-082-9/+8
* | | | qemu-char: move baum registration to baum.cAnthony Liguori2013-03-082-31/+8
| |/ / |/| |
* | | hw/nand.c: correct the sense of the BUSY/READY status bitKuo-Jung Su2013-03-071-1/+2
|/ /
* | hw/kvm/arm_gic: Implement support for KVM in-kernel ARM GICPeter Maydell2013-03-053-1/+175
OpenPOWER on IntegriCloud