Age | Commit message (Expand) | Author |
2013-03-12 | Add a TPM Passthrough backend driver implementation | Stefan Berger |
2013-03-12 | Build the TPM frontend code | Stefan Berger |
2013-03-12 | Add a debug register | Stefan Berger |
2013-03-12 | Add TPM (frontend) hardware interface (TPM TIS) to QEMU | Stefan Berger |
2013-03-12 | Support for TPM command line options | Stefan Berger |
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 |
2013-03-11 | migration: use qemu_file_set_error to pass error codes back to qemu_savevm_state | Paolo Bonzini |
2013-03-11 | qemu-file: pass errno from qemu_fflush via f->last_error | Paolo Bonzini |
2013-03-11 | block-migration: remove useless calls to blk_mig_cleanup | Paolo Bonzini |
2013-03-11 | migration: push qemu_savevm_state_cancel out of qemu_savevm_state_* | Paolo Bonzini |