messages from 2012-10-20 14:16:18 to 2012-10-22 15:05:57 UTC [more...]
[Qemu-devel] [PATCH v2 0/2] Fix stop/cont vs. connect races
2012-10-22 15:06 UTC (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] qmp: handle stop/cont in INMIGRATE state
[Qemu-devel] [PATCH 00/37 v5] target-i386: convert CPU features into properties
2012-10-22 15:03 UTC (34+ messages)
` [Qemu-devel] [PATCH 01/37] target-i386: return Error from cpu_x86_find_by_name()
` [Qemu-devel] [PATCH 02/37] target-i386: cpu_x86_register(): report error from property setter
` [Qemu-devel] [PATCH 03/37] target-i386: if x86_cpu_realize() failed report error and do cleanup
` [Qemu-devel] [PATCH 04/37] target-i386: filter out not TCG features if running without kvm at realize time
` [Qemu-devel] [PATCH 05/37] target-i386: move out CPU features initialization in separate func
` [Qemu-devel] [PATCH 06/37] add visitor for parsing hz[KMG] input string
` [Qemu-devel] [PATCH 07/37] target-i386: use visit_type_hz to parse tsc_freq property value
` [Qemu-devel] [PATCH 08/37] target-i386: define static properties for cpuid features
` [Qemu-devel] [PATCH 10/37] target-i386: parse cpu_model string into set of stringified properties
` [Qemu-devel] [PATCH 11/37] target-i386: introduce vendor-override static property
` [Qemu-devel] [PATCH 12/37] target-i386: convert "xlevel" to "
` [Qemu-devel] [PATCH 13/37] target-i386: convert "level" "
` [Qemu-devel] [PATCH 14/37] target-i386: postpone cpuid_level update to realize time
` [Qemu-devel] [PATCH 15/37] target-i386: set default value of "hypervisor" feature using static property
` [Qemu-devel] [PATCH 16/37] target-i386: set kvm CPUID default feature values using static properties
` [Qemu-devel] [PATCH 17/37] target-i386: make 'f-kvmclock' compatible with legacy behaviour
` [Qemu-devel] [PATCH 18/37] target-i386: add stubs for hyperv_(vapic_recommended|relaxed_timing_enabled|get_spinlock_retries)()
` [Qemu-devel] [PATCH 19/37] qdev: add DEFINE_ABSTRACT_PROP() helper
` [Qemu-devel] [PATCH 20/37] target-i386: convert 'hv_spinlocks' to static property
` [Qemu-devel] [PATCH 21/37] target-i386: convert 'hv_relaxed' "
` [Qemu-devel] [PATCH 23/37] target-i386: convert 'check' and 'enforce' to static properties
` [Qemu-devel] [PATCH 24/37] target-i386: use define for cpuid vendor string size
` [Qemu-devel] [PATCH 25/37] target-i386: replace uint32_t vendor fields by vendor string in x86_def_t
` [Qemu-devel] [PATCH 26/37] target-i386: convert "vendor" property to static property
` [Qemu-devel] [PATCH 28/37] target-i386: convert "model-id" "
` [Qemu-devel] [PATCH 29/37] target-i386: convert "stepping" "
` [Qemu-devel] [PATCH 30/37] target-i386: convert "model" "
` [Qemu-devel] [PATCH 31/37] target-i386: convert "family" "
` [Qemu-devel] [PATCH 33/37] qdev: QDEV_PROP_FOREACH and QDEV_CLASS_FOREACH
` [Qemu-devel] [PATCH 34/37] qdev: introduce QDEV_FIND_PROP_FROM_BIT and qdev_prop_find_bit()
` [Qemu-devel] [PATCH 35/37] target-i386: use static properties in check_features_against_host() to print CPUID feature names
` [Qemu-devel] [PATCH 36/37] target-i386: use static properties to list CPUID features
` [Qemu-devel] [PATCH 37/37] target-i386: cleanup cpu_x86_find_by_name(), only fill x86_def_t in it
[Qemu-devel] [PATCH] Call MADV_HUGEPAGE for guest RAM allocations
2012-10-22 13:50 UTC (4+ messages)
[Qemu-devel] [PATCH v3 00/26] q35 qemu support
2012-10-22 14:39 UTC (61+ messages)
` [Qemu-devel] [PATCH v3 01/26] blockdev: Introduce a default machine blockdev interface field, QEMUMachine->mach_if
` [Qemu-devel] [PATCH v3 02/26] blockdev: Introduce IF_AHCI
` [Qemu-devel] [PATCH v3 04/26] pci: introduce pci_swizzle_map_irq_fn() for standardized interrupt pin swizzle
` [Qemu-devel] [PATCH v3 03/26] pci: pci capability must be in PCI space
` [Qemu-devel] [PATCH v3 05/26] pc, pc_piix: split out pc nic initialization
` [Qemu-devel] [PATCH v3 06/26] pc: Move ioapic_init() from pc_piix.c to pc.c
` [Qemu-devel] [PATCH v3 07/26] pc/piix_pci: factor out smram/pam logic
` [Qemu-devel] [PATCH v3 09/26] pci: Add class 0xc05 as 'SMBus'
` [Qemu-devel] [PATCH v3 08/26] pci_ids: add intel 82801BA pci-to-pci bridge id
` [Qemu-devel] [PATCH v3 10/26] pcie: pass pcie window size to pcie_host_mmcfg_update()
` [Qemu-devel] [PATCH v3 12/26] ich9: Add acpi support and definitions
` [Qemu-devel] [PATCH v3 11/26] pcie: Convert PCIExpressHost to use the QOM
` [Qemu-devel] [PATCH v3 13/26] ich9: Add the lpc chip
` [Qemu-devel] [PATCH v3 14/26] ich9: Add smbus
` [Qemu-devel] [PATCH v3 16/26] ich9: Add i82801b11 dmi-to-pci bridge
` [Qemu-devel] [PATCH v3 17/26] Add i21154 bridge chip
` [Qemu-devel] [PATCH v3 20/26] q35: smbus: Remove PCI_STATUS_SIG_SYSTEM_ERROR and PCI_STATUS_DETECTED_PARITY from w1cmask
` [Qemu-devel] [PATCH v3 19/26] q35: Fix non-PCI IRQ processing in ich9_lpc_update_apic
` [Qemu-devel] [PATCH v3 22/26] Add a fallback bios file search, if -L fails
` [Qemu-devel] [PATCH v3 24/26] q35: add acpi-based pci hotplug
` [Qemu-devel] [PATCH v3 25/26] q35: fill in usb pci slots with -usb
[Qemu-devel] [PATCH v4 4/4] qemu-config: Add new -add-fd command line option
2012-10-22 14:36 UTC (2+ messages)
` [Qemu-devel] [PATCH v5] "
[Qemu-devel] [PATCH v2 0/6] QOMify pflash_cfi0x + PL353 for Xilinx Zynq
2012-10-22 14:36 UTC (8+ messages)
` [Qemu-devel] [PATCH v2 1/6] pflash_cfi0x: remove unused base field
` [Qemu-devel] [PATCH v2 2/6] pflash_cfi01: remove unused total_len field
` [Qemu-devel] [PATCH v2 3/6] pflash_cfi0x: QOMified
` [Qemu-devel] [PATCH v2 4/6] hw: Model of Primecell pl35x mem controller
` [Qemu-devel] [PATCH v2 5/6] xilinx_zynq: add pl353
` [Qemu-devel] [PATCH v2 6/6] pflash_cfi01: Fix debug mode printfery
[Qemu-devel] [PATCH] cadence_uart: enable tx/rx on reset
2012-10-22 14:20 UTC
[Qemu-devel] [PATCH 0/5 V4] char: add CirMemCharDriver and provide QMP interface
2012-10-22 14:08 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/5] qemu-char: Add new char backend CircularMemCharDriver
` [Qemu-devel] [PATCH 2/5] Expose CirMemCharDriver via command line
` [Qemu-devel] [PATCH 3/5] QAPI: Introduce memchar-write QMP command
` [Qemu-devel] [PATCH 4/5] QAPI: Introduce memchar-read "
` [Qemu-devel] [PATCH 5/5] HMP: Introduce console command
[Qemu-devel] buildbot failure in qemu on block_mingw32
2012-10-22 13:54 UTC (3+ messages)
[Qemu-devel] [PATCH] main: Hide F_GETFD and FD_CLOEXEC use for _WIN32
2012-10-22 13:53 UTC
[Qemu-devel] qemu <-> libvirt interaction broken
2012-10-22 13:51 UTC (2+ messages)
[Qemu-devel] [Bug 1066055] [NEW] Network performance regression with vde_switch
2012-10-22 13:50 UTC (5+ messages)
` [Qemu-devel] [Bug 1066055] "
[Qemu-devel] KVM call agenda for 2012-10-23
2012-10-22 13:42 UTC
[Qemu-devel] [PULL v3 00/23] Integrate DMA into the memory API
2012-10-22 13:00 UTC (8+ messages)
` [Qemu-devel] [PATCH v3 14/23] memory: manage coalesced mmio via a MemoryListener
[Qemu-devel] [PATCH 00/12] make CPU child of DeviceState and include qdev core in *-user
2012-10-22 12:43 UTC (4+ messages)
` [Qemu-devel] [PATCH 11/12] include core qdev code into *-user, too
[Qemu-devel] [PATCHv3] qemu: enable PV EOI for qemu 1.3
2012-10-22 13:12 UTC (5+ messages)
[Qemu-devel] [PATCH v2 1/1] atapi: make change media detection for guests easier
2012-10-22 12:05 UTC (3+ messages)
[Qemu-devel] [PATCH] update-linux-headers.sh: Handle new kernel uapi/ directories
2012-10-22 11:54 UTC
[Qemu-devel] 1.1.1 -> 1.1.2 migrate /managedsave issue
2012-10-22 11:23 UTC
[Qemu-devel] [PATCH 0/3] NBD reconnection behaviour
2012-10-22 11:09 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/3] nbd: Only try to send flush/discard commands if connected to the NBD server
` [Qemu-devel] [PATCH 2/3] nbd: Explicitly disconnect and fail inflight I/O requests on error, then reconnect next I/O request
` [Qemu-devel] [PATCH 3/3] nbd: Move reconnection attempts from each new I/O request to a 5-second timer
[Qemu-devel] [RFC PATCH v3 00/19] ACPI memory hotplug
2012-10-22 10:55 UTC (14+ messages)
` [Qemu-devel] [RFC PATCH v3 06/19] Implement "-dimm" command line option
[Qemu-devel] [PATCH 0/6] qdev patches: properties, id=<tag>, more device info
2012-10-22 10:45 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/6] qdev: rework device properties
[Qemu-devel] [patch v4 00/16] push mmio dispatch out of big lock
2012-10-22 10:40 UTC (25+ messages)
` [Qemu-devel] [patch v4 01/16] atomic: introduce atomic operations
` [Qemu-devel] [patch v4 02/16] qom: apply atomic on object's refcount
` [Qemu-devel] [patch v4 03/16] hotplug: introduce qdev_unplug_complete() to remove device from views
` [Qemu-devel] [patch v4 04/16] pci: remove pci device from mem view when unplug
` [Qemu-devel] [patch v4 05/16] memory: introduce ref, unref interface for MemoryRegionOps
` [Qemu-devel] [patch v4 06/16] memory: document ref, unref interface
` [Qemu-devel] [patch v4 07/16] memory: make mmio dispatch able to be out of biglock
` [Qemu-devel] [patch v4 08/16] QemuThread: make QemuThread as tls to store extra info
` [Qemu-devel] [patch v4 09/16] memory: introduce mmio request pending to anti nested DMA
` [Qemu-devel] [patch v4 10/16] memory: introduce lock ops for MemoryRegionOps
` [Qemu-devel] [patch v4 11/16] vcpu: push mmio dispatcher out of big lock
` [Qemu-devel] [patch v4 12/16] e1000: apply fine lock on e1000
` [Qemu-devel] [patch v4 13/16] e1000: add busy flag to anti broken device state
` [Qemu-devel] [patch v4 14/16] qdev: introduce stopping state
` [Qemu-devel] [patch v4 15/16] e1000: introduce unmap() to fix unplug issue
` [Qemu-devel] [patch v4 16/16] e1000: implement MemoryRegionOps's ref&lock interface
[Qemu-devel] [PULL] Memory core fixes
2012-10-22 10:11 UTC
[Qemu-devel] [PATCHv5] Align PCI capabilities in pci_find_space
2012-10-22 10:44 UTC (2+ messages)
[Qemu-devel] [Bug 739785] [NEW] qemu-i386 on ARM bash: fork: Invalid argument
2012-10-22 9:28 UTC (2+ messages)
` [Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)
[Qemu-devel] [PATCH V13 0/6] add-cow file format
2012-10-22 9:29 UTC (6+ messages)
` [Qemu-devel] [PATCH V13 4/6] rename qcow2-cache.c to block-cache.c
` [Qemu-devel] [PATCH V13 5/6] add-cow file format core code
[Qemu-devel] [PULL for Kevin 00/16] Block job improvements part 2
2012-10-22 8:44 UTC (5+ messages)
` [Qemu-devel] [PATCH v3 12/16] qemu-iotests: add mirroring test case
[Qemu-devel] [PATCH v1 0/7] QOMify pflash_cfi0x + PL353 for Xilinx Zynq
2012-10-22 7:05 UTC (8+ messages)
` [Qemu-devel] [PATCH v1 3/7] pflash_cfi0x: QOMified
` [Qemu-devel] [PATCH v1 7/7] nand: Reset addressing after READSTATUS
[Qemu-devel] [PATCH] configure: Fix CONFIG_QEMU_HELPERDIR generation
2012-10-22 6:12 UTC (4+ messages)
[Qemu-devel] [PATCH v2] tcg-i386: Use %gs prefixes for x86_64 GUEST_BASE
2012-10-22 5:59 UTC (2+ messages)
[Qemu-devel] [PATCH 00/14] pixman patch series
2012-10-22 5:40 UTC (7+ messages)
` [Qemu-devel] [PATCH 07/14] console: don't set PixelFormat alpha fields for 32bpp
` [Qemu-devel] [PATCH 11/14] pixman/vnc: use pixman images in vnc
[Qemu-devel] [PATCH 0/6] *** TCG global variables clean-up ***
2012-10-22 5:05 UTC (7+ messages)
` [Qemu-devel] [PATCH 5/6] TCG: Use gen_opparam_buf from context instead of global variable
[Qemu-devel] [0/15] pseries patch queue
2012-10-22 2:15 UTC (3+ messages)
` [Qemu-devel] [PATCH 03/15] pseries: Implement qemu initiated shutdowns using EPOW events
` [Qemu-devel] [Qemu-ppc] "
[Qemu-devel] [PATCH] target-sparc64: disable VGA cirrus
2012-10-21 22:50 UTC
[Qemu-devel] [PATCH] qemu-timer: Check for usable fields for SIGEV_THREAD_ID
2012-10-21 22:41 UTC (3+ messages)
[Qemu-devel] [PATCH] Revert "target-sparc: Make cpu_dst local to OP=2 insns"
2012-10-21 22:25 UTC (5+ messages)
[Qemu-devel] [PATCH] tcg/mips: use MUL instead of MULT on MIPS32 and above
2012-10-21 20:46 UTC (2+ messages)
[Qemu-devel] [PATCH] tcg-i386: Use %gs prefixes for x86_64 GUEST_BASE
2012-10-21 20:43 UTC (5+ messages)
` [Qemu-devel] [PATCH v2] "
[Qemu-devel] [PATCH v3 00/26] tcg: rework liveness analysis and register allocator
2012-10-21 20:35 UTC (2+ messages)
[Qemu-devel] [PATCH 00/30] Migration thread 20121017 edition
2012-10-21 17:02 UTC (14+ messages)
` [Qemu-devel] [PATCH 01/30] split MRU ram list
` [Qemu-devel] [PATCH 02/30] add a version number to ram_list
` [Qemu-devel] [PATCH 03/30] protect the ramlist with a separate mutex
` [Qemu-devel] [PATCH 04/30] buffered_file: Move from using a timer to use a thread
` [Qemu-devel] [PATCH 05/30] migration: make qemu_fopen_ops_buffered() return void
` [Qemu-devel] [PATCH 30/30] ram: optimize migration bitmap walking
[Qemu-devel] [PATCH 1/2] tcg/i386: remove suboptimal register shifting
2012-10-21 6:42 UTC (4+ messages)
` [Qemu-devel] [PATCH 2/2] tcg/i386: remove ld/st third argument register constraint
[Qemu-devel] [Bug 1066909] [NEW] App-level clone emulation for microblaze is broken
2012-10-21 0:29 UTC (3+ messages)
` [Qemu-devel] [Bug 1066909] "
[Qemu-devel] [Bug 1068900] [NEW] Thread cancellation broken in app-level emulation
2012-10-21 0:28 UTC (4+ messages)
` [Qemu-devel] [Bug 1068900] "
[Qemu-devel] [PATCH] configure: Remove stray debug output
2012-10-20 19:37 UTC
[Qemu-devel] [PATCHv3 0/2] Preparing safe sigprocmask wrapper on qemu-user
2012-10-20 14:15 UTC (3+ messages)
` [Qemu-devel] [PATCHv3 1/2] signal: added a wrapper for sigprocmask function
` [Qemu-devel] [PATCHv3 2/2] signal: sigsegv protection on do_sigprocmask
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).