summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings suppressors to honor --disable-werrorMarkus Armbruster2013-04-174-3/+8
* fw_cfg: add qtest test caseAnthony Liguori2013-04-172-0/+143
* i440fx-test: add test for PAM functionalityAnthony Liguori2013-04-171-1/+138
* i440fx-test: add test to compare default register valuesAnthony Liguori2013-04-172-0/+150
* libqos: add malloc supportAnthony Liguori2013-04-174-0/+130
* libqos: add fw_cfg supportAnthony Liguori2013-04-175-2/+147
* qtest: add libqos including PCI supportAnthony Liguori2013-04-176-2/+495
* qtest: don't use system command to avoid double forkAnthony Liguori2013-04-171-7/+4Star
* migration: reflect incoming failure to shellEric Blake2013-04-171-1/+1
* qbus: remove wrong error messagesAlexey Kardashevskiy2013-04-171-4/+2Star
* chardev: remove the headers of Memory chardev driverLei Li2013-04-171-6/+0Star
* Merge remote-tracking branch 'bonzini/migration-writev' into stagingAnthony Liguori2013-04-172-69/+149
|\
| * qemu-file: do not use stdio for qemu_fdopenPaolo Bonzini2013-04-171-11/+90
| * iov: handle partial writes from sendmsg and recvmsgPaolo Bonzini2013-04-171-47/+55
| * iov: reorganize iov_send_recv, part 3Paolo Bonzini2013-04-171-15/+15
| * iov: reorganize iov_send_recv, part 2Paolo Bonzini2013-04-171-14/+14
| * iov: reorganize iov_send_recv, part 1Paolo Bonzini2013-04-171-7/+13
| * qemu-file: drop socket_put_bufferPaolo Bonzini2013-04-171-13/+0Star
|/
* qom: do nothing on unparent of object without parentPaolo Bonzini2013-04-161-0/+4
* qdev: Fix device_add bus assumptionsAndreas Färber2013-04-161-8/+8
* rng random backend: check for -EAGAIN errors on readAmit Shah2013-04-161-0/+3
* migration: initialize RAM to zeroPaolo Bonzini2013-04-161-17/+18
* Merge remote-tracking branch 'kraxel/usb.80' into stagingAnthony Liguori2013-04-166-41/+1551
|\
| * use libusb for usb-hostGerd Hoffmann2013-04-164-2/+1501
| * xhci: fix address deviceGerd Hoffmann2013-04-161-0/+4
| * xhci: use slotid as device addressGerd Hoffmann2013-04-161-22/+3Star
| * xhci: fix portsc writesGerd Hoffmann2013-04-162-7/+36
| * xhci: add xhci_cap_writeGerd Hoffmann2013-04-161-0/+7
| * xhci: remove leftover debug printfGerd Hoffmann2013-04-161-1/+0Star
| * usb-serial: Remove double call to qemu_chr_add_handlers( NULL )Hans de Goede2013-04-161-9/+0Star
* | Merge remote-tracking branch 'spice/spice.v69' into stagingAnthony Liguori2013-04-164-47/+104
|\ \
| * | spice-qemu-char: vmc_write: Don't write more bytes then we're asked tooHans de Goede2013-04-161-1/+2
| * | spice-qemu-char: Remove intermediate bufferAlon Levy2013-04-161-9/+3Star
| * | spice-qemu-char: Add watch supportHans de Goede2013-04-161-4/+63
| * | spice-qemu-char: Remove #ifdef-ed code for old spice-server compatHans de Goede2013-04-161-26/+1Star
| * | virtio-console: Remove any pending watches on closeHans de Goede2013-04-161-2/+22
| * | virtio-console: Also throttle when less was written then requestedHans de Goede2013-04-162-4/+6
| * | spice: (32 bit only) fix surface cmd tracking destructionAlon Levy2013-04-161-1/+1
| * | qxl: add 2000x2000 and 2048x2048 video modesGerd Hoffmann2013-04-161-0/+2
| * | qxl: add 4k + 8k resolutionsGerd Hoffmann2013-04-161-0/+4
| |/
* | Merge remote-tracking branch 'kraxel/pixman.v11' into stagingAnthony Liguori2013-04-1637-1074/+832Star
|\ \
| * | qxl: register QemuConsole for secondary cardsGerd Hoffmann2013-04-161-1/+5
| * | gtk: custom cursor supportGerd Hoffmann2013-04-161-0/+33
| * | console: allow pinning displaychangelisteners to consolesGerd Hoffmann2013-04-166-38/+84
| * | console: add qemu_console_is_*Gerd Hoffmann2013-04-165-46/+56
| * | xen: re-enable refresh interval reporting for xenfbGerd Hoffmann2013-04-163-39/+24Star
| * | console: gui timer fixesGerd Hoffmann2013-04-166-67/+60Star
| * | console: add GraphicHwOpsGerd Hoffmann2013-04-1626-104/+155
| * | console: make DisplayState private to console.cGerd Hoffmann2013-04-162-8/+8
| * | console: move gui_update+gui_setup_refresh from vl.c into console.cGerd Hoffmann2013-04-163-51/+50Star