Age | Commit message (Expand) | Author |
2013-03-11 | qga: implement qmp_guest_set_vcpus() for Linux with sysfs | Laszlo Ersek |
2013-03-11 | qga: implement qmp_guest_get_vcpus() for Linux with sysfs | Laszlo Ersek |
2013-03-11 | qga: introduce guest-get-vcpus / guest-set-vcpus with stubs | Laszlo Ersek |
2013-03-11 | qga: add guest-set-time command | Lei Li |
2013-03-11 | qga: add guest-get-time command | Lei Li |
2013-03-11 | qemu-ga: use key-value store to avoid recycling fd handles after restart | Michael Roth |
2013-03-11 | qemu-ga: make guest-sync-delimited available during fsfreeze | Michael Roth |
2013-03-11 | qemu-ga: fix confusing GAChannelMethod comparison | Stefan Hajnoczi |
2013-03-11 | qga: cast to int for DWORD type | Lei Li |
2013-03-11 | Merge remote-tracking branch 'quintela/migration.next' into staging | Anthony Liguori |
2013-03-11 | arm: fix compilation with CONFIG_FDT | Paolo Bonzini |
2013-03-11 | page_cache: dup memory on insert | Peter Lieven |
2013-03-11 | page_cache: fix memory leak | Peter Lieven |
2013-03-11 | Fix cache_resize to keep old entry age | Orit Wasserman |
2013-03-11 | Fix page_cache leak in cache_resize | Orit Wasserman |
2013-03-11 | migration: inline migrate_fd_close | Paolo Bonzini |
2013-03-11 | migration: eliminate s->migration_file | Paolo Bonzini |
2013-03-11 | migration: move contents of migration_close to migrate_fd_cleanup | Paolo Bonzini |
2013-03-11 | migration: move rate limiting to QEMUFile | Paolo Bonzini |
2013-03-11 | migration: small changes around rate-limiting | Paolo Bonzini |
2013-03-11 | migration: use qemu_ftell to compute bandwidth | Paolo Bonzini |
2013-03-11 | migration: use QEMUFile for writing outgoing migration data | Paolo Bonzini |
2013-03-11 | migration: use QEMUFile for migration channel lifetime | Paolo Bonzini |
2013-03-11 | qemu-file: simplify and export qemu_ftell | Paolo Bonzini |
2013-03-11 | qemu-file: add writable socket QEMUFile | Paolo Bonzini |
2013-03-11 | qemu-file: check exit status when closing a pipe QEMUFile | Paolo Bonzini |
2013-03-11 | qemu-file: fsync a writable stdio QEMUFile | Paolo Bonzini |
2013-03-11 | migration: merge qemu_popen_cmd with qemu_popen | Paolo Bonzini |
2013-03-11 | migration: use qemu_file_rate_limit consistently | Paolo Bonzini |
2013-03-11 | migration: remove useless qemu_file_get_error check | Paolo Bonzini |
2013-03-11 | migration: detect error before sleeping | Paolo Bonzini |
2013-03-11 | migration: eliminate last_round | Paolo Bonzini |
2013-03-11 | qemu-file: make qemu_fflush and qemu_file_set_error private again | Paolo Bonzini |
2013-03-11 | Rename buffered_ to migration_ | Juan Quintela |
2013-03-11 | migration: yay, buffering is gone | Paolo Bonzini |
2013-03-11 | migration: run setup callbacks out of big lock | Paolo Bonzini |
2013-03-11 | migration: run pending/iterate callbacks out of big lock | Paolo Bonzini |
2013-03-11 | migration: reorder SaveVMHandlers members | Paolo Bonzini |
2013-03-11 | block-migration: add lock | Paolo Bonzini |
2013-03-11 | block-migration: document usage of state across threads | Paolo Bonzini |
2013-03-11 | block-migration: small preparatory changes for locking | Paolo Bonzini |
2013-03-11 | block-migration: remove variables that are never read | Paolo Bonzini |
2013-03-11 | migration: cleanup migration (including thread) in the iothread | Paolo Bonzini |
2013-03-11 | migration: prepare to access s->state outside critical sections | Paolo Bonzini |
2013-03-11 | migration: add migrate_set_state tracepoint | Kazuya Saito |
2013-03-11 | migration: do not nest flushing of device data | Paolo Bonzini |
2013-03-11 | migration: simplify error handling | Paolo Bonzini |
2013-03-11 | migration: use qemu_file_set_error | Paolo Bonzini |
2013-03-11 | migration: flush all data to fd when buffered_flush is called | Paolo Bonzini |
2013-03-11 | qemu-file: temporarily expose qemu_file_set_error and qemu_fflush | Paolo Bonzini |