messages from 2012-10-05 13:23:59 to 2012-10-06 14:52:06 UTC [more...]
[Qemu-devel] [PATCH v9 00/14] QEMU MIPS ASE DSP support
2012-10-06 14:51 UTC (26+ 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] [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] [PATCH 0/2] Add TPCI200 and IP-Octal 232 IndustryPack emulation
2012-10-06 11:29 UTC (9+ messages)
` [Qemu-devel] Ping "
[Qemu-devel] [PATCH] qemu-barrier: Fix compilation on i386 hosts
2012-10-06 10:46 UTC
[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] Enablig DLPAR capacity on QEMU pSeries
2012-10-05 20:56 UTC (10+ messages)
[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 (4+ 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 0/3] TCGCond improvements
2012-10-05 17:00 UTC (2+ messages)
[Qemu-devel] [PATCH v3] Add infrastructure for QIDL-based device serialization
2012-10-05 16:47 UTC (10+ messages)
` [Qemu-devel] [PATCH v3 21/22] qidl: qidl.h, definitions for qidl annotations
[Qemu-devel] [PATCH] build: rm libhw
2012-10-05 16:45 UTC (3+ messages)
[Qemu-devel] [PATCH v2] Make target_phys_addr_t 64 bits unconditionally
2012-10-05 16:45 UTC (6+ messages)
[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 (7+ messages)
[Qemu-devel] [PATCH] target-i386: initialize APIC at CPU level
2012-10-05 15:32 UTC (3+ messages)
[Qemu-devel] [PULL 0/8] target-arm queue
2012-10-05 14:35 UTC (9+ messages)
` [Qemu-devel] [PATCH 1/8] cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic
` [Qemu-devel] [PATCH 2/8] target-arm: Reinstate display of VFP registers in cpu_dump_state
` [Qemu-devel] [PATCH 3/8] target-arm: use globals for CC flags
` [Qemu-devel] [PATCH 4/8] target-arm: convert add_cc and sub_cc helpers to TCG
` [Qemu-devel] [PATCH 5/8] target-arm: convert sar, shl and shr "
` [Qemu-devel] [PATCH 6/8] target-arm: mark a few integer helpers const and pure
` [Qemu-devel] [PATCH 7/8] target-arm: use deposit instead of hardcoded version
` [Qemu-devel] [PATCH 8/8] target-arm: Drop unused DECODE_CPREG_CRN macro
[Qemu-devel] [Bug 1062201] [NEW] qemu core dumped by kvm-spice
2012-10-05 14:16 UTC (3+ messages)
` [Qemu-devel] [Bug 1062201] "
[Qemu-devel] [PULL 0/14] Ehnahced SSI bus support + M25P80 SPI flash + Xilinx SPI controller
2012-10-05 14:17 UTC (7+ messages)
` [Qemu-devel] [PATCH 05/14] hw/stellaris: Removed gpio_out init array
` [Qemu-devel] [PATCH 06/14] stellaris: Removed SSI mux
[Qemu-devel] [PATCH] qxl: Default to PCI revision 4 when spice-server is new enough
2012-10-05 14:02 UTC (4+ messages)
` [Qemu-devel] [PATCH] Require spice-server 0.12.0 and spice-protocol 0.12.2
[Qemu-devel] [PULL 00/12] Trivial patches for 24 September to 5 October 2012
2012-10-05 14:00 UTC (13+ messages)
` [Qemu-devel] [PATCH 01/12] hw: Fix return value check for bdrv_read, bdrv_write
` [Qemu-devel] [PATCH 02/12] configure: Support empty target list (--target-list=)
` [Qemu-devel] [PATCH 03/12] cpu: Add missing 'static' attribute to qemu_global_mutex
` [Qemu-devel] [PATCH 04/12] tcg/arm: Use tcg_out_mov_reg rather than inline equivalent code
` [Qemu-devel] [PATCH 05/12] slirp: Fix spelling in comment (enought -> enough, insure -> ensure)
` [Qemu-devel] [PATCH 06/12] vnc: Fix spelling (hellmen -> hellman) in comment
` [Qemu-devel] [PATCH 07/12] qemu-sockets: Fix compiler warning (regression for MinGW)
` [Qemu-devel] [PATCH 08/12] cleanup useless return sentence
` [Qemu-devel] [PATCH 09/12] hw: Add missing 'static' attribute for QEMUMachine
` [Qemu-devel] [PATCH 10/12] qemu-barrier: Fix compiler version check for future gcc versions
` [Qemu-devel] [PATCH 11/12] qdev: kill bogus comment
` [Qemu-devel] [PATCH 12/12] versatilepb: Use symbolic indices for ARM PIC
[Qemu-devel] [PATCH] versatilepb: Use symbolic indices for ARM PIC
2012-10-05 13:50 UTC (2+ messages)
` [Qemu-devel] [Qemu-trivial] "
[Qemu-devel] [RFC v2 00/13] include qdev core in *-user, make CPU child of DeviceState
2012-10-05 13:49 UTC (3+ messages)
` [Qemu-devel] [RFC 01/13] qdev: kill bogus comment
` [Qemu-devel] [Qemu-trivial] "
[Qemu-devel] [PATCH] qemu-barrier: Fix compiler version check for future gcc versions
2012-10-05 13:48 UTC (2+ messages)
` [Qemu-devel] [Qemu-trivial] "
[Qemu-devel] [PATCH] hw: Add missing 'static' attribute for QEMUMachine
2012-10-05 13:23 UTC (2+ messages)
` [Qemu-devel] [Qemu-trivial] "
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).