messages from 2009-03-23 17:26:11 to 2009-03-27 13:30:22 UTC [more...]
[Qemu-devel] [PATCH 0/2] Fix immediate error handling on synthetic aios
2009-03-27 13:30 UTC (2+ messages)
` [Qemu-devel] [PATCH 1/2] Fix vectored aio bounce handling immediate errors
[Qemu-devel] [PATCH] NAND emulation improvements
2009-03-27 13:26 UTC (3+ messages)
` [Qemu-devel] [PATCH] [RESEND] "
[Qemu-devel] [PATCH] fix ARMv7 data processing instructions
2009-03-27 13:17 UTC (4+ messages)
[Qemu-devel] [PATCH] honor IDE_DMA_BUF_SECTORS
2009-03-27 10:58 UTC (28+ messages)
[Qemu-devel] how can i mount a folder as a qemu disk?
2009-03-27 9:42 UTC (5+ messages)
[Qemu-devel] How to use -acpitable to add a SLIC-table?
2009-03-27 7:36 UTC (2+ messages)
` [Qemu-devel] "
[Qemu-devel] [PATCH] add bdrv->create function for host_device
2009-03-27 0:03 UTC
[Qemu-devel] [PATCH] document sun ID PROM contents
2009-03-26 23:55 UTC
[Qemu-devel] [PATCH] Remove -s flag in Makefile
2009-03-26 23:11 UTC (22+ messages)
[Qemu-devel] USB 2.0 EHCI emulation
2009-03-26 22:51 UTC
[Qemu-devel] [PATCH] Make binary stripping conditional
2009-03-26 22:44 UTC
[Qemu-devel] [PATCH] add bdrv->create function for host_device
2009-03-26 13:11 UTC (2+ messages)
[Qemu-devel] [PATCH] Hardware watchdog patch, version 5
2009-03-26 13:03 UTC (3+ messages)
[Qemu-devel] [patch 00/10] iothread (candidate for inclusion)
2009-03-26 12:27 UTC (23+ messages)
` [Qemu-devel] [patch 01/10] qemu: create helper for event notification
` [Qemu-devel] [patch 02/10] qemu: mutex/thread/cond wrappers
` [Qemu-devel] [patch 03/10] qemu: per-arch cpu_has_work
` [Qemu-devel] [patch 04/10] qemu: introduce main_loop_break
` [Qemu-devel] [patch 05/10] qemu: separate thread for io
` [Qemu-devel] [patch 06/10] qemu: per-cpu thread information
` [Qemu-devel] [patch 07/10] qemu: handle reset/poweroff/shutdown in iothread
` [Qemu-devel] [patch 08/10] qemu: pause and resume cpu threads
` [Qemu-devel] [patch 09/10] qemu: handle vmstop from cpu context
` [Qemu-devel] [patch 10/10] qemu: basic kvm iothread support
[Qemu-devel] qemu-mips host
2009-03-26 9:42 UTC (3+ messages)
[Qemu-devel] Makefile.winnt Issues With Crosscompile on Ubuntu
2009-03-26 4:58 UTC
[Qemu-devel] Luvalley project: enable Qemu to utilize hardware virtualization extensions on arbitrary operating system
2009-03-26 3:37 UTC
[Qemu-devel] qemu-user/gdbstub : gdb remote pipe connexion addition ?
2009-03-25 22:58 UTC (3+ messages)
[Qemu-devel] [PATCH 0/4] keep and use backing file format (v7)
2009-03-25 21:55 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/4] Introducing qcow2 extensions
` [Qemu-devel] [PATCH 2/4] block: support known backing format for image create and open
` [Qemu-devel] [PATCH 3/4] block-qcow2: keep backing file format in a qcow2 extension
` [Qemu-devel] [PATCH 4/4] qemu-img: adding a "-F base_fmt" option to "qemu-img create -b"
[Qemu-devel] Kernel core dumps from qemu
2009-03-25 18:02 UTC (7+ messages)
[Qemu-devel] [PATCH] compute checksum for roms bigger than a segment
2009-03-25 15:06 UTC
[Qemu-devel] Infiniband
2009-03-25 13:59 UTC
[Qemu-devel] [PATCH 0/25]: add alpha es40 system emulation (v3)
2009-03-25 12:53 UTC (34+ messages)
` [Qemu-devel] [PATCH 01/25] Add support for multi-level phys map
` [Qemu-devel] [PATCH 02/25] Fix bug: palcode is at least 6 bits
` [Qemu-devel] [PATCH 03/25] Fix bug: do not mask address LSBs for ldwu
` [Qemu-devel] [PATCH 04/25] Fix bug: integer conditionnal branch offset is 21 bits wide
` [Qemu-devel] [PATCH 05/25] bug fix: avoid nop to override next instruction
` [Qemu-devel] [PATCH 06/25] Fix temp free for hw_st
` [Qemu-devel] [PATCH 07/25] Increase Alpha physical address size to 44 bits
` [Qemu-devel] [PATCH 08/25] Alpha: set target page size to 13 bits
` [Qemu-devel] [PATCH 09/25] Allow 5 mmu indexes
` [Qemu-devel] [PATCH 10/25] Split cpu_mmu_index into cpu_mmu_index_data and cpu_mmu_index_code
` [Qemu-devel] [PATCH 11/25] Add square wave output support
` [Qemu-devel] [PATCH 12/25] Add ali1543 super IO pci device
` [Qemu-devel] [PATCH 13/25] Add 21272 chipset (memory and pci controller for alpha)
` [Qemu-devel] [PATCH 14/25] Add target-alpha/machine.c and hw/es40.c for es40 machine emulation
` [Qemu-devel] [PATCH 15/25] Move softmmu_helper.h from exec.h to op_helper.c on alpha
` [Qemu-devel] [PATCH 16/25] Document which IPR are used by 21264
` [Qemu-devel] [PATCH 17/25] tb_flush helper should flush the tb (and not the tlb)
` [Qemu-devel] [PATCH 18/25] Add instruction name in comments for hw_ld opcode
` [Qemu-devel] [PATCH 19/25] Remove PALCODE_ declarations (unused)
` [Qemu-devel] [PATCH 20/25] alpha ld helpers now directly return the value
` [Qemu-devel] [PATCH 21/25] Add alpha_cpu_list
` [Qemu-devel] [PATCH 22/25] Alpha: lower parent irq when irq is lowered
` [Qemu-devel] [PATCH 23/25] Move linux-user pal emulation to linux-user/
` [Qemu-devel] [PATCH 24/25] Correctly decode hw_ld/hw_st opcodes for all alpha implementations
` [Qemu-devel] [PATCH 25/25] Add full emulation for 21264
[Qemu-devel] [BUG] [PATCH] [STABLE] Fix monitor command (screendump)
2009-03-25 10:27 UTC (4+ messages)
[Qemu-devel] [PATCH]: Fix size checking in SD Memory Card Physical layer
2009-03-25 7:33 UTC
[Qemu-devel] svn 6658 broke powerpc
2009-03-25 4:26 UTC (7+ messages)
[Qemu-devel] ANNOUNCE: Release 0.10.1 of QEMU
2009-03-24 21:20 UTC (3+ messages)
[Qemu-devel] [PATCH target-arm] Don' use T[x] in helper
2009-03-24 20:37 UTC
[Qemu-devel] [PATCH target-arm] Don' use T[x] in helper
2009-03-24 19:59 UTC
[Qemu-devel] svn change r6839 breaks screendump from monitor
2009-03-24 19:58 UTC
[Qemu-devel] [PATCH 2/2] gdbstub: Rework configuration via command line and monitor
2009-03-24 17:29 UTC (4+ messages)
` [Qemu-devel] [PATCH 2/2 -v2] "
[Qemu-devel] [PATCH] Add pcap-based host network bridge
2009-03-24 17:28 UTC (5+ messages)
` [Qemu-devel] "
[Qemu-devel] [PATCH] fix warning in vl.c
2009-03-24 13:39 UTC
[Qemu-devel] [PATCH 00/14] block (mostly qcow2) changes (v6)
2009-03-24 11:44 UTC (3+ messages)
[Qemu-devel] [6777] Use firmware configuration instead of NVRAM ( initial patch by Aurelien Jarno)
2009-03-24 10:59 UTC (2+ messages)
` [Qemu-devel] r6777 breaks running sun OPB images
[Qemu-devel] qcow2 snaphot loading
2009-03-24 8:31 UTC (3+ messages)
[Qemu-devel] r6677 broke access to physical FDD on Win32
2009-03-24 8:20 UTC (9+ messages)
[Qemu-devel] [patch 0/7] separate thread for io v2
2009-03-24 7:43 UTC (5+ messages)
` [Qemu-devel] [patch 1/7] qemu: mutex/thread/cond wrappers
[Qemu-devel] Using the ATA "trim" command to discard sectors in disk images
2009-03-24 6:14 UTC
[Qemu-devel] [PATCH] compute checksum for roms bigger than a segment
2009-03-24 3:14 UTC (6+ messages)
[Qemu-devel] Re: Release: USB image of OS Circular and deb packages of LBCAS (LoopBack Content Addressable Storage)
2009-03-24 2:43 UTC (2+ messages)
[Qemu-devel] [PATCH] [RFC] Syncing documentation vs. -help vs. qemu_options table v5
2009-03-23 23:03 UTC (2+ messages)
[Qemu-devel] [PATCH 0/4:] misc scsi disk/cdrom fixes/improvements
2009-03-23 22:15 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/4:] "
` [Qemu-devel] [PATCH 2/4:] "
` [Qemu-devel] [PATCH 3/4:] "
` [Qemu-devel] [PATCH 4/4:] "
[Qemu-devel] [PATCH:] FreeBSD host physical cdrom fixes
2009-03-23 22:46 UTC
[Qemu-devel] [PATCH] compute checksum for roms bigger than a segment
2009-03-23 21:55 UTC
[Qemu-devel] [PATCH][RFC] Linux AIO support when using O_DIRECT
2009-03-23 20:32 UTC (11+ messages)
[Qemu-devel] [PATCH 0/2] qemu: SMBIOS passing support
2009-03-23 19:11 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/2] qemu: Allow SMBIOS entries to be loaded and provided to the VM BIOS
` [Qemu-devel] [PATCH 2/2] qemu:bios: Read external SMBIOS entries from the VM
[Qemu-devel] Samsung S3C24xx SoC support
2009-03-23 18:05 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).