qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-10 07:50:22 to 2012-10-11 01:30:46 UTC [more...]

[Qemu-devel] [PATCH v2 0/7] target-ppc: Preparations for CPUState part 4b series
 2012-10-11  1:30 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/7] ppce500_spin: Store PowerPCCPU in SpinKick
` [Qemu-devel] [PATCH v2 2/7] ppc: Pass PowerPCCPU to {ppc6xx, ppc970, power7, ppc40x, ppce500}_set_irq()
` [Qemu-devel] [PATCH v2 3/7] target-ppc: Rename kvm_kick_{env => cpu} and pass PowerPCCPU
` [Qemu-devel] [PATCH v2 4/7] target-ppc: Pass PowerPCCPU to powerpc_excp()

[Qemu-devel] Proposal for virtio standardization
 2012-10-11  1:18 UTC  (29+ messages)
  ` [Qemu-devel] Using PCI config space to indicate config location

[Qemu-devel] [Bug 1065325] [NEW] qemu-system-arm hangs on SIGUSR1 on OS X 10.8.2
 2012-10-11  0:35 UTC 

[Qemu-devel] [Bug 1065232] [NEW] qemu-system-arm Crashes on startup on OS X 10.8.2
 2012-10-10 23:21 UTC  (8+ messages)
` [Qemu-devel] [Bug 1065232] "

[Qemu-devel] [PATCH] tcg-ia64: Implement deposit
 2012-10-10 23:01 UTC 

[Qemu-devel] [PATCH v2 0/3] command line fd passing using fd sets
 2012-10-10 22:31 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 1/3] monitor: Allow add-fd to any specified fd set
` [Qemu-devel] [PATCH v2 2/3] monitor: Enable adding an inherited fd to an "
` [Qemu-devel] [PATCH v2 3/3] qemu-config: Add new -add-fd command line option

[Qemu-devel] [PATCH v4] target-i386: initialize APIC at CPU level
 2012-10-10 20:06 UTC  (2+ messages)

[Qemu-devel] bug in popcnt emulation with some register operand(s)?
 2012-10-10 21:09 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/4] tcg/ia64: misc improvements
 2012-10-10 20:58 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/4] tcg/ia64: implement movcond_i32/64
` [Qemu-devel] [PATCH 3/4] tcg/ia64: remove suboptimal register shifting in qemu_ld/st ops
` [Qemu-devel] [PATCH 4/4] tcg/ia64: slightly optimize TLB access code

[Qemu-devel] [PATCH 00/14] target-mips: misc fixes and optimizations
 2012-10-10 20:44 UTC  (25+ messages)
` [Qemu-devel] [PATCH 02/14] target-mips: use the softfloat floatXX_muladd functions
` [Qemu-devel] [PATCH 03/14] target-mips: fix FPU exceptions
` [Qemu-devel] [PATCH 04/14] target-mips: use softfloat constants when possible
` [Qemu-devel] [PATCH 05/14] target-mips: cleanup load/store operations
` [Qemu-devel] [PATCH 06/14] target-mips: optimize load operations
` [Qemu-devel] [PATCH 07/14] target-mips: simplify load/store microMIPS helpers
` [Qemu-devel] [PATCH 08/14] target-mips: implement unaligned loads using TCG
` [Qemu-devel] [PATCH 09/14] target-mips: don't use local temps for store conditional
` [Qemu-devel] [PATCH 10/14] target-mips: implement movn/movz using movcond
` [Qemu-devel] [PATCH 11/14] target-mips: optimize ddiv/ddivu/div/divu with movcond
` [Qemu-devel] [PATCH 12/14] target-mips: use deposit instead of hardcoded version
` [Qemu-devel] [PATCH 13/14] target-mips: fix TLBR wrt SEGMask

[Qemu-devel] [PULL for Luiz 00/25] Combined qemu-sockets cleanup v2 + NBD server
 2012-10-10 20:41 UTC  (27+ messages)
` [Qemu-devel] [PATCH 01/25] error: add error_set_errno and error_setg_errno
` [Qemu-devel] [PATCH 02/25] qemu-sockets: add Error ** to all functions
` [Qemu-devel] [PATCH 03/25] qemu-sockets: unix_listen and unix_connect are portable
` [Qemu-devel] [PATCH 04/25] qemu-sockets: add nonblocking connect for Unix sockets
` [Qemu-devel] [PATCH 05/25] migration: avoid using error_is_set and thus relying on errp != NULL
` [Qemu-devel] [PATCH 06/25] migration: centralize call to migrate_fd_error()
` [Qemu-devel] [PATCH 07/25] migration: use qemu-sockets to establish Unix sockets
` [Qemu-devel] [PATCH 08/25] migration (outgoing): add error propagation for all protocols
` [Qemu-devel] [PATCH 09/25] migration (incoming): add error propagation to fd and exec protocols
` [Qemu-devel] [PATCH 10/25] qemu-char: ask and print error information from qemu-sockets
` [Qemu-devel] [PATCH 11/25] nbd: "
` [Qemu-devel] [PATCH 12/25] qemu-ga: "
` [Qemu-devel] [PATCH 13/25] vnc: add error propagation to vnc_display_open
` [Qemu-devel] [PATCH 14/25] qemu-sockets: include strerror or gai_strerror output in error messages
` [Qemu-devel] [PATCH 15/25] qemu-sockets: add error propagation to inet_connect_addr
` [Qemu-devel] [PATCH 16/25] qemu-sockets: add error propagation to inet_dgram_opts
` [Qemu-devel] [PATCH 17/25] qemu-sockets: add error propagation to inet_parse
` [Qemu-devel] [PATCH 18/25] qemu-sockets: add error propagation to Unix socket functions
` [Qemu-devel] [PATCH 19/25] build: add QAPI files to the tools
` [Qemu-devel] [PATCH 20/25] qapi: add socket address types
` [Qemu-devel] [PATCH 21/25] qemu-sockets: return IPSocketAddress from inet_parse
` [Qemu-devel] [PATCH 22/25] qemu-sockets: add socket_listen, socket_connect, socket_parse
` [Qemu-devel] [PATCH 23/25] block: add close notifiers
` [Qemu-devel] [PATCH 24/25] qmp: add NBD server commands
` [Qemu-devel] [PATCH 25/25] hmp: "

