qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-08-17 20:48:23 to 2011-08-19 02:48:25 UTC [more...]

[Qemu-devel] [PATCH] Fix gcc-4.6 compiler error
 2011-08-19  2:48 UTC  (6+ messages)

[Qemu-devel] [PATCH, braille] Add dots keypresses support to the baum braille device
 2011-08-19  2:16 UTC  (2+ messages)

[Qemu-devel] [RFC][PATCH 000/111] QEMU m68k core additions
 2011-08-19  2:14 UTC  (100+ messages)
` [Qemu-devel] [PATCH 001/111] linux-user: Signals processing is not thread-safe
` [Qemu-devel] [PATCH 002/111] linux-user: add qemu-wrapper
` [Qemu-devel] [PATCH 003/111] linux-user: define default cpu model in configure instead of linux-user/main.c
` [Qemu-devel] [PATCH 004/111] linux-user: specify the cpu model during configure
` [Qemu-devel] [PATCH 005/111] linux-user,m68k: display default cpu
` [Qemu-devel] [PATCH 006/111] linux-user: define new environment variables
` [Qemu-devel] [PATCH 007/111] linux-user: define a script to set binfmt using debian flavored tools
` [Qemu-devel] [PATCH 008/111] linux-user: define default cpu model in configure instead of linux-user/main.c
` [Qemu-devel] [PATCH 009/111] m68k: add tcg_gen_debug_insn_start()
` [Qemu-devel] [PATCH 010/111] m68k: define m680x0 CPUs and features
` [Qemu-devel] [PATCH 011/111] m68k: add missing accessing modes for some instructions
` [Qemu-devel] [PATCH 012/111] m68k: add Motorola 680x0 family common instructions
` [Qemu-devel] [PATCH 013/111] m68k: add Scc instruction with memory operand
` [Qemu-devel] [PATCH 014/111] m68k: add DBcc instruction
` [Qemu-devel] [PATCH 015/111] m68k: modify movem instruction to manage word
` [Qemu-devel] [PATCH 016/111] m68k: add 64bit divide
` [Qemu-devel] [PATCH 017/111] m68k: add 32bit and 64bit multiply
` [Qemu-devel] [PATCH 018/111] m68k: add word data size for suba/adda
` [Qemu-devel] [PATCH 019/111] m68k: add fpu
` [Qemu-devel] [PATCH 020/111] m68k: add "byte", "word" and memory shift
` [Qemu-devel] [PATCH 021/111] m68k: add "byte", "word" and memory rotate
` [Qemu-devel] [PATCH 022/111] m68k: add bitfield_mem, bitfield_reg
` [Qemu-devel] [PATCH 023/111] m68k: add variable offset/width to bitfield_reg/bitfield_mem
` [Qemu-devel] [PATCH 024/111] m68k: add cas
` [Qemu-devel] [PATCH 025/111] "
` [Qemu-devel] [PATCH 026/111] m68k: define fcntl constants
` [Qemu-devel] [PATCH 027/111] m68k: add DBcc instruction
` [Qemu-devel] [PATCH 028/111] m68k: allow fpu to manage double data type
` [Qemu-devel] [PATCH 029/111] m68k: allow fpu to manage double data type with fmove to <ea>
` [Qemu-devel] [PATCH 030/111] m68k: add FScc instruction
` [Qemu-devel] [PATCH 031/111] m68k: add single data type to gen_ea
` [Qemu-devel] [PATCH 032/111] m68k: add linkl instruction
` [Qemu-devel] [PATCH 033/111] m68k: Add fmovecr
` [Qemu-devel] [PATCH 034/111] m68k: correct typo on f64_to_i32() return type
` [Qemu-devel] [PATCH 035/111] m68k: improve CC_OP_LOGIC
` [Qemu-devel] [PATCH 036/111] m68k: correct neg condition code flags computation
` [Qemu-devel] [PATCH 037/111] Correct invalid use of "const void *" with "const uint8_t *"
` [Qemu-devel] [PATCH 038/111] m68k: add EA support for negx
` [Qemu-devel] [PATCH 039/111] m68k: add abcd instruction
` [Qemu-devel] [PATCH 040/111] m68k: add sbcd instruction
` [Qemu-devel] [PATCH 041/111] mm68k: add nbcd instruction
` [Qemu-devel] [PATCH 042/111] m68k: set X flag according size of operand Set X flag correctly for addsub, arith_im, addsubq
` [Qemu-devel] [PATCH 043/111] m68k: on 0 bit shift, don't update X flag
` [Qemu-devel] [PATCH 044/111] m68k: improve addx instructions Add (byte, word) opsize Add memory access
` [Qemu-devel] [PATCH 045/111] m68k: improve subx, negx instructions Add (byte, word) opsize Add memory access (subx)
` [Qemu-devel] [PATCH 046/111] m68k: improve asl/asr evaluate correclty the missing V flag
` [Qemu-devel] [PATCH 047/111] m68k: use read_imm1() when it is possible
` [Qemu-devel] [PATCH 048/111] m68k: correct shift side effect for roxrl and roxll
` [Qemu-devel] [PATCH 049/111] m68k: asl/asr, clear C flag if shift count is 0
` [Qemu-devel] [PATCH 050/111] m68k: lsl/lsr, "
` [Qemu-devel] [PATCH 051/111] m68k: correct divs.w and divu.w
` [Qemu-devel] [PATCH 052/111] m68k: correct flags with negl
` [Qemu-devel] [PATCH 053/111] m68k: for bitfield opcodes, correct operands corruption
` [Qemu-devel] [PATCH 054/111] m68k: Added ULL to 64 bit integer in helper.c
` [Qemu-devel] [PATCH 055/111] m68k: Correct bfclr in register case
` [Qemu-devel] [PATCH 056/111] m68k-linux-user: add '--enable-emulop'
` [Qemu-devel] [PATCH 057/111] m68k: correctly compute divsl
` [Qemu-devel] [PATCH 058/111] m68k: correctly compute divul
` [Qemu-devel] [PATCH 059/111] m68k: add m68030 definition
` [Qemu-devel] [PATCH 060/111] m68k: remove dead code
` [Qemu-devel] [PATCH 061/111] m68k: remove useless file m68k-qreg.h
` [Qemu-devel] [PATCH 062/111] m68k: FPU rework (draft)
` [Qemu-devel] [PATCH 063/111] m68k: some FPU debugging macros
` [Qemu-devel] [PATCH 064/111] m68k: more tests
` [Qemu-devel] [PATCH 065/111] m68k: correct compute gen_bitfield_cc()
` [Qemu-devel] [PATCH 066/111] m68k: add fgetexp
` [Qemu-devel] [PATCH 067/111] m68k: add fscale
` [Qemu-devel] [PATCH 068/111] m68k: correct addsubq
` [Qemu-devel] [PATCH 069/111] m68k: add fetox and flogn
` [Qemu-devel] [PATCH 070/111] m68k: initialize FRegs, define pickNaN()
` [Qemu-devel] [PATCH 071/111] m68k: correct cmpa comparison datatype
` [Qemu-devel] [PATCH 072/111] m68k: add flog10
` [Qemu-devel] [PATCH 073/111] m68k: add cmpm instruction
` [Qemu-devel] [PATCH 074/111] m68k: add ftwotox instruction
` [Qemu-devel] [PATCH 075/111] m68k: better fpu traces
` [Qemu-devel] [PATCH 076/111] m68k: register source operand is always in extended size
` [Qemu-devel] [PATCH 077/111] m68k: add facos instruction
` [Qemu-devel] [PATCH 078/111] m68k: add ftan instruction
` [Qemu-devel] [PATCH 079/111] m68k: add fsin instruction
` [Qemu-devel] [PATCH 080/111] m68k: add fcos instruction
` [Qemu-devel] [PATCH 081/111] m68k: correct fpcr update
` [Qemu-devel] [PATCH 082/111] m68k: add fmod instruction
` [Qemu-devel] [PATCH 083/111] m68k: flush flags before negx instruction
` [Qemu-devel] [PATCH 084/111] m68k: correct fmovemx FP registers order
` [Qemu-devel] [PATCH 085/111] m68k: add fatan instruction
` [Qemu-devel] [PATCH 086/111] m68k: correct bfins instruction
` [Qemu-devel] [PATCH 087/111] m68k: fcmp correctly compares infinity

[Qemu-devel] ahmed
 2011-08-19  0:40 UTC 

[Qemu-devel] [PATCH] block/curl: Handle failed reads gracefully
 2011-08-18 23:00 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/6] vga: dirty log cleanup, more linear mapping
 2011-08-18 22:26 UTC  (10+ messages)
` [Qemu-devel] [PATCH v2 1/6] vmware-vga: Register reset service
` [Qemu-devel] [PATCH v2 2/6] vmware-vga: Disable verbose mode
` [Qemu-devel] [PATCH v2 3/6] vmware-vga: Remove dead DIRECT_VRAM mode
` [Qemu-devel] [PATCH v2 4/6] vmware-vga: Eliminate vga_dirty_log_restart
` [Qemu-devel] [PATCH v2 5/6] vga: Use linear mapping + dirty logging in chain 4 memory access mode
` [Qemu-devel] [PATCH v2 6/6] vga: Drop some unused fields

[Qemu-devel] [PATCH v2 0/4] ppc: booke206: KVM MMU API and info tlb
 2011-08-18 20:38 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/4] kvm: update linux-headers
` [Qemu-devel] [PATCH v2 2/4] kvm: ppc: booke206: use MMU API
` [Qemu-devel] [PATCH v2 3/4] ppc: booke206: use MAV=2.0 TSIZE definition, fix 4G pages
` [Qemu-devel] [PATCH v2 4/4] ppc: booke206: add "info tlb" support

