summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori2013-03-10537-1780/+1808
|\
| * 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-015-5/+6
| * build: always link device_tree.o into emulators if libfdt availablePaolo Bonzini2013-03-015-9/+2
| * 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-015-13/+14
| * hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini2013-03-0123-8/+25
| * hw: move fifo.[ch] to libqemuutilPaolo Bonzini2013-03-017-5/+8
| * hw: move char backends to backends/Paolo Bonzini2013-03-018-9/+11
* | Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2013-03-109-27/+9
|\ \
| * | Fix the wrong description in qemu manualLei Li2013-03-081-1/+1
| * | pci_host: Drop write-only address_space fieldPeter Maydell2013-03-083-3/+0
| * | rng-random: Use qemu_open / qemu_closeStefan Berger2013-03-081-2/+2
| * | configure: Require at least spice-protocol-0.12.3Michal Privoznik2013-03-081-1/+1
| * | osdep: replace setsockopt by qemu_setsockoptLei Li2013-03-081-2/+2
| * | lm32: remove unused functionPaolo Bonzini2013-03-081-16/+0
| * | rtc-test: Fix test failures with recent glibCole Robinson2013-03-081-2/+2
| * | configure: Create link to icon bitmap for out-of-tree buildsJan Kiszka2013-03-081-0/+1
* | | Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2013-03-105-144/+331
|\ \ \
| * | | 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-052-0/+5
| * | | iscsi: look for pkg-config file tooPaolo Bonzini2013-03-051-1/+7
| * | | iscsi: add iscsi_truncate supportPeter Lieven2013-03-051-47/+88
| * | | iscsi: retry read, write, flush and unmap on unit attention check conditionsPeter Lieven2013-03-051-88/+203
* | | | qemu-char: fix win32 buildBlue Swirl2013-03-101-2/+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 text console init to console.cAnthony Liguori2013-03-082-1/+7
* | | | qemu-char: move msmouse registeration to msmouse.cAnthony Liguori2013-03-083-11/+9
* | | | qemu-char: move baum registration to baum.cAnthony Liguori2013-03-084-36/+8
* | | | qemu-char: move spice registration to spice-qemu-char.cAnthony Liguori2013-03-082-6/+10
* | | | qemu-char: make char drivers dynamically registerableAnthony Liguori2013-03-082-44/+68
* | | | qemu-char: remove use of QEMUTimer in favor of glib idle functionAnthony Liguori2013-03-082-8/+6
* | | | qemu-char: use a glib timeout instead of qemu-timerAnthony Liguori2013-03-081-23/+45
* | | | char: add gio watch fn for tcp backendsAmit Shah2013-03-081-0/+7
* | | | qemu-char: add pty watchAnthony Liguori2013-03-081-0/+7
* | | | qemu-char: add watch supportAnthony Liguori2013-03-082-1/+35
OpenPOWER on IntegriCloud