[Qemu-devel] [PATCH qom-next 00/59] QOM CPUState, part 4: CPU_COMMON
 2012-10-10 20:21 UTC  (6+ messages)
` [Qemu-devel] [PATCH qom-next 42/59] xtensa_pic: Pass XtensaCPU to xtensa_ccompare_cb()

[Qemu-devel] [PATCH 0/6] Misc PCI cleanups
 2012-10-10 19:31 UTC  (8+ messages)

[Qemu-devel] [PATCH 0/2] block-commit fixes
 2012-10-10 19:15 UTC  (12+ messages)
` [Qemu-devel] [PATCH 1/2] block: make bdrv_find_backing_image compare canonical filenames
` [Qemu-devel] [PATCH 2/2] block: in commit, determine base image from the top image

[Qemu-devel] [PATCH 0/2] Add TPCI200 and IP-Octal 232 IndustryPack emulation
 2012-10-10 17:59 UTC  (10+ messages)
` [Qemu-devel] Ping "

[Qemu-devel] [PATCH] virtfs-proxy-helper: check return code of setfsgid/setfsuid
 2012-10-10 17:58 UTC  (10+ messages)

[Qemu-devel] [PATCH] arm_gic: Rename gic_state to GICState
 2012-10-10 17:49 UTC 

[Qemu-devel] [RFC v2 0/6] QEMU: Support KVM on ARM
 2012-10-10 17:35 UTC  (10+ messages)
