Age | Commit message (Expand) | Author |
2013-04-29 | audio: look for the ISA and PCI buses | Paolo Bonzini |
2013-04-29 | audio: remove HAS_AUDIO | Paolo Bonzini |
2013-04-29 | audio: remove the need for audio card CONFIG_* symbols | Paolo Bonzini |
2013-04-15 | include: avoid useless includes of exec/ headers | Paolo Bonzini |
2013-04-15 | acpi: move declarations from pc.h to acpi.h | Michael S. Tsirkin |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini |
2013-04-04 | like acpi_table_install(), acpi_table_add() should propagate Errors | Laszlo Ersek |
2013-04-04 | acpi_table_add(): accept QemuOpts and parse it with OptsVisitor | Laszlo Ersek |
2013-04-04 | strip some whitespace | Laszlo Ersek |
2013-03-26 | Use qemu_put_buffer_async for guest memory pages | Orit Wasserman |
2013-03-26 | migration: use XBZRLE only after bulk stage | Peter Lieven |
2013-03-26 | migration: do not search dirty pages in bulk stage | Peter Lieven |
2013-03-26 | migration: do not sent zero pages in bulk stage | Peter Lieven |
2013-03-26 | migration: add an indicator for bulk state of ram migration | Peter Lieven |
2013-03-26 | migration: search for zero instead of dup pages | Peter Lieven |
2013-03-26 | move vector definitions to qemu-common.h | Peter Lieven |
2013-03-23 | Add top level changes for moxie | Anthony Green |
2013-03-11 | page_cache: dup memory on insert | Peter Lieven |
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-02-22 | migration: calculate expected_downtime | Juan Quintela |
2013-02-01 | Allow XBZRLE decoding without enabling the capability | Orit Wasserman |
2013-01-17 | Protect migration_bitmap_sync() with the ramlist lock | Paolo Bonzini |
2013-01-17 | Unlock ramlist lock also in error case | Paolo Bonzini |
2012-12-20 | ram: refactor ram_save_block() return value | Juan Quintela |
2012-12-20 | ram: account the amount of transferred ram better | Juan Quintela |
2012-12-20 | ram: optimize migration bitmap walking | Juan Quintela |
2012-12-20 | ram: Use memory_region_test_and_clear_dirty | Juan Quintela |
2012-12-20 | ram: Add last_sent_block | Juan Quintela |
2012-12-20 | ram: rename last_block to last_seen_block | Juan Quintela |
2012-12-20 | savevm: New save live migration method: pending | Juan Quintela |
2012-12-20 | protect the ramlist with a separate mutex | Umesh Deshpande |
2012-12-20 | add a version number to ram_list | Umesh Deshpande |
2012-12-20 | exec: sort the memory from biggest to smallest | Paolo Bonzini |
2012-12-20 | exec: change RAM list to a TAILQ | Paolo Bonzini |
2012-12-20 | exec: change ramlist from MRU order to a 1-item cache | Paolo Bonzini |
2012-12-20 | migration: fix migration_bitmap leak | Paolo Bonzini |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | migration: move include files to include/migration/ | Paolo Bonzini |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini |
2012-12-19 | net: do not include net.h everywhere | Paolo Bonzini |
2012-12-19 | janitor: do not rely on indirect inclusions of or from qemu-char.h | Paolo Bonzini |
2012-12-17 | Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD | Paolo Bonzini |
2012-12-17 | pci: update all users to look in pci/ | Michael S. Tsirkin |
2012-12-12 | migration: Fix madvise breakage if host and guest have different page sizes | David Gibson |
2012-12-12 | Fix off-by-1 error in RAM migration code | David Gibson |
2012-10-17 | migration: Add dirty_pages_rate to query migrate output | Juan Quintela |
2012-10-17 | Separate migration bitmap | Juan Quintela |