messages from 2012-09-20 20:37:02 to 2012-09-21 14:08:52 UTC [more...]
[Qemu-devel] [RFC 00/14] Migration thread
2012-09-21 14:08 UTC (8+ messages)
` [Qemu-devel] [PATCH 01/14] split MRU ram list
` [Qemu-devel] [PATCH 02/14] add a version number to ram_list
` [Qemu-devel] [PATCH 03/14] protect the ramlist with a separate mutex
` [Qemu-devel] [PATCH 04/14] buffered_file: Move from using a timer to use a thread
` [Qemu-devel] [PATCH 05/14] migration: make qemu_fopen_ops_buffered() return void
` [Qemu-devel] [PATCH 08/14] migration: remove unfreeze logic
` [Qemu-devel] [PATCH 09/14] migration: take finer locking
[Qemu-devel] [PATCH v2] Add infrastructure for QIDL-based device serialization
2012-09-21 14:07 UTC (17+ messages)
` [Qemu-devel] [PATCH 01/22] qapi: qapi-visit.py -> qapi_visit.py so we can import
` [Qemu-devel] [PATCH 02/22] qapi: qapi-types.py -> qapi_types.py
` [Qemu-devel] [PATCH 03/22] qapi: qapi-commands.py -> qapi_commands.py
` [Qemu-devel] [PATCH 04/22] qapi: qapi_visit.py, make code useable as module
` [Qemu-devel] [PATCH 05/22] qapi: qapi_visit.py, support arrays and complex qapi definitions
` [Qemu-devel] [PATCH 06/22] qapi: qapi_visit.py, support generating static functions
` [Qemu-devel] [PATCH 07/22] qapi: qapi_visit.py, support for visiting non-pointer/embedded structs
` [Qemu-devel] [PATCH 08/22] qapi: add visitor interfaces for C arrays
` [Qemu-devel] [PATCH 09/22] qapi: QmpOutputVisitor, implement array handling
` [Qemu-devel] [PATCH 10/22] qapi: QmpInputVisitor, "
` [Qemu-devel] [PATCH 11/22] qapi: qapi.py, make json parser more robust
` [Qemu-devel] [PATCH 12/22] qapi: add open-coded visitor for struct tm types
` [Qemu-devel] [PATCH 13/22] qom-fuse: force single-threaded mode to avoid QMP races
` [Qemu-devel] [PATCH 14/22] qom-fuse: workaround for truncated properties > 4096
` [Qemu-devel] [PATCH 15/22] module additions for schema registration
` [Qemu-devel] [PATCH 17/22] qidl: add documentation
[Qemu-devel] [PATCH 00/25] q35 series take #1
2012-09-21 14:05 UTC (3+ messages)
` [Qemu-devel] [PATCH 04/25] ahci: add ide device initialization helper
[Qemu-devel] [PATCH 0/9] Reduce compaction scanning and lock contention
2012-09-21 13:51 UTC (11+ messages)
` [Qemu-devel] [PATCH 1/9] Revert "mm: compaction: check lock contention first before taking lock"
` [Qemu-devel] [PATCH 2/9] Revert "mm-compaction-abort-compaction-loop-if-lock-is-contended-or-run-too-long-fix"
` [Qemu-devel] [PATCH 3/9] Revert "mm: compaction: abort compaction loop if lock is contended or run too long"
` [Qemu-devel] [PATCH 4/9] mm: compaction: Abort compaction loop if lock is contended or run too long
` [Qemu-devel] [PATCH 5/9] mm: compaction: Acquire the zone->lru_lock as late as possible
` [Qemu-devel] [PATCH 6/9] mm: compaction: Acquire the zone->lock "
` [Qemu-devel] [PATCH 7/9] Revert "mm: have order > 0 compaction start off where it left"
` [Qemu-devel] [PATCH 8/9] mm: compaction: Cache if a pageblock was scanned and no pages were isolated
` [Qemu-devel] [PATCH 9/9] mm: compaction: Restart compaction from near where it left off
[Qemu-devel] [PATCH 00/41] Migration cleanups, refactorings, stats, and more
2012-09-21 15:42 UTC (71+ messages)
` [Qemu-devel] [PATCH 01/41] buffered_file: g_realloc() can't fail
` [Qemu-devel] [PATCH 02/41] fix migration sync
` [Qemu-devel] [PATCH 03/41] migration: store end_time in a local variable
` [Qemu-devel] [PATCH 04/41] migration: print total downtime for final phase of migration
` [Qemu-devel] [PATCH 05/41] migration: rename expected_time to expected_downtime
` [Qemu-devel] [PATCH 06/41] migration: export migrate_get_current()
` [Qemu-devel] [PATCH 07/41] migration: print expected downtime in info migrate
` [Qemu-devel] [PATCH 08/41] savevm: Factorize ram globals reset in its own function
` [Qemu-devel] [PATCH 09/41] ram: introduce migration_bitmap_set_dirty()
` [Qemu-devel] [PATCH 10/41] ram: Introduce migration_bitmap_test_and_reset_dirty()
` [Qemu-devel] [PATCH 11/41] ram: Export last_ram_offset()
` [Qemu-devel] [PATCH 12/41] ram: introduce migration_bitmap_sync()
` [Qemu-devel] [PATCH 13/41] ram: create trace event for migration sync bitmap
` [Qemu-devel] [PATCH 14/41] Separate migration bitmap
` [Qemu-devel] [PATCH 15/41] migration: Add dirty_pages_rate to query migrate output
` [Qemu-devel] [PATCH 16/41] BufferedFile: append, then flush
` [Qemu-devel] [PATCH 17/41] buffered_file: rename opaque to migration_state
` [Qemu-devel] [PATCH 18/41] buffered_file: opaque is MigrationState
` [Qemu-devel] [PATCH 19/41] buffered_file: unfold migrate_fd_put_buffer
` [Qemu-devel] [PATCH 20/41] buffered_file: unfold migrate_fd_put_ready
` [Qemu-devel] [PATCH 21/41] buffered_file: unfold migrate_fd_put_buffer
` [Qemu-devel] [PATCH 22/41] "
` [Qemu-devel] [PATCH 23/41] buffered_file: We can access directly to bandwidth_limit
` [Qemu-devel] [PATCH 24/41] buffered_file: callers of buffered_flush() already check for errors
` [Qemu-devel] [PATCH 25/41] buffered_file: make buffered_flush return the error code
` [Qemu-devel] [PATCH 26/41] migration: make migrate_fd_wait_for_unfreeze() return errors
` [Qemu-devel] [PATCH 27/41] savevm: unexport qemu_fflush
` [Qemu-devel] [PATCH 28/41] virtio-net: use qemu_get_buffer() in a temp buffer
` [Qemu-devel] [PATCH 29/41] savevm: Remove qemu_fseek()
` [Qemu-devel] [PATCH 30/41] savevm: make qemu_fflush() return an error code
` [Qemu-devel] [PATCH 31/41] savevm: unfold qemu_fclose_internal()
` [Qemu-devel] [PATCH 32/41] savevm: unexport qemu_ftell()
` [Qemu-devel] [PATCH 33/41] savevm: make qemu_fill_buffer() be consistent
` [Qemu-devel] [PATCH 34/41] savevm: Only qemu_fflush() can generate errors
` [Qemu-devel] [PATCH 35/41] buffered_file: buffered_put_buffer() don't need to set last_error
` [Qemu-devel] [PATCH 36/41] block-migration: make flush_blks() return errors
` [Qemu-devel] [PATCH 37/41] block-migration: Switch meaning of return value
` [Qemu-devel] [PATCH 38/41] block-migration: handle errors with the return codes correctly
` [Qemu-devel] [PATCH 39/41] savevm: un-export qemu_file_set_error()
` [Qemu-devel] [PATCH 40/41] savevm: make qemu_file_put_notify() return errors
` [Qemu-devel] [PATCH 41/41] cpus: create qemu_cpu_is_vcpu()
[Qemu-devel] Dynamic Binary Instrumentation
2012-09-21 13:39 UTC (3+ messages)
[Qemu-devel] [PATCH v2] virtio-blk: add default serial id
2012-09-21 13:30 UTC
[Qemu-devel] [PATCH v4 00/17] Allow changing of Hypervisor CPUIDs
2012-09-21 13:17 UTC (5+ messages)
` [Qemu-devel] [PATCH v4 02/17] target-i386: Add missing kvm bits
[Qemu-devel] assert and crash on hot-unplug
2012-09-21 12:52 UTC (2+ messages)
[Qemu-devel] [PATCH] New syscalls to the seccomp whitelist
2012-09-21 12:40 UTC (3+ messages)
[Qemu-devel] [PATCH 0/9] tcg/optimize: rework copy propagation
2012-09-21 12:36 UTC (2+ messages)
[Qemu-devel] [PATCH v4 00/19] block: bdrv_reopen() patches
2012-09-21 12:31 UTC (9+ messages)
` [Qemu-devel] [PATCH v4 04/19] block: move aio initialization into a helper function
` [Qemu-devel] [PATCH v4 15/19] block: raw-win32 driver reopen support
[Qemu-devel] [PATCH v4 0/9] linux framebuffer display driver
2012-09-21 12:28 UTC (15+ messages)
` [Qemu-devel] [PATCH 4/9] fbdev: add "
` [Qemu-devel] [PATCH 7/9] fbdev: move to pixman
[Qemu-devel] [PATCH] usb-redir: Allow to attach USB 2.0 devices to 1.1 host controller
2012-09-21 12:25 UTC (9+ messages)
[Qemu-devel] EHCI USB regression in 1.2.0 - ehci_state_fetchqtd() asserting
2012-09-21 12:19 UTC (5+ messages)
[Qemu-devel] [RFC PATCH v3 00/19] ACPI memory hotplug
2012-09-21 11:20 UTC (22+ messages)
` [Qemu-devel] [RFC PATCH v3 01/19][SeaBIOS] Add ACPI_EXTRACT_DEVICE* macros
` [Qemu-devel] [RFC PATCH v3 02/19][SeaBIOS] Add SSDT memory device support
` [Qemu-devel] [RFC PATCH v3 03/19][SeaBIOS] acpi-dsdt: Implement functions for memory hotplug
` [Qemu-devel] [RFC PATCH v3 04/19][SeaBIOS] acpi: generate hotplug memory devices
` [Qemu-devel] [RFC PATCH v3 05/19] Implement dimm device abstraction
` [Qemu-devel] [RFC PATCH v3 06/19] Implement "-dimm" command line option
` [Qemu-devel] [RFC PATCH v3 07/19] acpi_piix4: Implement memory device hotplug registers
` [Qemu-devel] [RFC PATCH v3 08/19] pc: calculate dimm physical addresses and adjust memory map
` [Qemu-devel] [RFC PATCH v3 09/19] pc: Add dimm paravirt SRAT info
` [Qemu-devel] [RFC PATCH v3 10/19] fix live-migration when "populated=on" is missing
` [Qemu-devel] [RFC PATCH v3 11/19] Implement qmp and hmp commands for notification lists
` [Qemu-devel] [RFC PATCH v3 12/19] Implement "info memory-total" and "query-memory-total"
` [Qemu-devel] [RFC PATCH v3 13/19] balloon: update with hotplugged memory
` [Qemu-devel] [RFC PATCH v3 14/19][SeaBIOS] Add _OST dimm method
` [Qemu-devel] [RFC PATCH v3 15/19] Add _OST dimm support
` [Qemu-devel] [RFC PATCH v3 16/19] Update dimm state on reset
` [Qemu-devel] [RFC PATCH v3 17/19][SeaBIOS] Implement _PS3 method for memory device
` [Qemu-devel] [RFC PATCH v3 18/19] Implement _PS3 for dimm
` [Qemu-devel] [RFC PATCH v3 19/19][SeaBIOS] Calculate pcimem_start and pcimem64_start from SRAT entries
` [Qemu-devel] [RFC PATCH v3 19/19] alternative: Introduce paravirt interface QEMU_CFG_PCI_WINDOW
` [Qemu-devel] [RFC PATCH v3 20/19][SeaBIOS] alternative: Use paravirt interface for pci windows
[Qemu-devel] [PATCH] fix gcc warnings when RESERVED_VA is 0
2012-09-21 10:28 UTC (4+ messages)
` [Qemu-devel] [PATCH v2 00/13] Sparc TCG cleanup
` [Qemu-devel] [PATCH 13/13] tcg: Fix !USE_DIRECT_JUMP
[Qemu-devel] [PATCH 0/6] Reduce compaction scanning and lock contention
2012-09-21 9:55 UTC (8+ messages)
[Qemu-devel] [PATCH 0/2] Add TCG sanity checks (goto_tb related)
2012-09-21 8:37 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/2] tcg/README: document tcg_gen_goto_tb restrictions
` [Qemu-devel] [PATCH 2/2] tcg: add TB sanity checking
[Qemu-devel] [RFC v7 0/5] GlusterFS support in QEMU - v7
2012-09-21 8:23 UTC (11+ messages)
` [Qemu-devel] [PATCH v7 5/5] block: Support GlusterFS as a QEMU block backend
[Qemu-devel] [big lock] Discussion about the convention of device's DMA each other after breaking down biglock
2012-09-21 8:21 UTC (12+ messages)
[Qemu-devel] [PATCH] sparc-dis: Remove redundant NULL check
2012-09-21 8:06 UTC (7+ messages)
[Qemu-devel] [PATCH v3 0/3] nonblocking connect address handling cleanup
2012-09-21 8:03 UTC (8+ messages)
` [Qemu-devel] [PATCH v3 3/3] Fix address handling in inet_nonblocking_connect
[Qemu-devel] [PATCH V3 0/10] prepare unplug out of protection of global lock
2012-09-21 7:27 UTC (16+ messages)
` [Qemu-devel] [PATCH V3 10/11] vcpu: introduce lockmap
[Qemu-devel] [PATCH] blockdev: preserve readonly and snapshot states across media changes
2012-09-21 7:11 UTC (2+ messages)
[Qemu-devel] [PATCH] ehci: Fix interrupt packet MULT handling
2012-09-21 7:02 UTC (2+ messages)
[Qemu-devel] Qcow2 allocate and free cluster
2012-09-21 5:45 UTC
[Qemu-devel] RFC: target-ppc savevm fixup, cleanup and conversion to VMState
2012-09-21 4:03 UTC
[Qemu-devel] [0/4] pseries patches for comment
2012-09-21 3:42 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/4] pseries: Set hash table size based on RAM size
` [Qemu-devel] [PATCH 2/4] target-ppc: Remove unused power_mode field from cpu state
` [Qemu-devel] [PATCH 3/4] target-ppc: Extend FPU state for newer POWER CPUs
` [Qemu-devel] [PATCH 4/4] pseries: Remove unnecessary locking from PAPR hash table hcalls
[Qemu-devel] RFC: NVRAM for pseries machine
2012-09-21 3:08 UTC
[Qemu-devel] [PATCH RFC] remove QEMUOptionParameter
2012-09-21 2:47 UTC
[Qemu-devel] [0/2] Bugfixes for ppc KVM
2012-09-21 0:22 UTC (6+ messages)
` [Qemu-devel] [PATCH 1/2] pseries: Synchronize qemu and KVM state on hypercalls
` [Qemu-devel] [Qemu-ppc] "
[Qemu-devel] [PATCH 0/2] target-xtensa: fix extui and gen_check_loop_end
2012-09-21 0:02 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/2] target-xtensa: fix extui shift amount
` [Qemu-devel] [PATCH 2/2] target-xtensa: don't emit extra tcg_gen_goto_tb
[Qemu-devel] Shifts, ppc[64], xtensa
2012-09-20 22:53 UTC (11+ messages)
[Qemu-devel] [PATCH 0/5] tcg: movcond
2012-09-20 22:47 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/5] tcg: Introduce movcond
` [Qemu-devel] [PATCH 4/5] tcg: Optimize movcond for constant comparisons
[Qemu-devel] [PATCH] virtio-blk: add default serial id
2012-09-20 20:57 UTC (2+ messages)
[Qemu-devel] [PATCH 0/3]: qmp: send-key: accept key codes in hex
2012-09-20 20:36 UTC (3+ messages)
` [Qemu-devel] [PATCH 2/3] qmp: qmp_send_key(): "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).