` [Qemu-devel] [RFC v2 1/6] linux-headers: Add ARM KVM headers (not for upstream)
` [Qemu-devel] [RFC v2 2/6] ARM: KVM: Add support for KVM on ARM architecture
` [Qemu-devel] [RFC v2 3/6] hw/arm_gic: Add presave/postload hooks
` [Qemu-devel] [RFC v2 4/6] hw/kvm/arm_gic: Implement support for KVM in-kernel ARM GIC
` [Qemu-devel] [RFC v2 5/6] ARM KVM: save and load VFP registers from kernel
` [Qemu-devel] [RFC v2 6/6] configure: Enable KVM on ARM

[Qemu-devel] [PATCH v2 00/26] tcg: rework liveness analysis and register allocator
 2012-10-10 17:24 UTC  (37+ messages)
` [Qemu-devel] [PATCH v2 04/26] tcg: sync output arguments on liveness request
` [Qemu-devel] [PATCH v2 07/26] tcg: rewrite tcg_reg_alloc_mov()
` [Qemu-devel] [PATCH v2 10/26] tcg: don't explicitly save globals and temps
` [Qemu-devel] [PATCH v2 11/26] tcg: fix some op flags
` [Qemu-devel] [PATCH v2 12/26] tcg: forbid ld/st function to modify globals
` [Qemu-devel] [PATCH v2 13/26] tcg: synchronize globals for ops with side effects
` [Qemu-devel] [PATCH v2 14/26] tcg: rework TCG helper flags
` [Qemu-devel] [PATCH v2 15/26] target-alpha: rename "
` [Qemu-devel] [PATCH v2 17/26] target-cris: "
` [Qemu-devel] [PATCH v2 18/26] target-i386: "
` [Qemu-devel] [PATCH v2 19/26] target-microblaze: "
` [Qemu-devel] [PATCH v2 26/26] tcg: remove compatiblity call flags

[Qemu-devel] [PATCH v3] target-i386: initialize APIC at CPU level
 2012-10-10 16:47 UTC  (5+ messages)

[Qemu-devel] [PATCH 00/23 v4] target-i386: convert CPU features into properties
 2012-10-10 16:37 UTC  (9+ messages)
` [Qemu-devel] [PATCH 01/23] target-i386: return Error from cpu_x86_find_by_name()
` [Qemu-devel] [PATCH 02/23] target-i386: cpu_x86_register(): report error from property setter
` [Qemu-devel] [PATCH 03/23] target-i386: if x86_cpu_realize() failed report error and do cleanup

[Qemu-devel] [PATCH v2] virtfs-proxy-helper: check return code of setfsgid/setfsuid
 2012-10-10 16:24 UTC  (2+ messages)

[Qemu-devel] [PATCH] hw/qxl: warn on sync io usage
 2012-10-10 16:18 UTC 

[Qemu-devel] [PATCH v2 00/13] tcg-sparc fixes and improvements
 2012-10-10 16:02 UTC  (14+ messages)
` [Qemu-devel] [PATCH 01/13] target-sparc: Fix optimized %icc comparisons
` [Qemu-devel] [PATCH 02/13] tcg-sparc: Fix brcond2
` [Qemu-devel] [PATCH 03/13] tcg-sparc: Implement movcond
` [Qemu-devel] [PATCH 04/13] tcg-sparc: Fix setcond2
` [Qemu-devel] [PATCH 05/13] tcg-sparc: Fix qemu_st for 32-bit
` [Qemu-devel] [PATCH 06/13] tcg-sparc: Fix setcond
` [Qemu-devel] [PATCH 07/13] tcg-sparc: Fix add2/sub2
` [Qemu-devel] [PATCH 08/13] tcg-sparc: Use Z constraint for %g0
` [Qemu-devel] [PATCH 09/13] tcg-sparc: Optimize setcond2 equality compare with 0
` [Qemu-devel] [PATCH 10/13] tcg-sparc: Drop use of Bicc in favor of BPcc
` [Qemu-devel] [PATCH 11/13] tcg-sparc: Dump illegal opode contents
` [Qemu-devel] [PATCH 12/13] tcg-sparc: Emit BPr insns for brcond_i64
` [Qemu-devel] [PATCH 13/13] tcg-sparc: Emit MOVR insns for setcond_i64 and movcond_64

