qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-12-11 14:56:49 to 2008-12-12 19:20:07 UTC [more...]

[Qemu-devel] Switch to thread pool from posix-aio
 2008-12-12 19:20 UTC  (3+ messages)

[Qemu-devel] [PATCH 0 of 5] dma api v3
 2008-12-12 19:18 UTC  (11+ messages)
` [Qemu-devel] [PATCH 1 of 5] fix cpu_physical_memory len
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 2 of 5] add can_dma/post_dma for direct IO
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 3 of 5] rename dma.c to isa_dma.c
` [Qemu-devel] [PATCH 4 of 5] dma api
` [Qemu-devel] [PATCH 5 of 5] bdrv_aio_readv/writev

[Qemu-devel] [5979] Fix compiling without MREMAP_FIXED
 2008-12-12 19:11 UTC  (5+ messages)

[Qemu-devel] [2/2] User-mode GDB stub improvements - handle signals
 2008-12-12 19:09 UTC 

[Qemu-devel] [1/2] User-mode GDB stub improvements - handle fork
 2008-12-12 19:07 UTC 

[Qemu-devel] [PATCH 00/31] Logging code cleanup, take 2
 2008-12-12 18:59 UTC  (35+ messages)
` [Qemu-devel] [PATCH 01/31] hw/ppc.c: LOG_IRQ macro
` [Qemu-devel] [PATCH 02/31] hw/ppc.c: use LOG_IRQ instead of #ifdefs
` [Qemu-devel] [PATCH 03/31] hw/ppc.c: LOG_TB macro
` [Qemu-devel] [PATCH 04/31] hw/ppc.c: use LOG_TB instead of #ifdefs
` [Qemu-devel] [PATCH 05/31] vl.c: LOG_IOPORT macro
` [Qemu-devel] [PATCH 06/31] vl.c: use LOG_IOPORT instead of #ifdefs
` [Qemu-devel] [PATCH 07/31] kqemu.c: LOG_INT macro
` [Qemu-devel] [PATCH 08/31] kqemu.c: use LOG_INT instead of #ifdefs
` [Qemu-devel] [PATCH 09/31] kqemu.c: LOG_INT_STATE macro
` [Qemu-devel] [PATCH 10/31] kqemu.c: use LOG_INT_STATE instead of #ifdefs
` [Qemu-devel] [PATCH 11/31] kqemu.c: kill remaining DEBUG #ifdefs
` [Qemu-devel] [PATCH 12/31] target-i386/op_helper.c: LOG_PCALL macro
` [Qemu-devel] [PATCH 13/31] target-i386/op_helper.c: LOG_PCALL_STATE macro
` [Qemu-devel] [PATCH 14/31] target-i386/op_helper.c: use LOG_PCALL instead of #ifdefs
` [Qemu-devel] [PATCH 15/31] target-i386/op_helper.c: use LOG_PCALL/LOG_PCALL_STATE
` [Qemu-devel] [PATCH 16/31] target-cris/translate.c: LOG_DIS macro
` [Qemu-devel] [PATCH 17/31] target-cris: replace D(fprintf(logfile, ...)) macros with D_LOG(...)
` [Qemu-devel] [PATCH 18/31] target-mips/translate.c: LOG_DISAS macro
` [Qemu-devel] [PATCH 19/31] target-ppc/helper.c: LOG_MMU macro
` [Qemu-devel] [PATCH 20/31] target-ppc/helper.c: LOG_SWTLB macro
` [Qemu-devel] [PATCH 21/31] target-ppc/helper.c: convert commented-out debug code to LOG_SWTLB
` [Qemu-devel] [PATCH 22/31] target-ppc/helper.c: LOG_BATS macro
` [Qemu-devel] [PATCH 23/31] target-ppc/helper.c: LOG_SLB macro
` [Qemu-devel] [PATCH 24/31] target-ppc/helper.c: LOG_EXCP macro
` [Qemu-devel] [PATCH 25/31] target-ppc/helper.c: remaining LOG_BATS & LOG_MMU conversions
` [Qemu-devel] [PATCH 26/31] target-ppc/helper.c: LOG_MMU_STATE macro
` [Qemu-devel] [PATCH 27/31] target-ppc/op_helper.c: LOG_SWTLB macro
` [Qemu-devel] [PATCH 28/31] target-ppc/translate.c: LOG_DISAS macro
` [Qemu-devel] [PATCH 29/31] hw/ppc4xx_devs.c: LOG_UIC macro
` [Qemu-devel] [PATCH 30/31] target-alpha/translate.c: LOG_DISAS macro
` [Qemu-devel] [PATCH 31/31] linux-user/vm86.c: LOG_VM86 macro

