qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-09-21 14:08:33 to 2012-09-21 23:16:36 UTC [more...]

[Qemu-devel] [PATCH v2] Add infrastructure for QIDL-based device serialization
 2012-09-21 23:16 UTC  (21+ messages)
` [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 10/22] qapi: QmpInputVisitor, implement array handling
` [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 16/22] qdev: move Property-related declarations to qdev-properties.h
` [Qemu-devel] [PATCH 17/22] qidl: add documentation
` [Qemu-devel] [PATCH 18/22] qidl: add lexer library (based on QC parser)
` [Qemu-devel] [PATCH 19/22] qidl: add C parser "
` [Qemu-devel] [PATCH 20/22] qidl: add QAPI-based code generator
` [Qemu-devel] [PATCH 21/22] qidl: qidl.h, definitions for qidl annotations
` [Qemu-devel] [PATCH 22/22] qidl: unit tests and build infrastructure

[Qemu-devel] [PATCH v2 0/5] target-arm: misc optimizations
 2012-09-21 23:14 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 1/5] target-arm: use globals for CC flags
` [Qemu-devel] [PATCH v2 2/5] target-arm: convert add_cc and sub_cc helpers to TCG
` [Qemu-devel] [PATCH v2 3/5] target-arm: convert sar, shl and shr "
` [Qemu-devel] [PATCH v2 4/5] target-arm: mark a few integer helpers const and pure
` [Qemu-devel] [PATCH v2 5/5] target-arm: use deposit instead of hardcoded version

[Qemu-devel] [RFC PATCH v3 00/19] ACPI memory hotplug
 2012-09-21 22:36 UTC  (5+ messages)
` [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] [PATCH v2 0/7] tcg: movcond
 2012-09-21 22:34 UTC  (15+ messages)
` [Qemu-devel] [PATCH 1/7] tcg: Introduce movcond
` [Qemu-devel] [PATCH 2/7] target-alpha: Use movcond
` [Qemu-devel] [PATCH 3/7] tcg-i386: Implement movcond
` [Qemu-devel] [PATCH 4/7] tcg: Optimize movcond for constant comparisons
` [Qemu-devel] [PATCH 5/7] tcg: Optimize two-address commutative operations
` [Qemu-devel] [PATCH 6/7] tcg: Streamline movcond_i64 using 32-bit arithmetic
` [Qemu-devel] [PATCH 7/7] tcg: Streamline movcond_i64 using movcond_i32
` [Qemu-devel] [PATCH v2 0/7] tcg: movcond (ppc32 version)

[Qemu-devel] [PATCH v2 0/1] target-i386: Fix default Hypervisor level for kvm
 2012-09-21 21:53 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 1/1] target-i386: Fix default Hypervisor level for hypervisor-vendor=kvm

[Qemu-devel] [PATCH 0/9] Reduce compaction scanning and lock contention
 2012-09-21 21:36 UTC  (22+ 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/10] tcg/mips: cleanup and improvements
 2012-09-21 21:13 UTC  (14+ messages)
` [Qemu-devel] [PATCH 01/10] tcg-mips: fix wrong usage of 'Z' constraint
` [Qemu-devel] [PATCH 02/10] tcg/mips: kill warnings in user mode
` [Qemu-devel] [PATCH 03/10] tcg/mips: use TCGArg or TCGReg instead of int
` [Qemu-devel] [PATCH 04/10] tcg/mips: don't use global pointer
` [Qemu-devel] [PATCH 05/10] tcg/mips: use stack for TCG temps
` [Qemu-devel] [PATCH 06/10] tcg/mips: optimize brcond arg, 0
` [Qemu-devel] [PATCH 07/10] tcg/mips: optimize bswap{16, 16s, 32} on MIPS32R2
` [Qemu-devel] [PATCH 08/10] tcg/mips: implement rotl/rotr ops "
` [Qemu-devel] [PATCH 09/10] tcg/mips: implement deposit op "
` [Qemu-devel] [PATCH 10/10] tcg/mips: implement movcond "

[Qemu-devel] [RFC 00/14] Migration thread
 2012-09-21 21:12 UTC  (31+ 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 06/14] migration: stop all cpus correctly
` [Qemu-devel] [PATCH 07/14] migration: make writes blocking
` [Qemu-devel] [PATCH 08/14] migration: remove unfreeze logic
` [Qemu-devel] [PATCH 09/14] migration: take finer locking
` [Qemu-devel] [PATCH 10/14] buffered_file: Unfold the trick to restart generating migration data
` [Qemu-devel] [PATCH 11/14] buffered_file: don't flush on put buffer
` [Qemu-devel] [PATCH 12/14] buffered_file: unfold buffered_append in buffered_put_buffer
` [Qemu-devel] [PATCH 13/14] savevm: New save live migration method: pending
` [Qemu-devel] [PATCH 14/14] migration: print times for end phase

[Qemu-devel] [PATCH] fix endianess when changing memory with balloon
 2012-09-21 20:29 UTC 

[Qemu-devel] [PATCH] fix gcc warnings when RESERVED_VA is 0
 2012-09-21 20:21 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 00/13] Sparc TCG cleanup
  ` [Qemu-devel] [PATCH 13/13] tcg: Fix !USE_DIRECT_JUMP

