messages from 2011-04-18 21:00:33 to 2011-04-20 14:13:41 UTC [more...]
[Qemu-devel] [PATCH 00/24] Alpha system emulation, v2
2011-04-20 14:13 UTC (27+ messages)
` [Qemu-devel] [PATCH 01/24] Export the unassigned_mem read/write functions
` [Qemu-devel] [PATCH 02/24] target-alpha: Disassemble EV6 PALcode instructions
` [Qemu-devel] [PATCH 03/24] pci: Export pci_to_cpu_addr
` [Qemu-devel] [PATCH 04/24] target-alpha: Remove partial support for palcode emulation
` [Qemu-devel] [PATCH 05/24] target-alpha: Tidy exception constants
` [Qemu-devel] [PATCH 06/24] target-alpha: Rationalize internal processor registers
` [Qemu-devel] [PATCH 07/24] target-alpha: Cleanup MMU modes
` [Qemu-devel] [PATCH 08/24] target-alpha: Fixup translation of PALmode instructions
` [Qemu-devel] [PATCH 09/24] target-alpha: Add IPRs to be used by the emulation PALcode
` [Qemu-devel] [PATCH 10/24] target-alpha: Tidy up arithmetic exceptions
` [Qemu-devel] [PATCH 11/24] target-alpha: Merge HW_REI and HW_RET implementations
` [Qemu-devel] [PATCH 12/24] target-alpha: Implement do_interrupt for system mode
` [Qemu-devel] [PATCH 13/24] target-alpha: Swap shadow registers moving to/from PALmode
` [Qemu-devel] [PATCH 14/24] target-alpha: Add various symbolic constants
` [Qemu-devel] [PATCH 15/24] target-alpha: All ISA checks to use TB->FLAGS
` [Qemu-devel] [PATCH 16/24] target-alpha: Disable interrupts properly
` [Qemu-devel] [PATCH 17/24] target-alpha: Implement more CALL_PAL values inline
` [Qemu-devel] [PATCH 18/24] target-alpha: Add custom PALcode image for SX164 emulation
` [Qemu-devel] [PATCH 19/24] target-alpha: Implement cpu_alpha_handle_mmu_fault for system mode
` [Qemu-devel] [PATCH 20/24] target-alpha: Trap for unassigned and unaligned addresses
` [Qemu-devel] [PATCH 21/24] target-alpha: Include the PCC_OFS in the RPCC return value
` [Qemu-devel] [PATCH 22/24] target-alpha: Implement TLB flush primitives
` [Qemu-devel] [PATCH 23/24] target-alpha: Enable the alpha-softmmu target
` [Qemu-devel] [PATCH 24/24] target-alpha: Add SX164 emulation
[Qemu-devel] [PATCH v2 1/3] target-ppc: simplify NaN propagation for vector functions
2011-04-20 12:55 UTC (5+ messages)
` [Qemu-devel] [PATCH v2 2/3] target-ppc: use softfloat min/max functions
` [Qemu-devel] [PATCH v2 3/3] target-ppc: remove old CONFIG_SOFTFLOAT #ifdef
[Qemu-devel] [PATCH] virtio-serial: Fix endianness bug in the config space
2011-04-20 12:36 UTC (2+ messages)
[Qemu-devel] [PATCH v2] Improve accuracy of block migration bandwidth calculation
2011-04-20 12:34 UTC (2+ messages)
[Qemu-devel] [PATCH] xen-upstream-qemu: get vncpassword through xenstore, enable VNC_AUTH_VNC
2011-04-20 12:26 UTC
[Qemu-devel] [PATCH v2 00/20] *** SUBJECT HERE ***
2011-04-20 11:28 UTC (29+ messages)
` [Qemu-devel] [PATCH v2 01/20] softfloat: fix floatx80 handling of NaN
` [Qemu-devel] [PATCH v3 "
` [Qemu-devel] [PATCH v2 02/20] softfloat: fix floatx80_is_infinity()
` [Qemu-devel] [PATCH v2 03/20] softfloat: add floatx80 constants
` [Qemu-devel] [PATCH v2 04/20] softfloat: add pi constants
` [Qemu-devel] [PATCH v2 05/20] softfloat-native: add a few constant values
` [Qemu-devel] [PATCH v2 06/20] softfloat: add floatx80_compare*() functions
` [Qemu-devel] [PATCH v2 07/20] softfloat: fix float*_scalnb() corner cases
` [Qemu-devel] [PATCH v2 08/20] softfloat-native: fix float*_scalbn() functions
` [Qemu-devel] [PATCH v2 09/20] softfloat-native: add float*_is_any_nan() functions
` [Qemu-devel] [PATCH v2 10/20] target-i386: fix helper_fscale() wrt softfloat
` [Qemu-devel] [PATCH v2 11/20] target-i386: fix helper_fbld_ST0() "
` [Qemu-devel] [PATCH v2 12/20] target-i386: fix helper_fxtract() "
` [Qemu-devel] [PATCH v2 13/20] target-i386: fix helper_fdiv() "
` [Qemu-devel] [PATCH v2 14/20] target-i386: fix helper_fsqrt() "
` [Qemu-devel] [PATCH v2 15/20] target-i386: replace approx_rsqrt and approx_rcp by softfloat ops
` [Qemu-devel] [PATCH v2 16/20] target-i386: add CPU86_LDouble <-> double conversion functions
` [Qemu-devel] [PATCH v2 17/20] target-i386: fix logarithmic and trigonometric helpers wrt softfloat
` [Qemu-devel] [PATCH v2 18/20] target-i386: fix helper_fprem() and helper_fprem1() "
` [Qemu-devel] [PATCH v2 19/20] target-i386: fix constants "
` [Qemu-devel] [PATCH v2 20/20] target-i386: switch to softfloat
[Qemu-devel] [PATCH v2 0/5] atapi: Some code restructuring
2011-04-20 11:30 UTC (6+ messages)
` [Qemu-devel] [PATCH v2 1/5] ide: Split atapi.c out
` [Qemu-devel] [PATCH v2 2/5] ide/atapi: Factor commands out
` [Qemu-devel] [PATCH v2 3/5] ide/atapi: Use table instead of switch for commands
` [Qemu-devel] [PATCH v2 4/5] ide/atapi: Replace bdrv_get_geometry calls by s->nb_sectors
` [Qemu-devel] [PATCH v2 5/5] ide/atapi: Introduce CHECK_READY flag for commands
[Qemu-devel] [PATCH] target-arm: Set Invalid flag for NaN in float-to-int conversions
2011-04-20 11:02 UTC (2+ messages)
[Qemu-devel] [PATCH] hw/arm_boot.c: move initrd load address up to accommodate large kernels
2011-04-20 11:02 UTC (2+ messages)
[Qemu-devel] [PATCH 1/2] Implement basic part of SA-1110/SA-1100
2011-04-20 11:00 UTC (4+ messages)
` [Qemu-devel] [PATCH 2/2] Basic implementation of Sharp Zaurus SL-5500 collie PDA
[Qemu-devel] [PATCH] Remove unneeded function parameter from gen_pc_load
2011-04-20 10:57 UTC (6+ messages)
` [Qemu-devel] [PATCH 1/2] Remove unused function parameters from gen_pc_load and rename the function
` [Qemu-devel] [PULL] Remove unused function parameters
[Qemu-devel] [PATCH 00/17] s390x emulation support v4
2011-04-20 10:38 UTC (10+ messages)
` [Qemu-devel] [PATCH 03/17] linux-user: define a couple of syscalls for non-uid16 targets
` [Qemu-devel] [PATCH 10/17] s390x: keep hint on virtio managing size
` [Qemu-devel] [PATCH 11/17] s390x: helper functions for system emulation
[Qemu-devel] [PATCH] linux-user/arm/nwfpe: rename REG_PC to ARM_REG_PC
2011-04-20 10:19 UTC
[Qemu-devel] [PATCH 00/20] target-i386 conversion to softfloat
2011-04-20 9:41 UTC (49+ messages)
` [Qemu-devel] [PATCH 01/20] softfloat: fix floatx80 handling of NaN
` [Qemu-devel] [PATCH 02/20] softfloat: fix floatx80_is_infinity()
` [Qemu-devel] [PATCH 03/20] softfloat: add floatx80 constants
` [Qemu-devel] [PATCH 04/20] softfloat: add pi constants
` [Qemu-devel] [PATCH 05/20] softfloat-native: add a few constant values
` [Qemu-devel] [PATCH 06/20] softfloat: add floatx80_compare*() functions
` [Qemu-devel] [PATCH 07/20] softfloat: fix float*_scalnb() corner cases
` [Qemu-devel] [PATCH 08/20] softfloat-native: fix float*_scalbn() functions
` [Qemu-devel] [PATCH 09/20] softfloat-native: add float*_is_any_nan() functions
` [Qemu-devel] [PATCH 10/20] target-i386: fix helper_fscale() wrt softfloat
` [Qemu-devel] [PATCH 11/20] target-i386: fix helper_flbd_ST0() "
` [Qemu-devel] [PATCH 12/20] target-i386: fix helper_fxtract() "
` [Qemu-devel] [PATCH 13/20] target-i386: fix helper_fdiv() "
` [Qemu-devel] [PATCH 14/20] target-i386: fix helper_fsqrt() "
` [Qemu-devel] [PATCH 15/20] target-i386: replace approx_rsqrt and approx_rcp by softfloat ops
` [Qemu-devel] [PATCH 16/20] target-i386: add CPU86_LDouble <-> double conversion functions
` [Qemu-devel] [PATCH 17/20] target-i386: fix logarithmic and trigonometric helpers wrt softfloat
` [Qemu-devel] [PATCH 18/20] target-i386: fix helper_fprem() and helper_fprem1() "
` [Qemu-devel] [PATCH 19/20] target-i386: fix constants "
` [Qemu-devel] [PATCH 20/20] target-i386: switch to softfloat
[Qemu-devel] [News] Zero COST- Retail Store Franchise. Grab your chance to own a business.无本开店.无需任何成本,完全免费地拥有一间零售商店
2011-04-20 9:09 UTC
[Qemu-devel] [RFC PATCH 0/2] Multiqueue support for qemu(virtio-net)
2011-04-20 8:52 UTC (4+ messages)
` [Qemu-devel] [RFC PATCH 1/2] net: Add multiqueue support
` [Qemu-devel] [RFC PATCH 2/2] virtio-net: add "
[Qemu-devel] [0/3] More pSeries machine tweaks
2011-04-20 7:12 UTC (9+ messages)
` [Qemu-devel] [PATCH 1/3] pseries: Increase maximum CPUs to 256
` [Qemu-devel] [PATCH 2/3] Make pSeries 'model' property more closely resemble real hardware
` [Qemu-devel] [PATCH 3/3] Place pseries vty devices at addresses more similar to existing machines
[Qemu-devel] [PATCH] Don't translate pointer when in restore_sigcontext
2011-04-20 7:10 UTC
[Qemu-devel] [PATCH] configure: Make epoll_create1 test work around SPARC glibc bug
2011-04-20 6:53 UTC (7+ messages)
[Qemu-devel] [PATCH 0/2 V7] add inject-nmi qmp command
2011-04-20 6:19 UTC (16+ messages)
` [Qemu-devel] [PATCH 2/2 V7] qemu,qmp: "
` [Qemu-devel] [PATCH 2/2 V7] qemu, qmp: "
` [Qemu-devel] [RFC PATCH 0/3 V8] QAPI: "
` [Qemu-devel] [RFC PATCH 1/3 V8] QError: Introduce QERR_UNSUPPORTED
` [Qemu-devel] [RFC PATCH 2/3 V8] qapi, nmi: add inject-nmi qmp command
` [Qemu-devel] [RFC PATCH 3/3 V8] qapi-hmp: Convert HMP nmi to use QMP
[Qemu-devel] why does qemu i386 userspace emulation crashes when pthread used?
2011-04-20 1:33 UTC
[Qemu-devel] QEMU-KVM and hardened (GRSEC/PaX) kernel
2011-04-20 1:16 UTC (3+ messages)
[Qemu-devel] [PATCH/RFC] Port Wine preloader to QEMU
2011-04-20 1:04 UTC (5+ messages)
[Qemu-devel] Are you Surviving or want to be Free?
2011-04-19 23:30 UTC
[Qemu-devel] [PATCH] vfio: Add an ioctl to reset the device
2011-04-19 23:23 UTC (9+ messages)
[Qemu-devel] How to test support of a new board?
2011-04-19 15:42 UTC
[Qemu-devel] [PATCH] Slirp reverse UDP firewall
2011-04-19 14:55 UTC (7+ messages)
[Qemu-devel] [PATCH 1/2] Implement basic part of SA-1110/SA-1100
2011-04-19 14:53 UTC (3+ messages)
[Qemu-devel] [PATCH] trace: allow ) in trace output string
2011-04-19 13:57 UTC (2+ messages)
[Qemu-devel] KVM call agenda for April 19th
2011-04-19 13:50 UTC (3+ messages)
[Qemu-devel] [PATCH 0/5] atapi: Some code restructuring
2011-04-19 13:45 UTC (11+ messages)
` [Qemu-devel] [PATCH 1/5] ide: Split atapi.c out
` [Qemu-devel] [PATCH 2/5] ide/atapi: Factor some commands out
` [Qemu-devel] [PATCH 3/5] ide/atapi: Use table instead of switch for commands
` [Qemu-devel] [PATCH 4/5] ide/atapi: Replace bdrv_get_geometry calls by s->nb_sectors
` [Qemu-devel] [PATCH 5/5] ide/atapi: Introduce NEED_DISK flag for commands
[Qemu-devel] [PATCH] acpi_piix4: fix save/load of PIIX4PMState
2011-04-19 13:22 UTC (5+ messages)
[Qemu-devel] [PATCH 0/6] [PULL] qemu-kvm.git uq/master queue
2011-04-19 11:06 UTC (5+ messages)
` [Qemu-devel] [PATCH 2/6] kvm: add kvmclock to its second bit
` [Qemu-devel] [PATCH v2 2a/6] x86: Allow multiple cpu feature matches of lookup_feature
` [Qemu-devel] [PATCH v2 2b/6] kvm: add kvmclock to its second bit
[Qemu-devel] [PATCH 00/26] q35 chipset support for native pci express support
2011-04-19 8:58 UTC (4+ messages)
[Qemu-devel] iPXE/Etherboot prompts twice for booting?
2011-04-19 9:16 UTC (4+ messages)
[Qemu-devel] [OOT] gcc trick to help studying Qemu source
2011-04-19 9:07 UTC
[Qemu-devel] [PATCH 2/2] Don't zero out buffer in sched_getaffinity
2011-04-19 6:09 UTC
[Qemu-devel] [PATCH 1/2] Fix buffer overrun in sched_getaffinity
2011-04-19 6:09 UTC
[Qemu-devel] [PATCH 1/2] KVM: PPC: booke: save/restore VRSAVE (a.k.a. USPRG0)
2011-04-18 22:34 UTC (2+ messages)
[Qemu-devel] [PATCH 2/2] KVM: PPC: booke: add sregs support
2011-04-18 22:25 UTC
[Qemu-devel] [PATCH] target-ppc: use softfloat min/max functions
2011-04-18 21:15 UTC (2+ messages)
[Qemu-devel] [PATCH] multiboot: Support commas in module parameters
2011-04-18 21:10 UTC
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).