aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-18win32-aio: use iov utility functions instead of open-coding themMichael Tokarev1-14/+3
2013-01-17Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori26-164/+174
2013-01-17virtio-pci: fix irqfd cleanup argument orderMichael S. Tsirkin1-3/+3
2013-01-17qom: Extend documentation on QOM method conceptsAndreas Färber2-7/+111
2013-01-17Makefile: drop recursive libcacard cleanStefan Hajnoczi1-1/+1
2013-01-17migration: remove argument to qemu_savevm_state_cancelJuan Quintela3-6/+6
2013-01-17migration: Only go to the iterate stage if there is anything to sendJuan Quintela1-1/+1
2013-01-17migration: unfold rest of migrate_fd_put_ready() into threadJuan Quintela1-54/+41
2013-01-17migration: move exit condition to migration threadJuan Quintela1-6/+8
2013-01-17migration: Add buffered_flush error handlingJuan Quintela1-1/+2
2013-01-17migration: move beginning stage to the migration threadJuan Quintela2-14/+15
2013-01-17qemu-file: Only set last_error if it is not already setJuan Quintela1-1/+3
2013-01-17migration: fix off-by-one in buffered_rate_limitPaolo Bonzini1-1/+1
2013-01-17migration: remove double call to migrate_fd_closePaolo Bonzini1-1/+0
2013-01-17migration: make function staticPaolo Bonzini2-4/+2
2013-01-17use XFER_LIMIT_RATIO consistentlyPaolo Bonzini1-1/+1
2013-01-17Protect migration_bitmap_sync() with the ramlist lockPaolo Bonzini1-2/+1
2013-01-17Unlock ramlist lock also in error casePaolo Bonzini1-1/+2
2013-01-17HMP: add sub command table to infoWenchao Xia2-22/+3
2013-01-17HMP: move define of mon_cmdsWenchao Xia1-6/+6
2013-01-17HMP: add infrastructure for sub commandWenchao Xia1-10/+39
2013-01-17HMP: delete info handlerWenchao Xia1-46/+45
2013-01-17HMP: add QDict to info callback handlerWenchao Xia25-83/+84
2013-01-17win32-aio: Fix memory leakKevin Wolf1-1/+1
2013-01-17win32-aio: Fix vectored readsKevin Wolf1-1/+1
2013-01-17aio: Fix return value of aio_poll()Kevin Wolf4-8/+8
2013-01-17ide: Remove wrong assertionKevin Wolf1-1/+0
2013-01-17block: fix null-pointer bug on error case in block commitJeff Cody1-4/+3
2013-01-16bswap: improve gluingBlue Swirl1-10/+10
2013-01-16Merge remote-tracking branch 'kraxel/chardev.1' into stagingAnthony Liguori9-112/+600
2013-01-16build: fix Win32 clean buildPaolo Bonzini1-0/+1
2013-01-16tmp105: Add temperature QOM propertyAndreas Färber2-20/+29
2013-01-16tmp105: QOM'ifyAndreas Färber2-24/+39
2013-01-16tests: Add tmp105 qtest test caseAndreas Färber2-0/+79
2013-01-16tmp105: Fix I2C protocol bugAndreas Färber1-3/+6
2013-01-16tmp105: Split out I2C message constants from headerAndreas Färber2-33/+51
2013-01-16libqtest: Prepare I2C libqosAndreas Färber4-0/+219
2013-01-16audio: Replace non-portable asprintf in debug code by g_strdup_printfStefan Weil1-2/+3
2013-01-16usb-storage: Drop useless null test in usb_msd_handle_data()Markus Armbruster1-1/+1
2013-01-16ui: Drop useless null tests in parse_keyboard_layout()Markus Armbruster1-7/+9
2013-01-16pseries: Replace non-portable asprintf by g_strdup_printfStefan Weil2-28/+8
2013-01-16Add new DEFAULT_MACHINE_OPTIONS to q35 and ppc405Knut Omang2-0/+2
2013-01-16alpha-linux-user: Correct selectLaurent Vivier1-6/+6
2013-01-16alpha-linux-user: Translate fcntl l_typeLaurent Vivier2-6/+40
2013-01-16chardev: add pty chardev support to chardev-add (qmp)Gerd Hoffmann3-1/+20
2013-01-16chardev: add socket chardev support to chardev-add (qmp)Gerd Hoffmann2-56/+138
2013-01-16chardev: add parallel chardev support to chardev-add (qmp)Gerd Hoffmann3-18/+34
2013-01-16chardev: add serial chardev support to chardev-add (qmp)Gerd Hoffmann3-13/+75
2013-01-16chardev: add file chardev support to chardev-add (qmp)Gerd Hoffmann3-2/+83
2013-01-16chardev: add hmp hotplug commandsGerd Hoffmann3-0/+57