[Qemu-devel] [RFC] Replace posix-aio with custom thread pool
 2008-12-12 18:26 UTC  (38+ messages)

[Qemu-devel] qemu won't compile on OS X ppc
 2008-12-12 18:24 UTC 

[Qemu-devel] [PATCH] SVM: acknowledge interrupt only after it is taken
 2008-12-12 16:54 UTC  (2+ messages)

[Qemu-devel] [5996] Replace posix-aio with custom thread pool
 2008-12-12 16:41 UTC 

[Qemu-devel] [PATCH 2/3] NUMA: promoting NUMA topology to BIOS and pin guest memory
 2008-12-12 15:01 UTC  (2+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH 1/3] NUMA: add -numa command line option
 2008-12-12 14:56 UTC  (2+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH 0/4] Add nic link up/down emulation to e1000
 2008-12-12 14:46 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/4] Add 'set_link' monitor command
  ` [Qemu-devel] "
      ` [Qemu-devel] [PATCH 1/5] Add a model string to VLANClientState
        ` [Qemu-devel] [PATCH 2/5] Assign a name to each VLAN client
          ` [Qemu-devel] [PATCH 3/5] Fixup info_str formatting
            ` [Qemu-devel] [PATCH 4/5] Add qemu_format_nic_info_str()
              ` [Qemu-devel] [PATCH 5/5] Add a -net name=foo parameter

[Qemu-devel] [PATCH 00/13] Cleanup some logging code
 2008-12-12 14:31 UTC  (6+ messages)
` [Qemu-devel] [PATCH 01/13] hw/ppc.c: LOG_IRQ macro

[Qemu-devel] snapshot vs COW?
 2008-12-12 13:25 UTC  (3+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH] NAND: Correct random data reads
 2008-12-12 12:10 UTC 

[Qemu-devel] [PATCH] Support AltGr in VNC
 2008-12-12 10:38 UTC 

[Qemu-devel] User emulation & gdb & sigsegv
 2008-12-12  8:44 UTC  (4+ messages)

[Qemu-devel] SH: Improve the interrupt controller
 2008-12-12  5:48 UTC  (3+ messages)
  ` [Qemu-devel] "

[Qemu-devel] PowerPC KVM support
 2008-12-12  0:04 UTC  (17+ messages)
` [Qemu-devel] [PATCH 1/6] Include headers for types used in helper_regs.h
  ` [Qemu-devel] [PATCH 2/6] kvm: sync vcpu state during initialization
    ` [Qemu-devel] "
  ` [Qemu-devel] [PATCH 3/6] Enable KVM for ppcemb
  ` [Qemu-devel] [PATCH 4/6] Implement device tree support needed for Bamboo emulation
  ` [Qemu-devel] [PATCH 5/6] PowerPC 440EP SoC emulation
  ` [Qemu-devel] [PATCH 6/6] IBM PowerPC 440EP Bamboo reference board emulation

[Qemu-devel] (no subject)
 2008-12-11 22:43 UTC  (3+ messages)
` [Qemu-devel]

[Qemu-devel] [5995] PPC405EP: fix fpga write function
 2008-12-11 22:43 UTC 

[Qemu-devel] [5994] baum: remove 2 warnings
 2008-12-11 22:42 UTC 

[Qemu-devel] [5993] target-sh4: remove 2 warnings
 2008-12-11 22:42 UTC 

[Qemu-devel] [5992] target-alpha: fix 2 warnings
 2008-12-11 22:42 UTC 

[Qemu-devel] [5991] target-ppc: remove remaining warnings
 2008-12-11 22:42 UTC 

[Qemu-devel] [5990] target-ppc: remove unneeded include
 2008-12-11 22:42 UTC 

[Qemu-devel] [5989] target-ppc: rework exception code
 2008-12-11 22:42 UTC 

[Qemu-devel] [5988] target-ppc: remove dead code
 2008-12-11 22:42 UTC 

[Qemu-devel] [PATCH] MTRR support on x86, part 1
 2008-12-11 22:37 UTC  (5+ messages)

