summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-29usb-redir: Don't try to write to the chardev after a close eventqemu-kvm-0.15.0-usbredirHans de Goede1-1/+1
2011-08-29usb-redir: Device disconnect + re-connect robustness fixesHans de Goede1-1/+21
2011-08-29usb-redir: Call qemu_chr_guest_open/closeHans de Goede1-0/+3
2011-08-29spice-qemu-char: Generate chardev open/close eventsHans de Goede1-1/+34
2011-08-29qemu-char: make qemu_chr_event publicHans de Goede2-1/+2
2011-08-29virtio-serial-bus: replay guest_open on migrationAlon Levy1-0/+6
2011-08-29qxl: bump pci revGerd Hoffmann2-7/+24
2011-08-29qxl: add QXL_IO_FLUSH_{SURFACES,RELEASE} for guest S3&S4 supportAlon Levy1-0/+30
2011-08-29qxl: async io support using new spice apiAlon Levy5-56/+276
2011-08-29qxl: only disallow specific io's in vga modeAlon Levy1-1/+2
2011-08-29qxl: make qxl_guest_bug take variable argumentsAlon Levy2-3/+8
2011-08-29qxl: error handling fixes and cleanups.Gerd Hoffmann2-5/+32
2011-08-29qxl: add io_port_to_stringAlon Levy1-1/+39
2011-08-29qxl: fix surface tracking & lockingGerd Hoffmann2-1/+14
2011-08-29spice/qxl: move worker wrappersGerd Hoffmann5-70/+72
2011-08-29spice: add qemu_spice_display_init_commonGerd Hoffmann3-12/+13
2011-08-29spice: add worker wrapper functions.Gerd Hoffmann4-24/+129
2011-08-29usb-redir: Add flow control supportHans de Goede1-1/+27
2011-08-29spice-qemu-char.c: remove intermediate bufferAlon Levy1-12/+6
2011-08-29spice-qemu-char.c: add throttlingAlon Levy1-4/+35
2011-08-29virtio-console: Enable port throttling when chardev is slow to consume dataAmit Shah1-0/+11
2011-08-29char: Throttle when host connection is down#Amit Shah1-0/+14
2011-08-29char: Equip the unix/tcp backend to handle nonblocking writes#Amit Shah1-0/+34
2011-08-29char: Update send_all() to handle nonblocking chardev write requestsAmit Shah3-9/+77
2011-08-29char: Add framework for a 'write unblocked' callbackAmit Shah2-0/+7
2011-08-29iohandlers: Add enable/disable_write_fd_handler() functionsAmit Shah2-0/+38
2011-08-29char: Add a QemuChrHandlers struct to initialise chardev handlersAmit Shah27-83/+233
2011-08-29char: Split out tcp socket close code in a separate functionAmit Shah1-9/+16
2011-08-09Merge remote-tracking branch 'upstream/stable-0.15' into stable-0.15Avi Kivity9-84/+86
2011-08-08Update version to 0.15.0Anthony Liguori1-1/+1
2011-08-05Fix default accelerator when configured with --disable-kvmDaniel P. Berrange1-0/+5
2011-08-05qcow2: Fix L1 table size after bdrv_snapshot_gotoKevin Wolf1-5/+11
2011-08-04Revert "floppy: save and restore DIR register"Anthony Liguori1-50/+1
2011-08-04alpha-softmmu: Disable for the 0.15 release branch.Richard Henderson1-1/+0
2011-08-04vhost build fix for i386Wolfgang Mauerer1-0/+23
2011-08-04guest agent: add --enable-guest-agent config optionMichael Roth1-13/+27
2011-08-04user: Restore debug usage message for '-d ?' in user mode emulationPeter Maydell3-11/+16
2011-08-04lm32: softusb: claim to support full speedMichael Walle1-2/+4
2011-07-31Makefile: add missing deps on $(GENERATED_HEADERS)Michael Roth1-1/+3
2011-07-31Update version to 0.15.0-rc2Anthony Liguori1-1/+1
2011-07-31Fix VERSION to reflect that we're in 0.15.0-rc1Avi Kivity1-1/+1
2011-07-31Merge remote-tracking branch 'upstream/stable-0.15' into stable-0.15Avi Kivity28-151/+270
2011-07-29Bump version to 0.15.0-rc1Anthony Liguori1-1/+1
2011-07-29Merge branch 'for-upstream-0.15' of git://git.linaro.org/people/pmaydell/qemu...Justin M. Forbes3-35/+95
2011-07-28virtio-balloon: Unregister savevm section on device unplugAmit Shah1-0/+4
2011-07-28virtio-balloon: Add exit handler, fix memleaksAmit Shah3-1/+16
2011-07-28balloon: Reject negative balloon valuesAmit Shah1-1/+7
2011-07-28virtio-balloon: Check if balloon registration failedAmit Shah2-1/+11
2011-07-28balloon: Don't allow multiple balloon handler registrationsAmit Shah2-4/+12
2011-07-27Merge branch 'upstream-merge' into nextAvi Kivity224-3032/+10632