qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-04 09:51:02 to 2013-04-04 22:57:10 UTC [more...]

[Qemu-devel] [PATCH v4 00/33] Modernize tcg/ppc64
 2013-04-04 22:55 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 01/33] disas: Disassemble all ppc insns for the host
` [Qemu-devel] [PATCH v4 03/33] tcg-ppc64: Introduce and use tcg_out_rlw
` [Qemu-devel] [PATCH v4 04/33] tcg-ppc64: Introduce and use tcg_out_ext32u

[Qemu-devel] RFC: vfio API changes needed for powerpc (v2)
 2013-04-04 22:51 UTC  (4+ messages)

[Qemu-devel] [PATCH stable-1.4 v2 0/4] monitor: do not rely on O_NONBLOCK for passed file descriptors
 2013-04-04 22:48 UTC  (8+ messages)
` [Qemu-devel] [PATCH stable-1.4 v2 1/4] oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
` [Qemu-devel] [PATCH stable-1.4 v2 2/4] net: ensure "socket" backend uses non-blocking fds
` [Qemu-devel] [PATCH stable-1.4 v2 3/4] qemu-socket: set passed fd non-blocking in socket_connect()
` [Qemu-devel] [PATCH stable-1.4 v2 4/4] chardev: clear O_NONBLOCK on SCM_RIGHTS file descriptors

[Qemu-devel] [PATCH 0/3] PPC PReP: Use ElF kernel on PReP
 2013-04-04 22:35 UTC  (29+ messages)
` [Qemu-devel] [PATCH 3/3] PPC PReP: can run without bios image

[Qemu-devel] [PATCH] PPC: mac newworld: fix cpu NIP reset value
 2013-04-04 22:25 UTC  (3+ messages)

[Qemu-devel] Patch Round-up for stable 1.4.1, freeze next Tuesday
 2013-04-04 22:24 UTC  (4+ messages)

[Qemu-devel] RFC: vfio API changes needed for powerpc (v3)
 2013-04-04 22:10 UTC 

[Qemu-devel] [RFC PATCH] main-loop: Unconditionally unlock iothread
 2013-04-04 19:54 UTC  (12+ messages)

[Qemu-devel] [PATCH v3 00/11] Fix versatile_pci (without breaking linux)
 2013-04-04 19:47 UTC  (14+ messages)
` [Qemu-devel] [PATCH v3 01/11] versatile_pci: Fix hardcoded tabs
` [Qemu-devel] [PATCH v3 02/11] versatile_pci: Expose PCI I/O region on Versatile PB
` [Qemu-devel] [PATCH v3 03/11] versatile_pci: Update to realize and instance init functions
` [Qemu-devel] [PATCH v3 04/11] versatile_pci: Change to subclassing TYPE_PCI_HOST_BRIDGE
` [Qemu-devel] [PATCH v3 05/11] versatile_pci: Use separate PCI I/O space rather than system I/O space
` [Qemu-devel] [PATCH v3 06/11] versatile_pci: Put the host bridge PCI device at slot 29
` [Qemu-devel] [PATCH v3 07/11] versatile_pci: Implement the correct PCI IRQ mapping
` [Qemu-devel] [PATCH v3 08/11] versatile_pci: Implement the PCI controller's control registers
` [Qemu-devel] [PATCH v3 09/11] arm/realview: Fix mapping of PCI regions
` [Qemu-devel] [PATCH v3 10/11] versatile_pci: Expose PCI memory space to system
` [Qemu-devel] [PATCH v3 11/11] hw/versatile_pci: Drop unnecessary vpb_pci_config_addr()

[Qemu-devel] [PATCH v3 00/35] hw/ reorganization, part 2
 2013-04-04 19:23 UTC  (36+ messages)