[Qemu-devel] [PATCH v5 0/4] VFIO-based PCI device assignment
 2012-09-21 20:04 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 00/10] tcg/optimize: rework copy propagation
 2012-09-21 19:43 UTC  (11+ messages)
` [Qemu-devel] [PATCH v2 01/10] tcg/optimize: remove TCG_TEMP_ANY
` [Qemu-devel] [PATCH v2 02/10] tcg/optimize: check types in copy propagation
` [Qemu-devel] [PATCH v2 03/10] tcg/optimize: rework copy progagation
` [Qemu-devel] [PATCH v2 04/10] tcg/optimize: do copy propagation for all operations
` [Qemu-devel] [PATCH v2 05/10] tcg/optimize: optimize "op r, a, a => mov r, a"
` [Qemu-devel] [PATCH v2 06/10] tcg/optimize: optimize "op r, a, a => movi r, 0"
` [Qemu-devel] [PATCH v2 07/10] tcg/optimize: further optimize brcond/movcond/setcond
` [Qemu-devel] [PATCH v2 08/10] tcg/optimize: prefer the "op a, a, b" form for commutative ops
` [Qemu-devel] [PATCH v2 09/10] tcg: remove #ifdef #endif around TCGOpcode tests
` [Qemu-devel] [PATCH v2 10/10] tcg/optimize: add constant folding for deposit

[Qemu-devel] [PATCH 00/25] q35 series take #1
 2012-09-21 19:37 UTC  (4+ messages)
` [Qemu-devel] [PATCH 04/25] ahci: add ide device initialization helper

[Qemu-devel] [PATCH v2 0/3]: qmp: send-key: accept key codes in hex
 2012-09-21 18:20 UTC  (11+ messages)
` [Qemu-devel] [PATCH 1/3] input: qmp_send_key(): simplify
` [Qemu-devel] [PATCH 2/3] qmp: qmp_send_key(): accept key codes in hex
` [Qemu-devel] [PATCH 3/3] input: index_from_key(): drop unused code

[Qemu-devel] EHCI USB regression in 1.2.0 - ehci_state_fetchqtd() asserting
 2012-09-21 18:46 UTC  (6+ messages)

[Qemu-devel] [PATCH 0/3]: qmp/hmp: dump-guest-memory fixes
 2012-09-21 18:30 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/3] qmp: dump-guest-memory: improve schema doc (again)
` [Qemu-devel] [PATCH 2/3] qmp: dump-guest-memory: don't spin if non-blocking fd would block
` [Qemu-devel] [PATCH 3/3] hmp: dump-guest-memory: hardcode protocol argument to file:

[Qemu-devel] [PULL 0/2] tcg-hppa fixes
 2012-09-21 18:20 UTC  (4+ messages)

[Qemu-devel] [PULL 00/14] usb patch queue
 2012-09-21 18:17 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/6] linux-user improvements
 2012-09-21 17:16 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/6] linux-user: Perform more checks on iovec lists