[Qemu-devel] [Bug 567376] Re: qemu-img fails to convert image
 2011-08-18 18:33 UTC 

[Qemu-devel] [Bug 567380] Re: qemu-img fails to create images >= 4G
 2011-08-18 18:30 UTC 

[Qemu-devel] VMState assertion for USB devices on multiple buses
 2011-08-18 18:04 UTC 

[Qemu-devel] [PATCH] Wire g_new() and friends to the qemu_malloc() family
 2011-08-18 17:48 UTC 

[Qemu-devel] [PATCH 00/14] Convert ISA I/O ports to Memory API
 2011-08-18 17:02 UTC  (3+ messages)
` [Qemu-devel] [PATCH 04/14] gus: Convert to isa_register_old_portio_list

[Qemu-devel] Serial port on virtual machines
 2011-08-18 16:43 UTC  (2+ messages)

[Qemu-devel] Building qemu.exe on cygwin (0.15.0)
 2011-08-18 16:33 UTC 

[Qemu-devel] [PATCH] pci: add standard bridge device
 2011-08-18 15:15 UTC  (4+ messages)

[Qemu-devel] [PATCH] qemu-img: print error codes when convert fails
 2011-08-18 14:22 UTC  (3+ messages)

[Qemu-devel] USB port NULL pointer causes segv
 2011-08-18 11:50 UTC 

[Qemu-devel] The reason behind block linking constraint?
 2011-08-18 10:04 UTC  (4+ messages)

[Qemu-devel] Get execution trace and tcg fatal error!
 2011-08-18  4:40 UTC  (2+ messages)

[Qemu-devel] Compilation error of coroutine-win32.c with gcc version 3.4.5 (mingw-vista special r3)
 2011-08-18  3:36 UTC  (8+ messages)

[Qemu-devel] Multi-threaded user program support?
 2011-08-18  3:00 UTC  (2+ messages)

[Qemu-devel] [PATCH] spice-qemu-char.c: Use correct printf format char for ssize_t
 2011-08-18  1:06 UTC  (2+ messages)

[Qemu-devel] [PATCH] qemu-thread: add TLS wrappers
 2011-08-17 23:51 UTC  (13+ messages)

[Qemu-devel] [PULL 0/6] misc ARM device fixes
 2011-08-17 23:49 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/6] hw/pl110: Model the PL111 CLCD controller
` [Qemu-devel] [PATCH 2/6] versatilepb: Implement SYS_CLCD mux control register bits
` [Qemu-devel] [PATCH 3/6] vexpress, realview: Use pl111, not pl110
` [Qemu-devel] [PATCH 4/6] hw/pl061: Convert to VMState
` [Qemu-devel] [PATCH 5/6] hw/pl061.c: Support GPIOAMSEL register
` [Qemu-devel] [PATCH 6/6] hw/stellaris: Add support for RCC2 register

