| [5/5] s390: sclp ascii console support |
2012-10-02 |
Jens Freimann |
|
New |
| hw/qxl: fix condition for exiting guest_bug |
2012-10-02 |
Alon Levy |
|
New |
| [v2,00/41] Migration cleanups, refactorings, stats, and more |
2012-10-02 |
Juan Quintela |
|
New |
| [01/41] buffered_file: g_realloc() can't fail |
2012-10-02 |
Juan Quintela |
|
New |
| [02/41] fix migration sync |
2012-10-02 |
Juan Quintela |
|
New |
| [03/41] migration: store end_time in a local variable |
2012-10-02 |
Juan Quintela |
|
New |
| [04/41] migration: print total downtime for final phase of migration |
2012-10-02 |
Juan Quintela |
|
New |
| [05/41] migration: rename expected_time to expected_downtime |
2012-10-02 |
Juan Quintela |
|
New |
| [06/41] migration: export migrate_get_current() |
2012-10-02 |
Juan Quintela |
|
New |
| [07/41] migration: print expected downtime in info migrate |
2012-10-02 |
Juan Quintela |
|
New |
| [08/41] savevm: Factorize ram globals reset in its own function |
2012-10-02 |
Juan Quintela |
|
New |
| [09/41] ram: introduce migration_bitmap_set_dirty() |
2012-10-02 |
Juan Quintela |
|
New |
| [10/41] ram: Introduce migration_bitmap_test_and_reset_dirty() |
2012-10-02 |
Juan Quintela |
|
New |
| [11/41] ram: Export last_ram_offset() |
2012-10-02 |
Juan Quintela |
|
New |
| [12/41] ram: introduce migration_bitmap_sync() |
2012-10-02 |
Juan Quintela |
|
New |
| [13/41] ram: create trace event for migration sync bitmap |
2012-10-02 |
Juan Quintela |
|
New |
| [14/41] Separate migration bitmap |
2012-10-02 |
Juan Quintela |
|
New |
| [15/41] migration: Add dirty_pages_rate to query migrate output |
2012-10-02 |
Juan Quintela |
|
New |
| [16/41] BufferedFile: append, then flush |
2012-10-02 |
Juan Quintela |
|
New |
| [17/41] buffered_file: rename opaque to migration_state |
2012-10-02 |
Juan Quintela |
|
New |
| [18/41] buffered_file: opaque is MigrationState |
2012-10-02 |
Juan Quintela |
|
New |
| [19/41] buffered_file: unfold migrate_fd_put_buffer |
2012-10-02 |
Juan Quintela |
|
New |
| [20/41] buffered_file: unfold migrate_fd_put_ready |
2012-10-02 |
Juan Quintela |
|
New |
| [21/41] buffered_file: unfold migrate_fd_wait_for_unfreeze |
2012-10-02 |
Juan Quintela |
|
New |
| [22/41] buffered_file: unfold migrate_fd_close |
2012-10-02 |
Juan Quintela |
|
New |
| [23/41] buffered_file: We can access directly to bandwidth_limit |
2012-10-02 |
Juan Quintela |
|
New |
| [24/41] buffered_file: callers of buffered_flush() already check for errors |
2012-10-02 |
Juan Quintela |
|
New |
| [25/41] buffered_file: make buffered_flush return the error code |
2012-10-02 |
Juan Quintela |
|
New |
| [26/41] migration: make migrate_fd_wait_for_unfreeze() return errors |
2012-10-02 |
Juan Quintela |
|
New |
| [27/41] savevm: unexport qemu_fflush |
2012-10-02 |
Juan Quintela |
|
New |
| [28/41] virtio-net: use qemu_get_buffer() in a temp buffer |
2012-10-02 |
Juan Quintela |
|
New |
| [29/41] savevm: Remove qemu_fseek() |
2012-10-02 |
Juan Quintela |
|
New |
| [30/41] savevm: make qemu_fflush() return an error code |
2012-10-02 |
Juan Quintela |
|
New |
| [31/41] savevm: unfold qemu_fclose_internal() |
2012-10-02 |
Juan Quintela |
|
New |
| [32/41] savevm: unexport qemu_ftell() |
2012-10-02 |
Juan Quintela |
|
New |
| [33/41] savevm: make qemu_fill_buffer() be consistent |
2012-10-02 |
Juan Quintela |
|
New |
| [34/41] savevm: Only qemu_fflush() can generate errors |
2012-10-02 |
Juan Quintela |
|
New |
| [35/41] buffered_file: buffered_put_buffer() don't need to set last_error |
2012-10-02 |
Juan Quintela |
|
New |
| [36/41] block-migration: make flush_blks() return errors |
2012-10-02 |
Juan Quintela |
|
New |
| [37/41] block-migration: Switch meaning of return value |
2012-10-02 |
Juan Quintela |
|
New |
| [38/41] block-migration: handle errors with the return codes correctly |
2012-10-02 |
Juan Quintela |
|
New |
| [39/41] savevm: un-export qemu_file_set_error() |
2012-10-02 |
Juan Quintela |
|
New |
| [40/41] savevm: make qemu_file_put_notify() return errors |
2012-10-02 |
Juan Quintela |
|
New |
| [41/41] cpus: create qemu_in_vcpu_thread() |
2012-10-02 |
Juan Quintela |
|
New |
| [18/22,v3] target-i386: parse cpu_model string into set of stringified properties |
2012-10-02 |
Igor Mammedov |
|
New |
| [01/23] target-i386: return Error from cpu_x86_find_by_name() |
2012-10-02 |
Igor Mammedov |
|
New |
| [02/23] target-i386: cpu_x86_register(): report error from property setter |
2012-10-02 |
Igor Mammedov |
|
New |
| [03/23] target-i386: if x86_cpu_realize() failed report error and do cleanup |
2012-10-02 |
Igor Mammedov |
|
New |
| [04/23] target-i386: filter out not TCG features if running without kvm at realize time |
2012-10-02 |
Igor Mammedov |
|
New |
| [05/23] target-i386: move out CPU features initialization in separate func |
2012-10-02 |
Igor Mammedov |
|
New |
| [06/23] target-i386: xlevel should be more than 0x80000000, move fixup into setter |
2012-10-02 |
Igor Mammedov |
|
New |
| [07/23] target-i386: convert cpuid features into properties |
2012-10-02 |
Igor Mammedov |
|
New |
| [08/23] target-i386: add stubs for hyperv_(vapic_recommended|relaxed_timing_enabled|get_spinlock_retries)() |
2012-10-02 |
Igor Mammedov |
|
New |
| [09/23] target-i386: convert 'hv_spinlocks' feature into property |
2012-10-02 |
Igor Mammedov |
|
New |
| [10/23] target-i386: convert 'hv_relaxed' feature into property |
2012-10-02 |
Igor Mammedov |
|
New |
| [11/23] target-i386: convert 'hv_vapic' feature into property |
2012-10-02 |
Igor Mammedov |
|
New |
| [12/23] target-i386: convert 'check' and 'enforce' features into properties |
2012-10-02 |
Igor Mammedov |
|
New |
| [13/23] add visitor for parsing hz[KMG] input string |
2012-10-02 |
Igor Mammedov |
|
New |
| [14/23] target-i386: use visit_type_hz to parse tsc_freq property value |
2012-10-02 |
Igor Mammedov |
|
New |
| [15/23] target-i386: introduce vendor-override property |
2012-10-02 |
Igor Mammedov |
|
New |
| [16/23] target-i386: use define for cpuid vendor string size |
2012-10-02 |
Igor Mammedov |
|
New |
| [17/23] target-i386: postpone cpuid_level update to realize time |
2012-10-02 |
Igor Mammedov |
|
New |
| [18/23] target-i386: replace uint32_t vendor fields by vendor string in x86_def_t |
2012-10-02 |
Igor Mammedov |
|
New |
| [19/23] target-i386: parse cpu_model string into set of stringified properties |
2012-10-02 |
Igor Mammedov |
|
New |
| [20/23] target-i386: use properties to set/unset user specified features on CPU |
2012-10-02 |
Igor Mammedov |
|
New |
| [21/23] target-i386: move init of "hypervisor" feature into CPU initializer from cpudef |
2012-10-02 |
Igor Mammedov |
|
New |
| [22/23] target-i386: move default init of cpuid_kvm_features bitmap into CPU initializer from cpudef |
2012-10-02 |
Igor Mammedov |
|
New |
| [23/23] target-i386: cleanup cpu_x86_find_by_name(), only fill x86_def_t in it |
2012-10-02 |
Igor Mammedov |
|
New |
| [V5,1/5] QMP, Introduce xen-set-global-dirty-log command. |
2012-10-02 |
Anthony PERARD |
|
New |
| [V5,2/5] xen: Introduce xen_modified_memory. |
2012-10-02 |
Anthony PERARD |
|
New |
| [V5,3/5] exec: Introduce helper to set dirty flags. |
2012-10-02 |
Anthony PERARD |
|
New |
| [V5,4/5] exec, memory: Call to xen_modified_memory. |
2012-10-02 |
Anthony PERARD |
|
New |
| [V5,5/5] xen: Set the vram dirty when an error occur. |
2012-10-02 |
Anthony PERARD |
|
New |
| [V5,1/5] QMP, Introduce xen-set-global-dirty-log command. |
2012-10-02 |
Anthony PERARD |
|
New |
| [V5,2/5] xen: Introduce xen_modified_memory. |
2012-10-02 |
Anthony PERARD |
|
New |
| [V5,3/5] exec: Introduce helper to set dirty flags. |
2012-10-02 |
Anthony PERARD |
|
New |
| [V5,4/5] exec, memory: Call to xen_modified_memory. |
2012-10-02 |
Anthony PERARD |
|
New |
| [V5,5/5] xen: Set the vram dirty when an error occur. |
2012-10-02 |
Anthony PERARD |
|
New |
| [01/10] tcg: Split out swap_commutative as a subroutine |
2012-10-02 |
Richard Henderson |
|
New |
| [02/10] tcg: Canonicalize add2 operand ordering |
2012-10-02 |
Richard Henderson |
|
New |
| [03/10] tcg: Swap commutative double-word comparisons |
2012-10-02 |
Richard Henderson |
|
New |
| [04/10] tcg: Use common code when failing to optimize |
2012-10-02 |
Richard Henderson |
|
New |
| [05/10] tcg: Optimize double-word comparisons against zero |
2012-10-02 |
Richard Henderson |
|
New |
| [06/10] tcg: Split out subroutines from do_constant_folding_cond |
2012-10-02 |
Richard Henderson |
|
New |
| [07/10] tcg: Do constant folding on double-word comparisons |
2012-10-02 |
Richard Henderson |
|
New |
| [08/10] tcg: Constant fold add2 and sub2 |
2012-10-02 |
Richard Henderson |
|
New |
| [09/10] tcg: Optimize half-dead add2/sub2 |
2012-10-02 |
Richard Henderson |
|
New |
| [10/10] tcg: Optimize mulu2 |
2012-10-02 |
Richard Henderson |
|
New |
| exec: Fix walk_memory_regions |
2012-10-02 |
Toshiki Iwata |
|
New |
| [1/6] pci: Add INTx no-route option |
2012-10-02 |
Alex Williamson |
|
New |
| [2/6] pci-assign: Add support for no-route |
2012-10-02 |
Alex Williamson |
|
New |
| [3/6] pci: Helper function for testing if an INTx route changed |
2012-10-02 |
Alex Williamson |
|
New |
| [4/6] pci-assign: Use pci_intx_route_changed() |
2012-10-02 |
Alex Williamson |
|
New |
| [5/6] msi: Add msi_get_message() |
2012-10-02 |
Alex Williamson |
|
New |
| [6/6] pci-assign: Use msi_get_message() |
2012-10-02 |
Alex Williamson |
|
New |
| esp: On qemu-system-sparc's esp, TC is not set properly |
2012-10-02 |
Olivier DANET |
|
New |
| [v8,01/14] ssi: Support for multiple attached devices |
2012-10-03 |
Peter A. G. Crosthwaite |
|
New |
| [v8,02/14] ssi: Implemented CS behaviour |
2012-10-03 |
Peter A. G. Crosthwaite |
|
New |
| [v8,03/14] ssi: Added create_slave_no_init() |
2012-10-03 |
Peter A. G. Crosthwaite |
|
New |
| [v8,04/14] qdev: allow multiple qdev_init_gpio_in() calls |
2012-10-03 |
Peter A. G. Crosthwaite |
|
New |