` [Qemu-devel] [PATCH 2/6] linux-user: Implement gethostname
` [Qemu-devel] [PATCH 3/6] alpha-linux-user: Fix sigaltstack structure definition
` [Qemu-devel] [PATCH 4/6] alpha-linux-user: Fix sigaction
` [Qemu-devel] [PATCH 5/6] target-alpha: Fix cpu_alpha_init
` [Qemu-devel] [PATCH 6/6] linux-user: Fix siginfo handling

[Qemu-devel] [PATCH 0/9] Incoming migration coroutine
 2012-09-21 17:05 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/9] migration: unify stdio-based QEMUFile operations
` [Qemu-devel] [PATCH 2/9] migration: consolidate QEMUFile methods in a single QEMUFileOps struct
` [Qemu-devel] [PATCH 3/9] migration: add qemu_get_fd
` [Qemu-devel] [PATCH 4/9] migration: replace qemu_stdio_fd with qemu_get_fd
` [Qemu-devel] [PATCH 5/9] migration: clean up server sockets and handlers before invoking process_incoming_migration
` [Qemu-devel] [PATCH 6/9] migration: close socket QEMUFile from socket_close
` [Qemu-devel] [PATCH 7/9] migration: move qemu_fclose to process_incoming_migration
` [Qemu-devel] [PATCH 8/9] migration: handle EAGAIN while reading QEMUFile
` [Qemu-devel] [PATCH 9/9] migration: move process_incoming_migration to a coroutine

[Qemu-devel] ARM Cortex-R4 support ?
 2012-09-21 17:05 UTC  (2+ messages)

[Qemu-devel] [Bug 1054180] [NEW] DNS activity in slirp (user networking) mode quickly depletes file descriptors and crashes qemu
 2012-09-21 16:13 UTC 

[Qemu-devel] [PULL] QOM CPUState patch queue 2012-09-21
 2012-09-21 16:00 UTC  (16+ messages)
` [Qemu-devel] [PATCH 01/11] MAINTAINERS: Add entry for QOM CPU
` [Qemu-devel] [PATCH 02/11] target-i386: Fold -cpu ?cpuid, ?model output into -cpu help, drop ?dump
` [Qemu-devel] [PATCH 03/11] Drop cpu_list_id macro
` [Qemu-devel] [PATCH 04/11] target-i386: Add missing CPUID_* constants
` [Qemu-devel] [PATCH 05/11] target-i386: Move CPU models from cpus-x86_64.conf to C
` [Qemu-devel] [PATCH 06/11] Eliminate cpus-x86_64.conf file
` [Qemu-devel] [PATCH 07/11] target-i386: x86_cpudef_setup() coding style change
` [Qemu-devel] [PATCH 08/11] target-i386: Kill cpudef config section support
` [Qemu-devel] [PATCH 09/11] target-i386: Drop unused setscalar() macro
` [Qemu-devel] [PATCH 10/11] target-alpha: Initialize env->cpu_model_str
` [Qemu-devel] [PATCH 11/11] target-alpha: Make cpu_alpha_init() reentrant

[Qemu-devel] [PATCH 00/41] Migration cleanups, refactorings, stats, and more
 2012-09-21 15:36 UTC  (5+ messages)
` [Qemu-devel] [PATCH 41/41] cpus: create qemu_cpu_is_vcpu()

[Qemu-devel] [PULL 0/7] SCSI patches for 2012-09-21
 2012-09-21 14:52 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/7] iSCSI: We need to support SG_IO also from iscsi_ioctl()
` [Qemu-devel] [PATCH 2/7] iSCSI: We dont need to explicitely call qemu_notify_event() any more
` [Qemu-devel] [PATCH 3/7] scsi-disk: introduce check_lba_range
` [Qemu-devel] [PATCH 4/7] scsi-disk: fix check for out-of-range LBA
` [Qemu-devel] [PATCH 5/7] scsi: introduce scsi_cdb_length and scsi_data_cdb_length
` [Qemu-devel] [PATCH 6/7] scsi-disk: use scsi_data_cdb_length
` [Qemu-devel] [PATCH 7/7] SCSI: Standard INQUIRY data should report HiSup flag as set

[Qemu-devel] [PATCH 0/5] tcg: movcond
 2012-09-21 14:52 UTC  (6+ messages)
` [Qemu-devel] [PATCH 4/5] tcg: Optimize movcond for constant comparisons

[Qemu-devel] [PATCH V3 0/5] Xen, introducing dirty log for migration
 2012-09-21 14:33 UTC  (7+ messages)
` [Qemu-devel] [PATCH V3 2/5] xen: Introduce xen_modified_memory
` [Qemu-devel] [PATCH V3 5/5] xen: Set the vram dirty when an error occur

[Qemu-devel] [PATCH v2] virtio-blk: add default serial id
 2012-09-21 14:15 UTC  (2+ messages)


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).