qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-09 16:44:09 to 2012-10-10 09:53:06 UTC [more...]

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

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

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

[Qemu-devel] Proposal for virtio standardization
 2012-10-10  8:34 UTC  (17+ messages)
  ` [Qemu-devel] Using PCI config space to indicate config location

[Qemu-devel] [PATCH v2 00/26] tcg: rework liveness analysis and register allocator
 2012-10-10  8:24 UTC  (33+ messages)
` [Qemu-devel] [PATCH v2 01/26] tcg: add temp_dead()
` [Qemu-devel] [PATCH v2 02/26] tcg: add tcg_reg_sync()
` [Qemu-devel] [PATCH v2 03/26] tcg: add temp_sync()
` [Qemu-devel] [PATCH v2 04/26] tcg: sync output arguments on liveness request
` [Qemu-devel] [PATCH v2 05/26] tcg: rework liveness analysis
` [Qemu-devel] [PATCH v2 06/26] tcg: improve tcg_reg_alloc_movi()
` [Qemu-devel] [PATCH v2 07/26] tcg: rewrite tcg_reg_alloc_mov()
` [Qemu-devel] [PATCH v2 08/26] tcg: always mark dead input arguments as dead
` [Qemu-devel] [PATCH v2 09/26] tcg: start with local temps in TEMP_VAL_MEM state
` [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 16/26] target-arm: "
` [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 20/26] target-mips: "
` [Qemu-devel] [PATCH v2 21/26] target-ppc: "
` [Qemu-devel] [PATCH v2 22/26] target-s390x: "
` [Qemu-devel] [PATCH v2 23/26] target-sh4: "
` [Qemu-devel] [PATCH v2 24/26] target-sparc: "
` [Qemu-devel] [PATCH v2 25/26] target-xtensa: "
` [Qemu-devel] [PATCH v2 26/26] tcg: remove compatiblity call flags