[Qemu-devel] [PATCH 0/9] Convert serial_mm_init to MemoryRegion
 2011-08-17 22:30 UTC  (3+ messages)
` [Qemu-devel] [PATCH 8/9] sm501: Pass address_space_mem to sm501_init

[Qemu-devel] [RFC][PATCH 0/8] NeXT black hardware support
 2011-08-17 22:09 UTC  (10+ messages)
` [Qemu-devel] [PATCH 0/8] *** SUBJECT HERE ***
` [Qemu-devel] [PATCH 1/8] added next source files to Makefile.target
` [Qemu-devel] [PATCH 2/8] main next driver, needs a bit of cleanup
` [Qemu-devel] [PATCH 3/8] next framebuffer driver, very basic, only supports running under 32 bit color at the moment
` [Qemu-devel] [PATCH 4/8] next keyboard driver, only supports a subset of modifier keys
` [Qemu-devel] [PATCH 5/8] partially working network driver, needs more comparison with real hardware before it can be made fully working
` [Qemu-devel] [PATCH 6/8] adds SFC, DFC, MMU TC, access control register, and user stack pointer acces to movec_to/from
` [Qemu-devel] [PATCH 7/8] added move16, cinva, pflush instructions, and disabled abort on execution of frestore/fsave
` [Qemu-devel] [PATCH 8/8] added mmu tc, sfc, dfc, and access control registers to the cpu header