[Qemu-devel] [PATCH 0/2] signal: Preparing safe sigprocmask wrapper on qemu-user
 2012-10-10 15:54 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/2] signal: added a wrapper for sigprocmask function
` [Qemu-devel] [PATCH 2/2] signal: sigsegv protection on do_sigprocmask

[Qemu-devel] [PATCH v6 00/16] Allow changing of Hypervisor CPUIDs
 2012-10-10 15:40 UTC  (16+ messages)
` [Qemu-devel] [PATCH v6 03/16] target-i386: Add cpu object access routines for Hypervisor level
` [Qemu-devel] [PATCH v6 05/16] target-i386: Use Hypervisor level in -machine pc, accel=kvm
` [Qemu-devel] [PATCH v6 06/16] target-i386: Use Hypervisor level in -machine pc, accel=tcg

[Qemu-devel] [Bug 1062589] [NEW] Xp guest disk is corrupted when the data size exceeds 4 GB
 2012-10-10 15:20 UTC  (3+ messages)
` [Qemu-devel] [Bug 1062589] "

[Qemu-devel] [feature request] qemu-bridge-helper
 2012-10-10 15:05 UTC 

[Qemu-devel] [RFC PATCH 00/17] Support for multiple "AIO contexts"
 2012-10-10 14:44 UTC  (13+ messages)
    ` [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""

[Qemu-devel] [PATCH 0/5] tcg/arm: fixes and optimizations
 2012-10-10 14:43 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/5] tcg/arm: fix TLB access in qemu-ld/st ops
` [Qemu-devel] [PATCH 5/5] tcg/arm: improve direct jump

[Qemu-devel] [Bug 1063281] [NEW] qemu-kvm-1.2.0+noroms cannot be rebuilt with spice and usb redirection enabled at a time
 2012-10-10 14:34 UTC  (2+ messages)
` [Qemu-devel] [Bug 1063281] "

[Qemu-devel] [PATCH 0/2 v3] e500: creating CCSR region and registering bar0
 2012-10-10 14:28 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2 v3] e500: Adding CCSR memory region
` [Qemu-devel] [PATCH 2/2 v3] Adding BAR0 for e500 PCI controller

[Qemu-devel] [PATCH v5 0/3] tcg: enhance code generation quality for qemu_ld/st IRs
 2012-10-10 14:09 UTC  (12+ messages)
` [Qemu-devel] [PATCH v5 2/3] tcg: Add declarations and templates of extended MMU helpers

[Qemu-devel] [PATCH] uhci: Raise interrupt when requested even for non active tds
 2012-10-10 13:50 UTC 

[Qemu-devel] [PULL v3 00/41] Migration cleanups, refactorings, stats, and more
 2012-10-10 13:35 UTC 

[Qemu-devel] [with qemu-git] blockcommit to a ( 'raw' format) base image fails w/ unable to open the disk image file
 2012-10-10 13:22 UTC  (4+ messages)

[Qemu-devel] [PATCH] vnc: fix "info vnc" with "-vnc ..., reverse=on"
 2012-10-10 12:30 UTC 

[Qemu-devel] [PATCH 1/2] hw/armv7m_nvic: Implement byte read/write for NVIC SCB_SHPRx registers
 2012-10-10 12:03 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2] hw/armv7m_nvic: Add global variable for SysTick external reference clock

[Qemu-devel] [PATCH v2 00/10] Double-word tcg/optimize improvements
 2012-10-10  9:52 UTC  (5+ messages)
` [Qemu-devel] [PATCH 07/10] tcg: Do constant folding on double-word comparisons
` [Qemu-devel] [PATCH 08/10] tcg: Constant fold add2 and sub2

[Qemu-devel] [PATCH] Use SCSI command to get size of SG device
 2012-10-10  9:01 UTC  (6+ 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).