[Qemu-devel] [PATCH 0/2] block-commit fixes
 2012-10-10  8:07 UTC  (7+ 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] Compile error
 2012-10-10  7:14 UTC  (4+ messages)
  ` [Qemu-devel] Wrong license (GPL 2 only) for files in fsdev

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

[Qemu-devel] [Qemu-ppc][PATCH v10 1/1] Add USB option in machine options
 2012-10-10  7:05 UTC  (8+ messages)
  ` [Qemu-devel] [Qemu-ppc] [PATCH "

[Qemu-devel] [CFT PATCH 00/14] Improve handling of x86 condition codes (tcg)
 2012-10-10  6:51 UTC  (33+ messages)
` [Qemu-devel] [PATCH 01/14] i386: use OT_* consistently
` [Qemu-devel] [PATCH 02/14] i386: introduce gen_ext_tl
` [Qemu-devel] [PATCH 03/14] i386: factor setting of s->cc_op handling for string functions
` [Qemu-devel] [PATCH 04/14] i386: drop cc_op argument of gen_jcc1
` [Qemu-devel] [PATCH 05/14] i386: move eflags computation closer to gen_op_set_cc_op
` [Qemu-devel] [PATCH 06/14] i386: factor gen_op_set_cc_op/tcg_gen_discard_tl around computing flags
` [Qemu-devel] [PATCH 07/14] i386: add helper functions to get other flags
` [Qemu-devel] [PATCH 08/14] i386: do not compute eflags multiple times consecutively
` [Qemu-devel] [PATCH 09/14] i386: do not call helper to compute ZF/SF
` [Qemu-devel] [PATCH 10/14] i386: use inverted setcond when computing NS or NZ
` [Qemu-devel] [PATCH 11/14] i386: convert gen_compute_eflags_c to TCG
` [Qemu-devel] [PATCH 12/14] i386: change gen_setcc_slow_T0 to gen_setcc_slow
` [Qemu-devel] [PATCH 13/14] i386: optimize setbe
` [Qemu-devel] [PATCH 14/14] i386: optimize setcc instructions

[Qemu-devel] [PATCH v5 0/3] tcg: enhance code generation quality for qemu_ld/st IRs
 2012-10-10  6:45 UTC  (12+ messages)
` [Qemu-devel] [PATCH v5 2/3] tcg: Add declarations and templates of extended MMU helpers
` [Qemu-devel] [PATCH v5 3/3] tcg: Optimize qemu_ld/st by generating slow paths at the end of a block

[Qemu-devel] [PATCH v2] virtio-blk: add default serial id
 2012-10-10  2:07 UTC  (7+ messages)

[Qemu-devel] [PULL 0/13] Ehnahced SSI bus support + M25P80 SPI flash + Xilinx SPI controller
 2012-10-10  1:44 UTC  (15+ messages)
` [Qemu-devel] [PATCH 01/13] ssi: Support for multiple attached devices
` [Qemu-devel] [PATCH 02/13] ssi: Implemented CS behaviour
` [Qemu-devel] [PATCH 03/13] ssi: Added create_slave_no_init()
` [Qemu-devel] [PATCH 04/13] qdev: allow multiple qdev_init_gpio_in() calls
` [Qemu-devel] [PATCH 05/13] stellaris: Removed SSI mux
` [Qemu-devel] [PATCH 06/13] hw: Added generic FIFO API
` [Qemu-devel] [PATCH 07/13] m25p80: Initial implementation of SPI flash device
` [Qemu-devel] [PATCH 08/13] xilinx_spi: Initial impl. of Xilinx SPI controller
` [Qemu-devel] [PATCH 09/13] petalogix-ml605: added SPI controller with n25q128
` [Qemu-devel] [PATCH 10/13] xilinx_spips: Xilinx Zynq SPI cntrlr device model
` [Qemu-devel] [PATCH 11/13] xilinx_zynq: Added SPI controllers + flashes
` [Qemu-devel] [PATCH 12/13] MAINTAINERS: Added maintainerships for SSI
` [Qemu-devel] [PATCH 13/13] ssi: Add slave autoconnect helper

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

[Qemu-devel] [0/7] vmstate extensions
 2012-10-10  0:17 UTC  (6+ messages)
` [Qemu-devel] [PATCH 4/7] savevm: Add VMSTATE_ helpers for target_phys_addr_t

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

[Qemu-devel] [PATCH 0/2] hw/armv7m_nvic: NVIC Enhancements
 2012-10-09 22:26 UTC 

[Qemu-devel] Building QEMU with multiple CPU targets
 2012-10-09 22:21 UTC  (6+ messages)

[Qemu-devel] [PATCH 00/20] target-sparc: Cleanup handling of temps
 2012-10-09 22:04 UTC  (21+ messages)
` [Qemu-devel] [PATCH 01/20] target-sparc: Add gen_load/store/dest_gpr
` [Qemu-devel] [PATCH 02/20] target-sparc: Conversion to gen_*_gpr, part 1
` [Qemu-devel] [PATCH 03/20] target-sparc: Use gen_load_gpr in get_src[12]
` [Qemu-devel] [PATCH 04/20] target-sparc: Convert asi helpers to gen_*_gpr
` [Qemu-devel] [PATCH 05/20] target-sparc: Convert swap to gen_load/store_gpr
` [Qemu-devel] [PATCH 06/20] target-sparc: Finish conversion to gen_load_gpr
` [Qemu-devel] [PATCH 07/20] target-sparc: Cleanup cpu_src[12] allocation
` [Qemu-devel] [PATCH 08/20] target-sparc: Make the cpu_addr variable local to load/store handling
` [Qemu-devel] [PATCH 09/20] target-sparc: Split out get_temp_i32
` [Qemu-devel] [PATCH 10/20] target-sparc: Use get_temp_i32 in gen_dest_fpr_F
` [Qemu-devel] [PATCH 11/20] target-sparc: Avoid cpu_tmp32 in Read Priv Register
` [Qemu-devel] [PATCH 12/20] target-sparc: Avoid cpu_tmp32 in Write "
` [Qemu-devel] [PATCH 13/20] target-sparc: Tidy ldfsr, stfsr
` [Qemu-devel] [PATCH 14/20] target-sparc: Remove usage of cpu_tmp64 from most helper functions
` [Qemu-devel] [PATCH 15/20] target-sparc: Don't use a temporary for gen_dest_fpr_D
` [Qemu-devel] [PATCH 16/20] target-sparc: Remove cpu_tmp64 use from softint insns
` [Qemu-devel] [PATCH 17/20] target-sparc: Remove last uses of cpu_tmp64
` [Qemu-devel] [PATCH 18/20] target-sparc: Only use cpu_dst for eventual writes to a gpr
` [Qemu-devel] [PATCH 19/20] target-sparc: Make cpu_dst local to OP=2 insns
` [Qemu-devel] [PATCH 20/20] target-sparc: Remove cpu_tmp0 as a global

[Qemu-devel] [PATCH 0/4] target-sparc: More CC cleanups
 2012-10-09 21:50 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] target-sparc: Fix optimized %icc comparisons