[Qemu-devel] Howto - USB Port and EHCI
 2011-08-17 21:46 UTC  (2+ messages)

[Qemu-devel] USB port NULL pointer causes segv
 2011-08-17 21:43 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] linux-user: Implement setxattr/getxattr/removexattr syscalls
 2011-08-17 21:30 UTC  (2+ messages)

[Qemu-devel] qemu 0.15.0 testing, usb redirection, and libusb_get_device_speed()
 2011-08-17 21:14 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/6] TCG compile fixes and optimize cleanup
 2011-08-17 21:11 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/6] tcg: Add and use TCG_OPF_64BIT
` [Qemu-devel] [PATCH 2/6] tcg: Always define all of the TCGOpcode enum members
` [Qemu-devel] [PATCH 3/6] tcg: Constant fold neg, andc, orc, eqv, nand, nor
` [Qemu-devel] [PATCH 4/6] tcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight
` [Qemu-devel] [PATCH 5/6] tcg-ia64: Fix typos in AREG0 setup in prologue
` [Qemu-devel] [PATCH 6/6] tcg-arm: Make tcg_out_addi inline

[Qemu-devel] [PATCH 100/111] m68k: use log10l() to compute log10_FP0()
 2011-08-17 20:54 UTC  (12+ messages)
` [Qemu-devel] [PATCH 101/111] m68k: correctly load signed word into floating point register
` [Qemu-devel] [PATCH 102/111] m68k: add fcosh instruction
` [Qemu-devel] [PATCH 103/111] m68k: add fasin instruction
` [Qemu-devel] [PATCH 104/111] m68k: add fsincos instruction
` [Qemu-devel] [PATCH 105/111] m68k: add fsinh instruction
` [Qemu-devel] [PATCH 106/111] m68k: add ftanh instruction
` [Qemu-devel] [PATCH 107/111] m68k: add flognp1 instruction
` [Qemu-devel] [PATCH 108/111] m68k: add fatanh instruction
` [Qemu-devel] [PATCH 109/111] m68k: first draft of q800 emulation (not working)
` [Qemu-devel] [PATCH 110/111] m68k: add movec instruction
` [Qemu-devel] [PATCH 111/111] m68k: move from sr can use effective addresse on m68k

[Qemu-devel] [PATCH 090/111] m68k: correctly define and manage NaN
 2011-08-17 20:53 UTC  (10+ messages)
` [Qemu-devel] [PATCH 091/111] m68k: don't call gdb_register_coprocessor() twice
` [Qemu-devel] [PATCH 092/111] m68k: gdb FP registers are 96 bits
` [Qemu-devel] [PATCH 093/111] m68k: add exg instruction
` [Qemu-devel] [PATCH 094/111] m68k: define floatx80_default_inf_high and floatx80_default_inf_low
` [Qemu-devel] [PATCH 095/111] m68k: add bkpt instruction
` [Qemu-devel] [PATCH 096/111] m68k: correctly convert floatx80<->long double
` [Qemu-devel] [PATCH 097/111] m68k: use expl() to compute exp_FP0()
` [Qemu-devel] [PATCH 098/111] m68k: use exp2l() to compute exp2_FP0()
` [Qemu-devel] [PATCH 099/111] m68k: use logl() to compute ln_FP0()

[Qemu-devel] [PATCH 089/111] m68k: add ftentox instruction
 2011-08-17 20:53 UTC 

[Qemu-devel] [PATCH 088/111] m68k: allows bfins to manage correctly width = 32
 2011-08-17 20:52 UTC 

[Qemu-devel] [Question] PCI-to-PCI bridge
 2011-08-17 20:48 UTC  (4+ 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).