` [Qemu-devel] [PATCH 01/35] build: enable using $(CONFIG_FOO) on the rhs of config files
` [Qemu-devel] [PATCH 02/35] hw: move headers to include/
` [Qemu-devel] [PATCH 03/35] hw: make subdirectories for devices
` [Qemu-devel] [PATCH 04/35] moxie: configure with default-configs file
` [Qemu-devel] [PATCH 05/35] hw: move target-independent files to subdirectories
` [Qemu-devel] [PATCH 06/35] hw: move virtio devices to hw/ subdirectories
` [Qemu-devel] [PATCH 07/35] hw: make all of hw/ide/ configurable via default-configs/
` [Qemu-devel] [PATCH 08/35] hw: make all of hw/usb/ "
` [Qemu-devel] [PATCH 09/35] hw: make all of hw/pci/ "
` [Qemu-devel] [PATCH 10/35] hw: move watchdogs to hw/watchdog, configure "
` [Qemu-devel] [PATCH 11/35] hw: move MC146818RTC to hw/timer/, "
` [Qemu-devel] [PATCH 12/35] hw: move NICs to hw/net/, "
` [Qemu-devel] [PATCH 13/35] hw: move block devices to hw/block/, "
` [Qemu-devel] [PATCH 14/35] hw: move audio devices to hw/audio/, "
` [Qemu-devel] [PATCH 15/35] hw: move display devices to hw/display/, "
` [Qemu-devel] [PATCH 16/35] hw: move I2C controllers to hw/i2c/, "
` [Qemu-devel] [PATCH 17/35] hw: move SSI controllers to hw/ssi/, "
` [Qemu-devel] [PATCH 18/35] hw: move SCSI controllers to hw/scsi/, "
` [Qemu-devel] [PATCH 19/35] hw: move more files to hw/xen/
` [Qemu-devel] [PATCH 20/35] hw: move char devices to hw/char/, configure via default-configs/
` [Qemu-devel] [PATCH 21/35] hw: move ISA bridges and devices to hw/isa/, configure with default-configs/
` [Qemu-devel] [PATCH 22/35] hw: move timer devices to hw/timer/, "
` [Qemu-devel] [PATCH 23/35] hw: move SD/MMC devices to hw/sd/, "
` [Qemu-devel] [PATCH 24/35] hw: move PCI bridges to hw/pci-* or hw/ARCH
` [Qemu-devel] [PATCH 25/35] hw: move VFIO and ivshmem to hw/misc/
` [Qemu-devel] [PATCH 26/35] hw: move DMA controllers to hw/dma/, configure with default-configs/
` [Qemu-devel] [PATCH 27/35] hw: move interrupt controllers to hw/intc/, "
` [Qemu-devel] [PATCH 28/35] hw: move GPIO interfaces to hw/gpio/, "
` [Qemu-devel] [PATCH 29/35] hw: move NVRAM interfaces to hw/nvram/, "
` [Qemu-devel] [PATCH 30/35] hw: move other devices to hw/misc/, "
` [Qemu-devel] [PATCH 31/35] hw: move ARM CPU cores to hw/cpu/, "
` [Qemu-devel] [PATCH 32/35] hw: move hw/kvm/ to hw/i386/kvm
` [Qemu-devel] [PATCH 33/35] hw: move last file to hw/arm/
` [Qemu-devel] [PATCH 34/35] MAINTAINERS: update for source code movement
` [Qemu-devel] [PATCH 35/35] hw: move private headers to hw/ subdirectories

[Qemu-devel] [Bug 1128935] qemu IA64 emulation
 2013-04-04 18:24 UTC  (2+ messages)
  ` [Qemu-devel] [Bug 1128935] "

[Qemu-devel] [RFC 0/5] X86CPU "feature-words" & "filtered-features" properties (v2)
 2013-04-04 18:11 UTC  (6+ messages)
` [Qemu-devel] [RFC 1/5] target-i386: Add ECX information to FeatureWordInfo
` [Qemu-devel] [RFC 2/5] target-i386: Add "feature-words" property
` [Qemu-devel] [RFC 3/5] target-i386: Use FeatureWord loop on filter_features_for_kvm()
` [Qemu-devel] [RFC 4/5] target-i386: Introduce X86CPU.filtered_features field
` [Qemu-devel] [RFC 5/5] target-i386: Add "filtered-features" property to X86CPU

[Qemu-devel] [PATCH] Add configure clock_gettime() monotonic time test
 2013-04-04 17:21 UTC  (6+ messages)

[Qemu-devel] [PATCH v5 0/7] virtio-serial refactoring
 2013-04-04 17:16 UTC  (10+ messages)
` [Qemu-devel] [PATCH v5 1/7] virtio-serial: add the virtio-serial device
` [Qemu-devel] [PATCH v5 2/7] virtio-serial-pci: switch to the new API
` [Qemu-devel] [PATCH v5 3/7] virtio-serial-s390: "
` [Qemu-devel] [PATCH v5 4/7] virtio-serial-ccw: "
` [Qemu-devel] [PATCH v5 5/7] virtio-serial: cleanup: init and exit functions
` [Qemu-devel] [PATCH v5 6/7] virtio-serial: cleanup: use QOM casts
` [Qemu-devel] [PATCH v5 7/7] virtio-serial: cleanup: remove qdev field

[Qemu-devel] [PATCH v3 00/24] console: console overhaul continued
 2013-04-04 17:06 UTC  (3+ messages)
` [Qemu-devel] [PATCH 20/24] xen: re-enable refresh interval reporting for xenfb

[Qemu-devel] [PATCH v2] rbd: add an asynchronous flush
 2013-04-04 16:50 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2] rbd: disable unsupported librbd functions at runtime

[Qemu-devel] [Bug 998435] [NEW] qemu-kvm-spice doesn't support spice/qxl installs
 2013-04-04 16:26 UTC  (5+ messages)
` [Qemu-devel] [Bug 998435] "

