messages from 2012-10-05 14:56:55 to 2012-10-07 12:38:58 UTC [more...]
[Qemu-devel] [PATCH v1 00/23] Integrate DMA into the memory API
2012-10-07 12:38 UTC (10+ messages)
` [Qemu-devel] [PATCH v1 01/23] memory: rename 'exec-obsolete.h'
` [Qemu-devel] [PATCH v1 02/23] vhost: use MemoryListener filtering to only monitor RAM address space
` [Qemu-devel] [PATCH v1 03/23] kvm: use separate MemoryListeners for memory and I/O
` [Qemu-devel] [PATCH v1 04/23] xen_pt: "
` [Qemu-devel] [PATCH v1 05/23] memory: prepare AddressSpace for exporting
` [Qemu-devel] [PATCH v1 06/23] memory: export AddressSpace
` [Qemu-devel] [PATCH v1 07/23] memory: maintain a list of address spaces
` [Qemu-devel] [PATCH v1 08/23] memory: provide defaults for MemoryListener operations
` [Qemu-devel] [PATCH v1 09/23] memory: use new MEMORY_LISTENER_DEFAULT_OPS
[Qemu-devel] [PATCH 0/2] e500: creating CCSR region and registering bar0
2012-10-07 11:57 UTC (11+ messages)
` [Qemu-devel] [PATCH 2/2] Adding BAR0 for e500 PCI controller
[Qemu-devel] [RFC v1 00/22] Integrate DMA into the memory API
2012-10-07 10:34 UTC (10+ messages)
` [Qemu-devel] [RFC v1 19/22] memory: per-AddressSpace dispatch
[Qemu-devel] [PATCH] build: rm libhw
2012-10-07 10:29 UTC (4+ messages)
[Qemu-devel] [PATCH v2] Make target_phys_addr_t 64 bits unconditionally
2012-10-07 10:25 UTC (8+ messages)
[Qemu-devel] [PATCH 0/2] Add TPCI200 and IP-Octal 232 IndustryPack emulation
2012-10-07 10:19 UTC (9+ messages)
` [Qemu-devel] Ping "
[Qemu-devel] [PULL 00/14] spice patch queue
2012-10-07 9:35 UTC (4+ messages)
` [Qemu-devel] [PATCH 10/14] qxl: add QXL_IO_MONITORS_CONFIG_ASYNC
[Qemu-devel] [PATCH V6 0/5] libqblock qemu block layer library
2012-10-07 5:32 UTC (6+ messages)
` [Qemu-devel] [PATCH V6 1/5] libqblock build system
` [Qemu-devel] [PATCH V6 2/5] libqblock type defines
` [Qemu-devel] [PATCH V6 3/5] libqblock API
` [Qemu-devel] [PATCH V6 4/5] libqblock test build system
` [Qemu-devel] [PATCH V6 5/5] libqblock test example
[Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest
2012-10-06 23:14 UTC (2+ messages)
` [Qemu-devel] [Bug 685096] "
[Qemu-devel] [PATCH] PPC: e500: Only expose even TLB sizes in initial TLB
2012-10-06 20:08 UTC (3+ messages)
[Qemu-devel] Enablig DLPAR capacity on QEMU pSeries
2012-10-06 19:39 UTC (9+ messages)
[Qemu-devel] [PULL 0/8] target-arm queue
2012-10-06 18:35 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/8] cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic
` [Qemu-devel] [PATCH 3/8] target-arm: use globals for CC flags
` [Qemu-devel] [PATCH 5/8] target-arm: convert sar, shl and shr helpers to TCG
[Qemu-devel] [PATCH 0/3] vmware_vga: Cleanup and allow simple drivers to work without the fifo
2012-10-06 18:35 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/4 v3] vmware_vga: Coding style cleanup
` [Qemu-devel] [PATCH 2/4 v3] vmware_vga: Remove duplicated info from local state
` [Qemu-devel] [PATCH 3/4 v3] vmware_vga: Return a value for FB_SIZE before the device is enabled
` [Qemu-devel] [PATCH 4/4 v3] vmware_vga: Allow simple drivers to work without using the fifo
[Qemu-devel] [PULL 00/34] ppc patch queue 2012-10-04
2012-10-06 18:35 UTC (2+ messages)
[Qemu-devel] [PULL 00/12] Trivial patches for 24 September to 5 October 2012
2012-10-06 18:35 UTC (2+ messages)
[Qemu-devel] [PATCH] qemu-barrier: Fix compilation on i386 hosts
2012-10-06 18:35 UTC (2+ messages)
[Qemu-devel] [PATCH 0/3] TCGCond improvements
2012-10-06 18:35 UTC (3+ messages)
[Qemu-devel] [PATCH] PPC: KVM: Fix BAT put
2012-10-06 18:35 UTC (2+ messages)
[Qemu-devel] DVD-Video on qemu guest
2012-10-06 18:32 UTC
[Qemu-devel] [PATCH] sheepdog: use bool for boolean variables
2012-10-06 16:57 UTC
[Qemu-devel] [PATCH v9 00/14] QEMU MIPS ASE DSP support
2012-10-06 14:52 UTC (30+ messages)
` [Qemu-devel] [PATCH v9 01/14] target-mips-ase-dsp: Add internal funtions
` [Qemu-devel] [PATCH v9 02/14] target-mips-ase-dsp: Add dsp resources access check
` [Qemu-devel] [PATCH v9 03/14] target-mips-ase-dsp: Use correct acc value to index cpu_HI/cpu_LO rather than using a fix number
` [Qemu-devel] [PATCH v9 04/14] target-mips-ase-dsp: Add branch instructions
` [Qemu-devel] [PATCH v9 05/14] target-mips-ase-dsp: Add load instructions
` [Qemu-devel] [PATCH v9 06/14] target-mips-ase-dsp: Add arithmetic instructions
` [Qemu-devel] [PATCH v9 07/14] target-mips-ase-dsp: Add GPR-based shift instructions
` [Qemu-devel] [PATCH v9 08/14] target-mips-ase-dsp: Add multiply instructions
` [Qemu-devel] [PATCH v9 09/14] target-mips-ase-dsp: Add bit/manipulation instructions
` [Qemu-devel] [PATCH v9 10/14] target-mips-ase-dsp: Add compare-pick instructions
` [Qemu-devel] [PATCH v9 11/14] target-mips-ase-dsp: Add DSP accumulator instructions
` [Qemu-devel] [PATCH v9 12/14] target-mips-ase-dsp: Add MIPS DSP processors
` [Qemu-devel] [PATCH v9 13/14] target-mips-ase-dsp: Add testcases
` [Qemu-devel] [PATCH v9 14/14] target-mips-ase-dsp: Change TODO file
[Qemu-devel] [CFT PATCH 00/14] Improve handling of x86 condition codes (tcg)
2012-10-06 12:30 UTC (15+ 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] MIPS DSP for Qemu
2012-10-06 12:03 UTC (3+ messages)
[Qemu-devel] [Bug 1062589] [NEW] Xp guest disk is corrupted when the data size exceeds 4 GB
2012-10-06 10:22 UTC (2+ messages)
` [Qemu-devel] [Bug 1062589] "
[Qemu-devel] [PATCH] target-sparc register window handling
2012-10-06 10:15 UTC (3+ messages)
` [Qemu-devel] [PATCH] target-sparc: Use TCG registers for windowed registers
[Qemu-devel] [PATCH] versatile: Push lsi initialization to the end
2012-10-06 2:13 UTC (4+ messages)
[Qemu-devel] [PATCH] PPC: Bamboo: Fix memory size DT property
2012-10-06 0:19 UTC
[Qemu-devel] [PATCH 00/23] target-sparc comparison improvements
2012-10-05 23:55 UTC (24+ messages)
` [Qemu-devel] [PATCH 01/23] target-sparc: Tidy cpu_dump_state
` [Qemu-devel] [PATCH 02/23] target-sparc: Make CPU_LOG_INT useful by default
` [Qemu-devel] [PATCH 03/23] target-sparc: Tidy do_branch interfaces
` [Qemu-devel] [PATCH 04/23] target-sparc: Tidy flush_cond interface
` [Qemu-devel] [PATCH 05/23] target-sparc: Tidy gen_trap_ifnofpu interface
` [Qemu-devel] [PATCH 06/23] target-sparc: Tidy save_state interface
` [Qemu-devel] [PATCH 07/23] target-sparc: Tidy gen_mov_pc_npc interface
` [Qemu-devel] [PATCH 08/23] target-sparc: Tidy save_npc interface
` [Qemu-devel] [PATCH 09/23] target-sparc: Tidy gen_generic_branch interface
` [Qemu-devel] [PATCH 10/23] target-sparc: Introduce DisasCompare and functions to generate it
` [Qemu-devel] [PATCH 11/23] target-sparc: Use DisasCompare in Tcc
` [Qemu-devel] [PATCH 12/23] target-sparc: Use DisasCompare and movcond in FMOVR, FMOVCC
` [Qemu-devel] [PATCH 13/23] target-sparc: Use DisasCompare and movcond in MOVCC
` [Qemu-devel] [PATCH 14/23] target-sparc: Use DisasCompare and movcond in MOVR
` [Qemu-devel] [PATCH 15/23] target-sparc: Use movcond in gen_generic_branch
` [Qemu-devel] [PATCH 16/23] target-sparc: Move sdivx and udivx out of line
` [Qemu-devel] [PATCH 17/23] target-sparc: Tidy Tcc
` [Qemu-devel] [PATCH 18/23] target-sparc: Move taddcctv and tsubcctv out of line
` [Qemu-devel] [PATCH 19/23] target-sparc: Use movcond in mulscc
` [Qemu-devel] [PATCH 20/23] target-sparc: Use movcond for FMOV*R
` [Qemu-devel] [PATCH 21/23] target-sparc: Cleanup "global" temporary allocation
` [Qemu-devel] [PATCH 22/23] target-sparc: Fall through from not-taken trap
` [Qemu-devel] [PATCH 23/23] target-sparc: Optimize conditionals using SUBCC
[Qemu-devel] RFC: making QMP query-block more useful
2012-10-05 23:52 UTC
[Qemu-devel] buildbot failure in qemu on default_mingw32
2012-10-05 23:51 UTC
[Qemu-devel] [PATCH] qtest: implement QTEST_STOP
2012-10-05 21:20 UTC (2+ messages)
[Qemu-devel] [PATCH 0/3] Fix autotest-exposed RTC bug 1058225
2012-10-05 21:19 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/3] rtc: fix overflow in mktimegm
[Qemu-devel] [PATCH] Remove libhw
2012-10-05 21:17 UTC (2+ messages)
[Qemu-devel] [PATCHv3 00/20] strncpy: best avoided
2012-10-05 21:17 UTC (3+ messages)
` [Qemu-devel] [PATCHv3 01/20] scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL
[Qemu-devel] [QEMU PATCH] create struct for machine initialization arguments (v2)
2012-10-05 20:54 UTC (4+ messages)
[Qemu-devel] [QEMU PATCH] create struct for machine initialization arguments (v3)
2012-10-05 20:44 UTC
[Qemu-devel] [PATCH] Remove TARGET_PHYS_ADDR_BITS define completely
2012-10-05 20:23 UTC (2+ messages)
[Qemu-devel] [QEMU PATCH] create struct for machine initialization arguments
2012-10-05 20:09 UTC (3+ messages)
[Qemu-devel] [PATCH] Call MADV_HUGEPAGE for guest RAM allocations
2012-10-05 19:47 UTC
[Qemu-devel] [PATCH] vfio-pci: Clang cleanup
2012-10-05 19:34 UTC
[Qemu-devel] [PATCH 0/4] command line fd passing using fd sets
2012-10-05 18:57 UTC (15+ messages)
` [Qemu-devel] [PATCH 1/4] monitor: Less restrictive fd matching for "
` [Qemu-devel] [PATCH 2/4] monitor: Enable adding an inherited fd to an fd set
` [Qemu-devel] [PATCH 3/4] qemu-config: Add -drive fd and opaque options
` [Qemu-devel] [PATCH 4/4] blockdev: Process "
[Qemu-devel] [patch 0/7] qemu-kvm compat (v3)
2012-10-05 18:39 UTC (9+ messages)
` [Qemu-devel] [patch 1/7] cirrus_vga: allow configurable vram size
` [Qemu-devel] [patch 2/7] Use machine options to emulate -no-kvm-irqchip
` [Qemu-devel] [patch 3/7] Issue warning when deprecated -no-kvm-pit is used
` [Qemu-devel] [patch 4/7] Use global properties to emulate -no-kvm-pit-reinjection
` [Qemu-devel] [patch 5/7] Issue warning when deprecated drive parameter boot=on|off is used
` [Qemu-devel] [patch 6/7] Issue warning when deprecated -tdf option "
` [Qemu-devel] [patch 7/7] Emulate qemu-kvms -no-kvm option
[Qemu-devel] [PATCH v6 0/4] VFIO-based PCI device assignment
2012-10-05 18:23 UTC (8+ messages)
` [Qemu-devel] [PATCH v6 3/4] vfio: vfio-pci device assignment driver
[Qemu-devel] [PULL 00/30] Block patches
2012-10-05 18:05 UTC (4+ messages)
` [Qemu-devel] [PATCH 12/30] QAPI: add command for live block commit, 'block-commit'
[Qemu-devel] [Qemu-ppc] [PATCH] Workaround to bypass default qemu boot devices passed to SLOF
2012-10-05 17:41 UTC (3+ messages)
[Qemu-devel] [patch 0/7] qemu-kvm compat (v2)
2012-10-05 17:36 UTC (15+ messages)
` [Qemu-devel] [patch 1/7] cirrus_vga: allow configurable vram size
` [Qemu-devel] [patch 2/7] Use machine options to emulate -no-kvm-irqchip
` [Qemu-devel] [patch 3/7] Use machine options to emulate -no-kvm-pit
` [Qemu-devel] [patch 4/7] Use global properties to emulate -no-kvm-pit-reinjection
` [Qemu-devel] [patch 5/7] Emulate qemu-kvms drive parameter boot=on|off
` [Qemu-devel] [patch 6/7] Emulate qemu-kvms -tdf option
` [Qemu-devel] [patch 7/7] Emulate qemu-kvms -no-kvm option
[Qemu-devel] [PATCH 1/1] versatilepb: add gpio pl061 support
2012-10-05 17:19 UTC (2+ messages)
[Qemu-devel] [PATCH v2] target-mips: Use TCG registers for the FPU
2012-10-05 17:03 UTC (3+ messages)
[Qemu-devel] [PATCH v3] Add infrastructure for QIDL-based device serialization
2012-10-05 16:47 UTC (6+ messages)
` [Qemu-devel] [PATCH v3 21/22] qidl: qidl.h, definitions for qidl annotations
[Qemu-devel] [Bug 1062411] [NEW] QEMU fails during migration and reports "qemu: VQ 0 size 0x80 Guest index 0x2d6 inconsistent with Host index 0x18: delta 0x2be"
2012-10-05 16:37 UTC
[Qemu-devel] [PATCH] configure: Tidy up remnants of non-64-bit physaddrs
2012-10-05 16:33 UTC
[Qemu-devel] [PATCH 1/2] debugexit: support for custom exit port (LGPL VGA BIOS port 0x501)
2012-10-05 16:09 UTC (5+ messages)
[Qemu-devel] [PATCH] target-i386: initialize APIC at CPU level
2012-10-05 15:32 UTC (3+ messages)
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).