[Qemu-devel] Re: Qemu/KVM ehci support
 2008-12-11 22:35 UTC  (3+ messages)

[Qemu-devel] SH4: Implement FD bit
 2008-12-11 22:21 UTC  (7+ messages)
  ` [Qemu-devel] "

[Qemu-devel] [5987] pci: virtio: use pci id defines (Gerd Hoffman)
 2008-12-11 21:20 UTC 

[Qemu-devel] [PATCH] qemu: report issues causing the kvm probe to fail
 2008-12-11 21:18 UTC  (2+ messages)

[Qemu-devel] [PATCH] pci: add default pci subsystem id for all devices
 2008-12-11 21:15 UTC  (6+ messages)

[Qemu-devel] [5986] pci: add default pci subsystem id for all devices (Gerd Hoffman)
 2008-12-11 21:15 UTC 

[Qemu-devel] [PATCH] Add DPMS support to cirrus vga bios
 2008-12-11 21:11 UTC  (3+ messages)
` [Qemu-devel] Re: [Bochs-developers] "

[Qemu-devel] [PATCH] snapshot subcommand for qemu-img
 2008-12-11 21:09 UTC  (2+ messages)

[Qemu-devel] [PATCH] Fix handling of disk-only snapshots
 2008-12-11 21:06 UTC  (2+ messages)

[Qemu-devel] [5985] Fix handling of disk-only snapshots (Kevin Wolf)
 2008-12-11 21:06 UTC 

[Qemu-devel][BUG][PATCH] Fix crash in kvm.c
 2008-12-11 21:03 UTC  (4+ messages)

[Qemu-devel] [5984] Fix crash in kvm.c (Stefan Weil)
 2008-12-11 21:03 UTC 

[Qemu-devel] [PATCH] Remove redundant #ifdef _BSD
 2008-12-11 19:41 UTC  (2+ messages)
` [Qemu-devel] "

[Qemu-devel] [5983] Remove redundant #ifdef _BSD
 2008-12-11 19:39 UTC 

[Qemu-devel] [5982] Rename fls to qemu_fls
 2008-12-11 19:37 UTC 

[Qemu-devel] [5981] Add lost semicolons
 2008-12-11 19:20 UTC 

[Qemu-devel] [5980] Don't require linux/auxvec.h, which isn't always installed with libc 
 2008-12-11 19:12 UTC 

[Qemu-devel] screendump broken
 2008-12-11 18:55 UTC  (2+ messages)

[Qemu-devel] [5973] Introduce and use cache-utils.[ch]
 2008-12-11 18:52 UTC  (3+ messages)

[Qemu-devel] SH: Implement MOVCO.L and MOVLI.L
 2008-12-11 18:48 UTC  (3+ messages)

[Qemu-devel] USB-OHCI / UHCI: Isochronous transfer not working on Linux host
 2008-12-11 18:46 UTC  (4+ messages)
` [Qemu-devel] "
  ` [Qemu-devel] "

[Qemu-devel] SH: Fix movca.l/ocbi emulation
 2008-12-11 18:34 UTC 

[Qemu-devel] SH: Add prefi, icbi, synco
 2008-12-11 18:25 UTC 

[Qemu-devel] SH: Add SH7785 as CPU option
 2008-12-11 18:23 UTC 

[Qemu-devel] [5860] Cleanup {alloc|get}_cluster_offset() (Gleb Natapov)
 2008-12-11 17:42 UTC  (7+ messages)

[Qemu-devel] [PATCH] Allow to register a callback with fw_cfg_add_callback()
 2008-12-11 17:33 UTC  (3+ messages)

[Qemu-devel] [5978] Allow to register a callback with fw_cfg_add_callback()
 2008-12-11 17:30 UTC 

[Qemu-devel] [5977] Add missing "static"
 2008-12-11 17:29 UTC 

[Qemu-devel] can anybody check ?
 2008-12-11 17:05 UTC  (2+ messages)

[Qemu-devel] [PATCH] pci: virtio: use pci id defines
 2008-12-11 16:48 UTC 

[Qemu-devel] [PROPOSITION] SH4 workflow improvement
 2008-12-11 16:24 UTC  (4+ messages)

[Qemu-devel] [PATCH 0 of 7] [UPDATE] DisplayState interface change
 2008-12-11 15:45 UTC  (8+ 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).