` [Qemu-devel] [PATCH 2/4] target-sparc: Optimize CC_OP_LOGIC conditions
` [Qemu-devel] [PATCH 3/4] target-sparc: Avoid unnecessary local temporaries
` [Qemu-devel] [PATCH 4/4] target-sparc: Don't compute full flags value so often

[Qemu-devel] [PATCH 0/5] tcg/arm: fixes and optimizations
 2012-10-09 21:13 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/5] tcg/arm: fix TLB access in qemu-ld/st ops
` [Qemu-devel] [PATCH 2/5] tcg/arm: fix cross-endian qemu_st16
` [Qemu-devel] [PATCH 3/5] target-openrisc: remove conflicting definitions from cpu.h
` [Qemu-devel] [PATCH 4/5] tcg/arm: optimize tcg_out_goto_label
` [Qemu-devel] [PATCH 5/5] tcg/arm: improve direct jump

[Qemu-devel] [Bug 1037675] [NEW] Guest Kernel Panic if using "-cpu host" in qemu-kvm 1.1.1
 2012-10-09 20:28 UTC  (2+ messages)
` [Qemu-devel] [Bug 1037675] "

[Qemu-devel] [PATCH 0/4] tcg/ia64: misc improvements
 2012-10-09 20:32 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] tcg/ia64: use stack for TCG temps
` [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-09 20:27 UTC  (15+ messages)
` [Qemu-devel] [PATCH 01/14] softfloat: implement fused multiply-add NaN propagation for MIPS
` [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] [PATCH 14/14] target-mips: don't flush extra TLB on permissions upgrade

[Qemu-devel] [PATCH v2 00/21] q35 qemu support
 2012-10-09 20:06 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 20/21] q35: automatically load the q35 dsdt table

[Qemu-devel] [Bug 1064631] [NEW] Feature request: tls for chardev socket (telnet, tcp, udp)
 2012-10-09 19:51 UTC 

[Qemu-devel] [PATCH v6 00/16] Allow changing of Hypervisor CPUIDs
 2012-10-09 19:15 UTC  (19+ messages)
` [Qemu-devel] [PATCH v6 03/16] target-i386: Add cpu object access routines for Hypervisor level
` [Qemu-devel] [PATCH v6 04/16] target-i386: Add x86_set_hyperv
` [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] [PATCH v6 08/16] target-i386: Add cpu object access routines for Hypervisor vendor
` [Qemu-devel] [PATCH v6 14/16] target-i386: Add setting of Hypervisor leaf extra for known vmare4

[Qemu-devel] [RFC v1 00/22] Integrate DMA into the memory API
 2012-10-09 18:34 UTC  (7+ messages)
` [Qemu-devel] [RFC v1 08/22] memory: provide defaults for MemoryListener operations

[Qemu-devel] [PATCH 0/2] make guest-base support mandatory for TCG backends
 2012-10-09 18:22 UTC  (5+ messages)

[Qemu-devel] [PATCH 00/18] qemu-sockets error propagation and related cleanups
 2012-10-09 17:33 UTC  (9+ messages)
` [Qemu-devel] [PATCH 15/18] qemu-sockets: add error propagation to inet_connect_addr
` [Qemu-devel] [PATCH 16/18] qemu-sockets: add error propagation to inet_dgram_opts
` [Qemu-devel] [PATCH 18/18] qemu-sockets: add error propagation to Unix socket functions

[Qemu-devel] [PATCH 0/3] e500: creating CCSR region and registering bar0
 2012-10-09 17:23 UTC  (11+ messages)
` [Qemu-devel] [PATCH 2/3] e500: Adding CCSR memory region

[Qemu-devel] [PATCH v3] target-i386: initialize APIC at CPU level
 2012-10-09 17:17 UTC 

[Qemu-devel] [RFC PATCH 0/9] qom: improve reference counting and hotplug
 2012-10-09 17:15 UTC  (2+ messages)

[Qemu-devel] [PATCH] target-sparc register window handling
 2012-10-09 17:06 UTC  (5+ messages)

[Qemu-devel] [RFC PATCH v3 00/19] ACPI memory hotplug
 2012-10-09 17:04 UTC  (6+ messages)
` [Qemu-devel] [RFC PATCH v3 06/19] Implement "-dimm" command line option

[Qemu-devel] [PULL v3 00/23] Integrate DMA into the memory API
 2012-10-09 16:32 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 13/23] xen: drop no-op MemoryListener callbacks
` [Qemu-devel] [PATCH v3 14/23] memory: manage coalesced mmio via a MemoryListener

[Qemu-devel] [QEMU PATCH] i386: cpu: add missing CPUID[EAX=7, ECX=0] flag names
 2012-10-09 16:43 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).