[Qemu-devel] [RFC 0/4] block: fix I/O throttling oscillations
 2013-04-04 16:30 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 00/10] TARGET_*_ALIGNMENT cleanup, and config-target.mak trimming
 2013-04-04 16:00 UTC  (27+ messages)
` [Qemu-devel] [PATCH v2 01/10] elfload: fix size of ABI-dependent fields in core dumps
` [Qemu-devel] [PATCH v2 02/10] elfload: fix size of registers for N32
` [Qemu-devel] [PATCH v2 03/10] elfload: use tswapreg consistently in elf_core_copy_regs
` [Qemu-devel] [PATCH v2 04/10] elfload: use abi_short/ushort instead of target_short/ushort
` [Qemu-devel] [PATCH v2 05/10] elfload: use abi_int/uint instead of target_int/uint
` [Qemu-devel] [PATCH v2 06/10] elfload: only give abi_long/ulong the alignment specified by the target
` [Qemu-devel] [PATCH v2 09/10] configure: move common libraries to config-host.mak

[Qemu-devel] attaching disk to paused guest
 2013-04-04 15:49 UTC  (2+ messages)

[Qemu-devel] [PATCH v2][resend] apic: fixup fallthrough to PIC
 2013-04-04 15:43 UTC 

[Qemu-devel] [PATCH v2 0/6] kvm: pci PORT IO MMIO and PV MMIO speed tests
 2013-04-04 14:56 UTC  (15+ messages)
` [Qemu-devel] [PATCH v2 4/6] pci: add pci test device
` [Qemu-devel] [PATCH v2 1/6] kvm: remove unused APIs
` [Qemu-devel] [PATCH v2 2/6] kvm: support any size for pio eventfd
` [Qemu-devel] [PATCH v2 3/6] kvm: support non datamatch ioeventfd
` [Qemu-devel] [PATCH v2 6/6] pci-testdev: add pv mmio test
` [Qemu-devel] [PATCH v2 5/6] kvm: add PV MMIO

[Qemu-devel] [RFC][PATCH]Add timestamp to error message
 2013-04-04 15:20 UTC  (3+ messages)

[Qemu-devel] Fwd: Re: Raspberry ARM with 32-bit guest
 2013-04-04 14:27 UTC  (2+ messages)

[Qemu-devel] Virtio 9p live migration patches
 2013-04-04 14:08 UTC  (7+ messages)

[Qemu-devel] [PATCH stable-1.4 0/4] monitor: do not rely on O_NONBLOCK for passed file descriptors
 2013-04-04 13:56 UTC  (8+ messages)
` [Qemu-devel] [PATCH stable-1.4 1/4] oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
` [Qemu-devel] [PATCH stable-1.4 2/4] net: ensure "socket" backend uses non-blocking fds
` [Qemu-devel] [PATCH stable-1.4 3/4] qemu-socket: set passed fd non-blocking in socket_connect()
` [Qemu-devel] [PATCH stable-1.4 4/4] chardev: clear O_NONBLOCK on SCM_RIGHTS file descriptors

[Qemu-devel] [PATCH v4 0/7] virtio-serial refactoring
 2013-04-04 13:54 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 1/7] virtio-serial: add the virtio-serial device

[Qemu-devel] Block I/O optimizations
 2013-04-04 13:41 UTC  (5+ messages)

[Qemu-devel] Raspberry ARM with 32-bit guest
 2013-04-04 13:17 UTC  (4+ messages)

[Qemu-devel] [RFC 00/12] target-i386: CPU hot-add with cpu_set QMP command
 2013-04-04 12:52 UTC  (13+ messages)
` [Qemu-devel] [PATCH 02/12] target-i386: split APIC creation from initialization in x86_cpu_realizefn()
` [Qemu-devel] [PATCH 06/12] target-i386: replace FROM_SYSBUS() with QOM type cast
` [Qemu-devel] [PATCH 07/12] target-i386: Add ICC_BUS and attach apic, kvmvapic and cpu to it

[Qemu-devel] [PATCH v2] target-ppc: Fix narrow-mode add/sub carry output
 2013-04-04 12:43 UTC  (2+ messages)
` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH v2 00/11] Fix versatile_pci (now without breaking linux)
 2013-04-04 12:16 UTC  (10+ messages)
` [Qemu-devel] [PATCH v2 07/11] versatile_pci: Implement the correct PCI IRQ mapping

[Qemu-devel] Qemu Timer Interrupts !
 2013-04-04 11:00 UTC 

[Qemu-devel] [PATCH v2 0/2] configure: fix coroutine backend selection logic
 2013-04-04 10:22 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] pcie: PCIe link negotiation
 2013-04-04 10:16 UTC  (2+ 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).