aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-17qom: Extend documentation on QOM method conceptsAndreas Färber
2013-01-17Makefile: drop recursive libcacard cleanStefan Hajnoczi
2013-01-17migration: remove argument to qemu_savevm_state_cancelJuan Quintela
2013-01-17migration: Only go to the iterate stage if there is anything to sendJuan Quintela
2013-01-17migration: unfold rest of migrate_fd_put_ready() into threadJuan Quintela
2013-01-17migration: move exit condition to migration threadJuan Quintela
2013-01-17migration: Add buffered_flush error handlingJuan Quintela
2013-01-17migration: move beginning stage to the migration threadJuan Quintela
2013-01-17qemu-file: Only set last_error if it is not already setJuan Quintela
2013-01-17migration: fix off-by-one in buffered_rate_limitPaolo Bonzini
2013-01-17migration: remove double call to migrate_fd_closePaolo Bonzini
2013-01-17migration: make function staticPaolo Bonzini
2013-01-17use XFER_LIMIT_RATIO consistentlyPaolo Bonzini
2013-01-17Protect migration_bitmap_sync() with the ramlist lockPaolo Bonzini
2013-01-17Unlock ramlist lock also in error casePaolo Bonzini
2013-01-17HMP: add sub command table to infoWenchao Xia
2013-01-17HMP: move define of mon_cmdsWenchao Xia
2013-01-17HMP: add infrastructure for sub commandWenchao Xia
2013-01-17HMP: delete info handlerWenchao Xia
2013-01-17HMP: add QDict to info callback handlerWenchao Xia
2013-01-17win32-aio: Fix memory leakKevin Wolf
2013-01-17win32-aio: Fix vectored readsKevin Wolf
2013-01-17aio: Fix return value of aio_poll()Kevin Wolf
2013-01-17ide: Remove wrong assertionKevin Wolf
2013-01-17block: fix null-pointer bug on error case in block commitJeff Cody
2013-01-16bswap: improve gluingBlue Swirl
2013-01-16Merge remote-tracking branch 'kraxel/chardev.1' into stagingAnthony Liguori
2013-01-16build: fix Win32 clean buildPaolo Bonzini
2013-01-16tmp105: Add temperature QOM propertyAndreas Färber
2013-01-16tmp105: QOM'ifyAndreas Färber
2013-01-16tests: Add tmp105 qtest test caseAndreas Färber
2013-01-16tmp105: Fix I2C protocol bugAndreas Färber
2013-01-16tmp105: Split out I2C message constants from headerAndreas Färber
2013-01-16libqtest: Prepare I2C libqosAndreas Färber
2013-01-16audio: Replace non-portable asprintf in debug code by g_strdup_printfStefan Weil
2013-01-16usb-storage: Drop useless null test in usb_msd_handle_data()Markus Armbruster
2013-01-16ui: Drop useless null tests in parse_keyboard_layout()Markus Armbruster
2013-01-16pseries: Replace non-portable asprintf by g_strdup_printfStefan Weil
2013-01-16Add new DEFAULT_MACHINE_OPTIONS to q35 and ppc405Knut Omang
2013-01-16alpha-linux-user: Correct selectLaurent Vivier
2013-01-16alpha-linux-user: Translate fcntl l_typeLaurent Vivier
2013-01-16chardev: add pty chardev support to chardev-add (qmp)Gerd Hoffmann
2013-01-16chardev: add socket chardev support to chardev-add (qmp)Gerd Hoffmann
2013-01-16chardev: add parallel chardev support to chardev-add (qmp)Gerd Hoffmann
2013-01-16chardev: add serial chardev support to chardev-add (qmp)Gerd Hoffmann
2013-01-16chardev: add file chardev support to chardev-add (qmp)Gerd Hoffmann
2013-01-16chardev: add hmp hotplug commandsGerd Hoffmann
2013-01-16chardev: add qmp hotplug commands, with null chardev supportGerd Hoffmann
2013-01-16chardev: reduce chardev ifdef mess a bitGerd Hoffmann
2013-01-16chardev: fix QemuOpts lifecycleGerd Hoffmann