Archives are refreshed every 30 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-devel (date)
[
Thread Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Wed Oct 31 2012 23:10:32 -0400
Messages in reverse chronological order
[
Next Period
]
October 31, 2012
[Qemu-devel] buildbot failure in qemu on default_i386_debian_6_0
,
qemu
,
23:10
Re: [Qemu-devel] ISA BIOS mapping for system flash emulation
,
Jordan Justen
,
22:55
Re: [Qemu-devel] [patch v5 6/8] memory: make mmio dispatch able to be out of biglock
,
liu ping fan
,
22:04
[Qemu-devel] buildbot failure in qemu on default_x86_64_debian_6_0
,
qemu
,
20:57
Re: [Qemu-devel] [PATCH v12 09/14] target-mips: Add ASE DSP bit/manipulation instructions
,
Jia Liu
,
20:34
Re: [Qemu-devel] [PATCH v11] kvm: notify host when the guest is panicked
,
Marcelo Tosatti
,
20:02
[Qemu-devel] [PATCH 25/28] qidl: add C parser (based on QC parser)
,
Michael Roth
,
19:18
[Qemu-devel] [PATCH 27/28] qidl: qidl.h, definitions for qidl annotations
,
Michael Roth
,
19:09
[Qemu-devel] [PATCH 26/28] qidl: add QAPI-based code generator
,
Michael Roth
,
19:09
[Qemu-devel] [PATCH 23/28] qidl: add documentation
,
Michael Roth
,
18:48
[Qemu-devel] [PATCH 28/28] qidl: unit tests and build infrastructure
,
Michael Roth
,
18:37
[Qemu-devel] [PATCH 24/28] qidl: add lexer library (based on QC parser)
,
Michael Roth
,
18:37
[Qemu-devel] [PATCH 18/28] qapi: Improve existing docs and document annotated QAPI types
,
Michael Roth
,
18:37
[Qemu-devel] [PATCH 17/28] qapi: add open-coded visitors for struct tm/Int128 types
,
Michael Roth
,
18:37
[Qemu-devel] [PATCH 21/28] module additions for schema registration
,
Michael Roth
,
18:37
[Qemu-devel] [PATCH 22/28] qdev: move Property-related declarations to qdev-properties.h
,
Michael Roth
,
18:37
[Qemu-devel] [PATCH 15/28] qapi: ordereddict, add to_json() method
,
Michael Roth
,
18:37
[Qemu-devel] [PATCH 10/28] qapi: QmpOutputVisitor, implement array handling
,
Michael Roth
,
18:37
[Qemu-devel] [PATCH 20/28] qom-fuse: workaround for truncated properties > 4096
,
Michael Roth
,
18:37
[Qemu-devel] [PATCH 19/28] qom-fuse: force single-threaded mode to avoid QMP races
,
Michael Roth
,
18:37
[Qemu-devel] [PATCH 12/28] qapi: QmpInputVisitor, don't re-allocate memory in start_struct
,
Michael Roth
,
18:37
[Qemu-devel] [PATCH 09/28] qapi: add visitor interfaces for C arrays
,
Michael Roth
,
18:37
[Qemu-devel] [PATCH 13/28] qapi: fix potential segfault for visit_type_size()
,
Michael Roth
,
18:37
[Qemu-devel] [PATCH 14/28] qapi: add visit_type_long()
,
Michael Roth
,
18:37
[Qemu-devel] [PATCH 16/28] qapi: qapi.py, make json parser more robust
,
Michael Roth
,
18:37
[Qemu-devel] [PATCH 11/28] qapi: QmpInputVisitor, implement array handling
,
Michael Roth
,
18:37
[Qemu-devel] [PATCH 08/28] qapi: qapi_visit.py, support for q_string annotations
,
Michael Roth
,
18:37
[Qemu-devel] [PATCH 07/28] qapi: qapi_visit.py, support for visiting non-pointer/embedded structs
,
Michael Roth
,
18:37
[Qemu-devel] [PATCH 05/28] qapi: qapi_visit.py, support arrays and complex qapi definitions
,
Michael Roth
,
18:37
[Qemu-devel] [PATCH 04/28] qapi: qapi_visit.py, make code useable as module
,
Michael Roth
,
18:37
[Qemu-devel] [PATCH 02/28] qapi: qapi-types.py -> qapi_types.py
,
Michael Roth
,
18:37
[Qemu-devel] [PATCH 06/28] qapi: qapi_visit.py, support generating static functions
,
Michael Roth
,
18:37
[Qemu-devel] [PATCH 03/28] qapi: qapi-commands.py -> qapi_commands.py
,
Michael Roth
,
18:36
[Qemu-devel] [PATCH 01/28] qapi: qapi-visit.py -> qapi_visit.py so we can import
,
Michael Roth
,
18:36
[Qemu-devel] [PATCH v6 00/28] Add infrastructure for QIDL-based device serialization (Happy Halloween Edition)
,
Michael Roth
,
18:36
[Qemu-devel] [Bug 1071149] Re: target-mips: special3 instruction dinsm translation error
,
Aurelien Jarno
,
18:05
[Qemu-devel] [PATCH 6/8] virtio-rng: hardware random number generator device
,
Anthony Liguori
,
18:01
[Qemu-devel] [PATCH 4/8] rng-random: add an RNG backend that uses /dev/random (v3)
,
Anthony Liguori
,
18:01
[Qemu-devel] [PATCH 2/8] object: add object_property_add_bool (v2)
,
Anthony Liguori
,
18:01
[Qemu-devel] [PATCH 8/8] virtio-rng-pci: create a default backend if none exists
,
Anthony Liguori
,
18:01
[Qemu-devel] [PATCH 7/8] virtio-rng: add rate limiting support
,
Anthony Liguori
,
18:01
[Qemu-devel] [PATCH 0/8] add paravirtualization hwrng support (v3)
,
Anthony Liguori
,
18:01
[Qemu-devel] [PATCH 5/8] rng-egd: introduce EGD compliant RNG backend
,
Anthony Liguori
,
18:01
[Qemu-devel] [PATCH 3/8] rng: add RndBackend abstract object class
,
Anthony Liguori
,
18:01
[Qemu-devel] [PATCH 1/8] vl: add -object option to create QOM objects from the command line
,
Anthony Liguori
,
18:01
Re: [Qemu-devel] [PATCH v2] chardev: Use timer instead of bottom-half to postpone open event
,
Aurelien Jarno
,
17:49
Re: [Qemu-devel] 64-on-32 TCG broken
,
Aurelien Jarno
,
17:48
Re: [Qemu-devel] [PATCH 29/35] cpus: Pass CPUState to [qemu_]cpu_has_work()
,
Aurelien Jarno
,
17:48
Re: [Qemu-devel] [PATCH v12 00/14] QEMU MIPS ASE DSP support
,
Aurelien Jarno
,
17:47
Re: [Qemu-devel] [PATCH 29/35] cpus: Pass CPUState to [qemu_]cpu_has_work()
,
Andreas Färber
,
17:37
Re: [Qemu-devel] [PATCH 29/35] cpus: Pass CPUState to [qemu_]cpu_has_work()
,
Aurelien Jarno
,
17:05
Re: [Qemu-devel] [PATCH] target-alpha: Use TCG_CALL_NO_WG
,
Aurelien Jarno
,
16:45
Re: [Qemu-devel] [PATCH v12 07/14] target-mips: Add ASE DSP GPR-based shift instructions
,
Aurelien Jarno
,
16:30
[Qemu-devel] [Bug 1073585] [NEW] Deleting UDP socket in monitor mode
,
Vincent Autefage
,
15:28
Re: [Qemu-devel] [PATCH v12 09/14] target-mips: Add ASE DSP bit/manipulation instructions
,
Aurelien Jarno
,
15:21
Re: [Qemu-devel] [PATCH v2 1/3] tcg/arm: fix TLB access in qemu-ld/st ops
,
Aurelien Jarno
,
15:11
Re: [Qemu-devel] [PATCH v4 0/7] TCG global variables clean-up
,
Richard Henderson
,
15:01
Re: [Qemu-devel] [PATCH v2 3/7] memory: iommu support
,
Benjamin Herrenschmidt
,
14:59
[Qemu-devel] [PATCH v2 3/3] aio: rename AIOPool to AIOCBInfo
,
Stefan Hajnoczi
,
14:52
[Qemu-devel] [PATCH v2 2/3] aio: use g_slice_alloc() for AIOCB pooling
,
Stefan Hajnoczi
,
14:52
[Qemu-devel] [PATCH v2 1/3] aio: switch aiocb_size type int -> size_t
,
Stefan Hajnoczi
,
14:52
Re: [Qemu-devel] On block interface types in general, IF_AHCI in particular
,
Anthony Liguori
,
14:32
[Qemu-devel] [PATCH v2] e1000: pre-initialize RAH/RAL registers
,
Gabriel L. Somlo
,
14:15
[Qemu-devel] [PATCH v2 18/39] aio: introduce AioContext, move bottom halves there
,
Paolo Bonzini
,
13:59
[Qemu-devel] [PATCH v2 38/39] raw-posix: move linux-aio.c to block/
,
Paolo Bonzini
,
13:56
[Qemu-devel] [PATCH 4/5] qemu-ga: win32: isolate virtio-serial specific code
,
Luiz Capitulino
,
13:51
[Qemu-devel] [PATCH 5/5] qemu-ga: win32: add isa-serial support
,
Luiz Capitulino
,
13:51
[Qemu-devel] [PATCH 2/5] qemu-ga: win32: add _ov suffix to current GSource functions
,
Luiz Capitulino
,
13:47
[Qemu-devel] [PATCH 1/5] configure: link qemu-ga.exe in default make target
,
Luiz Capitulino
,
13:46
[Qemu-devel] [PATCH 0/5] qemu-ga: add isa-serial support to win32
,
Luiz Capitulino
,
13:45
[Qemu-devel] [PATCH 3/5] qemu-ga: win32: GAChannel: store GAChannelMethod being used
,
Luiz Capitulino
,
13:44
[Qemu-devel] [PATCH v2 39/39] raw-win32: implement native asynchronous I/O
,
Paolo Bonzini
,
13:35
Re: [Qemu-devel] On block interface types in general, IF_AHCI in particular
,
Anthony Liguori
,
13:29
[Qemu-devel] [PATCH v2 19/39] aio: add I/O handlers to the AioContext interface
,
Paolo Bonzini
,
13:24
[Qemu-devel] [PATCH 3/3] s390: Add new channel I/O based virtio transport.
,
Cornelia Huck
,
13:23
[Qemu-devel] [PATCH v2 26/39] aio: call aio_notify after setting I/O handlers
,
Paolo Bonzini
,
13:15
[Qemu-devel] [PATCH v2 16/39] aio: change qemu_aio_set_fd_handler to return void
,
Paolo Bonzini
,
13:10
Re: [Qemu-devel] [PATCH 20/27] target-i386: do not call x86_cpu_realize() on cpu_x86_init()
,
Eduardo Habkost
,
13:09
Re: [Qemu-devel] 64-on-32 TCG broken
,
Stefan Weil
,
13:06
Re: [Qemu-devel] [PATCH 20/27] target-i386: do not call x86_cpu_realize() on cpu_x86_init()
,
Eduardo Habkost
,
12:59
Re: [Qemu-devel] On block interface types in general, IF_AHCI in particular
,
Alexander Graf
,
12:57
[Qemu-devel] [PATCH v2 28/39] main-loop: use aio_notify for qemu_notify_event
,
Paolo Bonzini
,
12:55
[Qemu-devel] [PATCH] usb-redir: Fix usb errors when a combined input packet is pending on migrate
,
Hans de Goede
,
12:55
Re: [Qemu-devel] On block interface types in general, IF_AHCI in particular
,
Paolo Bonzini
,
12:50
Re: [Qemu-devel] On block interface types in general, IF_AHCI in particular
,
Paolo Bonzini
,
12:48
Re: [Qemu-devel] On block interface types in general, IF_AHCI in particular
,
Anthony Liguori
,
12:47
Re: [Qemu-devel] [PATCH] tests: allow qemu-iotests to be run against nbd backend
,
Kevin Wolf
,
12:45
Re: [Qemu-devel] [PATCH 20/27] target-i386: do not call x86_cpu_realize() on cpu_x86_init()
,
Andreas Färber
,
12:44
[Qemu-devel] [PATCH v2 13/39] event_notifier: add Win32 implementation
,
Paolo Bonzini
,
12:38
Re: [Qemu-devel] On block interface types in general, IF_AHCI in particular
,
Alexander Graf
,
12:35
[Qemu-devel] [PATCH v2 31/39] qemu-thread: add QemuSemaphore
,
Paolo Bonzini
,
12:34
Re: [Qemu-devel] [PATCH 20/27] target-i386: do not call x86_cpu_realize() on cpu_x86_init()
,
Igor Mammedov
,
12:32
Re: [Qemu-devel] On block interface types in general, IF_AHCI in particular
,
Paolo Bonzini
,
12:32
Re: [Qemu-devel] [RFC] net: Peer with existing NIC in netdev_add
,
Michael S. Tsirkin
,
12:32
[Qemu-devel] [PATCH v2 15/39] vl: init main loop earlier
,
Paolo Bonzini
,
12:28
[Qemu-devel] [PATCH 2/3] s390: Virtual channel subsystem support.
,
Cornelia Huck
,
12:25
[Qemu-devel] [RFC PATCH v3 0/3] s390: channel I/O support in qemu.
,
Cornelia Huck
,
12:25
[Qemu-devel] [PATCH 5/5] KVM: s390: Add support for channel I/O instructions.
,
Cornelia Huck
,
12:25
[Qemu-devel] [PATCH 2/5] KVM: s390: Add support for machine checks.
,
Cornelia Huck
,
12:25
[Qemu-devel] [PATCH 1/3] Update linux headers.
,
Cornelia Huck
,
12:25
[Qemu-devel] [PATCH 1/5] KVM: s390: Support for I/O interrupts.
,
Cornelia Huck
,
12:25
[Qemu-devel] [PATCH 3/5] KVM: s390: In-kernel handling of I/O instructions.
,
Cornelia Huck
,
12:24
[Qemu-devel] [PATCH 4/5] KVM: s390: Base infrastructure for enabling capabilities.
,
Cornelia Huck
,
12:24
[Qemu-devel] [RFC PATCH v3 0/5] s390: Host support for channel I/O.
,
Cornelia Huck
,
12:24
Re: [Qemu-devel] On block interface types in general, IF_AHCI in particular
,
Kevin Wolf
,
12:21
[Qemu-devel] [PATCH v2 14/39] event_notifier: enable it to use pipes
,
Paolo Bonzini
,
12:21
[Qemu-devel] [PATCH v2 30/39] linux-aio: use event notifiers
,
Paolo Bonzini
,
12:18
[Qemu-devel] usb input-pipelining migration fix
,
Hans de Goede
,
12:10
Re: [Qemu-devel] [RfC PATCH 3/5] usb/ehci: seperate out PCIisms
,
Andreas Färber
,
12:06
Re: [Qemu-devel] On block interface types in general, IF_AHCI in particular
,
Alexander Graf
,
12:05
[Qemu-devel] [PATCH v2 0/3] aio: use g_slice_alloc() for AIOCB pooling
,
Stefan Hajnoczi
,
11:34
[Qemu-devel] [PATCH v2 37/39] raw-win32: add emulated AIO support
,
Paolo Bonzini
,
11:33
[Qemu-devel] [PATCH v2 36/39] raw-posix: rename raw-posix-aio.h, hide unavailable prototypes
,
Paolo Bonzini
,
11:33
[Qemu-devel] [PATCH v2 35/39] raw: merge posix-aio-compat.c into block/raw-posix.c
,
Paolo Bonzini
,
11:33
[Qemu-devel] [PATCH v2 34/39] block: switch posix-aio-compat to threadpool
,
Paolo Bonzini
,
11:33
[Qemu-devel] [PATCH v2 32/39] aio: add generic thread-pool facility
,
Paolo Bonzini
,
11:33
[Qemu-devel] [PATCH v2 33/39] threadpool: do not take lock in event_notifier_ready
,
Paolo Bonzini
,
11:33
[Qemu-devel] [PATCH v2 29/39] aio: clean up now-unused functions
,
Paolo Bonzini
,
11:33
[Qemu-devel] [PATCH v2 27/39] main-loop: use GSource to poll AIO file descriptors
,
Paolo Bonzini
,
11:33
[Qemu-devel] [PATCH v2 24/39] aio: make AioContexts GSources
,
Paolo Bonzini
,
11:33
[Qemu-devel] [PATCH v2 25/39] aio: add aio_notify
,
Paolo Bonzini
,
11:33
[Qemu-devel] [PATCH v2 22/39] aio: prepare for introducing GSource-based dispatch
,
Paolo Bonzini
,
11:33
[Qemu-devel] [PATCH v2 23/39] aio: add Win32 implementation
,
Paolo Bonzini
,
11:32
[Qemu-devel] [PATCH v2 21/39] aio: add non-blocking variant of aio_wait
,
Paolo Bonzini
,
11:32
[Qemu-devel] [PATCH v2 20/39] aio: test node->deleted before calling io_flush
,
Paolo Bonzini
,
11:32
[Qemu-devel] [PATCH v2 17/39] aio: provide platform-independent API
,
Paolo Bonzini
,
11:32
[Qemu-devel] [PATCH v2 12/39] build: do not include main loop where it is not actually used
,
Paolo Bonzini
,
11:32
[Qemu-devel] [PATCH v2 11/39] build: opts-visitor is not really part of QAPI
,
Paolo Bonzini
,
11:32
[Qemu-devel] [PATCH v2 10/39] qemu-tool: do not depend on qemu-timer.c
,
Paolo Bonzini
,
11:32
[Qemu-devel] [PATCH v2 09/39] main-loop: unify qemu_init_main_loop between QEMU and tools
,
Paolo Bonzini
,
11:32
[Qemu-devel] [PATCH v2 08/39] qemu-timer: make initialization functions idempotent
,
Paolo Bonzini
,
11:32
[Qemu-devel] [PATCH v2 07/39] win32: add weak version of qemu_fd_register
,
Paolo Bonzini
,
11:31
[Qemu-devel] [PATCH v2 06/39] iohandler: add weak alias in qemu-sockets.c, for qemu-ga
,
Paolo Bonzini
,
11:31
[Qemu-devel] [PATCH v2 05/39] fdsets: use weak aliases instead of qemu-tool.c/qemu-user.c
,
Paolo Bonzini
,
11:31
[Qemu-devel] [PATCH v2 01/39] janitor: move iovector functions out of cutils.c
,
Paolo Bonzini
,
11:31
[Qemu-devel] [PATCH v2 04/39] sockets: use weak aliases instead of qemu-tool.c
,
Paolo Bonzini
,
11:31
[Qemu-devel] [PATCH v2 03/39] compiler: use weak aliases to provide default definitions
,
Paolo Bonzini
,
11:31
[Qemu-devel] [PULL v2 00/39] AioContext, thread pool, Win32 AIO
,
Paolo Bonzini
,
11:31
[Qemu-devel] [PATCH v2 02/39] build: move cutils.o and qemu-timer-common.o to oslib-obj-y
,
Paolo Bonzini
,
11:31
Re: [Qemu-devel] 64-on-32 TCG broken
,
Aurelien Jarno
,
11:24
Re: [Qemu-devel] [PATCH v1 00/13] q35 patches for pci tree
,
Jason Baron
,
11:22
Re: [Qemu-devel] [RFC] net: Peer with existing NIC in netdev_add
,
Stefan Hajnoczi
,
10:51
Re: [Qemu-devel] On block interface types in general, IF_AHCI in particular
,
Paolo Bonzini
,
10:46
Re: [Qemu-devel] On block interface types in general, IF_AHCI in particular
,
Alexander Graf
,
10:43
Re: [Qemu-devel] On block interface types in general, IF_AHCI in particular
,
Paolo Bonzini
,
10:41
Re: [Qemu-devel] [PATCH] tests: allow qemu-iotests to be run against nbd backend
,
Paolo Bonzini
,
10:34
Re: [Qemu-devel] [PATCH 0/6] add paravirtualization hwrng support
,
Paolo Bonzini
,
10:27
Re: [Qemu-devel] On block interface types in general, IF_AHCI in particular
,
Markus Armbruster
,
10:21
Re: [Qemu-devel] [PATCH 0/6] add paravirtualization hwrng support
,
H. Peter Anvin
,
10:15
Re: [Qemu-devel] On block interface types in general, IF_AHCI in particular
,
Paolo Bonzini
,
10:09
Re: [Qemu-devel] Ubuntu/Debian Installer + Virtio-SCSI -> Bad ram pointer
,
ronnie sahlberg
,
10:09
Re: [Qemu-devel] 64-on-32 TCG broken
,
Paolo Bonzini
,
10:09
Re: [Qemu-devel] 64-on-32 TCG broken
,
Peter Maydell
,
10:05
Re: [Qemu-devel] 64-on-32 TCG broken
,
Paolo Bonzini
,
10:02
[Qemu-devel] [PATCH] tests: allow qemu-iotests to be run against nbd backend
,
nick
,
10:01
Re: [Qemu-devel] On block interface types in general, IF_AHCI in particular
,
Peter Maydell
,
10:01
Re: [Qemu-devel] On block interface types in general, IF_AHCI in particular
,
Markus Armbruster
,
09:59
Re: [Qemu-devel] [PATCH v2 1/3] tcg/arm: fix TLB access in qemu-ld/st ops
,
Laurent Desnogues
,
09:54
Re: [Qemu-devel] [PATCH] aio: Use g_slice_alloc() for AIOCB pooling
,
Paolo Bonzini
,
09:54
Re: [Qemu-devel] [PATCH 19/25] aio: add generic thread-pool facility
,
Stefan Hajnoczi
,
09:45
Re: [Qemu-devel] [PATCH v2 0/3] tcg/arm: misc fixes
,
Peter Maydell
,
09:39
Re: [Qemu-devel] [PATCH v12 09/14] target-mips: Add ASE DSP bit/manipulation instructions
,
Jia Liu
,
09:29
Re: [Qemu-devel] [PATCH v12 07/14] target-mips: Add ASE DSP GPR-based shift instructions
,
Jia Liu
,
09:26
Re: [Qemu-devel] [PATCH v2] chardev: Use timer instead of bottom-half to postpone open event
,
Jan Kiszka
,
09:23
[Qemu-devel] [PATCH] aio: Use g_slice_alloc() for AIOCB pooling
,
Stefan Hajnoczi
,
09:03
Re: [Qemu-devel] [PATCH v2 8/9] qmp: add NBD server commands
,
Christoph Hellwig
,
09:01
[Qemu-devel] [PATCH 1/5] usb: split packet result into actual_length + status
,
Hans de Goede
,
09:00
[Qemu-devel] [PATCH 4/5] ehci: Add support for packets with both data and an error status
,
Hans de Goede
,
09:00
[Qemu-devel] [PATCH 2/5] usb-redir: Allow packets to have both data and an error-status
,
Hans de Goede
,
09:00
[Qemu-devel] [PATCH 5/5] xhci: Add support for packets with both data and an error status
,
Hans de Goede
,
08:59
[Qemu-devel] [PATCH 3/5] ehci: Get rid of the magical PROC_ERR status
,
Hans de Goede
,
08:59
[Qemu-devel] [PATCH 0/5] usb: split packet result into actual_length + status v2
,
Hans de Goede
,
08:59
Re: [Qemu-devel] [PATCH 1/4] usb: split packet result into actual_length + status
,
Hans de Goede
,
08:59
Re: [Qemu-devel] [PATCH v1 00/13] q35 patches for pci tree
,
Anthony Liguori
,
08:55
Re: [Qemu-devel] [PATCH v1 07/13] q35: Introduce q35 pc based chipset emulator
,
Anthony Liguori
,
08:54
[Qemu-devel] [RFC] hw/qxl: inject interrupts in any state
,
Alon Levy
,
08:54
Re: [Qemu-devel] [PATCH v2 8/9] qmp: add NBD server commands
,
Paolo Bonzini
,
08:46
[Qemu-devel] [PATCH 8/8] usb-redir: Allow redirecting super speed devices to high speed controllers
,
Hans de Goede
,
08:46
[Qemu-devel] [PATCH 3/8] usb-redir: Add support for 32 bits bulk packet length
,
Hans de Goede
,
08:46
[Qemu-devel] [PATCH 7/8] usb-redir: Allow to attach USB 2.0 devices to 1.1 host controller
,
Hans de Goede
,
08:46
[Qemu-devel] [PATCH 2/8] combined-packet: Add a workaround for Linux usbfs + live migration
,
Hans de Goede
,
08:46
[Qemu-devel] usb input pipelining patches v3
,
Hans de Goede
,
08:46
[Qemu-devel] [PATCH 5/8] usb-redir: Add an usbredir_setup_usb_eps() helper function
,
Hans de Goede
,
08:46
[Qemu-devel] [PATCH 4/8] usb-redir: Add support for input pipelining
,
Hans de Goede
,
08:46
[Qemu-devel] [PATCH 1/8] usb: Add packet combining functions
,
Hans de Goede
,
08:46
[Qemu-devel] [PATCH 6/8] usb-redir: Use reject rather the disconnect on bad ep info
,
Hans de Goede
,
08:45
Re: [Qemu-devel] 64-on-32 TCG broken
,
Aurelien Jarno
,
08:40
Re: [Qemu-devel] [RFC PATCH v3 05/19] Implement dimm device abstraction
,
Stefan Hajnoczi
,
08:35
Re: [Qemu-devel] [RFC PATCH v3 05/19] Implement dimm device abstraction
,
Avi Kivity
,
08:34
Re: [Qemu-devel] [RFC PATCH v3 05/19] Implement dimm device abstraction
,
Stefan Hajnoczi
,
08:18
Re: [Qemu-devel] [PATCH] Fix calculation of number of bits in the migration bitmap
,
Orit Wasserman
,
08:04
Re: [Qemu-devel] [PATCH] Fix calculation of number of bits in the migration bitmap
,
Orit Wasserman
,
08:01
[Qemu-devel] [PATCH 2/2] uhci: Don't crash on device disconnect
,
Hans de Goede
,
07:53
[Qemu-devel] [PATCH 1/2] uhci: Add a uhci_handle_td_error() helper function
,
Hans de Goede
,
07:53
[Qemu-devel] [PATCH 0/2] uhci: Don't crash on device disconnect
,
Hans de Goede
,
07:53
Re: [Qemu-devel] [PATCH] Fix calculation of number of bits in the migration bitmap
,
Peter Maydell
,
07:26
Re: [Qemu-devel] [PATCH] Fix calculation of number of bits in the migration bitmap
,
Avi Kivity
,
07:24
Re: [Qemu-devel] [PATCH v2 8/9] qmp: add NBD server commands
,
Christoph Hellwig
,
07:24
[Qemu-devel] [PATCH] Fix calculation of number of bits in the migration bitmap
,
Orit Wasserman
,
07:19
Re: [Qemu-devel] [RFC PATCH v3 00/19] ACPI memory hotplug
,
Avi Kivity
,
07:17
Re: [Qemu-devel] [RFC PATCH v3 05/19] Implement dimm device abstraction
,
Avi Kivity
,
07:15
Re: [Qemu-devel] [PATCH] Fix off-by-1 error in RAM migration code
,
Orit Wasserman
,
07:08
Re: [Qemu-devel] [RFC PATCH v3 00/19] ACPI memory hotplug
,
Stefan Hajnoczi
,
06:58
Re: [Qemu-devel] [PATCH v2 7/7] i440fx: add an iommu
,
Avi Kivity
,
06:34
Re: [Qemu-devel] [PATCH v2 4/7] memory: provide a MemoryRegion for IOMMUs to log faults
,
Avi Kivity
,
06:34
Re: [Qemu-devel] [PATCH v2 3/7] memory: iommu support
,
Avi Kivity
,
06:32
Re: [Qemu-devel] [PATCH v1 07/13] q35: Introduce q35 pc based chipset emulator
,
Michael S. Tsirkin
,
06:03
Re: [Qemu-devel] [PATCH v1 06/13] pc: Move ioapic_init() from pc_piix.c to pc.c
,
Michael S. Tsirkin
,
06:00
Re: [Qemu-devel] [PATCH v1 13/13] Fixup q35/ich9 Licenses
,
Michael S. Tsirkin
,
05:55
Re: [Qemu-devel] [PATCH v1 05/13] pc, pc_piix: split out pc nic initialization
,
Michael S. Tsirkin
,
05:55
Re: [Qemu-devel] [PATCH v1 02/13] Back out add of i21154
,
Michael S. Tsirkin
,
05:52
[Qemu-devel] [PATCH] memory: Don't dump disabled regions
,
Jan Kiszka
,
05:49
Re: [Qemu-devel] [PATCH 19/25] aio: add generic thread-pool facility
,
Paolo Bonzini
,
05:42
[Qemu-devel] [PATCH 28/28] update-linux-headers.sh: Handle new kernel uapi/ directories
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 05/28] i386: kvm: extract CPUID entry lookup to cpuid_find_entry() function
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 06/28] i386: kvm: extract try_get_cpuid() loop to get_supported_cpuid() function
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 25/28] target-i386: make cpu_x86_fill_host() void
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 07/28] i386: kvm: kvm_arch_get_supported_cpuid: replace if+switch with single 'if'
,
Marcelo Tosatti
,
05:41
Re: [Qemu-devel] [RFC] Configure option to turn on all debug printerfy
,
Igor Mitsyanko
,
05:41
[Qemu-devel] [PATCH 20/28] Issue warning when deprecated -no-kvm-pit is used
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 22/28] Issue warning when deprecated drive parameter boot=on|off is used
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 02/28] i386: kvm: kvm_arch_get_supported_cpuid: clean up has_kvm_features check
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 16/28] i386: cpu: add missing CPUID[EAX=7, ECX=0] flag names
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 24/28] Emulate qemu-kvms -no-kvm option
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 10/28] i386: kvm: x2apic is not supported without in-kernel irqchip
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 21/28] Use global properties to emulate -no-kvm-pit-reinjection
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 18/28] cirrus_vga: allow configurable vram size
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 01/28] i386: kvm: kvm_arch_get_supported_cpuid: move R_EDX hack outside of for loop
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 11/28] i386: kvm: mask cpuid_kvm_features earlier
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 03/28] i386: kvm: kvm_arch_get_supported_cpuid: use 'entry' variable
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 13/28] i386: kvm: filter CPUID feature words earlier, on cpu.c
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 09/28] i386: kvm: set CPUID_EXT_TSC_DEADLINE_TIMER on kvm_arch_get_supported_cpuid()
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 08/28] i386: kvm: set CPUID_EXT_HYPERVISOR on kvm_arch_get_supported_cpuid()
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 23/28] Issue warning when deprecated -tdf option is used
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 15/28] i386: kvm: filter CPUID leaf 7 based on GET_SUPPORTED_CPUID, too
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 17/28] target-i386: Add missing kvm cpuid feature name
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 00/28] [PULL] qemu-kvm.git uq/master queue
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 26/28] target-i386: cpu: make -cpu host/check/enforce code KVM-specific
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 04/28] i386: kvm: extract register switch to cpuid_entry_get_reg() function
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 14/28] i386: kvm: reformat filter_features_for_kvm() code
,
Marcelo Tosatti
,
05:41
[Qemu-devel] [PATCH 27/28] target-i386: kvm_cpu_fill_host: use GET_SUPPORTED_CPUID
,
Marcelo Tosatti
,
05:40
[Qemu-devel] [PATCH 19/28] Use machine options to emulate -no-kvm-irqchip
,
Marcelo Tosatti
,
05:40
[Qemu-devel] [PATCH 12/28] i386: kvm: mask cpuid_ext4_features bits earlier
,
Marcelo Tosatti
,
05:40
Re: [Qemu-devel] [PATCH v1 13/13] Fixup q35/ich9 Licenses
,
Isaku Yamahata
,
05:34
[Qemu-devel] [PATCH v2] HACKING: List areas where we may rely on impdef C behaviour
,
Peter Maydell
,
05:31
Re: [Qemu-devel] [RFC] Configure option to turn on all debug printerfy
,
Igor Mitsyanko
,
05:30
Re: [Qemu-devel] [PATCH] tap-win32: stubs to fix win32 build
,
Stefan Hajnoczi
,
05:25
Re: [Qemu-devel] [PATCH v1 13/13] Fixup q35/ich9 Licenses
,
Michael S. Tsirkin
,
04:57
Re: [Qemu-devel] [RFC] net: Peer with existing NIC in netdev_add
,
Michael S. Tsirkin
,
04:55
Re: [Qemu-devel] [PATCH 18/25] qemu-thread: add QemuSemaphore
,
Stefan Hajnoczi
,
04:47
Re: [Qemu-devel] [PATCH 18/25] qemu-thread: add QemuSemaphore
,
Paolo Bonzini
,
04:46
Re: [Qemu-devel] [PATCH v1 00/13] q35 patches for pci tree
,
Michael S. Tsirkin
,
04:40
Re: [Qemu-devel] [PATCH] acpi_piix4: fix migration of gpe fields
,
Paolo Bonzini
,
04:30
Re: [Qemu-devel] [PATCH] disallow -daemonize usage of stdio (curses display, -nographic, -serial stdio etc)
,
Stefan Hajnoczi
,
04:30
Re: [Qemu-devel] [PATCH] e1000: pre-initialize RAH/RAL registers
,
Stefan Hajnoczi
,
04:30
Re: [Qemu-devel] [RFC] net: Peer with existing NIC in netdev_add
,
Stefan Hajnoczi
,
04:30
Re: [Qemu-devel] [PATCH 00/25] AioContext & threadpool
,
Stefan Hajnoczi
,
04:30
Re: [Qemu-devel] [PATCH 19/25] aio: add generic thread-pool facility
,
Stefan Hajnoczi
,
04:30
Re: [Qemu-devel] [PATCH 4/8] rng-random: add an RNG backend that uses /dev/random (v2)
,
Paolo Bonzini
,
03:36
Re: [Qemu-devel] [PATCH 0/6] add paravirtualization hwrng support
,
Paolo Bonzini
,
03:29
Re: [Qemu-devel] [PATCH v2 3/5] Qemu: do not mark bios readonly
,
Jan Kiszka
,
03:21
Re: [Qemu-devel] [PATCH 0/8] add paravirtualization hwrng support (v2)
,
Aurelien Jarno
,
03:13
[Qemu-devel] [PATCH v8 3/3] tcg: Optimize qemu_ld/st by generating slow paths at the end of a block
,
Yeongkyoon Lee
,
03:04
[Qemu-devel] [PATCH v8 2/3] tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization
,
Yeongkyoon Lee
,
03:04
[Qemu-devel] [PATCH v8 0/3] tcg: enhance code generation quality for qemu_ld/st IRs
,
Yeongkyoon Lee
,
03:04
[Qemu-devel] [PATCH v8 1/3] configure: Add CONFIG_QEMU_LDST_OPTIMIZATION for TCG qemu_ld/st optimization
,
Yeongkyoon Lee
,
03:04
Re: [Qemu-devel] [patch v4 12/16] e1000: apply fine lock on e1000
,
Jan Kiszka
,
03:04
Re: [Qemu-devel] [PATCH v2 3/5] Qemu: do not mark bios readonly
,
Xiao Guangrong
,
03:01
Re: [Qemu-devel] [PATCH v2 3/5] Qemu: do not mark bios readonly
,
Jan Kiszka
,
02:46
Re: [Qemu-devel] [PATCH v2 00/19] target-mips: misc fixes and optimizations
,
Richard Henderson
,
02:38
Re: [Qemu-devel] [PATCH v2 3/5] Qemu: do not mark bios readonly
,
Xiao Guangrong
,
02:36
[Qemu-devel] ISA BIOS mapping for system flash emulation
,
Jan Kiszka
,
02:14
Re: [Qemu-devel] [PATCH v2 3/5] Qemu: do not mark bios readonly
,
Jan Kiszka
,
02:03
Re: [Qemu-devel] [PATCH 14/22] usb/ehci: add sysbus variant
,
Peter Crosthwaite
,
01:57
Re: [Qemu-devel] Ubuntu/Debian Installer + Virtio-SCSI -> Bad ram pointer
,
Stefan Hajnoczi
,
01:53
Re: [Qemu-devel] Ubuntu/Debian Installer + Virtio-SCSI -> Bad ram pointer
,
Stefan Hajnoczi
,
01:48
Re: [Qemu-devel] [PATCH v12 09/14] target-mips: Add ASE DSP bit/manipulation instructions
,
Richard Henderson
,
01:26
[Qemu-devel] [PATCH v4 1/7] target-cris/translate.c: Code style clean-up
,
Evgeny Voevodin
,
01:20
[Qemu-devel] [PATCH v4 3/7] TCG: Use gen_opc_ptr from context instead of global variable.
,
Evgeny Voevodin
,
01:20
[Qemu-devel] [PATCH v4 5/7] TCG: Use gen_opc_buf from context instead of global variable.
,
Evgeny Voevodin
,
01:20
[Qemu-devel] [PATCH v4 7/7] TCG: Remove unused global variables
,
Evgeny Voevodin
,
01:20
[Qemu-devel] [PATCH v4 4/7] TCG: Use gen_opparam_ptr from context instead of global variable.
,
Evgeny Voevodin
,
01:20
[Qemu-devel] [PATCH v4 6/7] TCG: Use gen_opparam_buf from context instead of global variable.
,
Evgeny Voevodin
,
01:20
[Qemu-devel] [PATCH v4 2/7] tcg/tcg.h: Duplicate global TCG variables in TCGContext
,
Evgeny Voevodin
,
01:20
[Qemu-devel] [PATCH v4 0/7] TCG global variables clean-up
,
Evgeny Voevodin
,
01:20
Re: [Qemu-devel] [RFC 7/7] target-alpha: Implement CPU reset
,
Richard Henderson
,
01:10
Re: [Qemu-devel] [PATCH 6/7] target-alpha: Avoid leaking the alarm timer over reset
,
Richard Henderson
,
01:08
Re: [Qemu-devel] [PATCH 5/7] alpha: Pass AlphaCPU array to Typhoon
,
Richard Henderson
,
01:04
Re: [Qemu-devel] [PATCH 4/7] target-alpha: Let cpu_alpha_init() return AlphaCPU
,
Richard Henderson
,
01:02
Re: [Qemu-devel] [PATCH 3/7] target-alpha: Add support for -cpu ?
,
Richard Henderson
,
01:01
Re: [Qemu-devel] [PATCH 2/7] target-alpha: Turn CPU definitions into subclasses
,
Richard Henderson
,
00:57
Re: [Qemu-devel] [RFC] Configure option to turn on all debug printerfy
,
Peter Crosthwaite
,
00:13
Re: [Qemu-devel] [PATCH 1/5] disas: avoid using cpu_single_env
,
guanxuetao
,
00:03
October 30, 2012
Re: [Qemu-devel] [PATCH 0/5] cpu_single_env cleanup
,
Andreas Färber
,
23:59
[Qemu-devel] [PATCH] Fix off-by-1 error in RAM migration code
,
David Gibson
,
23:41
Re: [Qemu-devel] [PATCH 5/5] target-i386: avoid using cpu_single_env
,
Andreas Färber
,
23:41
Re: [Qemu-devel] [PATCH 4/5] target-xtensa: avoid using cpu_single_env
,
Andreas Färber
,
23:28
Re: [Qemu-devel] [PATCH 3/5] target-unicore32: avoid using cpu_single_env
,
Andreas Färber
,
23:26
Re: [Qemu-devel] [PATCH v3 00/35] postcopy live migration
,
Isaku Yamahata
,
23:25
Re: [Qemu-devel] [PATCH 2/5] kvm: avoid using cpu_single_env
,
Andreas Färber
,
23:25
Re: [Qemu-devel] [RFC] Configure option to turn on all debug printerfy
,
Andreas Färber
,
23:22
Re: [Qemu-devel] [PATCH v3 0/6] TCG global variables clean-up
,
Evgeny Voevodin
,
23:21
Re: [Qemu-devel] [PULL] QOM CPUState patch queue 2012-10-31
,
Andreas Färber
,
23:15
[Qemu-devel] [RFC] Configure option to turn on all debug printerfy
,
Peter Crosthwaite
,
23:10
[Qemu-devel] [RFC 7/7] target-alpha: Implement CPU reset
,
Andreas Färber
,
23:04
[Qemu-devel] [PATCH 4/7] target-alpha: Let cpu_alpha_init() return AlphaCPU
,
Andreas Färber
,
23:04
[Qemu-devel] [PATCH 6/7] target-alpha: Avoid leaking the alarm timer over reset
,
Andreas Färber
,
23:04
[Qemu-devel] [PATCH 5/7] alpha: Pass AlphaCPU array to Typhoon
,
Andreas Färber
,
23:04
[Qemu-devel] [PATCH 2/7] target-alpha: Turn CPU definitions into subclasses
,
Andreas Färber
,
23:04
[Qemu-devel] [PATCH 3/7] target-alpha: Add support for -cpu ?
,
Andreas Färber
,
23:04
[Qemu-devel] [FYI 1/7] target-alpha: Use consistent include paths
,
Andreas Färber
,
23:04
[Qemu-devel] [PATCH 0/7] target-alpha: More CPU QOM'ifications
,
Andreas Färber
,
23:04
[Qemu-devel] [PATCH] block: vpc support for ~2 TB disks
,
Charles Arnold
,
22:59
[Qemu-devel] [PATCH 33/35] cpu: Move thread_id to CPUState
,
Andreas Färber
,
22:47
Re: [Qemu-devel] [PATCH 3/5] target-unicore32: avoid using cpu_single_env
,
guanxuetao
,
22:38
Re: [Qemu-devel] [PATCH v11] kvm: notify host when the guest is panicked
,
Sasha Levin
,
22:30
[Qemu-devel] [PATCH 34/35] target-i386: Pass X86CPU to kvm_get_mp_state()
,
Andreas Färber
,
22:30
Re: [Qemu-devel] [PATCH 0/8] add paravirtualization hwrng support (v2)
,
Anthony Liguori
,
22:12
[Qemu-devel] [PATCH 35/35] target-i386: Pass X86CPU to kvm_handle_halt()
,
Andreas Färber
,
22:10
[Qemu-devel] [PATCH 32/35] cpus: Pass CPUState to run_on_cpu()
,
Andreas Färber
,
22:03
Re: [Qemu-devel] [PATCH v11] kvm: notify host when the guest is panicked
,
Wen Congyang
,
21:42
Re: [Qemu-devel] [PATCH v11] kvm: notify host when the guest is panicked
,
Marcelo Tosatti
,
21:33
Re: [Qemu-devel] [PATCH] update-linux-headers.sh: Handle new kernel uapi/ directories
,
Marcelo Tosatti
,
21:33
Re: [Qemu-devel] [PATCH 29/35] cpus: Pass CPUState to [qemu_]cpu_has_work()
,
Richard Henderson
,
21:29
Re: [Qemu-devel] [PATCH 0/8] add paravirtualization hwrng support (v2)
,
H. Peter Anvin
,
21:24
Re: [Qemu-devel] [PATCH 1/4 v3] vmware_vga: Coding style cleanup
,
BALATON Zoltan
,
21:12
[Qemu-devel] [PATCH 4/4 v4] vmware_vga: Allow simple drivers to work without using the fifo
,
BALATON Zoltan
,
21:10
[Qemu-devel] [PATCH 3/4 v4] vmware_vga: Return a value for FB_SIZE before the device is enabled
,
BALATON Zoltan
,
21:09
[Qemu-devel] [PATCH 2/4 v4] vmware_vga: Remove duplicated info from local state
,
BALATON Zoltan
,
21:09
[Qemu-devel] [PATCH 1/4 v4] vmware_vga: Coding style cleanup
,
BALATON Zoltan
,
21:08
[Qemu-devel] [PATCH 31/35] target-i386: Pass X86CPU to cpu_x86_inject_mce()
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 29/35] cpus: Pass CPUState to [qemu_]cpu_has_work()
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 30/35] target-i386: Pass X86CPU to kvm_mce_inject()
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 28/35] spapr: Pass PowerPCCPU to hypercalls
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 27/35] spapr: Pass PowerPCCPU to spapr_hypercall()
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 25/35] target-ppc: Pass PowerPCCPU to powerpc_excp()
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 20/35] cpus: Pass CPUState to qemu_cpu_kick()
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 26/35] target-ppc: Pass PowerPCCPU to cpu_ppc_hypercall
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 24/35] xtensa_pic: Pass XtensaCPU to xtensa_ccompare_cb()
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 19/35] target-ppc: Rename kvm_kick_{env => cpu} and pass PowerPCCPU
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 21/35] cpu: Move queued_work_{first, last} to CPUState
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 22/35] cpus: Pass CPUState to flush_queued_work()
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 17/35] cpus: Pass CPUState to qemu_tcg_init_vcpu()
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 23/35] cpus: Pass CPUState to qemu_wait_io_event_common()
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 12/35] cpu: Move stopped field to CPUState
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 10/35] cpu: Move stop field to CPUState
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 18/35] ppc: Pass PowerPCCPU to {ppc6xx, ppc970, power7, ppc40x, ppce500}_set_irq()
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 05/35] apic: Store X86CPU in APICCommonState
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 11/35] ppce500_spin: Store PowerPCCPU in SpinKick
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 07/35] cpus: Pass CPUState to qemu_cpu_is_self()
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 15/35] cpu: Move halt_cond to CPUState
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 16/35] cpus: Pass CPUState to qemu_tcg_cpu_thread_fn
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 14/35] cpus: Pass CPUState to cpu_can_run()
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 06/35] target-i386: Pass X86CPU to cpu_x86_load_seg_cache_sipi()
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 13/35] cpus: Pass CPUState to cpu_is_stopped()
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 08/35] cpus: Pass CPUState to qemu_cpu_kick_thread()
,
Andreas Färber
,
21:01
[Qemu-devel] [PULL] QOM CPUState patch queue 2012-10-31
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 09/35] cpu: Move created field to CPUState
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 03/35] target-i386: Initialize APIC at CPU level
,
Andreas Färber
,
21:01
[Qemu-devel] [PATCH 02/35] target-i386: If x86_cpu_realize() failed, report error and do cleanup
,
Andreas Färber
,
21:00
[Qemu-devel] [PATCH 01/35] target-i386: cpu_x86_register(): report error from property setter
,
Andreas Färber
,
21:00
[Qemu-devel] [PATCH 04/35] target-i386: Inline APIC cpu_env property setting
,
Andreas Färber
,
21:00
Re: [Qemu-devel] 64-on-32 TCG broken
,
Aurelien Jarno
,
19:56
[Qemu-devel] [PATCH] target-alpha: Use TCG_CALL_NO_WG
,
Richard Henderson
,
19:31
Re: [Qemu-devel] 64-on-32 TCG broken
,
Aurelien Jarno
,
19:22
[Qemu-devel] [PATCH] acpi_piix4: fix migration of gpe fields
,
Marcelo Tosatti
,
19:20
[Qemu-devel] [PATCH 2/8] object: add object_property_add_bool (v2)
,
Anthony Liguori
,
19:04
[Qemu-devel] [PATCH 8/8] virtio-rng-pci: create a default backend if none exists
,
Anthony Liguori
,
19:04
[Qemu-devel] [PATCH 1/8] vl: add -object option to create QOM objects from the command line
,
Anthony Liguori
,
19:03
[Qemu-devel] [PATCH 6/8] virtio-rng: hardware random number generator device
,
Anthony Liguori
,
19:03
[Qemu-devel] [PATCH 7/8] virtio-rng: add rate limiting support
,
Anthony Liguori
,
19:03
[Qemu-devel] [PATCH 3/8] rng: add RndBackend abstract object class
,
Anthony Liguori
,
19:03
[Qemu-devel] [PATCH 4/8] rng-random: add an RNG backend that uses /dev/random (v2)
,
Anthony Liguori
,
19:03
[Qemu-devel] [PATCH 0/8] add paravirtualization hwrng support (v2)
,
Anthony Liguori
,
19:03
[Qemu-devel] [PATCH 5/8] rng-egd: introduce EGD compliant RNG backend
,
Anthony Liguori
,
19:03
Re: [Qemu-devel] 64-on-32 TCG broken
,
Stefan Weil
,
18:24
Re: [Qemu-devel] [PATCH v2 3/7] memory: iommu support
,
Blue Swirl
,
17:14
Re: [Qemu-devel] On block interface types in general, IF_AHCI in particular
,
Anthony Liguori
,
17:12
Re: [Qemu-devel] [PATCH 0/6] add paravirtualization hwrng support
,
H. Peter Anvin
,
17:11
Re: [Qemu-devel] [PATCH] tap-win32: stubs to fix win32 build
,
Blue Swirl
,
17:10
Re: [Qemu-devel] [PATCH] configure: use -Wwombat to test whether gcc recognizes -Wno-wombat
,
Blue Swirl
,
17:10
Re: [Qemu-devel] Ubuntu/Debian Installer + Virtio-SCSI -> Bad ram pointer
,
ronnie sahlberg
,
17:09
Re: [Qemu-devel] [PATCHv2] tests/tcg: fix unused result warnings
,
Blue Swirl
,
17:09
Re: [Qemu-devel] [PATCH] target-sparc: Revert setting cpu_dst to gen_dest_gpr
,
Blue Swirl
,
17:08
Re: [Qemu-devel] [PULL 0/3] Xilinx Zynq QSPI support
,
Blue Swirl
,
17:08
Re: [Qemu-devel] [PATCH qom-cpu v2 4/7] cpus: Pass CPUState to qemu_cpu_is_self()
,
Andreas Färber
,
16:33
Re: [Qemu-devel] [PATCH v1 01/13] pc/piix_pci: factor out smram/pam logic
,
Andreas Färber
,
16:26
Re: [Qemu-devel] Ubuntu/Debian Installer + Virtio-SCSI -> Bad ram pointer
,
Peter Lieven
,
16:24
Re: [Qemu-devel] centos 6.3 and nested kvm
,
Mike Lovell
,
16:09
Re: [Qemu-devel] [PATCH qom-cpu v2 4/7] cpus: Pass CPUState to qemu_cpu_is_self()
,
Andreas Färber
,
16:09
Re: [Qemu-devel] [PATCH v2 3/7] memory: iommu support
,
Benjamin Herrenschmidt
,
16:04
[Qemu-devel] centos 6.3 and nested kvm
,
Mike Lovell
,
16:02
Re: [Qemu-devel] [PATCH v2 13/19] target-mips: implement unaligned loads using TCG
,
Aurelien Jarno
,
16:00
Re: [Qemu-devel] Ubuntu/Debian Installer + Virtio-SCSI -> Bad ram pointer
,
Peter Lieven
,
15:37
Re: [Qemu-devel] [PATCH 3/4] QAPI: Introduce memchar-read QMP command
,
Eric Blake
,
15:30
Re: [Qemu-devel] [PATCH v1 00/13] q35 patches for pci tree
,
Anthony Liguori
,
15:21
Re: [Qemu-devel] [PATCH v2 7/7] i440fx: add an iommu
,
Blue Swirl
,
15:18
Re: [Qemu-devel] [PATCH v1 07/13] q35: Introduce q35 pc based chipset emulator
,
Anthony Liguori
,
15:18
Re: [Qemu-devel] [PATCH v2 4/7] memory: provide a MemoryRegion for IOMMUs to log faults
,
Blue Swirl
,
15:15
Re: [Qemu-devel] [PATCH v2 3/7] memory: iommu support
,
Blue Swirl
,
15:12
Re: [Qemu-devel] [PATCH v1 05/13] pc, pc_piix: split out pc nic initialization
,
Anthony Liguori
,
15:10
Re: [Qemu-devel] [PATCH v1 03/13] blockdev: Introduce QEMUMachine->default_drive_if
,
Anthony Liguori
,
15:09
Re: [Qemu-devel] [PATCH v1 01/13] pc/piix_pci: factor out smram/pam logic
,
Anthony Liguori
,
15:08
Re: [Qemu-devel] [PATCH 3/3] slirp: remove unused function u_sleep
,
Blue Swirl
,
15:03
Re: [Qemu-devel] On block interface types in general, IF_AHCI in particular
,
Anthony Liguori
,
15:03
Re: [Qemu-devel] [PATCH v6 2/2] xilinx_zynq: added pl330 to machine model
,
Blue Swirl
,
15:01
Re: [Qemu-devel] [PATCH v2 13/19] target-mips: implement unaligned loads using TCG
,
Blue Swirl
,
15:00
Re: [Qemu-devel] [PATCH v3 00/35] postcopy live migration
,
Benoit Hudzia
,
14:55
Re: [Qemu-devel] [PATCH v3 00/35] postcopy live migration
,
Benoit Hudzia
,
14:53
Re: [Qemu-devel] [PATCH 1/4 v3] vmware_vga: Coding style cleanup
,
Blue Swirl
,
14:51
Re: [Qemu-devel] [PATCH v3 0/6] TCG global variables clean-up
,
Blue Swirl
,
14:46
Re: [Qemu-devel] [PATCH] update-linux-headers.sh: Handle new kernel uapi/ directories
,
Jan Kiszka
,
14:33
Re: [Qemu-devel] Ubuntu/Debian Installer + Virtio-SCSI -> Bad ram pointer
,
Stefan Hajnoczi
,
14:28
Re: [Qemu-devel] [PATCH uq/master 0/3] Fix MSI injection at load time
,
Jan Kiszka
,
14:22
Re: [Qemu-devel] [PATCH 3/3] apic: always update the in-kernel status after loading
,
Jan Kiszka
,
14:21
Re: [Qemu-devel] [PATCH 4/3] ioapic: change pre_save/post_load methods to get/put
,
Jan Kiszka
,
14:18
Re: [Qemu-devel] [PATCH 3/3] apic: always update the in-kernel status after loading
,
Jan Kiszka
,
14:18
Re: [Qemu-devel] [PATCH 2/3] apic: add get/put methods
,
Jan Kiszka
,
14:17
Re: [Qemu-devel] [PATCH 1/3] kvm: move KVM_GET_LAPIC/KVM_SET_LAPIC to hw/kvm/apic.c
,
Jan Kiszka
,
14:14
Re: [Qemu-devel] [PATCH v1 12/13] q35: fill in usb pci slots with -usb
,
Jason Baron
,
14:01
[Qemu-devel] [PATCH] e1000: pre-initialize RAH/RAL registers
,
Gabriel L. Somlo
,
13:20
Re: [Qemu-devel] On block interface types in general, IF_AHCI in particular
,
Kevin Wolf
,
13:04
Re: [Qemu-devel] [PATCH] HACKING: List areas where we may rely on impdef C behaviour
,
malc
,
12:55
Re: [Qemu-devel] [PATCH uq/master 0/3] Fix MSI injection at load time
,
Paolo Bonzini
,
12:48
Re: [Qemu-devel] On block interface types in general, IF_AHCI in particular
,
Paolo Bonzini
,
12:32
Re: [Qemu-devel] [RFC] net: Peer with existing NIC in netdev_add
,
Michael S. Tsirkin
,
12:22
Re: [Qemu-devel] [PATCH] tap-win32: stubs to fix win32 build
,
Michael S. Tsirkin
,
12:20
Re: [Qemu-devel] [PATCH v1 12/13] q35: fill in usb pci slots with -usb
,
Gerd Hoffmann
,
12:19
Re: [Qemu-devel] [PATCH] tap-win32: stubs to fix win32 build
,
Stefan Hajnoczi
,
12:17
Re: [Qemu-devel] [PATCH] HACKING: List areas where we may rely on impdef C behaviour
,
Peter Maydell
,
12:16
Re: [Qemu-devel] Ubuntu/Debian Installer + Virtio-SCSI -> Bad ram pointer
,
Peter Lieven
,
11:56
Re: [Qemu-devel] [PATCH] HACKING: List areas where we may rely on impdef C behaviour
,
malc
,
11:40
Re: [Qemu-devel] [PATCH 30/30] ram: optimize migration bitmap walking
,
Juan Quintela
,
11:33
Re: [Qemu-devel] [PATCH v1 12/13] q35: fill in usb pci slots with -usb
,
Jason Baron
,
11:19
Re: [Qemu-devel] On block interface types in general, IF_AHCI in particular
,
Jason Baron
,
11:16
[Qemu-devel] [PATCH] HACKING: List areas where we may rely on impdef C behaviour
,
Peter Maydell
,
11:09
Re: [Qemu-devel] [PATCH v12 07/14] target-mips: Add ASE DSP GPR-based shift instructions
,
Jia Liu
,
11:05
Re: [Qemu-devel] [PATCH v2] arm_boot: Change initrd load address to "halfway through RAM"
,
Cole Robinson
,
10:57
Re: [Qemu-devel] [PATCH v12 09/14] target-mips: Add ASE DSP bit/manipulation instructions
,
Peter Maydell
,
10:52
Re: [Qemu-devel] [PATCH v11 07/14] target-mips: Add ASE DSP GPR based shift instructions
,
Jia Liu
,
10:47
Re: [Qemu-devel] [PATCH v12 09/14] target-mips: Add ASE DSP bit/manipulation instructions
,
Peter Maydell
,
10:44
[Qemu-devel] On block interface types in general, IF_AHCI in particular
,
Markus Armbruster
,
10:43
Re: [Qemu-devel] [PATCH v12 09/14] target-mips: Add ASE DSP bit/manipulation instructions
,
Jia Liu
,
10:34
[Qemu-devel] [PATCH 11/22] usb/ehci: seperate out PCIisms
,
Gerd Hoffmann
,
10:27
[Qemu-devel] [PATCH 21/22] [RfC] usb: mtp filesharing
,
Gerd Hoffmann
,
10:27
[Qemu-devel] [PATCH 20/22] usb/ehci-pci: add helper to create ich9 usb controllers
,
Gerd Hoffmann
,
10:27
[Qemu-devel] [PATCH 09/22] usb/ehci: parameterise the register region offsets
,
Gerd Hoffmann
,
10:27
[Qemu-devel] [PATCH 17/22] uhci: add ich9 00:1a.* variants
,
Gerd Hoffmann
,
10:27
[Qemu-devel] [PATCH 12/22] usb/ehci: Guard definition of EHCI_DEBUG
,
Gerd Hoffmann
,
10:27
[Qemu-devel] [PATCH 13/22] usb/ehci: split into multiple source files
,
Gerd Hoffmann
,
10:27
[Qemu-devel] [PATCH 14/22] usb/ehci: add sysbus variant
,
Gerd Hoffmann
,
10:27
[Qemu-devel] [PATCH 15/22] uhci: dynamic type generation
,
Gerd Hoffmann
,
10:27
[Qemu-devel] [PATCH 19/22] usb/ehci-pci: add ich9 00:1a.* variant
,
Gerd Hoffmann
,
10:27
[Qemu-devel] [PATCH 10/22] usb/ehci: Abstract away PCI DMA API
,
Gerd Hoffmann
,
10:27
[Qemu-devel] [PATCH 16/22] uhci: stick irq routing info into UHCIInfo too.
,
Gerd Hoffmann
,
10:27
[Qemu-devel] [PATCH 22/22] trace: allow disabling events in events file
,
Gerd Hoffmann
,
10:27
[Qemu-devel] [PATCH 18/22] usb/ehci-pci: dynamic type generation
,
Gerd Hoffmann
,
10:27
[Qemu-devel] [PATCH 01/22] xhci: add {get, set}_field macros & enum for pls
,
Gerd Hoffmann
,
10:27
[Qemu-devel] [PATCH 08/22] xhci: allow address slot being called multiple times
,
Gerd Hoffmann
,
10:27
[Qemu-devel] [PATCH 06/22] xhci: set pls in xhci_port_update & xhci_port_reset
,
Gerd Hoffmann
,
10:27
[Qemu-devel] [PATCH 00/22] usb patch queue
,
Gerd Hoffmann
,
10:27
[Qemu-devel] [PATCH 03/22] xhci: add xhci_port_have_device
,
Gerd Hoffmann
,
10:27
[Qemu-devel] [PATCH 05/22] xhci: add xhci_port_reset
,
Gerd Hoffmann
,
10:27
[Qemu-devel] [PATCH 07/22] xhci: add port trace points
,
Gerd Hoffmann
,
10:27
[Qemu-devel] [PATCH 02/22] xhci: s/xhci_update_port/xhci_port_update/
,
Gerd Hoffmann
,
10:27
[Qemu-devel] [PATCH 04/22] xhci: add xhci_port_notify
,
Gerd Hoffmann
,
10:27
Re: [Qemu-devel] [PATCH 3/3] apic: always update the in-kernel status after loading
,
Paolo Bonzini
,
10:16
Re: [Qemu-devel] [RfC PATCH 0/5] ehci pci splitup
,
Gerd Hoffmann
,
10:15
Re: [Qemu-devel] buildbot failure in qemu on default_mingw32
,
Michael S. Tsirkin
,
10:03
[Qemu-devel] [PATCH] tap-win32: stubs to fix win32 build
,
Michael S. Tsirkin
,
10:02
Re: [Qemu-devel] [PATCH v5 1/2] pl330: Initial version
,
Avi Kivity
,
09:57
Re: [Qemu-devel] [PATCH v2] arm_boot: Change initrd load address to "halfway through RAM"
,
Igor Mitsyanko
,
09:57
Re: [Qemu-devel] [PATCH v6 1/2] pl330: Initial version
,
Igor Mitsyanko
,
09:52
Re: [Qemu-devel] KVM call agenda for 2012-10-30
,
Juan Quintela
,
09:45
Re: [Qemu-devel] [PATCH v5 1/2] pl330: Initial version
,
Peter Crosthwaite
,
09:42
Re: [Qemu-devel] [PATCH 15/22] usb: Add packet combining functions
,
Hans de Goede
,
09:37
Re: [Qemu-devel] [PATCH 15/22] usb: Add packet combining functions
,
Hans de Goede
,
09:24
Re: [Qemu-devel] [PATCH 15/22] usb: Add packet combining functions
,
Hans de Goede
,
09:22
Re: [Qemu-devel] [RfC PATCH 0/5] ehci pci splitup
,
Peter Crosthwaite
,
09:13
Re: [Qemu-devel] [RfC PATCH 2/5] usb/ehci: Abstract away PCI DMA API
,
Andreas Färber
,
08:43
Re: [Qemu-devel] [RfC PATCH 1/5] usb/ehci: parameterise the register region offsets
,
Andreas Färber
,
08:41
Re: [Qemu-devel] [PATCH 09/12] migration: close socket QEMUFile from socket_close
,
Juan Quintela
,
08:40
Re: [Qemu-devel] [PATCH 3/3] apic: always update the in-kernel status after loading
,
Avi Kivity
,
08:38
Re: [Qemu-devel] [PATCH 08/12] migration: xxx_close will only be called once
,
Juan Quintela
,
08:35
Re: [Qemu-devel] [PATCH 07/12] migration: use closesocket, not close
,
Juan Quintela
,
08:32
Re: [Qemu-devel] [PATCH 05/12] migration: clean up server sockets and handlers before invoking process_incoming_migration
,
Juan Quintela
,
08:29
Re: [Qemu-devel] [PATCH 04/12] migration: replace qemu_stdio_fd with qemu_get_fd
,
Juan Quintela
,
08:28
Re: [Qemu-devel] [PATCH 03/12] migration: add qemu_get_fd
,
Juan Quintela
,
08:28
Re: [Qemu-devel] [PATCH 02/12] migration: consolidate QEMUFile methods in a single QEMUFileOps struct
,
Juan Quintela
,
08:27
Re: [Qemu-devel] [PATCH 4/4] HMP: Introduce console command
,
Luiz Capitulino
,
08:21
Re: [Qemu-devel] [PATCH 01/12] migration: unify stdio-based QEMUFile operations
,
Juan Quintela
,
08:19
[Qemu-devel] [PATCH 5/3] ioapic: unify reset callbacks
,
Paolo Bonzini
,
08:17
[Qemu-devel] [PATCH 4/3] ioapic: change pre_save/post_load methods to get/put
,
Paolo Bonzini
,
08:17
[Qemu-devel] [PATCH 3/3] apic: always update the in-kernel status after loading
,
Paolo Bonzini
,
08:17
[Qemu-devel] [PATCH uq/master 0/3] Fix MSI injection at load time
,
Paolo Bonzini
,
08:17
[Qemu-devel] [PATCH 2/3] apic: add get/put methods
,
Paolo Bonzini
,
08:17
[Qemu-devel] [PATCH 1/3] kvm: move KVM_GET_LAPIC/KVM_SET_LAPIC to hw/kvm/apic.c
,
Paolo Bonzini
,
08:17
Re: [Qemu-devel] [PATCH v1 0/8] Sysbus EHCI + Zynq USB.
,
Andreas Färber
,
08:14
[Qemu-devel] [PATCH v2 7/7] i440fx: add an iommu
,
Avi Kivity
,
07:48
[Qemu-devel] [PATCH v2 6/7] vfio: abort if an emulated iommu is used
,
Avi Kivity
,
07:48
[Qemu-devel] [PATCH v2 5/7] pci: use memory core for iommu support
,
Avi Kivity
,
07:48
[Qemu-devel] [PATCH v2 4/7] memory: provide a MemoryRegion for IOMMUs to log faults
,
Avi Kivity
,
07:48
[Qemu-devel] [PATCH v2 3/7] memory: iommu support
,
Avi Kivity
,
07:48
[Qemu-devel] [PATCH v2 2/7] memory: limit sections in the radix tree to the actual address space size
,
Avi Kivity
,
07:48
[Qemu-devel] [PATCH v2 1/7] memory: fix address space initialization/destruction
,
Avi Kivity
,
07:48
[Qemu-devel] [PATCH v2 0/7] IOMMU support
,
Avi Kivity
,
07:48
Re: [Qemu-devel] Connecting virtio-9p-pci to a remote 9p server
,
Chris Webb
,
07:31
[Qemu-devel] [RfC PATCH 5/5] usb/ehci: split into multiple source files
,
Gerd Hoffmann
,
07:29
[Qemu-devel] [RfC PATCH 4/5] usb/ehci: Guard definition of EHCI_DEBUG
,
Gerd Hoffmann
,
07:29
[Qemu-devel] [RfC PATCH 0/5] ehci pci splitup
,
Gerd Hoffmann
,
07:29
[Qemu-devel] [RfC PATCH 1/5] usb/ehci: parameterise the register region offsets
,
Gerd Hoffmann
,
07:29
[Qemu-devel] [RfC PATCH 3/5] usb/ehci: seperate out PCIisms
,
Gerd Hoffmann
,
07:29
[Qemu-devel] [RfC PATCH 2/5] usb/ehci: Abstract away PCI DMA API
,
Gerd Hoffmann
,
07:28
Re: [Qemu-devel] [PATCH 07/18] migration: make writes blocking
,
Juan Quintela
,
07:08
[Qemu-devel] [PATCH v4 1/2] export necessary symbols
,
Isaku Yamahata
,
06:55
Re: [Qemu-devel] [PATCH 07/18] migration: make writes blocking
,
Markus Armbruster
,
06:50
Re: [Qemu-devel] [PATCH v1 0/8] Sysbus EHCI + Zynq USB.
,
Gerd Hoffmann
,
06:30
Re: [Qemu-devel] [PATCH 3/4] QAPI: Introduce memchar-read QMP command
,
Lei Li
,
06:23
Re: [Qemu-devel] [PATCH 4/4] HMP: Introduce console command
,
Lei Li
,
06:23
Re: [Qemu-devel] [PATCH 2/4] QAPI: Introduce memchar-write QMP command
,
Lei Li
,
06:23
Re: [Qemu-devel] [PATCH 30/30] ram: optimize migration bitmap walking
,
Orit Wasserman
,
06:15
[Qemu-devel] [PATCH 1/4] qemu-char: Add new char backend CirMemCharDriver
,
Lei Li
,
05:56
[Qemu-devel] [PATCH 3/4] QAPI: Introduce memchar-read QMP command
,
Lei Li
,
05:56
[Qemu-devel] [PATCH 4/4] HMP: Introduce console command
,
Lei Li
,
05:56
[Qemu-devel] [PATCH 2/4] QAPI: Introduce memchar-write QMP command
,
Lei Li
,
05:56
[Qemu-devel] [PATCH 0/4 V7] char: Add CirMemCharDriver and provide QMP interface
,
Lei Li
,
05:55
Re: [Qemu-devel] [PATCH v5 1/2] pl330: Initial version
,
Avi Kivity
,
05:51
[Qemu-devel] [PATCH] update pci-ids.txt
,
Gerd Hoffmann
,
05:50
Re: [Qemu-devel] [PATCH] update-linux-headers.sh: Handle new kernel uapi/ directories
,
Peter Maydell
,
05:48
Re: [Qemu-devel] [RFC] Memory API and fine grained Memory Regions
,
Edgar E. Iglesias
,
05:47
Re: [Qemu-devel] Ubuntu/Debian Installer + Virtio-BLK -> Bad ram pointer
,
Peter Lieven
,
05:43
Re: [Qemu-devel] [PATCH 0/6] add paravirtualization hwrng support
,
Paolo Bonzini
,
05:05
[Qemu-devel] [PATCH 26/28] hw/sd.c: Fix erase for high capacity cards
,
Peter Maydell
,
04:55
[Qemu-devel] [PATCH 11/28] hw/pl061: Use LOG_GUEST_ERROR
,
Peter Maydell
,
04:55
[Qemu-devel] [PATCH 07/28] hw/nseries: Don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
04:45
[Qemu-devel] [PATCH 05/28] hw/spitz: Don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
04:45
[Qemu-devel] [PATCH 17/28] hw/arm_timer: Use LOG_GUEST_ERROR and LOG_UNIMP
,
Peter Maydell
,
04:45
[Qemu-devel] [PATCH 24/28] pflash_cfi0x: QOMified
,
Peter Maydell
,
04:45
[Qemu-devel] [PATCH 03/28] hw/realview.c: Don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
04:45
[Qemu-devel] [PATCH 08/28] hw/mainstone: Don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
04:45
[Qemu-devel] [PATCH 23/28] pflash_cfi01: remove unused total_len field
,
Peter Maydell
,
04:45
[Qemu-devel] [PATCH 21/28] hw/versatile_i2c: Use LOG_GUEST_ERROR
,
Peter Maydell
,
04:45
[Qemu-devel] [PATCH 13/28] hw/pl110: Use LOG_GUEST_ERROR rather than hw_error()
,
Peter Maydell
,
04:45
[Qemu-devel] [PATCH 20/28] hw/arm_l2x0: Use LOG_GUEST_ERROR
,
Peter Maydell
,
04:45
[Qemu-devel] [PATCH 28/28] hw/sd.c: add SD card save/load support
,
Peter Maydell
,
04:45
[Qemu-devel] [PATCH 01/28] hw/armv7m_nvic: Implement byte/halfword access for NVIC SCB_SHPRx registers
,
Peter Maydell
,
04:45
[Qemu-devel] [PATCH 04/28] hw/versatilepb: Don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
04:45
[Qemu-devel] [PATCH 27/28] vmstate: Add support for saving/loading bitmaps
,
Peter Maydell
,
04:45
[Qemu-devel] [PATCH 09/28] hw/exynos4_boards: Don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
04:45
[Qemu-devel] [PATCH 19/28] hw/arm_sysctl: Use LOG_GUEST_ERROR
,
Peter Maydell
,
04:45
[Qemu-devel] [PATCH 14/28] hw/pl190: Use LOG_UNIMP rather than hw_error()
,
Peter Maydell
,
04:45
[Qemu-devel] [PATCH 22/28] pflash_cfi0x: remove unused base field
,
Peter Maydell
,
04:45
[Qemu-devel] [PULL 00/28] arm-devs queue
,
Peter Maydell
,
04:45
[Qemu-devel] [PATCH 02/28] hw/vexpress.c: Don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
04:45
[Qemu-devel] [PATCH 06/28] hw/omap_sx1: Don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
04:45
[Qemu-devel] [PATCH 12/28] hw/pl080: Use LOG_GUEST_ERROR and LOG_UNIMP
,
Peter Maydell
,
04:45
[Qemu-devel] [PATCH 15/28] hw/arm11mpcore: Use LOG_GUEST_ERROR rather than hw_error()
,
Peter Maydell
,
04:45
[Qemu-devel] [PATCH 25/28] pflash_cfi01: Fix debug mode printfery
,
Peter Maydell
,
04:44
[Qemu-devel] [PATCH 10/28] hw/pl050: Use LOG_GUEST_ERROR
,
Peter Maydell
,
04:44
[Qemu-devel] [PATCH 16/28] hw/arm_gic: Use LOG_GUEST_ERROR
,
Peter Maydell
,
04:44
[Qemu-devel] [PATCH 18/28] hw/armv7m_nvic: Use LOG_GUEST_ERROR and LOG_UNIMP
,
Peter Maydell
,
04:44
[Qemu-devel] [PATCH v4 2/2] umem: chardevice for kvm postcopy
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v4 0/2] postcopy migration: uvmem: Linux char device for postcopy
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 26/35] postcopy/outgoing: add -n options to disable background transfer
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 25/35] postcopy: implement outgoing part of postcopy live migration
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 23/35] postcopy: implement incoming part of postcopy live migration
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 27/35] postcopy/outgoing: implement forward/backword prefault
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 35/35] postcopy: pre+post optimization outgoing side
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 21/35] postcopy: introduce helper functions for postcopy
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 32/35] postcopy: pre+post optimization incoming side
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 22/35] savevm: add new section that is used by postcopy
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 30/35] arch_init: factor out ram_load
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 13/35] arch_init/ram_save: introduce constant for ram save version = 4
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 16/35] arch_init/ram_load: refactor ram_load
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 34/35] postcopy/outgoing: introduce precopy_count parameter
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 18/35] migration: export migrate_fd_completed() and migrate_fd_cleanup()
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 17/35] arch_init: factor out logic to find ram block with id string
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 28/35] arch_init: factor out setting last_block, last_offset
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 31/35] arch_init: export ram_save_iterate()
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 19/35] uvmem.h: import Linux uvmem.h and teach update-linux-headers.sh
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 15/35] arch_init/ram_save_setup: factor out bitmap alloc/free
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 07/35] savevm: export qemu_peek_buffer, qemu_peek_byte, qemu_file_skip, qemu_fflush
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 24/35] postcopy outgoing: add -p option to migrate command
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 29/35] postcopy/outgoing: add movebg mode(-m) to migration command
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 33/35] arch_init: export migration_bitmap_sync and helper method to get bitmap
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 11/35] savevm, buffered_file: introduce method to drain buffer of buffered file
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 14/35] arch_init: refactor ram_save_block() and export ram_save_block()
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 01/35] migration.c: remove redundant line in migrate_init()
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 20/35] osdep: add QEMU_MADV_REMOVE and tirivial fix
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 12/35] arch_init: export RAM_SAVE_xxx flags for postcopy
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 10/35] savevm/QEMUFile: add read/write QEMUFile on memory buffer
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 03/35] split MRU ram list
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 00/35] postcopy live migration
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 04/35] add a version number to ram_list
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 06/35] osdep: add qemu_read_full() to read interrupt-safely
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 08/35] savevm/QEMUFile: consolidate QEMUFile functions a bit
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 05/35] protect the ramlist with a separate mutex
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 02/35] arch_init: DPRINTF format error and typo
,
Isaku Yamahata
,
04:34
[Qemu-devel] [PATCH v3 09/35] savevm/QEMUFile: introduce qemu_fopen_fd
,
Isaku Yamahata
,
04:33
Re: [Qemu-devel] Ubuntu/Debian Installer + Virtio-SCSI -> Bad ram pointer
,
Stefan Hajnoczi
,
04:32
Re: [Qemu-devel] [PATCH 3/3] slirp: remove unused function u_sleep
,
Jan Kiszka
,
04:32
Re: [Qemu-devel] [PATCH v1 0/8] Sysbus EHCI + Zynq USB.
,
Peter Crosthwaite
,
04:24
Re: [Qemu-devel] [PATCH 07/18] migration: make writes blocking
,
Juan Quintela
,
04:24
[Qemu-devel] 64-on-32 TCG broken [was Re: x86_64-softmmu broken on Windows (TCG?)]
,
Paolo Bonzini
,
04:16
Re: [Qemu-devel] buildbot failure in qemu on default_mingw32
,
Paolo Bonzini
,
04:03
Re: [Qemu-devel] [PATCH 07/18] migration: make writes blocking
,
Markus Armbruster
,
03:36
Re: [Qemu-devel] [PATCH v1 0/8] Sysbus EHCI + Zynq USB.
,
Gerd Hoffmann
,
03:20
Re: [Qemu-devel] [patch v5 6/8] memory: make mmio dispatch able to be out of biglock
,
liu ping fan
,
03:07
Re: [Qemu-devel] [PATCH v1 12/13] q35: fill in usb pci slots with -usb
,
Gerd Hoffmann
,
02:34
[Qemu-devel] [PATCH] exynos4210: Added SD host controller model
,
Peter Crosthwaite
,
01:26
[Qemu-devel] [PATCH v7 3/3] xilinx_zynq: Added SD controllers
,
Peter Crosthwaite
,
01:04
[Qemu-devel] [PATCH v7 1/3] hw: introduce standard SD host controller
,
Peter Crosthwaite
,
01:04
[Qemu-devel] [PATCH v7 2/3] vl.c: allow for repeated -sd arguments
,
Peter Crosthwaite
,
01:04
[Qemu-devel] [PATCH v7 0/3] Standard SD host controller model
,
Peter Crosthwaite
,
01:04
Re: [Qemu-devel] [PATCH v7 0/3] tcg: enhance code generation quality for qemu_ld/st IRs
,
Yeongkyoon Lee
,
00:45
Re: [Qemu-devel] [PATCH 0/6] add paravirtualization hwrng support
,
H. Peter Anvin
,
00:43
[Qemu-devel] Nahanni Issues
,
GaoYi
,
00:42
Re: [Qemu-devel] [PATCH 0/6] add paravirtualization hwrng support
,
H. Peter Anvin
,
00:34
Re: [Qemu-devel] [PATCH 0/6] add paravirtualization hwrng support
,
H. Peter Anvin
,
00:32
October 29, 2012
[Qemu-devel] [PATCH 14/16] pseries: Update SLOF for NVRAM support
,
David Gibson
,
23:26
[Qemu-devel] [PATCH 11/16] pseries: Split xics irq configuration from state information
,
David Gibson
,
23:24
[Qemu-devel] [PATCH 07/16] pseries: Move XICS initialization before cpu initialization
,
David Gibson
,
23:24
[Qemu-devel] [PATCH 13/16] pseries: Implement PAPR NVRAM
,
David Gibson
,
23:24
[Qemu-devel] [PATCH 02/16] target-ppc: Rework storage of VPA registration state
,
David Gibson
,
23:24
[Qemu-devel] [PATCH 10/16] pseries: Add tracepoints to the XICS interrupt controller
,
David Gibson
,
23:24
[Qemu-devel] [PATCH 15/16] pseries: Fix bug in PCI MSI allocation
,
David Gibson
,
23:24
[Qemu-devel] [PATCH 06/16] pseries: Cleanup duplications of ics_valid_irq() code
,
David Gibson
,
23:24
[Qemu-devel] [PATCH 05/16] pseries: Use #define for XICS base irq number
,
David Gibson
,
23:24
[Qemu-devel] [PATCH 16/16] pseries: Generate unique LIOBNs for PCI host bridges
,
David Gibson
,
23:24
[Qemu-devel] [PATCH 03/16] target-ppc: Extend FPU state for newer POWER CPUs
,
David Gibson
,
23:24
[Qemu-devel] [PATCH 08/16] pseries: Return the token when we register an RTAS call
,
David Gibson
,
23:24
[Qemu-devel] [PATCH 09/16] pseries: Allow RTAS tokens without a qemu handler
,
David Gibson
,
23:24
[Qemu-devel] [PATCH 12/16] target-pcc: Convert ppcemb_tlb_t to use fixed 64-bit RPN
,
David Gibson
,
23:24
[Qemu-devel] [PATCH 04/16] pseries: Clean up inconsistent variable name in xics.c
,
David Gibson
,
23:24
[Qemu-devel] [PATCH 01/16] Revert "PPC: pseries: Remove hack for PIO window"
,
David Gibson
,
23:24
[Qemu-devel] [0/16] pseries and PPC pending patches
,
David Gibson
,
23:24
[Qemu-devel] [PATCH v1 13/13] Fixup q35/ich9 Licenses
,
Jason Baron
,
22:12
[Qemu-devel] [PATCH v1 07/13] q35: Introduce q35 pc based chipset emulator
,
Jason Baron
,
22:11
[Qemu-devel] [PATCH v1 11/13] q35: automatically load the q35 dsdt table
,
Jason Baron
,
22:11
[Qemu-devel] [PATCH v1 09/13] q35: Add kvmclock support
,
Jason Baron
,
22:11
[Qemu-devel] [PATCH v1 12/13] q35: fill in usb pci slots with -usb
,
Jason Baron
,
22:11
[Qemu-devel] [PATCH v1 10/13] Add a fallback bios file search, if -L fails.
,
Jason Baron
,
22:11
[Qemu-devel] [PATCH v1 08/13] q35: Suppress SMM BIOS initialization under KVM
,
Jason Baron
,
22:11
[Qemu-devel] [PATCH v1 04/13] blockdev: Introduce IF_AHCI
,
Jason Baron
,
22:11
[Qemu-devel] [PATCH v1 06/13] pc: Move ioapic_init() from pc_piix.c to pc.c
,
Jason Baron
,
22:11
[Qemu-devel] [PATCH v1 03/13] blockdev: Introduce QEMUMachine->default_drive_if
,
Jason Baron
,
22:11
[Qemu-devel] [PATCH v1 05/13] pc, pc_piix: split out pc nic initialization
,
Jason Baron
,
22:11
[Qemu-devel] [PATCH v1 01/13] pc/piix_pci: factor out smram/pam logic
,
Jason Baron
,
22:11
[Qemu-devel] [PATCH v1 02/13] Back out add of i21154
,
Jason Baron
,
22:11
[Qemu-devel] [PATCH v1 00/13] q35 patches for pci tree
,
Jason Baron
,
22:11
[Qemu-devel] [PATCH v6 1/2] pl330: Initial version
,
Peter Crosthwaite
,
21:35
[Qemu-devel] [PATCH v6 2/2] xilinx_zynq: added pl330 to machine model
,
Peter Crosthwaite
,
21:35
[Qemu-devel] [PATCH v6 0/2] Xilinx Zynq PL330 support
,
Peter Crosthwaite
,
21:35
Re: [Qemu-devel] [PATCH v5 1/2] pl330: Initial version
,
Peter Crosthwaite
,
21:06
Re: [Qemu-devel] [PATCH v5 1/2] pl330: Initial version
,
Peter Crosthwaite
,
20:59
[Qemu-devel] buildbot failure in qemu on default_mingw32
,
qemu
,
20:53
[Qemu-devel] buildbot failure in qemu on default_x86_64_rhel61
,
qemu
,
20:49
[Qemu-devel] [PATCH v2 1/3] tcg/arm: fix TLB access in qemu-ld/st ops
,
y
,
20:18
[Qemu-devel] [PATCH v2 2/3] tcg/arm: fix cross-endian qemu_st16
,
y
,
20:18
[Qemu-devel] [PATCH v2 3/3] target-openrisc: remove conflicting definitions from cpu.h
,
y
,
20:18
[Qemu-devel] [PATCH v2 0/3] tcg/arm: misc fixes
,
y
,
20:18
[Qemu-devel] [PATCH v2 09/19] target-mips: restore CPU state after an FPU exception
,
Aurelien Jarno
,
20:12
[Qemu-devel] [PATCH v2 08/19] target-mips: use softfloat constants when possible
,
Aurelien Jarno
,
20:12
[Qemu-devel] [PATCH v2 05/19] target-mips: keep softfloat exception set to 0 between instructions
,
Aurelien Jarno
,
20:12
[Qemu-devel] [PATCH v2 04/19] target-mips: use the softfloat floatXX_muladd functions
,
Aurelien Jarno
,
20:12
[Qemu-devel] [PATCH v2 12/19] target-mips: simplify load/store microMIPS helpers
,
Aurelien Jarno
,
20:12
[Qemu-devel] [PATCH v2 10/19] target-mips: cleanup load/store operations
,
Aurelien Jarno
,
20:12
[Qemu-devel] [PATCH v2 17/19] target-mips: use deposit instead of hardcoded version
,
Aurelien Jarno
,
20:12
[Qemu-devel] [PATCH v2 16/19] target-mips: optimize ddiv/ddivu/div/divu with movcond
,
Aurelien Jarno
,
20:12
[Qemu-devel] [PATCH v2 18/19] target-mips: fix TLBR wrt SEGMask
,
Aurelien Jarno
,
20:12
[Qemu-devel] [PATCH v2 00/19] target-mips: misc fixes and optimizations
,
Aurelien Jarno
,
20:12
[Qemu-devel] [PATCH v2 06/19] target-mips: fix FPU exceptions
,
Aurelien Jarno
,
20:12
[Qemu-devel] [PATCH v2 15/19] target-mips: implement movn/movz using movcond
,
Aurelien Jarno
,
20:12
[Qemu-devel] [PATCH v2 13/19] target-mips: implement unaligned loads using TCG
,
Aurelien Jarno
,
20:12
[Qemu-devel] [PATCH v2 14/19] target-mips: don't use local temps for store conditional
,
Aurelien Jarno
,
20:12
[Qemu-devel] [PATCH v2 03/19] softfloat: implement fused multiply-add NaN propagation for MIPS
,
Aurelien Jarno
,
20:12
[Qemu-devel] [PATCH v2 07/19] target-mips: cleanup float to int conversion helpers
,
Aurelien Jarno
,
20:12
[Qemu-devel] [PATCH v2 19/19] target-mips: don't flush extra TLB on permissions upgrade
,
Aurelien Jarno
,
20:12
[Qemu-devel] [PATCH v2 02/19] target-mips: do not save CPU state when using retranslation
,
Aurelien Jarno
,
20:12
[Qemu-devel] [PATCH v2 11/19] target-mips: optimize load operations
,
Aurelien Jarno
,
20:12
[Qemu-devel] [PATCH v2 01/19] target-mips: correctly restore btarget upon exception
,
Aurelien Jarno
,
20:12
Re: [Qemu-devel] [PULL 0/7] s390 patch queue 2012-10-29
,
Aurelien Jarno
,
20:07
Re: [Qemu-devel] [PATCH 07/18] migration: make writes blocking
,
Paolo Bonzini
,
18:13
Re: [Qemu-devel] [PATCH] memory: fix rendering of a region obscured by another
,
Anthony Liguori
,
16:47
Re: [Qemu-devel] [PULL rebased] virtio,pci infrastructure
,
Anthony Liguori
,
16:47
Re: [Qemu-devel] [PATCH v7 00/17] target-i386: Add way to expose VMWare CPUID
,
Marcelo Tosatti
,
16:39
Re: [Qemu-devel] [QEMU PATCH 0/3] Fix -cpu host and enforce/check to use GET_SUPPORTED_CPUID
,
Marcelo Tosatti
,
15:35
Re: [Qemu-devel] x86_64-softmmu broken on Windows (TCG?)
,
Aurelien Jarno
,
15:32
Re: [Qemu-devel] [PULL 00/36] usb patch queue
,
Anthony Liguori
,
15:30
Re: [Qemu-devel] [PULL 00/32] Block patches
,
Anthony Liguori
,
15:25
Re: [Qemu-devel] [PATCH v2 4/6] ppc: add missing static
,
Alexander Graf
,
15:10
Re: [Qemu-devel] [PATCH v2 5/6] target-ppc: make some functions static
,
Alexander Graf
,
15:08
[Qemu-devel] [PATCH 5/7] s390: sclp event support
,
Alexander Graf
,
14:42
[Qemu-devel] [PATCH 4/7] s390: sclp base support
,
Alexander Graf
,
14:42
[Qemu-devel] [PATCH 7/7] s390: sclp ascii console support
,
Alexander Graf
,
14:42
[Qemu-devel] [PATCH 6/7] s390: sclp signal quiesce support
,
Alexander Graf
,
14:42
[Qemu-devel] [PATCH 3/7] s390: use sync regs for register transfer
,
Alexander Graf
,
14:41
[Qemu-devel] [PATCH 2/7] s390/kvm_stat: correct sys_perf_event_open syscall number
,
Alexander Graf
,
14:41
[Qemu-devel] [PULL 0/7] s390 patch queue 2012-10-29
,
Alexander Graf
,
14:41
[Qemu-devel] [PATCH 1/7] s390x: fix -initrd in virtio machine
,
Alexander Graf
,
14:41
[Qemu-devel] [PULL 0/7] s390 patch queue 2012-10-29
,
Alexander Graf
,
14:40
[Qemu-devel] [PATCH 1/7] s390x: fix -initrd in virtio machine
,
Alexander Graf
,
14:39
[Qemu-devel] [PATCH 11/11] build: do not include main loop where it is not actually used
,
Paolo Bonzini
,
14:08
[Qemu-devel] [PATCH 10/11] qemu-tool: do not depend on qemu-timer.c
,
Paolo Bonzini
,
14:08
[Qemu-devel] [PATCH 09/11] main-loop: unify qemu_init_main_loop between QEMU and tools
,
Paolo Bonzini
,
14:08
[Qemu-devel] [PATCH 08/11] qemu-timer: make initialization functions idempotent
,
Paolo Bonzini
,
14:08
[Qemu-devel] [PATCH 07/11] win32: add weak version of qemu_fd_register
,
Paolo Bonzini
,
14:08
[Qemu-devel] [PATCH 06/11] iohandler: add weak alias in qemu-sockets.c, for qemu-ga
,
Paolo Bonzini
,
14:08
[Qemu-devel] [PATCH 05/11] fdsets: use weak aliases instead of qemu-tool.c/qemu-user.c
,
Paolo Bonzini
,
14:08
[Qemu-devel] [PATCH 04/11] sockets: use weak aliases instead of qemu-tool.c
,
Paolo Bonzini
,
14:08
[Qemu-devel] [PATCH 02/11] build: move cutils.o and qemu-timer-common.o to oslib-obj-y
,
Paolo Bonzini
,
14:08
[Qemu-devel] [PATCH 03/11] compiler: use weak aliases to provide default definitions
,
Paolo Bonzini
,
14:08
[Qemu-devel] [PATCH 01/11] janitor: move iovector functions out of cutils.c
,
Paolo Bonzini
,
14:08
[Qemu-devel] [PATCH 00/11] Trim dependencies of qemu-ga, vscclient, tests
,
Paolo Bonzini
,
14:07
[Qemu-devel] [PATCHv2] tests/tcg: fix unused result warnings
,
Catalin Patulea
,
14:01
[Qemu-devel] x86_64-softmmu broken on Windows (TCG?)
,
Paolo Bonzini
,
13:53
Re: [Qemu-devel] [PATCH 0/6] s390 patches
,
Alexander Graf
,
13:53
Re: [Qemu-devel] [PATCH 6/6] s390: sclp ascii console support
,
Alexander Graf
,
13:52
Re: [Qemu-devel] [PATCH 00/18] Migration thread lite (20121029)
,
Juan Quintela
,
13:33
Re: [Qemu-devel] [PATCH 07/18] migration: make writes blocking
,
Juan Quintela
,
13:32
[Qemu-devel] [PULL rebased] virtio,pci infrastructure
,
Michael S. Tsirkin
,
13:17
Re: [Qemu-devel] [PATCH 00/18] Migration thread lite (20121029)
,
Chegu Vinod
,
12:57
Re: [Qemu-devel] [RFC] Memory API and fine grained Memory Regions
,
Avi Kivity
,
12:56
Re: [Qemu-devel] [RFC] Memory API and fine grained Memory Regions
,
Avi Kivity
,
12:49
Re: [Qemu-devel] [PATCH v3 12/26] ich9: Add acpi support and definitions
,
Michael S. Tsirkin
,
12:27
[Qemu-devel] [PATCH] memory: fix rendering of a region obscured by another
,
Avi Kivity
,
12:22
Re: [Qemu-devel] [PATCH v3 07/26] pc/piix_pci: factor out smram/pam logic
,
Michael S. Tsirkin
,
12:19
Re: [Qemu-devel] [PATCH v3 13/26] ich9: Add the lpc chip
,
Michael S. Tsirkin
,
12:18
Re: [Qemu-devel] [memory] abort with head a8170e5
,
Aurelien Jarno
,
12:10
Re: [Qemu-devel] [PATCH] pci_bridge: fix abort due to memory region API violation
,
Avi Kivity
,
11:57
Re: [Qemu-devel] [libseccomp-discuss] [RFC] [PATCHv2 0/2] Sandboxing Qemu guests with Libseccomp
,
Corey Bryant
,
11:52
Re: [Qemu-devel] [PATCH 07/18] migration: make writes blocking
,
Markus Armbruster
,
11:52
Re: [Qemu-devel] [libseccomp-discuss] [RFC] [PATCHv2 0/2] Sandboxing Qemu guests with Libseccomp
,
Paul Moore
,
11:41
[Qemu-devel] [PATCH] pci_bridge: fix abort due to memory region API violation
,
Michael Roth
,
11:37
Re: [Qemu-devel] [libseccomp-discuss] [RFC] [PATCHv2 0/2] Sandboxing Qemu guests with Libseccomp
,
Daniel P. Berrange
,
11:33
Re: [Qemu-devel] [patch v4 00/16] push mmio dispatch out of big lock
,
Avi Kivity
,
11:26
Re: [Qemu-devel] [PULL 0/3] QMP queue
,
Aurelien Jarno
,
11:21
Re: [Qemu-devel] [memory] abort with head a8170e5
,
Avi Kivity
,
11:17
Re: [Qemu-devel] [libseccomp-discuss] [RFC] [PATCHv2 0/2] Sandboxing Qemu guests with Libseccomp
,
Corey Bryant
,
11:12
Re: [Qemu-devel] [PATCH] pci: avoid destroying bridge address space windows in a transaction
,
Michael S. Tsirkin
,
11:08
Re: [Qemu-devel] [PATCH 1/5] disas: avoid using cpu_single_env
,
Aurelien Jarno
,
10:36
Re: [Qemu-devel] [PATCH] target-i386: cpu: recover items 28-31 of ext2_feature_name
,
Aurelien Jarno
,
10:35
Re: [Qemu-devel] [PATCH v2] target-mips: Use TCG registers for the FPU.
,
Aurelien Jarno
,
10:35
Re: [Qemu-devel] [PULL 00/22] ppc patch queue 2012-10-29
,
Aurelien Jarno
,
10:35
Re: [Qemu-devel] [PATCH v2] tcg-i386: Use %gs prefixes for x86_64 GUEST_BASE
,
Aurelien Jarno
,
10:34
Re: [Qemu-devel] [PATCH v2] qemu-timer: Check for usable fields for SIGEV_THREAD_ID
,
Aurelien Jarno
,
10:34
[Qemu-devel] [PATCH v7 3/3] tcg: Optimize qemu_ld/st by generating slow paths at the end of a block
,
Yeongkyoon Lee
,
10:32
[Qemu-devel] [PATCH v7 0/3] tcg: enhance code generation quality for qemu_ld/st IRs
,
Yeongkyoon Lee
,
10:32
[Qemu-devel] [PATCH v7 2/3] tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization
,
Yeongkyoon Lee
,
10:32
[Qemu-devel] [PATCH v7 1/3] configure: Add CONFIG_QEMU_LDST_OPTIMIZATION for TCG qemu_ld/st optimization
,
Yeongkyoon Lee
,
10:31
Re: [Qemu-devel] [PATCH V5 0/3] SD card model save/load support
,
Peter Maydell
,
10:24
Re: [Qemu-devel] [PATCH V5 3/3] hw/sd.c: add SD card save/load support
,
Peter Maydell
,
10:23
Re: [Qemu-devel] [PATCH V5 1/3] hw/sd.c: Fix erase for high capacity cards
,
Peter Maydell
,
10:23
[Qemu-devel] Ubuntu/Debian Installer + Virtio-SCSI -> Bad ram pointer
,
Peter Lieven
,
10:19
[Qemu-devel] [PATCH 17/18] ram: Use memory_region_test_and_clear_dirty
,
Juan Quintela
,
10:12
[Qemu-devel] [PATCH 14/18] migration: include qemu-file.h
,
Juan Quintela
,
10:12
[Qemu-devel] [PATCH 16/18] memory: introduce memory_region_test_and_clear_dirty
,
Juan Quintela
,
10:12
[Qemu-devel] [PATCH 13/18] savevm: New save live migration method: pending
,
Juan Quintela
,
10:12
[Qemu-devel] [PATCH 15/18] migration-fd: remove duplicate include
,
Juan Quintela
,
10:12
[Qemu-devel] [PATCH 18/18] ram: optimize migration bitmap walking
,
Juan Quintela
,
10:12
[Qemu-devel] [PATCH 11/18] buffered_file: don't flush on put buffer
,
Juan Quintela
,
10:12
[Qemu-devel] [PATCH 12/18] buffered_file: unfold buffered_append in buffered_put_buffer
,
Juan Quintela
,
10:12
[Qemu-devel] [PATCH 10/18] buffered_file: Unfold the trick to restart generating migration data
,
Juan Quintela
,
10:12
[Qemu-devel] [PATCH 08/18] migration: remove unfreeze logic
,
Juan Quintela
,
10:12
[Qemu-devel] [PATCH 07/18] migration: make writes blocking
,
Juan Quintela
,
10:12
[Qemu-devel] [PATCH 09/18] migration: take finer locking
,
Juan Quintela
,
10:12
[Qemu-devel] [PATCH 03/18] protect the ramlist with a separate mutex
,
Juan Quintela
,
10:12
[Qemu-devel] [PATCH 02/18] add a version number to ram_list
,
Juan Quintela
,
10:12
[Qemu-devel] [PATCH 06/18] migration: stop all cpus correctly
,
Juan Quintela
,
10:12
[Qemu-devel] [PATCH 05/18] migration: make qemu_fopen_ops_buffered() return void
,
Juan Quintela
,
10:12
[Qemu-devel] [PATCH 04/18] buffered_file: Move from using a timer to use a thread
,
Juan Quintela
,
10:12
[Qemu-devel] [PATCH 01/18] split MRU ram list
,
Juan Quintela
,
10:12
[Qemu-devel] [PATCH 00/18] Migration thread lite (20121029)
,
Juan Quintela
,
10:11
Re: [Qemu-devel] [PATCH v1 0/8] Sysbus EHCI + Zynq USB.
,
Peter Crosthwaite
,
10:08
Re: [Qemu-devel] [PATCH] target-sparc: Revert setting cpu_dst to gen_dest_gpr
,
Aurelien Jarno
,
09:55
Re: [Qemu-devel] [PATCH v2] arm_boot: Change initrd load address to "halfway through RAM"
,
Aurelien Jarno
,
09:55
Re: [Qemu-devel] [PATCH v12 07/14] target-mips: Add ASE DSP GPR-based shift instructions
,
Aurelien Jarno
,
09:54
Re: [Qemu-devel] Fwd: Qemu-ga for Windows
,
Abbas
,
09:54
Re: [Qemu-devel] Fwd: Qemu-ga for Windows
,
Luiz Capitulino
,
09:47
Re: [Qemu-devel] [PATCH v12 09/14] target-mips: Add ASE DSP bit/manipulation instructions
,
Jovanovic, Petar
,
09:41
[Qemu-devel] KVM call agenda for 2012-10-30
,
Juan Quintela
,
09:28
Re: [Qemu-devel] [PATCH 4/4] HMP: Introduce console command
,
Luiz Capitulino
,
09:25
Re: [Qemu-devel] [PATCH 2/4] QAPI: Introduce memchar-write QMP command
,
Luiz Capitulino
,
09:22
Re: [Qemu-devel] [PATCH v3 2/8] usb/ehci: Use class_data to init PCI variations
,
Andreas Färber
,
09:21
Re: [Qemu-devel] [PATCH 3/4] QAPI: Introduce memchar-read QMP command
,
Luiz Capitulino
,
09:16
Re: [Qemu-devel] [Patch]KVM: enabling per domain PLE
,
Hu, Xuekun
,
08:43
Re: [Qemu-devel] [PATCH v12 09/14] target-mips: Add ASE DSP bit/manipulation instructions
,
Jia Liu
,
08:36
Re: [Qemu-devel] [PATCH] disallow -daemonize usage of stdio (curses display, -nographic, -serial stdio etc)
,
Michael Tokarev
,
08:27
[Qemu-devel] [PATCH 0/6] s390 patches
,
Jens Freimann
,
08:22
[Qemu-devel] [PATCH 4/6] s390: sclp event support
,
Jens Freimann
,
08:22
[Qemu-devel] [PATCH 3/6] s390: sclp base support
,
Jens Freimann
,
08:22
[Qemu-devel] [PATCH 2/6] s390: use sync regs for register transfer
,
Jens Freimann
,
08:22
[Qemu-devel] [PATCH 1/6] s390/kvm_stat: correct sys_perf_event_open syscall number
,
Jens Freimann
,
08:22
[Qemu-devel] [PATCH 5/6] s390: sclp signal quiesce support
,
Jens Freimann
,
08:14
[Qemu-devel] [PATCH 6/6] s390: sclp ascii console support
,
Jens Freimann
,
08:14
[Qemu-devel] [PATCH 3/3] target-m68k/m68k-semi.c: Log when put_user for returning values fails
,
Peter Maydell
,
08:05
[Qemu-devel] [PATCH 2/3] target-m68k/m68k-semi: Handle get_user failure
,
Peter Maydell
,
08:05
[Qemu-devel] [PATCH 0/3] target-m68k/m68k-semi: don't ignore get/put_user failure
,
Peter Maydell
,
08:05
[Qemu-devel] [PATCH 1/3] m68k: Return semihosting errno values correctly
,
Peter Maydell
,
08:05
Re: [Qemu-devel] [PATCH v3 2/8] usb/ehci: Use class_data to init PCI variations
,
Peter Crosthwaite
,
07:43
Re: [Qemu-devel] [PULL 00/22] ppc patch queue 2012-10-29
,
Alexander Graf
,
07:03
Re: [Qemu-devel] [PULL 00/22] ppc patch queue 2012-10-29
,
Andreas Färber
,
07:02
Re: [Qemu-devel] [PATCH 01/22] Remove TARGET_PHYS_ADDR_BITS define completely
,
Alexander Graf
,
06:46
Re: [Qemu-devel] [PATCH 1/4 v3] vmware_vga: Coding style cleanup
,
BALATON Zoltan
,
06:45
[Qemu-devel] slow migration speed / strange memory usage
,
Stefan Priebe - Profihost AG
,
06:44
Re: [Qemu-devel] [PATCH 01/22] Remove TARGET_PHYS_ADDR_BITS define completely
,
Peter Maydell
,
06:38
[Qemu-devel] [PATCH 19/22] vmport: convert PIO to new memory api read/write
,
Alexander Graf
,
06:27
[Qemu-devel] [PATCH 16/22] pckbd: convert PIO to new memory api read/write
,
Alexander Graf
,
06:27
[Qemu-devel] [PATCH 15/22] pc port92: convert PIO to new memory api read/write
,
Alexander Graf
,
06:27
[Qemu-devel] [PATCH 21/22] PPC: e500: Map PIO space into core memory region
,
Alexander Graf
,
06:27
[Qemu-devel] [PATCH 18/22] serial: convert PIO to new memory api read/write
,
Alexander Graf
,
06:27
[Qemu-devel] [PATCH 20/22] xen_platform: convert PIO to new memory api read/write
,
Alexander Graf
,
06:27
[Qemu-devel] [PATCH 14/22] mc146818rtc: convert PIO to new memory api read/write
,
Alexander Graf
,
06:27
[Qemu-devel] [PATCH 22/22] PPC: pseries: Remove hack for PIO window
,
Alexander Graf
,
06:27
[Qemu-devel] [PATCH 08/22] pseries: Implement qemu initiated shutdowns using EPOW events
,
Alexander Graf
,
06:27
[Qemu-devel] [PATCH 12/22] i8254: convert PIO to new memory api read/write
,
Alexander Graf
,
06:27
[Qemu-devel] [PATCH 09/22] ac97: convert PIO to new memory api read/write
,
Alexander Graf
,
06:27
[Qemu-devel] [PATCH 13/22] m48t59: convert PIO to new memory api read/write
,
Alexander Graf
,
06:27
[Qemu-devel] [PATCH 06/22] pseries: Don't allow duplicate registration of hcalls or RTAS calls
,
Alexander Graf
,
06:26
[Qemu-devel] [PATCH 04/22] e500: Fix serial initialization
,
Alexander Graf
,
06:26
[Qemu-devel] [PATCH 11/22] es1370: convert PIO to new memory api read/write
,
Alexander Graf
,
06:26
[Qemu-devel] [PATCH 05/22] Add USB option in machine options
,
Alexander Graf
,
06:26
[Qemu-devel] [PATCH 03/22] PPC: 440: Emulate DCBR0
,
Alexander Graf
,
06:26
[Qemu-devel] [PATCH 10/22] virtio-pci: convert PIO to new memory api read/write
,
Alexander Graf
,
06:26
[Qemu-devel] [PATCH 17/22] rtl8139: convert PIO to new memory api read/write
,
Alexander Graf
,
06:26
[Qemu-devel] [PATCH 07/22] target-ppc: Rework storage of VPA registration state
,
Alexander Graf
,
06:26
[Qemu-devel] [PATCH 02/22] PPC: Bamboo: Fix memory size DT property
,
Alexander Graf
,
06:26
[Qemu-devel] [PATCH 01/22] Remove TARGET_PHYS_ADDR_BITS define completely
,
Alexander Graf
,
06:26
[Qemu-devel] [PULL 00/22] ppc patch queue 2012-10-29
,
Alexander Graf
,
06:26
Re: [Qemu-devel] [Qemu-trivial] [PATCH v1 1/1] m68k: Return semihosting errno values correctly
,
Stefan Hajnoczi
,
06:03
Re: [Qemu-devel] [Qemu-trivial] [PATCH] configure: Remove stray debug output
,
Peter Maydell
,
06:01
Re: [Qemu-devel] [PATCH v2 0/6] static patches
,
Stefan Hajnoczi
,
05:57
Re: [Qemu-devel] [Qemu-trivial] [PATCH] configure: Remove stray debug output
,
Stefan Hajnoczi
,
05:54
Re: [Qemu-devel] [Qemu-trivial] [PATCH] cadence_uart: More debug information
,
Stefan Hajnoczi
,
05:48
Re: [Qemu-devel] [patch v5 5/8] memory: introduce local lock for address space
,
liu ping fan
,
05:46
Re: [Qemu-devel] [PATCH v1 1/1] m68k: Return semihosting errno values correctly
,
Peter Maydell
,
05:42
Re: [Qemu-devel] [PATCH v3 0/8] Sysbus EHCI + Zynq USB.
,
Gerd Hoffmann
,
05:42
Re: [Qemu-devel] [patch v5 6/8] memory: make mmio dispatch able to be out of biglock
,
Avi Kivity
,
05:42
Re: [Qemu-devel] [PATCH v5 1/2] pl330: Initial version
,
Igor Mitsyanko
,
05:41
Re: [Qemu-devel] [PATCH v3 2/8] usb/ehci: Use class_data to init PCI variations
,
Andreas Färber
,
05:35
Re: [Qemu-devel] [patch v5 5/8] memory: introduce local lock for address space
,
Avi Kivity
,
05:33
[Qemu-devel] [PATCH v3 2/6] TCG: Use gen_opc_ptr from context instead of global variable.
,
Evgeny Voevodin
,
05:30
[Qemu-devel] [PATCH v3 1/6] tcg/tcg.h: Duplicate global TCG variables in TCGContext
,
Evgeny Voevodin
,
05:29
[Qemu-devel] [PATCH v3 4/6] TCG: Use gen_opc_buf from context instead of global variable.
,
Evgeny Voevodin
,
05:29
Re: [Qemu-devel] [Qemu-ppc] [RFC PATCH v2 3/5] replace rom_add_file* with image_file_reset
,
Alexander Graf
,
05:27
[Qemu-devel] [PATCH v3 6/6] TCG: Remove unused global variables
,
Evgeny Voevodin
,
05:25
[Qemu-devel] [PATCH v3 0/6] TCG global variables clean-up
,
Evgeny Voevodin
,
05:25
[Qemu-devel] [PATCH v3 5/6] TCG: Use gen_opparam_buf from context instead of global variable.
,
Evgeny Voevodin
,
05:22
[Qemu-devel] [PATCH v3 3/6] TCG: Use gen_opparam_ptr from context instead of global variable.
,
Evgeny Voevodin
,
05:20
Re: [Qemu-devel] [PATCH] disallow -daemonize usage of stdio (curses display, -nographic, -serial stdio etc)
,
Stefan Hajnoczi
,
05:18
Re: [Qemu-devel] [PATCH 1/5] disas: avoid using cpu_single_env
,
Andreas Färber
,
05:06
Re: [Qemu-devel] [PATCH v3 0/8] Sysbus EHCI + Zynq USB.
,
Andreas Färber
,
04:54
Re: [Qemu-devel] [patch v5 7/8] memory: introduce tls context to record nested dma
,
Paolo Bonzini
,
04:51
Re: [Qemu-devel] acpi_piix4 migration issue
,
Paolo Bonzini
,
04:50
Re: [Qemu-devel] [Qemu-ppc] [RFC PATCH v2 3/5] replace rom_add_file* with image_file_reset
,
Alexander Graf
,
04:48
Re: [Qemu-devel] [Qemu-ppc] [RFC PATCH v2 2/5] use reset handlers to reload kernel and initrd
,
Alexander Graf
,
04:45
Re: [Qemu-devel] [PATCH 0/6] add paravirtualization hwrng support
,
Paolo Bonzini
,
04:45
Re: [Qemu-devel] [PATCH] uhci: stick irq routing info into UHCIInfo too.
,
Stefan Hajnoczi
,
04:43
Re: [Qemu-devel] [Qemu-ppc] [RFC PATCH v2 1/5] define image_file_reset and image_blob_reset
,
Alexander Graf
,
04:41
Re: [Qemu-devel] [patch v5 5/8] memory: introduce local lock for address space
,
liu ping fan
,
04:41
Re: [Qemu-devel] [PATCH] tests/tcg: fix unused result warnings
,
Peter Maydell
,
04:38
Re: [Qemu-devel] [PATCH v5 1/2] pl330: Initial version
,
Peter Maydell
,
04:33
Re: [Qemu-devel] [PATCH v2 3/5] Qemu: do not mark bios readonly
,
Xiao Guangrong
,
04:31
Re: [Qemu-devel] [PATCH] tests/tcg: new test for i386 FPREM and FPREM1
,
Catalin Patulea
,
04:30
Re: [Qemu-devel] [Qemu-ppc] private handlers to reload images when virtual machine reset.
,
Alexander Graf
,
04:29
Re: [Qemu-devel] [PATCH] tests/tcg: new test for i386 FPREM and FPREM1
,
Peter Maydell
,
04:04
Re: [Qemu-devel] [PATCH V4 06/10] create new function: qemu_opt_set_number
,
Dong Xu Wang
,
04:04
Re: [Qemu-devel] [memory] abort with head a8170e5
,
Aurelien Jarno
,
03:55
Re: [Qemu-devel] [patch v4 13/16] e1000: add busy flag to anti broken device state
,
Peter Maydell
,
03:50
Re: [Qemu-devel] [PATCH v3 0/8] Sysbus EHCI + Zynq USB.
,
Gerd Hoffmann
,
03:48
[Qemu-devel] [PATCH] tests/tcg: new test for i386 FPREM and FPREM1
,
Catalin Patulea
,
03:46
Re: [Qemu-devel] [PATCH v2 3/5] Qemu: do not mark bios readonly
,
Jan Kiszka
,
03:45
Re: [Qemu-devel] [PATCH v2 11/11] usb/ehci: Put RAM in undefined MMIO regions
,
Gerd Hoffmann
,
03:44
Re: [Qemu-devel] [PATCH v2 05/11] usb/ehci: seperate out PCIisms
,
Gerd Hoffmann
,
03:43
Re: [Qemu-devel] [patch v5 5/8] memory: introduce local lock for address space
,
Peter Maydell
,
03:42
Re: [Qemu-devel] q35: usb keyboard trouble
,
Gerd Hoffmann
,
03:11
Re: [Qemu-devel] [PATCH v2 3/5] Qemu: do not mark bios readonly
,
Xiao Guangrong
,
03:09
[Qemu-devel] [PATCH] tests/tcg: fix unused result warnings
,
Catalin Patulea
,
03:06
Re: [Qemu-devel] [PATCH 0/6] add paravirtualization hwrng support
,
Amit Shah
,
03:01
[Qemu-devel] [PATCH 3/3] xilinx_zynq: added QSPI controller
,
Peter Crosthwaite
,
02:45
[Qemu-devel] [PATCH 2/3] xilinx_spips: Generalised to model QSPI
,
Peter Crosthwaite
,
02:45
[Qemu-devel] [PATCH 1/3] m25p80: Support for Quad SPI
,
Peter Crosthwaite
,
02:45
[Qemu-devel] [PULL 0/3] Xilinx Zynq QSPI support
,
Peter Crosthwaite
,
02:45
[Qemu-devel] [PATCH v5 1/2] pl330: Initial version
,
Peter Crosthwaite
,
02:35
[Qemu-devel] [PATCH v5 2/2] xilinx_zynq: added pl330 to machine model
,
Peter Crosthwaite
,
02:35
[Qemu-devel] [PATCH v5 0/2] These patches add support for the Primcell PL330 DMA controller and add it to the Xilinx Zynq machine model. Patch 1 is the device model. Patch 2 is the machine model update.
,
Peter Crosthwaite
,
02:35
[Qemu-devel] [PATCH] migrate: error message for ram_load size
,
Doug Goldstein
,
02:35
Re: [Qemu-devel] [RFC] Memory API and fine grained Memory Regions
,
John Williams
,
02:35
[Qemu-devel] [RFC PATCH v2 1/5] define image_file_reset and image_blob_reset
,
Olivia Yin
,
02:34
Re: [Qemu-devel] [PATCH v2 0/7] TCG global variables clean-up
,
Evgeny Voevodin
,
02:27
Re: [Qemu-devel] [PATCH 0/6] add paravirtualization hwrng support
,
Amit Shah
,
02:23
Re: [Qemu-devel] 1.1.1 -> 1.1.2 migrate /managedsave issue
,
Doug Goldstein
,
02:22
[Qemu-devel] [RFC PATCH v2 0/5] optimization to loader
,
Olivia Yin
,
02:08
[Qemu-devel] [RFC PATCH v2 2/5] use reset handlers to reload kernel and initrd
,
Olivia Yin
,
02:06
[Qemu-devel] [RFC PATCH v2 5/5] remove rom related functions in loader
,
Olivia Yin
,
02:04
[Qemu-devel] [RFC PATCH v2 4/5] replaece rom_add_blob* with image_blob_reset
,
Olivia Yin
,
02:04
[Qemu-devel] [RFC PATCH v2 3/5] replace rom_add_file* with image_file_reset
,
Olivia Yin
,
02:04
[Qemu-devel] private handlers to reload images when virtual machine reset.
,
Olivia Yin
,
02:04
Re: [Qemu-devel] [PATCH 4/5] target-xtensa: avoid using cpu_single_env
,
Max Filippov
,
01:58
Re: [Qemu-devel] [RESEND PATCH v6 2/3] tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization
,
Yeongkyoon Lee
,
01:26
Re: [Qemu-devel] [patch v4 13/16] e1000: add busy flag to anti broken device state
,
liu ping fan
,
01:24
Re: [Qemu-devel] [patch v4 12/16] e1000: apply fine lock on e1000
,
liu ping fan
,
01:24
Re: [Qemu-devel] [patch v4 12/16] e1000: apply fine lock on e1000
,
liu ping fan
,
01:24
Re: [Qemu-devel] [PATCH 2/5] use reset handlers to reload kernel and initrd
,
Yin Olivia-R63875
,
01:13
[Qemu-devel] [PATCH] target-sparc: Revert setting cpu_dst to gen_dest_gpr
,
Richard Henderson
,
00:50
Re: [Qemu-devel] [PATCH 1/5] disas: avoid using cpu_single_env
,
Richard Henderson
,
00:45
Re: [Qemu-devel] [PATCH 1/4] qemu-char: Add new char backend CirMemCharDriver
,
Lei Li
,
00:21
Re: [Qemu-devel] [PATCH 4/4] HMP: Introduce console command
,
Lei Li
,
00:19
Re: [Qemu-devel] [PATCH 2/4] QAPI: Introduce memchar-write QMP command
,
Lei Li
,
00:11
Re: [Qemu-devel] [PATCH 3/4] QAPI: Introduce memchar-read QMP command
,
Lei Li
,
00:11
October 28, 2012
Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 1/2] Make default boot order machine specific
,
David Gibson
,
22:40
[Qemu-devel] [PATCH v3 8/8] usb/ehci: Guard definition of EHCI_DEBUG
,
Peter Crosthwaite
,
22:12
[Qemu-devel] [PATCH v3 7/8] xilinx_zynq: add USB controllers
,
Peter Crosthwaite
,
21:35
[Qemu-devel] [PATCH v3 6/8] usb/ehci: Add Sysbus variant and Xilinx Zynq USB
,
Peter Crosthwaite
,
21:35
[Qemu-devel] [PATCH v3 5/8] usb/ehci: seperate out PCIisms
,
Peter Crosthwaite
,
21:35
[Qemu-devel] [PATCH v3 4/8] usb/ehci: Abstract away PCI DMA API
,
Peter Crosthwaite
,
21:35
[Qemu-devel] [PATCH v3 3/8] usb/ehci: parameterise the register region offsets
,
Peter Crosthwaite
,
21:35
[Qemu-devel] [PATCH v3 2/8] usb/ehci: Use class_data to init PCI variations
,
Peter Crosthwaite
,
21:34
[Qemu-devel] [PATCH v3 1/8] dma: Define dma_context_memory and use in sysbus-ohci
,
Peter Crosthwaite
,
21:34
[Qemu-devel] [PATCH v3 0/8] Sysbus EHCI + Zynq USB.
,
Peter Crosthwaite
,
21:34
Re: [Qemu-devel] [PATCH v2 05/11] usb/ehci: seperate out PCIisms
,
Peter Crosthwaite
,
21:04
Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 1/2] Make default boot order machine specific
,
David Gibson
,
20:22
[Qemu-devel] [patch v5 0/8] push mmio dispatch out of big lock
,
Liu Ping Fan
,
19:49
[Qemu-devel] [patch v5 3/8] hotplug: introduce qdev_unplug_complete() to remove device from views
,
Liu Ping Fan
,
19:49
[Qemu-devel] [patch v5 8/8] vcpu: push mmio dispatcher out of big lock
,
Liu Ping Fan
,
19:49
[Qemu-devel] [patch v5 6/8] memory: make mmio dispatch able to be out of biglock
,
Liu Ping Fan
,
19:49
[Qemu-devel] [patch v5 7/8] memory: introduce tls context to record nested dma
,
Liu Ping Fan
,
19:49
[Qemu-devel] [patch v5 4/8] pci: remove pci device from mem view when unplug
,
Liu Ping Fan
,
19:49
[Qemu-devel] [patch v5 5/8] memory: introduce local lock for address space
,
Liu Ping Fan
,
19:49
[Qemu-devel] [patch v5 2/8] qom: apply atomic on object's refcount
,
Liu Ping Fan
,
19:49
[Qemu-devel] [patch v5 1/8] atomic: introduce atomic operations
,
Liu Ping Fan
,
19:49
[Qemu-devel] acpi_piix4 migration issue
,
Marcelo Tosatti
,
15:55
Re: [Qemu-devel] [PATCH v3] hw/qdev-properties.c: Improve diagnostic for setting property after realize
,
Igor Mitsyanko
,
14:55
[Qemu-devel] [PATCH 5/5] target-i386: avoid using cpu_single_env
,
Blue Swirl
,
11:38
Re: [Qemu-devel] q35: usb keyboard trouble
,
Gabriel L. Somlo
,
11:37
[Qemu-devel] [PATCH V5 3/3] hw/sd.c: add SD card save/load support
,
Igor Mitsyanko
,
11:07
Re: [Qemu-devel] [PATCH 06/12] migration: use migrate_fd_close in migrate_fd_cleanup
,
Paolo Bonzini
,
11:05
[Qemu-devel] [PATCH 4/5] target-xtensa: avoid using cpu_single_env
,
Blue Swirl
,
11:04
[Qemu-devel] [PATCH 3/5] target-unicore32: avoid using cpu_single_env
,
Blue Swirl
,
11:04
[Qemu-devel] [PATCH 2/5] kvm: avoid using cpu_single_env
,
Blue Swirl
,
11:04
[Qemu-devel] [PATCH 1/5] disas: avoid using cpu_single_env
,
Blue Swirl
,
11:04
[Qemu-devel] [PATCH 0/5] cpu_single_env cleanup
,
Blue Swirl
,
11:04
Re: [Qemu-devel] [PATCH] configure: use -Wwombat to test whether gcc recognizes -Wno-wombat
,
Igor Mitsyanko
,
11:03
[Qemu-devel] [PATCH V5 2/3] vmstate: Add support for saving/loading bitmaps
,
Igor Mitsyanko
,
11:00
[Qemu-devel] [PATCH V5 1/3] hw/sd.c: Fix erase for high capacity cards
,
Igor Mitsyanko
,
11:00
[Qemu-devel] [PATCH V5 0/3] SD card model save/load support
,
Igor Mitsyanko
,
10:59
[Qemu-devel] [PATCH 3/3] slirp: remove unused function u_sleep
,
Blue Swirl
,
08:26
[Qemu-devel] [PATCH 2/3] sun4c: remove unused functions
,
Blue Swirl
,
08:26
[Qemu-devel] [PATCH 1/3] m48t59: remove unused m48t59_set_addr
,
Blue Swirl
,
08:26
[Qemu-devel] [PATCH 0/3] remove unused functions
,
Blue Swirl
,
08:26
[Qemu-devel] [PATCH v2 6/6] exec: make some functions static
,
Blue Swirl
,
07:05
[Qemu-devel] [PATCH v2 5/6] target-ppc: make some functions static
,
Blue Swirl
,
07:05
[Qemu-devel] [PATCH v2 4/6] ppc: add missing static
,
Blue Swirl
,
07:05
[Qemu-devel] [PATCH v2 3/6] vnc: add missing static
,
Blue Swirl
,
07:05
[Qemu-devel] [PATCH v2 2/6] vl.c: add missing static
,
Blue Swirl
,
07:05
[Qemu-devel] [PATCH v2 1/6] target-sparc: make do_unaligned_access static
,
Blue Swirl
,
07:05
[Qemu-devel] [PATCH v2 0/6] static patches
,
Blue Swirl
,
07:05
Re: [Qemu-devel] [PATCH 12/12] migration: move process_incoming_migration to a coroutine
,
Orit Wasserman
,
06:07
Re: [Qemu-devel] [PATCH 11/12] migration: handle EAGAIN while reading QEMUFile
,
Orit Wasserman
,
06:01
Re: [Qemu-devel] [PATCH 10/12] migration: move qemu_fclose to process_incoming_migration
,
Orit Wasserman
,
05:56
Re: [Qemu-devel] [PATCH 09/12] migration: close socket QEMUFile from socket_close
,
Orit Wasserman
,
05:55
Re: [Qemu-devel] [PATCH 08/12] migration: xxx_close will only be called once
,
Orit Wasserman
,
05:53
Re: [Qemu-devel] [PATCH 07/12] migration: use closesocket, not close
,
Orit Wasserman
,
05:49
Re: [Qemu-devel] [PATCH 06/12] migration: use migrate_fd_close in migrate_fd_cleanup
,
Orit Wasserman
,
05:47
Re: [Qemu-devel] [PATCH 05/12] migration: clean up server sockets and handlers before invoking process_incoming_migration
,
Orit Wasserman
,
05:35
Re: [Qemu-devel] [PATCH 04/12] migration: replace qemu_stdio_fd with qemu_get_fd
,
Orit Wasserman
,
05:29
Re: [Qemu-devel] [PATCH 03/12] migration: add qemu_get_fd
,
Orit Wasserman
,
05:28
Re: [Qemu-devel] [PATCH 02/12] migration: consolidate QEMUFile methods in a single QEMUFileOps struct
,
Orit Wasserman
,
05:25
Re: [Qemu-devel] [PATCH 01/12] migration: unify stdio-based QEMUFile operations
,
Orit Wasserman
,
05:20
Re: [Qemu-devel] [PATCH 30/30] ram: optimize migration bitmap walking
,
Orit Wasserman
,
04:36
October 27, 2012
Re: [Qemu-devel] [PATCH v12 09/14] target-mips: Add ASE DSP bit/manipulation instructions
,
Jovanovic, Petar
,
18:58
[Qemu-devel] [PATCH] Add domain-search option to slirp's DHCP server
,
Klaus Stengel
,
18:20
Re: [Qemu-devel] [PATCH] configure: Disable (clang) initializer-overrides warnings
,
Stefan Weil
,
17:46
Re: [Qemu-devel] [PATCH] configure: Disable (clang) initializer-overrides warnings
,
Peter Maydell
,
17:36
Re: [Qemu-devel] [PATCH] configure: use -Wwombat to test whether gcc recognizes -Wno-wombat
,
Stefan Weil
,
17:32
Re: [Qemu-devel] [PATCH] configure: Disable (clang) initializer-overrides warnings
,
Stefan Weil
,
17:24
[Qemu-devel] [PATCH] configure: use -Wwombat to test whether gcc recognizes -Wno-wombat
,
Peter Maydell
,
17:19
Re: [Qemu-devel] [PATCH] configure: Disable (clang) initializer-overrides warnings
,
Peter Maydell
,
17:12
Re: [Qemu-devel] [PATCH] configure: Disable (clang) initializer-overrides warnings
,
Igor Mitsyanko
,
16:32
[Qemu-devel] [Bug 1071236] Re: creating qcow2 image with preallocation fails if size >=4G
,
Michael Tokarev
,
16:31
[Qemu-devel] Your Ideal VoIP Solutions for SMB!
,
Eric Chan
,
14:21
Re: [Qemu-devel] [PATCH v2 0/2] xtensa boards: don't prematurely explode QEMUMachineInitArgs
,
Blue Swirl
,
12:55
Re: [Qemu-devel] [PATCH] Makefile: Forbid out-of-tree build from a source tree that has been built in
,
Blue Swirl
,
12:54
Re: [Qemu-devel] [PATCH] tests/tcg: fix a few warnings
,
Blue Swirl
,
12:54
Re: [Qemu-devel] [PATCH] target-sparc64: disable VGA cirrus
,
Blue Swirl
,
12:53
Re: [Qemu-devel] [PATCH] configure: avoid compiler warning in pipe2 detection
,
Blue Swirl
,
12:53
Re: [Qemu-devel] [PULL 0/4] target-arm queue
,
Blue Swirl
,
12:52
Re: [Qemu-devel] [PATCH] configure: Disable (clang) initializer-overrides warnings
,
Blue Swirl
,
12:52
Re: [Qemu-devel] [PATCH v2 11/11] usb/ehci: Put RAM in undefined MMIO regions
,
Peter Crosthwaite
,
12:08
Re: [Qemu-devel] [PATCH v2 0/7] TCG global variables clean-up
,
Blue Swirl
,
10:34
Re: [Qemu-devel] [RESEND PATCH v6 2/3] tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization
,
Blue Swirl
,
10:30
[Qemu-devel] [PATCH] disallow -daemonize usage of stdio (curses display, -nographic, -serial stdio etc)
,
Michael Tokarev
,
09:15
Re: [Qemu-devel] [PATCH v2] stop using stdio for monitor/serial/etc with -daemonize
,
Michael Tokarev
,
09:11
Re: [Qemu-devel] [PATCH v2] stop using stdio for monitor/serial/etc with -daemonize
,
Michael Tokarev
,
08:55
Re: [Qemu-devel] [PATCH v2] stop using stdio for monitor/serial/etc with -daemonize
,
Blue Swirl
,
08:48
Re: [Qemu-devel] [PATCH v3 17/26] Add i21154 bridge chip.
,
Blue Swirl
,
08:42
Re: [Qemu-devel] [PATCH v2] stop using stdio for monitor/serial/etc with -daemonize
,
Michael Tokarev
,
08:15
Re: [Qemu-devel] [PATCH v2] stop using stdio for monitor/serial/etc with -daemonize
,
Peter Maydell
,
07:33
[Qemu-devel] [Bug 658610] Re: Check whether images have write permissions
,
Michael Tokarev
,
07:26
Re: [Qemu-devel] [PATCH v2] stop using stdio for monitor/serial/etc with -daemonize
,
Michael Tokarev
,
07:23
[Qemu-devel] [Bug 658610] Re: Check whether images have write permissions
,
Frank Groeneveld
,
07:01
Re: [Qemu-devel] [PATCH 1/2] qcow2: Fix refcount table size calculation
,
Michael Tokarev
,
05:57
Re: [Qemu-devel] spidev with omap3 running on qemu
,
johan marx
,
05:44
Re: [Qemu-devel] [Qemu-stable] [PATCH] make_device_config.sh: Fix target path in generated dependency file
,
Michael Tokarev
,
04:32
Re: [Qemu-devel] [PATCH] Revert "serial: fix retry logic"
,
Michael Tokarev
,
04:31
Re: [Qemu-devel] [PATCH v3 00/26] q35 qemu support
,
Michael Tokarev
,
04:12
[Qemu-devel] buildbot failure in qemu on ppc-next_x86_64_debian_6_0
,
qemu
,
03:28
[Qemu-devel] buildbot failure in qemu on ppc-next_i386_debian_6_0
,
qemu
,
03:27
[Qemu-devel] Fwd: Qemu-ga for Windows
,
Abbas
,
02:57
Re: [Qemu-devel] [RFC] Memory API and fine grained Memory Regions
,
Edgar E. Iglesias
,
00:12
October 26, 2012
Re: [Qemu-devel] spidev with omap3 running on qemu
,
Peter Crosthwaite
,
21:06
Re: [Qemu-devel] [PATCH v2 11/11] usb/ehci: Put RAM in undefined MMIO regions
,
Peter Crosthwaite
,
20:42
Re: [Qemu-devel] [PATCH v2 05/11] usb/ehci: seperate out PCIisms
,
Peter Crosthwaite
,
20:32
Re: [Qemu-devel] [PATCH v7 1/1] target-i386: Add missing kvm bits.
,
Marcelo Tosatti
,
16:55
Re: [Qemu-devel] [PATCH 0/6] add paravirtualization hwrng support
,
H. Peter Anvin
,
16:30
Re: [Qemu-devel] q35: usb keyboard trouble
,
Jason Baron
,
16:24
Re: [Qemu-devel] [PATCH 2/4] virtio-rng-pci: create a default backend if none exists
,
Paolo Bonzini
,
16:22
Re: [Qemu-devel] [PATCH 2/4] virtio-rng-pci: create a default backend if none exists
,
Paolo Bonzini
,
16:20
Re: [Qemu-devel] [PATCH 2/4] virtio-rng-pci: create a default backend if none exists
,
Anthony Liguori
,
16:17
[Qemu-devel] spidev with omap3 running on qemu
,
johan marx
,
16:11
Re: [Qemu-devel] [PATCH 0/6] add paravirtualization hwrng support
,
H. Peter Anvin
,
15:54
Re: [Qemu-devel] [PATCH 2/4] virtio-rng-pci: create a default backend if none exists
,
Paolo Bonzini
,
15:53
Re: [Qemu-devel] [PATCH 0/6] add paravirtualization hwrng support
,
Paolo Bonzini
,
15:51
Re: [Qemu-devel] [PATCH 2/4] virtio-rng-pci: create a default backend if none exists
,
Anthony Liguori
,
15:51
Re: [Qemu-devel] [QEMU PATCH] i386: cpu: add missing CPUID[EAX=7, ECX=0] flag names
,
Marcelo Tosatti
,
15:47
Re: [Qemu-devel] [PATCH 00/15] QEMU KVM_GET_SUPPORTED_CPUID cleanups and fixes
,
Marcelo Tosatti
,
15:47
[Qemu-devel] [PATCH 2/2] qemu-iotests: qcow2: Test growing large refcount table
,
Kevin Wolf
,
15:42
[Qemu-devel] [PATCH 1/2] qcow2: Fix refcount table size calculation
,
Kevin Wolf
,
15:42
[Qemu-devel] [PATCH 0/2] qcow2: Fix refcount table size calculation
,
Kevin Wolf
,
15:42
Re: [Qemu-devel] [PATCH 0/6] add paravirtualization hwrng support
,
H. Peter Anvin
,
15:08
Re: [Qemu-devel] [PATCH 2/4] virtio-rng-pci: create a default backend if none exists
,
Paolo Bonzini
,
15:00
Re: [Qemu-devel] [PATCH 0/6] add paravirtualization hwrng support
,
Paolo Bonzini
,
14:58
Re: [Qemu-devel] [PATCH 0/6] add paravirtualization hwrng support
,
Paolo Bonzini
,
14:53
Re: [Qemu-devel] [PATCH 0/6] add paravirtualization hwrng support
,
H. Peter Anvin
,
14:27
Re: [Qemu-devel] [PATCH 0/6] add paravirtualization hwrng support
,
Anthony Liguori
,
14:24
[Qemu-devel] [PATCH v5 2/2] hw/qdev: Abort rather than ignoring errors adding device properties
,
Peter Maydell
,
13:54
[Qemu-devel] [PATCH v5 0/2] qdev: Detect duplicate device properties
,
Peter Maydell
,
13:54
Re: [Qemu-devel] [PATCH 4/4] HMP: Introduce console command
,
Luiz Capitulino
,
13:42
Re: [Qemu-devel] [PATCH 3/4] QAPI: Introduce memchar-read QMP command
,
Luiz Capitulino
,
13:38
Re: [Qemu-devel] [PATCH v3] hw/qdev-properties.c: Improve diagnostic for setting property after realize
,
Peter Maydell
,
13:30
Re: [Qemu-devel] [PATCH 0/8] virtio-rng: hardware random number generator device
,
Anthony Liguori
,
13:30
[Qemu-devel] [PATCH v5 1/2] qom: Detect attempts to add a property that already exists
,
Peter Maydell
,
13:29
[Qemu-devel] [PATCH 1/4] rng-random: split out header for rng-random
,
Anthony Liguori
,
13:22
[Qemu-devel] [PATCH 0/4] Enable virtio-{rng,balloon} by default
,
Anthony Liguori
,
13:22
[Qemu-devel] [PATCH 4/4] pc-1.3: add virtio-rng and virtio-balloon to the default machine
,
Anthony Liguori
,
13:21
[Qemu-devel] [PATCH 3/4] machine: add default_devices field to QEMUMachine
,
Anthony Liguori
,
13:21
[Qemu-devel] [PATCH 2/4] virtio-rng-pci: create a default backend if none exists
,
Anthony Liguori
,
13:21
Re: [Qemu-devel] [PATCH 2/4] QAPI: Introduce memchar-write QMP command
,
Luiz Capitulino
,
13:16
Re: [Qemu-devel] [PATCH 1/4] qemu-char: Add new char backend CirMemCharDriver
,
Luiz Capitulino
,
12:46
Re: [Qemu-devel] [PATCH 0/6] add paravirtualization hwrng support
,
H. Peter Anvin
,
12:10
Re: [Qemu-devel] [PATCH] dma: Define dma_context_memory and use in sysbus-ohci
,
Peter Maydell
,
12:01
[Qemu-devel] [PATCH 24/25] raw-posix: move linux-aio.c to block/
,
Paolo Bonzini
,
11:46
Re: [Qemu-devel] [PATCH 0/6] add paravirtualization hwrng support
,
Anthony Liguori
,
11:43
[Qemu-devel] [PATCH v2] xhci: check speed field of the input context of a set address command.
,
Sebastian Bauer
,
11:42
Re: [Qemu-devel] [PATCH] win32: fix broken build due to missing QEMU_MADV_HUGEPAGE
,
Anthony Liguori
,
11:34
Re: [Qemu-devel] [PULL 00/29] qemu-sockets error propagation + NBD server
,
Anthony Liguori
,
11:34
[Qemu-devel] [PATCH v2] arm_boot: Change initrd load address to "halfway through RAM"
,
Peter Maydell
,
11:29
Re: [Qemu-devel] [PATCH 0/8] virtio-rng: hardware random number generator device
,
Paolo Bonzini
,
11:29
Re: [Qemu-devel] [PATCH 0/8] virtio-rng: hardware random number generator device
,
Anthony Liguori
,
11:14
Re: [Qemu-devel] [PATCH 1/2] When the XHCI host controller is switched to the running mode, set the ccs bit for each port, to which a device is already attached.
,
Sebastian Bauer
,
11:11
Re: [Qemu-devel] [PATCH 0/6] add paravirtualization hwrng support
,
Paolo Bonzini
,
11:08
Re: [Qemu-devel] [patch v4 05/16] memory: introduce ref, unref interface for MemoryRegionOps
,
Paolo Bonzini
,
11:06
Re: [Qemu-devel] [PATCH] arm_boot: Change initrd load address to "halfway through RAM"
,
Peter Maydell
,
10:53
[Qemu-devel] [PATCH 4/6] rng-random: add an RNG backend that uses /dev/random
,
Anthony Liguori
,
10:44
[Qemu-devel] [PATCH 1/6] vl: add -object option to create QOM objects from the command line
,
Anthony Liguori
,
10:44
[Qemu-devel] [PATCH 6/6] virtio-rng: hardware random number generator device
,
Anthony Liguori
,
10:44
[Qemu-devel] [PATCH 2/6] object: add object_property_add_bool (v2)
,
Anthony Liguori
,
10:44
[Qemu-devel] [PATCH 5/6] rng-egd: introduce EGD compliant RNG backend
,
Anthony Liguori
,
10:44
[Qemu-devel] [PATCH 3/6] rng: add RndBackend abstract object class
,
Anthony Liguori
,
10:44
[Qemu-devel] [PATCH 0/6] add paravirtualization hwrng support
,
Anthony Liguori
,
10:44
[Qemu-devel] [PATCH] arm_boot: Change initrd load address to "halfway through RAM"
,
Peter Maydell
,
10:19
Re: [Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug
,
Corey Bryant
,
10:15
Re: [Qemu-devel] [PATCH 0/8] virtio-rng: hardware random number generator device
,
Paolo Bonzini
,
10:14
[Qemu-devel] [PATCH 21/25] raw: merge posix-aio-compat.c into block/raw-posix.c
,
Paolo Bonzini
,
10:10
[Qemu-devel] [PATCH 20/25] block: switch posix-aio-compat to threadpool
,
Paolo Bonzini
,
10:10
[Qemu-devel] [PATCH 23/25] raw-win32: add emulated AIO support
,
Paolo Bonzini
,
10:10
[Qemu-devel] [PATCH 25/25] raw-win32: implement native asynchronous I/O
,
Paolo Bonzini
,
10:10
[Qemu-devel] [PATCH 22/25] raw-posix: rename raw-posix-aio.h, hide unavailable prototypes
,
Paolo Bonzini
,
10:10
[Qemu-devel] [PATCH 19/25] aio: add generic thread-pool facility
,
Paolo Bonzini
,
10:10
[Qemu-devel] [PATCH 14/25] main-loop: use GSource to poll AIO file descriptors
,
Paolo Bonzini
,
10:10
[Qemu-devel] [PATCH 16/25] aio: clean up now-unused functions
,
Paolo Bonzini
,
10:10
[Qemu-devel] [PATCH 13/25] aio: call aio_notify after setting I/O handlers
,
Paolo Bonzini
,
10:10
[Qemu-devel] [PATCH 10/25] aio: add Win32 implementation
,
Paolo Bonzini
,
10:10
[Qemu-devel] [PATCH 18/25] qemu-thread: add QemuSemaphore
,
Paolo Bonzini
,
10:10
[Qemu-devel] [PATCH 17/25] linux-aio: use event notifiers
,
Paolo Bonzini
,
10:10
[Qemu-devel] [PATCH 15/25] main-loop: use aio_notify for qemu_notify_event
,
Paolo Bonzini
,
10:10
[Qemu-devel] [PATCH 12/25] aio: add aio_notify
,
Paolo Bonzini
,
10:10
[Qemu-devel] [PATCH 09/25] aio: prepare for introducing GSource-based dispatch
,
Paolo Bonzini
,
10:10
[Qemu-devel] [PATCH 02/25] event_notifier: enable it to use pipes
,
Paolo Bonzini
,
10:10
[Qemu-devel] [PATCH 06/25] aio: add I/O handlers to the AioContext interface
,
Paolo Bonzini
,
10:10
[Qemu-devel] [PATCH 08/25] aio: add non-blocking variant of aio_wait
,
Paolo Bonzini
,
10:10
[Qemu-devel] [PATCH 11/25] aio: make AioContexts GSources
,
Paolo Bonzini
,
10:10
[Qemu-devel] [PATCH 07/25] aio: test node->deleted before calling io_flush
,
Paolo Bonzini
,
10:09
[Qemu-devel] [PATCH 05/25] aio: introduce AioContext, move bottom halves there
,
Paolo Bonzini
,
10:09
[Qemu-devel] [PATCH 04/25] aio: provide platform-independent API
,
Paolo Bonzini
,
10:09
[Qemu-devel] [PATCH 03/25] aio: change qemu_aio_set_fd_handler to return void
,
Paolo Bonzini
,
10:09
[Qemu-devel] [PATCH 00/25] AioContext & threadpool
,
Paolo Bonzini
,
10:09
[Qemu-devel] [PATCH 01/25] event_notifier: add Win32 implementation
,
Paolo Bonzini
,
10:09
Re: [Qemu-devel] [PATCH 5/5] HMP: Introduce console command
,
Luiz Capitulino
,
09:55
Re: [Qemu-devel] [PATCH] dma: Define dma_context_memory and use in sysbus-ohci
,
Paolo Bonzini
,
09:09
Re: [Qemu-devel] [PATCH 00/30] Migration thread 20121017 edition
,
Paolo Bonzini
,
09:05
[Qemu-devel] [PATCH] uhci: stick irq routing info into UHCIInfo too.
,
Gerd Hoffmann
,
09:01
Re: [Qemu-devel] [PATCH v3 02/26] blockdev: Introduce IF_AHCI
,
Markus Armbruster
,
08:56
Re: [Qemu-devel] [PATCH v2 11/11] usb/ehci: Put RAM in undefined MMIO regions
,
Peter Maydell
,
08:39
Re: [Qemu-devel] [PATCH v2 11/11] usb/ehci: Put RAM in undefined MMIO regions
,
Gerd Hoffmann
,
08:36
Re: [Qemu-devel] [PATCH v2 08/11] xilinx_zynq: add USB controllers
,
Gerd Hoffmann
,
08:26
Re: [Qemu-devel] [PATCH v2 05/11] usb/ehci: seperate out PCIisms
,
Gerd Hoffmann
,
08:24
Re: [Qemu-devel] [PATCH 2/2] Respond a set address command with CC_PARAMETER_ERROR, if the speed field of the input context is not valid.
,
Gerd Hoffmann
,
08:05
Re: [Qemu-devel] [PATCH 1/2] When the XHCI host controller is switched to the running mode, set the ccs bit for each port, to which a device is already attached.
,
Gerd Hoffmann
,
08:01
Re: [Qemu-devel] [PATCH 0/2] xhci: Better spec conforming behaviour
,
Gerd Hoffmann
,
07:53
[Qemu-devel] [PATCH] trace: allow disabling events in events file
,
Gerd Hoffmann
,
07:46
Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 1/2] Make default boot order machine specific
,
Alexander Graf
,
07:45
Re: [Qemu-devel] [PATCH 21/30] migration: move exit condition to migration thread
,
Juan Quintela
,
07:43
Re: [Qemu-devel] [PATCH 30/30] ram: optimize migration bitmap walking
,
Juan Quintela
,
07:39
[Qemu-devel] [PATCH 3/4] QAPI: Introduce memchar-read QMP command
,
Lei Li
,
07:23
[Qemu-devel] [PATCH 4/4] HMP: Introduce console command
,
Lei Li
,
07:23
[Qemu-devel] [PATCH 2/4] QAPI: Introduce memchar-write QMP command
,
Lei Li
,
07:23
[Qemu-devel] [PATCH 1/4] qemu-char: Add new char backend CirMemCharDriver
,
Lei Li
,
07:23
[Qemu-devel] [PATCH 0/4 V6] char: Add CirMemCharDriver and provide QMP interface
,
Lei Li
,
07:23
[Qemu-devel] [PATCH 8/8] virtio-rng: hardware random number generator device
,
Amit Shah
,
07:03
[Qemu-devel] [PATCH 7/8] rng-egd: introduce EGD compliant RNG backend
,
Amit Shah
,
07:03
[Qemu-devel] [PATCH 6/8] rng-urandom: add an RNG backend that uses /dev/urandom
,
Amit Shah
,
07:03
[Qemu-devel] [PATCH 5/8] rng: add RndBackend abstract object class
,
Amit Shah
,
07:02
[Qemu-devel] [PATCH 4/8] vl: add -late-object to create QOM objects after machine init
,
Amit Shah
,
07:02
[Qemu-devel] [PATCH 3/8] vl: add -object option to create QOM objects from the command line
,
Amit Shah
,
07:02
[Qemu-devel] [PATCH 2/8] qdev: add realized property and make adding child bus implied by realize
,
Amit Shah
,
07:02
[Qemu-devel] [PATCH 1/8] object: add object_property_add_bool (v2)
,
Amit Shah
,
07:02
[Qemu-devel] [PATCH 0/8] virtio-rng: hardware random number generator device
,
Amit Shah
,
07:02
Re: [Qemu-devel] [PATCH v2 3/5] Qemu: do not mark bios readonly
,
Jan Kiszka
,
06:35
Re: [Qemu-devel] [PATCH] hw/arm_boot.c: bump initrd address (again) to accommodate large kernels
,
Peter Maydell
,
06:32
Re: [Qemu-devel] [PATCH v3 01/26] blockdev: Introduce a default machine blockdev interface field, QEMUMachine->mach_if
,
Markus Armbruster
,
06:29
Re: [Qemu-devel] [patch v4 13/16] e1000: add busy flag to anti broken device state
,
Jan Kiszka
,
06:26
Re: [Qemu-devel] [PATCH v3 01/26] blockdev: Introduce a default machine blockdev interface field, QEMUMachine->mach_if
,
Markus Armbruster
,
05:53
Re: [Qemu-devel] [PATCH V4 09/10] Use QemuOpts support in block layer
,
Stefan Hajnoczi
,
05:51
[Qemu-devel] [PATCH 2/2] Respond a set address command with CC_PARAMETER_ERROR, if the speed field of the input context is not valid.
,
Sebastian Bauer
,
05:34
[Qemu-devel] [PATCH 1/2] When the XHCI host controller is switched to the running mode, set the ccs bit for each port, to which a device is already attached.
,
Sebastian Bauer
,
05:34
[Qemu-devel] [PATCH 0/2] xhci: Better spec conforming behaviour
,
Sebastian Bauer
,
05:34
[Qemu-devel] [Bug 658610] Re: Check whether images have write permissions
,
Michael Tokarev
,
05:34
[Qemu-devel] [Bug 611142] Re: seabios should have native scsi support
,
Michael Tokarev
,
05:34
Re: [Qemu-devel] [PATCH V4 07/10] add def_value and use it in qemu_opts_print.
,
Stefan Hajnoczi
,
05:33
Re: [Qemu-devel] [PATCH 2/5] use reset handlers to reload kernel and initrd
,
Wei-Ren Chen
,
05:33
Re: [Qemu-devel] [PATCH 1/5] define image_file_reset and image_blob_reset
,
Wei-Ren Chen
,
05:28
Re: [Qemu-devel] [PATCH 0/5] register reset handlers to reload image
,
Wei-Ren Chen
,
05:17
Re: [Qemu-devel] [PATCH V4 06/10] create new function: qemu_opt_set_number
,
Stefan Hajnoczi
,
05:03
[Qemu-devel] [PATCH 5/5] remove rom related functions in loader
,
Olivia Yin
,
04:59
[Qemu-devel] [PATCH 0/5] register reset handlers to reload image
,
Olivia Yin
,
04:59
Re: [Qemu-devel] [PATCH] hw/arm_boot.c: bump initrd address (again) to accommodate large kernels
,
Peter Maydell
,
04:48
[Qemu-devel] [PATCH 4/5] replaece rom_add_blob* with image_blob_reset
,
Olivia Yin
,
04:46
Re: [Qemu-devel] [PATCH] uhci: dynamic type generation
,
Stefan Hajnoczi
,
04:46
[Qemu-devel] [PATCH 1/5] define image_file_reset and image_blob_reset
,
Olivia Yin
,
04:44
[Qemu-devel] [PATCH 2/5] use reset handlers to reload kernel and initrd
,
Olivia Yin
,
04:44
[Qemu-devel] [PATCH 3/5] replace rom_add_file* with image_file_reset
,
Olivia Yin
,
04:44
Re: [Qemu-devel] [PATCH v2 00/12] Portable thread-pool/AIO, Win32 emulated AIO
,
Stefan Hajnoczi
,
04:42
Re: [Qemu-devel] [PATCH v2 11/11] usb/ehci: Put RAM in undefined MMIO regions
,
Peter Maydell
,
04:37
Re: [Qemu-devel] [PATCH V14 1/6] docs: document for add-cow file format
,
Kevin Wolf
,
04:34
Re: [Qemu-devel] [PATCH v3 0/4] QOMify pflash_cfi0x
,
Peter Maydell
,
04:31
Re: [Qemu-devel] [PATCH v2 00/12] Portable thread-pool/AIO, Win32 emulated AIO
,
Paolo Bonzini
,
04:01
Re: [Qemu-devel] [PATCH 1/3] nbd: Only try to send flush/discard commands if connected to the NBD server
,
Kevin Wolf
,
04:00
Re: [Qemu-devel] [RFC] Memory API and fine grained Memory Regions
,
Gerd Hoffmann
,
03:31
[Qemu-devel] [PATCH] uhci: dynamic type generation
,
Gerd Hoffmann
,
03:03
[Qemu-devel] [RFC] Memory API and fine grained Memory Regions
,
Peter Crosthwaite
,
03:03
Re: [Qemu-devel] [PATCH v1 5/8] xilinx_zynq: add USB controllers
,
Peter Crosthwaite
,
02:59
Re: [Qemu-devel] [PATCH v1 5/8] xilinx_zynq: add USB controllers
,
Gerd Hoffmann
,
02:49
Re: [Qemu-devel] [PATCH V8 0/4] libqblock qemu block layer library
,
Wenchao Xia
,
02:39
Re: [Qemu-devel] [PATCH v2 0/7] TCG global variables clean-up
,
Evgeny Voevodin
,
02:32
Re: [Qemu-devel] nvram and boot order
,
David Gibson
,
02:29
Re: [Qemu-devel] [PATCH] dma: Define dma_context_memory and use in sysbus-ohci
,
David Gibson
,
02:28
[Qemu-devel] [PATCH v2 08/11] xilinx_zynq: add USB controllers
,
Peter Crosthwaite
,
02:27
Re: [Qemu-devel] [PATCH v1 0/3] Xilinx Zynq QSPI support
,
Peter Crosthwaite
,
02:13
[Qemu-devel] [PATCH v3 4/4] pflash_cfi01: Fix debug mode printfery
,
Peter Crosthwaite
,
02:10
[Qemu-devel] [PATCH v3 3/4] pflash_cfi0x: QOMified
,
Peter Crosthwaite
,
02:10
[Qemu-devel] [PATCH v3 2/4] pflash_cfi01: remove unused total_len field
,
Peter Crosthwaite
,
02:10
[Qemu-devel] [PATCH v3 1/4] pflash_cfi0x: remove unused base field
,
Peter Crosthwaite
,
02:10
[Qemu-devel] [PATCH v3 0/4] QOMify pflash_cfi0x
,
Peter Crosthwaite
,
02:10
[Qemu-devel] [PATCH v2 10/11] usb/ehci: Debug mode compile fixes
,
Peter Crosthwaite
,
01:52
[Qemu-devel] [PATCH v2 11/11] usb/ehci: Put RAM in undefined MMIO regions
,
Peter Crosthwaite
,
01:49
[Qemu-devel] [PATCH v2 09/11] usb/ehci: Guard definition of EHCI_DEBUG
,
Peter Crosthwaite
,
01:48
[Qemu-devel] [PATCH v2 07/11] usb/ehci: Add Xilinx ps7 USB controller
,
Peter Crosthwaite
,
01:48
[Qemu-devel] [PATCH v2 06/11] usb/ehci: Add Sysbus Infrastructure
,
Peter Crosthwaite
,
01:48
[Qemu-devel] [PATCH v2 05/11] usb/ehci: seperate out PCIisms
,
Peter Crosthwaite
,
01:48
[Qemu-devel] [PATCH v2 04/11] usb/ehci: Abstract away PCI DMA API
,
Peter Crosthwaite
,
01:48
[Qemu-devel] [PATCH v2 03/11] usb/ehci: parameterise the register region offsets
,
Peter Crosthwaite
,
01:48
[Qemu-devel] [PATCH v2 02/11] usb/ehci: Use class_data to init PCI variations
,
Peter Crosthwaite
,
01:48
[Qemu-devel] [PATCH v2 01/11] dma: Define dma_context_memory and use in sysbus-ohci
,
Peter Crosthwaite
,
01:48
[Qemu-devel] [PATCH v2 00/11] Sysbus EHCI + Zynq USB.
,
Peter Crosthwaite
,
01:47
Re: [Qemu-devel] qemu-img convert with block driver without .bdrv_create (like iscsi)
,
Alexandre DERUMIER
,
01:37
Re: [Qemu-devel] [PATCH 0/4 V5] char: Add CirMemCharDriver and provide QMP interface
,
Lei Li
,
00:57
Re: [Qemu-devel] [PATCH 1/4] qemu-char: Add new char backend CirMemCharDriver
,
Lei Li
,
00:57
October 25, 2012
Re: [Qemu-devel] [patch v4 13/16] e1000: add busy flag to anti broken device state
,
liu ping fan
,
23:09
Re: [Qemu-devel] [patch v4 13/16] e1000: add busy flag to anti broken device state
,
liu ping fan
,
23:05
Re: [Qemu-devel] [PATCH V14 1/6] docs: document for add-cow file format
,
Dong Xu Wang
,
22:54
Re: [Qemu-devel] [PATCH] dma: Define dma_context_memory and use in sysbus-ohci
,
Peter Crosthwaite
,
22:53
Re: [Qemu-devel] [PATCH V4 04/10] introduce qemu_opts_create_nofail function
,
Dong Xu Wang
,
22:47
Re: [Qemu-devel] [PATCH] dma: Define dma_context_memory and use in sysbus-ohci
,
David Gibson
,
20:52
Re: [Qemu-devel] [PATCH v1 5/8] xilinx_zynq: add USB controllers
,
Peter Crosthwaite
,
19:59
Re: [Qemu-devel] [PATCH v1 5/8] xilinx_zynq: add USB controllers
,
Peter Crosthwaite
,
19:54
Re: [Qemu-devel] [PATCH 18/37] target-i386: add stubs for hyperv_(vapic_recommended|relaxed_timing_enabled|get_spinlock_retries)()
,
Don Slutz
,
17:44
Re: [Qemu-devel] [PATCH 27/37] target-i386: convert "tsc-frequency" to static property
,
Don Slutz
,
17:40
Re: [Qemu-devel] [PATCH 26/26] qidl: unit tests and build infrastructure
,
Michael Roth
,
17:37
Re: [Qemu-devel] [PATCH 26/26] qidl: unit tests and build infrastructure
,
Michael Roth
,
17:28
Re: [Qemu-devel] [PATCH 29/37] target-i386: convert "stepping" to static property
,
Don Slutz
,
17:27
Re: [Qemu-devel] [PATCH 31/37] target-i386: convert "family" to static property
,
Don Slutz
,
17:25
Re: [Qemu-devel] [PATCH 30/37] target-i386: convert "model" to static property
,
Don Slutz
,
17:21
Re: [Qemu-devel] [PATCH v2 1/2] Make default boot order machine specific
,
Alexander Graf
,
16:57
Re: [Qemu-devel] [PATCH v2 1/2] Make default boot order machine specific
,
Peter Maydell
,
16:50
Re: [Qemu-devel] slow xbzrle
,
Stefan Priebe
,
16:45
Re: [Qemu-devel] [PATCH] win32: fix broken build due to missing QEMU_MADV_HUGEPAGE
,
Stefan Weil
,
16:24
Re: [Qemu-devel] [PATCH 1/4] qemu-char: Add new char backend CirMemCharDriver
,
Eric Blake
,
16:21
[Qemu-devel] [PATCH 0/4 V5] char: Add CirMemCharDriver and provide QMP interface
,
Lei Li
,
16:20
[Qemu-devel] [PATCH 4/4] HMP: Introduce console command
,
Lei Li
,
16:20
Re: [Qemu-devel] [PATCH v2 1/2] Make default boot order machine specific
,
Anthony Liguori
,
16:18
Re: [Qemu-devel] [PATCHv2 3/4] Support for "double whitelist" filters
,
Eduardo Otubo
,
16:16
Re: [Qemu-devel] [PATCH 1/4] qemu-char: Add new char backend CirMemCharDriver
,
Eric Blake
,
16:05
[Qemu-devel] [PATCH 4/4] HMP: Introduce console command
,
Lei Li
,
15:56
[Qemu-devel] [PATCH 3/4] QAPI: Introduce memchar-read QMP command
,
Lei Li
,
15:56
[Qemu-devel] [PATCH 2/4] QAPI: Introduce memchar-write QMP command
,
Lei Li
,
15:56
[Qemu-devel] [PATCH 1/4] qemu-char: Add new char backend CirMemCharDriver
,
Lei Li
,
15:56
[Qemu-devel] [PATCH 0/4 V5] char: Add CirMemCharDriver and provide QMP interface
,
Lei Li
,
15:56
[Qemu-devel] [PATCH 3/4] QAPI: Introduce memchar-read QMP command
,
Lei Li
,
15:49
[Qemu-devel] [PATCH 2/4] QAPI: Introduce memchar-write QMP command
,
Lei Li
,
15:49
[Qemu-devel] [PATCH 1/4] qemu-char: Add new char backend CirMemCharDriver
,
Lei Li
,
15:49
Re: [Qemu-devel] [PATCH 5/5] HMP: Introduce console command
,
Lei Li
,
15:44
[Qemu-devel] [Bug 1071236] [NEW] creating qcow2 image with preallocation fails if size >=4G
,
Marek Mrva
,
15:36
Re: [Qemu-devel] [patch v4 00/16] push mmio dispatch out of big lock
,
Peter Maydell
,
15:06
Re: [Qemu-devel] [patch v4 00/16] push mmio dispatch out of big lock
,
Jan Kiszka
,
15:02
Re: [Qemu-devel] [PATCH v2 00/12] Portable thread-pool/AIO, Win32 emulated AIO
,
Anthony Liguori
,
14:49
Re: [Qemu-devel] [patch v4 12/16] e1000: apply fine lock on e1000
,
Jan Kiszka
,
14:48
Re: [Qemu-devel] [PATCH V4 00/12] SD save/load support, SD qomification and bug fixes
,
Igor Mitsyanko
,
14:46
Re: [Qemu-devel] [PATCH v4 2/2] hw/qdev: Abort rather than ignoring errors adding device properties
,
Anthony Liguori
,
14:39
Re: [Qemu-devel] [PATCH v4 1/2] qom: Detect attempts to add a property that already exists
,
Anthony Liguori
,
14:39
Re: [Qemu-devel] [patch v4 00/16] push mmio dispatch out of big lock
,
Marcelo Tosatti
,
14:13
Re: [Qemu-devel] [PATCH v4 1/2] qom: Detect attempts to add a property that already exists
,
Peter Maydell
,
13:35
Re: [Qemu-devel] [PATCH v4 1/2] qom: Detect attempts to add a property that already exists
,
Markus Armbruster
,
13:27
Re: [Qemu-devel] [patch v4 00/16] push mmio dispatch out of big lock
,
Peter Maydell
,
13:13
Re: [Qemu-devel] [PATCH 1/3] nbd: Only try to send flush/discard commands if connected to the NBD server
,
Jamie Lokier
,
13:09
Re: [Qemu-devel] [patch v4 00/16] push mmio dispatch out of big lock
,
Avi Kivity
,
13:08
Re: [Qemu-devel] [patch v4 12/16] e1000: apply fine lock on e1000
,
Avi Kivity
,
13:04
Re: [Qemu-devel] [patch v4 12/16] e1000: apply fine lock on e1000
,
Avi Kivity
,
13:02
Re: [Qemu-devel] [PATCH v2 1/2] Make default boot order machine specific
,
Peter Maydell
,
13:01
Re: [Qemu-devel] [PATCH v2 0/2] Qemu boot order patch series
,
Alexander Graf
,
12:49
Re: [Qemu-devel] [patch v4 00/16] push mmio dispatch out of big lock
,
Jan Kiszka
,
12:44
Re: [Qemu-devel] [patch v4 12/16] e1000: apply fine lock on e1000
,
Jan Kiszka
,
12:41
Re: [Qemu-devel] [patch v4 12/16] e1000: apply fine lock on e1000
,
Jan Kiszka
,
12:40
Re: [Qemu-devel] [patch v4 05/16] memory: introduce ref, unref interface for MemoryRegionOps
,
Avi Kivity
,
12:28
Re: [Qemu-devel] [patch v4 12/16] e1000: apply fine lock on e1000
,
Avi Kivity
,
12:24
Re: [Qemu-devel] [PATCH v2 00/12] Portable thread-pool/AIO, Win32 emulated AIO
,
Paolo Bonzini
,
12:23
Re: [Qemu-devel] [patch v4 12/16] e1000: apply fine lock on e1000
,
Avi Kivity
,
12:21
Re: [Qemu-devel] [memory] abort with head a8170e5
,
Avi Kivity
,
12:12
Re: [Qemu-devel] [PATCH v2 00/12] Portable thread-pool/AIO, Win32 emulated AIO
,
Stefan Hajnoczi
,
12:01
Re: [Qemu-devel] [PATCH V4 00/12] SD save/load support, SD qomification and bug fixes
,
Peter Maydell
,
11:47
[Qemu-devel] [PATCH v4 1/2] qom: Detect attempts to add a property that already exists
,
Peter Maydell
,
11:26
[Qemu-devel] [PATCH v4 2/2] hw/qdev: Abort rather than ignoring errors adding device properties
,
Peter Maydell
,
11:26
[Qemu-devel] [PATCH V4 09/10] Use QemuOpts support in block layer
,
Dong Xu Wang
,
11:23
[Qemu-devel] [PATCH v4 0/2] qdev: Detect duplicate device properties
,
Peter Maydell
,
11:22
Re: [Qemu-devel] [PATCH V14 1/6] docs: document for add-cow file format
,
Eric Blake
,
10:57
Re: [Qemu-devel] [memory] abort with head a8170e5
,
Aurelien Jarno
,
10:39
[Qemu-devel] [PATCH v2 1/2] Make default boot order machine specific
,
Avik Sil
,
10:38
[Qemu-devel] [PATCH v2 0/2] Qemu boot order patch series
,
Avik Sil
,
10:38
[Qemu-devel] [PATCH v2 2/2] pseries: set no default boot order
,
Avik Sil
,
10:38
[Qemu-devel] [PATCH V4 10/10] remove QEMUOptionParameter related functions and struct
,
Dong Xu Wang
,
10:36
Re: [Qemu-devel] [PATCH] pci: avoid destroying bridge address space windows in a transaction
,
Aurelien Jarno
,
10:35
[Qemu-devel] [PATCH V4 08/10] Create four opts list related functions
,
Dong Xu Wang
,
10:11
Re: [Qemu-devel] [PATCH v1 5/8] xilinx_zynq: add USB controllers
,
Gerd Hoffmann
,
10:10
Re: [Qemu-devel] [PATCH v1 8/8] usb/ehci: Put RAM in undefined MMIO regions
,
Peter Maydell
,
10:08
Re: [Qemu-devel] [patch v4 00/16] push mmio dispatch out of big lock
,
Peter Maydell
,
10:04
Re: [Qemu-devel] qemu-img convert with block driver without .bdrv_create (like iscsi)
,
ronnie sahlberg
,
10:00
Re: [Qemu-devel] [PATCH v1 8/8] usb/ehci: Put RAM in undefined MMIO regions
,
Peter Crosthwaite
,
09:59
Re: [Qemu-devel] qemu-img convert with block driver without .bdrv_create (like iscsi)
,
Paolo Bonzini
,
09:59
Re: [Qemu-devel] [PATCH v1 8/8] usb/ehci: Put RAM in undefined MMIO regions
,
Avi Kivity
,
09:57
Re: [Qemu-devel] qemu-img convert with block driver without .bdrv_create (like iscsi)
,
Kevin Wolf
,
09:55
Re: [Qemu-devel] [PATCH v1 8/8] usb/ehci: Put RAM in undefined MMIO regions
,
Peter Maydell
,
09:50
Re: [Qemu-devel] [PATCH v1 5/8] xilinx_zynq: add USB controllers
,
Gerd Hoffmann
,
09:49
Re: [Qemu-devel] [memory] abort with head a8170e5
,
Avi Kivity
,
09:48
Re: [Qemu-devel] qemu-img convert with block driver without .bdrv_create (like iscsi)
,
ronnie sahlberg
,
09:42
Re: [Qemu-devel] [PATCH v1 8/8] usb/ehci: Put RAM in undefined MMIO regions
,
Avi Kivity
,
09:41
[Qemu-devel] [PATCH V14 6/6] qemu-iotests: add add-cow iotests support.
,
Dong Xu Wang
,
09:37
[Qemu-devel] [PATCH V14 4/6] rename qcow2-cache.c to block-cache.c
,
Dong Xu Wang
,
09:37
[Qemu-devel] [PATCH V14 5/6] add-cow file format core code.
,
Dong Xu Wang
,
09:37
[Qemu-devel] [PATCH V14 3/6] qed_read_string to bdrv_read_string
,
Dong Xu Wang
,
09:37
[Qemu-devel] [PATCH V14 2/6] make path_has_protocol non static
,
Dong Xu Wang
,
09:37
[Qemu-devel] [PATCH V14 1/6] docs: document for add-cow file format
,
Dong Xu Wang
,
09:37
[Qemu-devel] [PATCH V14 0/6] add-cow file format
,
Dong Xu Wang
,
09:37
Re: [Qemu-devel] [patch v4 12/16] e1000: apply fine lock on e1000
,
Jan Kiszka
,
09:34
Re: [Qemu-devel] [PATCH v1 8/8] usb/ehci: Put RAM in undefined MMIO regions
,
Peter Maydell
,
09:29
Re: [Qemu-devel] [PATCH v1 5/8] xilinx_zynq: add USB controllers
,
Peter Crosthwaite
,
09:24
Re: [Qemu-devel] [PATCH 03/12] hw/pl080: Use LOG_GUEST_ERROR and LOG_UNIMP
,
Peter Maydell
,
09:23
Re: [Qemu-devel] [PATCH 26/27] pc: create separate init function for pc-1.3
,
Eduardo Habkost
,
09:22
Re: [Qemu-devel] [PATCH v1 8/8] usb/ehci: Put RAM in undefined MMIO regions
,
Avi Kivity
,
09:22
Re: [Qemu-devel] [PATCH v1 8/8] usb/ehci: Put RAM in undefined MMIO regions
,
Avi Kivity
,
09:20
Re: [Qemu-devel] [PATCH 03/12] hw/pl080: Use LOG_GUEST_ERROR and LOG_UNIMP
,
malc
,
09:19
Re: [Qemu-devel] [PATCH v1 3/8] usb/ehci: seperate out PCIisms
,
Peter Crosthwaite
,
09:19
Re: [Qemu-devel] [PATCH v1 4/8] usb/ehci: Add usb-ehci-sysbus
,
Avi Kivity
,
09:18
Re: [Qemu-devel] slow xbzrle
,
Orit Wasserman
,
09:15
Re: [Qemu-devel] [PATCH v1 5/8] xilinx_zynq: add USB controllers
,
Gerd Hoffmann
,
09:14
Re: [Qemu-devel] [PATCH v1 8/8] usb/ehci: Put RAM in undefined MMIO regions
,
Peter Maydell
,
09:12
Re: [Qemu-devel] [PATCH V4 04/10] introduce qemu_opts_create_nofail function
,
Peter Maydell
,
09:06
Re: [Qemu-devel] [PATCH v1 8/8] usb/ehci: Put RAM in undefined MMIO regions
,
Peter Crosthwaite
,
09:03
[Qemu-devel] [PATCH V4 07/10] add def_value and use it in qemu_opts_print.
,
Dong Xu Wang
,
08:58
[Qemu-devel] [PATCH V4 03/10] qemu-option: qemu_opt_set_bool(): fix code duplication
,
Dong Xu Wang
,
08:58
[Qemu-devel] [PATCH V4 04/10] introduce qemu_opts_create_nofail function
,
Dong Xu Wang
,
08:58
[Qemu-devel] [PATCH 02/12] hw/pl061: Use LOG_GUEST_ERROR
,
Peter Maydell
,
08:58
Re: [Qemu-devel] [PATCH v1 3/8] usb/ehci: seperate out PCIisms
,
Gerd Hoffmann
,
08:58
[Qemu-devel] [PATCH V4 05/10] use qemu_opts_create_nofail
,
Dong Xu Wang
,
08:58
[Qemu-devel] [PATCH V4 06/10] create new function: qemu_opt_set_number
,
Dong Xu Wang
,
08:58
[Qemu-devel] [PATCH 04/12] hw/pl110: Use LOG_GUEST_ERROR rather than hw_error()
,
Peter Maydell
,
08:58
[Qemu-devel] [PATCH 00/12] use LOG_GUEST_ERROR in more ARM devices
,
Peter Maydell
,
08:58
[Qemu-devel] [PATCH 07/12] hw/arm_gic: Use LOG_GUEST_ERROR
,
Peter Maydell
,
08:58
[Qemu-devel] [PATCH V4 02/10] qemu-option: qemu_opts_validate(): fix duplicated code
,
Dong Xu Wang
,
08:58
[Qemu-devel] [PATCH 06/12] hw/arm11mpcore: Use LOG_GUEST_ERROR rather than hw_error()
,
Peter Maydell
,
08:58
[Qemu-devel] [PATCH 10/12] hw/arm_sysctl: Use LOG_GUEST_ERROR
,
Peter Maydell
,
08:58
[Qemu-devel] [PATCH V4 01/10] qemu-option: opt_set(): split it up into more functions
,
Dong Xu Wang
,
08:58
[Qemu-devel] [PATCH 12/12] hw/versatile_i2c: Use LOG_GUEST_ERROR
,
Peter Maydell
,
08:58
[Qemu-devel] [PATCH 01/12] hw/pl050: Use LOG_GUEST_ERROR
,
Peter Maydell
,
08:58
[Qemu-devel] [PATCH 08/12] hw/arm_timer: Use LOG_GUEST_ERROR and LOG_UNIMP
,
Peter Maydell
,
08:58
[Qemu-devel] [PATCH V4 00/10] replace QEMUOptionParameter with QemuOpts parser
,
Dong Xu Wang
,
08:58
[Qemu-devel] [PATCH 09/12] hw/armv7m_nvic: Use LOG_GUEST_ERROR and LOG_UNIMP
,
Peter Maydell
,
08:58
[Qemu-devel] [PATCH 11/12] hw/arm_l2x0: Use LOG_GUEST_ERROR
,
Peter Maydell
,
08:58
[Qemu-devel] [PATCH 05/12] hw/pl190: Use LOG_UNIMP rather than hw_error()
,
Peter Maydell
,
08:58
[Qemu-devel] [PATCH 03/12] hw/pl080: Use LOG_GUEST_ERROR and LOG_UNIMP
,
Peter Maydell
,
08:58
Re: [Qemu-devel] [PATCH v1 5/8] xilinx_zynq: add USB controllers
,
Peter Crosthwaite
,
08:56
[Qemu-devel] [PATCH 35/36] xhci: make number of interrupters and slots configurable
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 30/36] uhci: Retry to fill the queue while waiting for td completion
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 31/36] uhci: Use only one queue for ctrl endpoints
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 22/36] uhci: Add uhci_read_td() helper function
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 04/36] ehci: Set int flag on a short input packet
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 07/36] ehci: Detect going in circles when filling the queue
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 09/36] xhci: Add a xhci_ep_nuke_one_xfer helper function
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 26/36] uhci: Verify queue has not been changed by guest
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 19/36] uhci: Drop unnecessary forward declaration of some static functions
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 24/36] uhci: Store ep in UHCIQueue
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 05/36] ehci: Improve latency of interrupt delivery and async schedule scanning
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 23/36] uhci: Make uhci_fill_queue() actually operate on an UHCIQueue
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 36/36] xhci: fix usb name in caps
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 14/36] usb: Add an int_req flag to USBPacket
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 25/36] uhci: Immediately free queues on device disconnect
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 17/36] uhci: cleanup: Add an unlink call to uhci_async_cancel()
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 13/36] usb: Move short-not-ok handling to the core
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 27/36] uhci: Detect guest td re-use
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 28/36] uhci: When the guest marks a pending td non-active, cancel the queue
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 21/36] uhci: Rename UHCIAsync->td to UHCIAsync->td_addr
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 34/36] xhci: allow disabling interrupters
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 16/36] uhci: No need to handle async completion of isoc packets
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 12/36] usb: Move clearing of queue on halt to the core
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 32/36] xhci: fix function name in error message
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 06/36] ehci: Speed up the timer of raising int from the async schedule
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 01/36] uhci: Properly unmap packets on cancel / invalid pid
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 15/36] usb: Enforce iso endpoints never returing USB_RET_ASYNC
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 08/36] ehci: Retry to fill the queue while waiting for td completion
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 11/36] usb: Add USB_RET_ADD_TO_QUEUE packet result code
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 18/36] uhci: Don't retry on error
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 29/36] uhci: Always mark a queue valid when we encounter it
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 03/36] ehci: Get rid of packet tbytes field
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 10/36] usb: Rename __usb_packet_complete to usb_packet_complete_one
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 33/36] xhci: flush endpoint context unconditinally
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PATCH 20/36] uhci: Move emptying of the queue's asyncs' queue to uhci_queue_free
,
Gerd Hoffmann
,
08:53
[Qemu-devel] [PULL 00/36] usb patch queue
,
Gerd Hoffmann
,
08:52
[Qemu-devel] [PATCH 02/36] uhci: Move checks to continue queuing to uhci_fill_queue()
,
Gerd Hoffmann
,
08:52
Re: [Qemu-devel] [PATCH v1 3/8] usb/ehci: seperate out PCIisms
,
Peter Crosthwaite
,
08:44
Re: [Qemu-devel] [PATCH v1 4/8] usb/ehci: Add usb-ehci-sysbus
,
Peter Crosthwaite
,
08:39
[Qemu-devel] [PATCH] hw/qxl: vaildate surface->data
,
Alon Levy
,
08:27
Re: [Qemu-devel] [PATCH v1 8/8] usb/ehci: Put RAM in undefined MMIO regions
,
Gerd Hoffmann
,
08:19
Re: [Qemu-devel] slow xbzrle
,
Stefan Priebe - Profihost AG
,
08:18
Re: [Qemu-devel] [PATCH v1 5/8] xilinx_zynq: add USB controllers
,
Peter Maydell
,
08:16
Re: [Qemu-devel] [PATCH v2 1/5] KVM: define KVM_CAP_READONLY_MEM unconditionally
,
Jan Kiszka
,
08:15
Re: [Qemu-devel] [PATCH v1 5/8] xilinx_zynq: add USB controllers
,
Gerd Hoffmann
,
08:12
Re: [Qemu-devel] [PATCH v1 4/8] usb/ehci: Add usb-ehci-sysbus
,
Gerd Hoffmann
,
08:10
Re: [Qemu-devel] [PATCH v1 3/8] usb/ehci: seperate out PCIisms
,
Gerd Hoffmann
,
08:08
Re: [Qemu-devel] [PATCH v1 1/8] usb/ehci: parameterise the register region offsets
,
Gerd Hoffmann
,
08:04
Re: [Qemu-devel] slow xbzrle
,
Orit Wasserman
,
07:39
[Qemu-devel] [PATCH v2 0/2] xtensa boards: don't prematurely explode QEMUMachineInitArgs
,
Max Filippov
,
07:38
[Qemu-devel] [PATCH v2 1/2] hw/xtensa_lx60: don't prematurely explode QEMUMachineInitArgs
,
Max Filippov
,
07:38
[Qemu-devel] [PATCH v2 2/2] hw/xtensa_sim: get rid of intermediate xtensa_sim_init
,
Max Filippov
,
07:38
Re: [Qemu-devel] [PATCH 1/2] hw/xtensa_lx60: don't prematurely explode QEMUMachineInitArgs
,
Max Filippov
,
07:37
Re: [Qemu-devel] [PATCH v2 2/5] Qemu: update header files
,
Peter Maydell
,
07:03
[Qemu-devel] [PATCH v2 2/5] Qemu: update header files
,
Xiao Guangrong
,
06:45
[Qemu-devel] [PATCH] pci: avoid destroying bridge address space windows in a transaction
,
Avi Kivity
,
06:38
Re: [Qemu-devel] slow xbzrle
,
Stefan Priebe - Profihost AG
,
06:35
Re: [Qemu-devel] [PATCH] dma: Define dma_context_memory and use in sysbus-ohci
,
Peter Crosthwaite
,
06:33
[Qemu-devel] [PATCH v1 5/8] xilinx_zynq: add USB controllers
,
Peter Crosthwaite
,
06:13
[Qemu-devel] [PATCH v1 6/8] usb/ehci: Guard definition of EHCI_DEBUG
,
Peter Crosthwaite
,
06:10
[Qemu-devel] [Bug 1071149] Re: target-mips: special3 instruction dinsm translation error
,
Aurelien Jarno
,
06:06
Re: [Qemu-devel] [PATCH 1/2] hw/xtensa_lx60: don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
06:04
[Qemu-devel] [PATCH v1 7/8] usb/ehci: Debug mode compile fixes
,
Peter Crosthwaite
,
05:58
[Qemu-devel] [PATCH v1 8/8] usb/ehci: Put RAM in undefined MMIO regions
,
Peter Crosthwaite
,
05:58
Re: [Qemu-devel] [PATCH v1 4/8] usb/ehci: Add usb-ehci-sysbus
,
Peter Maydell
,
05:55
[Qemu-devel] [PATCH v1 4/8] usb/ehci: Add usb-ehci-sysbus
,
Peter Crosthwaite
,
05:48
[Qemu-devel] [PATCH v1 3/8] usb/ehci: seperate out PCIisms
,
Peter Crosthwaite
,
05:47
[Qemu-devel] [PATCH v1 2/8] usb/ehci: Abstract away PCI DMA API
,
Peter Crosthwaite
,
05:47
[Qemu-devel] [PATCH v1 1/8] usb/ehci: parameterise the register region offsets
,
Peter Crosthwaite
,
05:47
[Qemu-devel] [PATCH v1 0/8] Sysbus EHCI + Zynq USB.
,
Peter Crosthwaite
,
05:47
Re: [Qemu-devel] slow xbzrle
,
Orit Wasserman
,
05:44
Re: [Qemu-devel] [patch v4 12/16] e1000: apply fine lock on e1000
,
Jan Kiszka
,
05:31
[Qemu-devel] [PATCH v2 5/5] Qemu: mark pci rom readonly
,
Xiao Guangrong
,
05:24
[Qemu-devel] [PATCH v2 3/5] Qemu: do not mark bios readonly
,
Xiao Guangrong
,
05:24
[Qemu-devel] [PATCH v2 4/5] Qemu: implement readonly memory
,
Xiao Guangrong
,
05:23
[Qemu-devel] [PATCH v2 1/5] KVM: define KVM_CAP_READONLY_MEM unconditionally
,
Xiao Guangrong
,
05:22
[Qemu-devel] [PATCH v2 0/5] Qemu: implement readonly memory
,
Xiao Guangrong
,
05:22
Re: [Qemu-devel] [patch v4 13/16] e1000: add busy flag to anti broken device state
,
Avi Kivity
,
05:04
Re: [Qemu-devel] [patch v4 12/16] e1000: apply fine lock on e1000
,
Avi Kivity
,
05:02
Re: [Qemu-devel] [patch v4 13/16] e1000: add busy flag to anti broken device state
,
Peter Maydell
,
05:01
Re: [Qemu-devel] [patch v4 07/16] memory: make mmio dispatch able to be out of biglock
,
Avi Kivity
,
04:58
Re: [Qemu-devel] [patch v4 13/16] e1000: add busy flag to anti broken device state
,
Avi Kivity
,
04:56
[Qemu-devel] [PATCH 2/2] hw/xtensa_sim: get rid of intermediate xtensa_sim_init
,
Max Filippov
,
04:48
[Qemu-devel] [PATCH 0/2] xtensa boards: don't prematurely explode QEMUMachineInitArgs
,
Max Filippov
,
04:47
[Qemu-devel] [PATCH 1/2] hw/xtensa_lx60: don't prematurely explode QEMUMachineInitArgs
,
Max Filippov
,
04:47
[Qemu-devel] [Bug 1071149] Re: target-mips: special3 instruction dinsm translation error
,
Aurelien Jarno
,
04:13
[Qemu-devel] slow xbzrle
,
Stefan Priebe - Profihost AG
,
04:12
Re: [Qemu-devel] qemu-img convert with block driver without .bdrv_create (like iscsi)
,
Kevin Wolf
,
04:02
Re: [Qemu-devel] [PATCH 00/32] Header file renaming and cleanup
,
Zhi Yong Wu
,
04:01
Re: [Qemu-devel] [RFC PATCH v3 05/19] Implement dimm device abstraction
,
liu ping fan
,
04:00
Re: [Qemu-devel] [PATCH 00/32] Header file renaming and cleanup
,
Stefan Hajnoczi
,
03:54
Re: [Qemu-devel] qemu-img convert with block driver without .bdrv_create (like iscsi)
,
Paolo Bonzini
,
03:52
Re: [Qemu-devel] [PATCH 15/32] net: reorganize headers
,
Stefan Hajnoczi
,
03:51
Re: [Qemu-devel] qemu-img convert with block driver without .bdrv_create (like iscsi)
,
Kevin Wolf
,
03:47
Re: [Qemu-devel] qemu-img convert with block driver without .bdrv_create (like iscsi)
,
Paolo Bonzini
,
03:42
Re: [Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug
,
Paolo Bonzini
,
03:40
[Qemu-devel] qemu-img convert with block driver without .bdrv_create (like iscsi)
,
Alexandre DERUMIER
,
03:26
Re: [Qemu-devel] [RESEND PATCH v6 0/3] tcg: enhance code generation quality for qemu_ld/st IRs
,
Yeongkyoon Lee
,
03:15
Re: [Qemu-devel] uhci: Cleanups, fixes and improvements
,
Gerd Hoffmann
,
03:14
Re: [Qemu-devel] usb: input-pipelining + speedups v3
,
Gerd Hoffmann
,
03:14
Re: [Qemu-devel] [PATCH 15/22] usb: Add packet combining functions
,
Gerd Hoffmann
,
02:55
[Qemu-devel] [Bug 1071149] [NEW] target-mips: special3 instruction dinsm translation error
,
Nikita Kanunnikov
,
02:54
Re: [Qemu-devel] [PATCH v2 0/7] TCG global variables clean-up
,
Evgeny Voevodin
,
02:46
Re: [Qemu-devel] [PATCH 1/3] nbd: Only try to send flush/discard commands if connected to the NBD server
,
Kevin Wolf
,
02:37
Re: [Qemu-devel] nvram and boot order
,
David Gibson
,
01:40
[Qemu-devel] [PATCH v11 6/6] allower the user to disable pv event support
,
Hu Tao
,
00:17
[Qemu-devel] [PATCH v11 4/6] add a new qevent: QEVENT_GUEST_PANICKED
,
Hu Tao
,
00:17
[Qemu-devel] [PATCH v11 5/6] introduce a new qom device to deal with panicked event
,
Hu Tao
,
00:16
[Qemu-devel] [PATCH v11] kvm: notify host when the guest is panicked
,
Hu Tao
,
00:16
[Qemu-devel] [PATCH v11 3/6] add a new runstate: RUN_STATE_GUEST_PANICKED
,
Hu Tao
,
00:16
[Qemu-devel] [PATCH v11 1/6] start vm after reseting it
,
Hu Tao
,
00:16
[Qemu-devel] [PATCH v11 2/6] update kernel headers
,
Hu Tao
,
00:16
October 24, 2012
Re: [Qemu-devel] [PATCH v2 0/7] TCG global variables clean-up
,
Evgeny Voevodin
,
23:41
Re: [Qemu-devel] [PATCH v2 0/7] TCG global variables clean-up
,
Wei-Ren Chen
,
23:18
Re: [Qemu-devel] [PATCH v2 0/7] TCG global variables clean-up
,
Evgeny Voevodin
,
23:06
Re: [Qemu-devel] [PATCH] stream: fix ratelimit_set_speed
,
Eric Blake
,
19:29
Re: [Qemu-devel] raltelimit bug
,
Eric Blake
,
19:24
[Qemu-devel] [PATCH] stream: fix ratelimit_set_speed
,
Dietmar Maurer
,
19:13
[Qemu-devel] raltelimit bug
,
Dietmar Maurer
,
19:13
[Qemu-devel] [QEMU PATCH 3/3] target-i386: kvm_cpu_fill_host: use GET_SUPPORTED_CPUID
,
Eduardo Habkost
,
17:43
[Qemu-devel] [QEMU PATCH 2/3] target-i386: cpu: make -cpu host/check/enforce code KVM-specific
,
Eduardo Habkost
,
17:43
[Qemu-devel] [QEMU PATCH 1/3] target-i385: make cpu_x86_fill_host() void
,
Eduardo Habkost
,
17:43
[Qemu-devel] [QEMU PATCH 0/3] Fix -cpu host and enforce/check to use GET_SUPPORTED_CPUID
,
Eduardo Habkost
,
17:43
Re: [Qemu-devel] [PATCHv2 3/4] Support for "double whitelist" filters
,
Eduardo Otubo
,
16:06
Re: [Qemu-devel] [PATCH v3 01/26] blockdev: Introduce a default machine blockdev interface field, QEMUMachine->mach_if
,
Jason Baron
,
15:42
Re: [Qemu-devel] [PATCH v3 02/26] blockdev: Introduce IF_AHCI
,
Jason Baron
,
15:36
Re: [Qemu-devel] [PATCH 00/32] Header file renaming and cleanup
,
Andreas Färber
,
15:25
Re: [Qemu-devel] [PATCH V19 5/7] Add a TPM Passthrough backend driver implementation
,
Stefan Berger
,
15:10
Re: [Qemu-devel] [PATCH V19 7/7] Add fd parameter for TPM passthrough driver
,
Stefan Berger
,
15:09
Re: [Qemu-devel] [PATCH V19 1/7] Support for TPM command line options
,
Stefan Berger
,
15:08
Re: [Qemu-devel] [PATCH V19 2/7] Add TPM (frontend) hardware interface (TPM TIS) to Qemu
,
Stefan Berger
,
14:47
[Qemu-devel] [PATCH 24/27] tests: support target-specific unit tests
,
Eduardo Habkost
,
14:29
[Qemu-devel] [PATCH 09/27] pc: pc_init1(): get QEMUMachineInitArgs argument
,
Eduardo Habkost
,
14:25
[Qemu-devel] [PATCH 13/27] pc: pass PCInitArgs struct to pc_memory_init()
,
Eduardo Habkost
,
14:25
[Qemu-devel] [PATCH 17/27] xen_machine_pv: use cpu_init() instead of cpu_x86_init()
,
Eduardo Habkost
,
14:25
Re: [Qemu-devel] [PATCH 26/27] pc: create separate init function for pc-1.3
,
Michael S. Tsirkin
,
14:10
[Qemu-devel] [PATCH 07/27] pc: pc_init1(): always use rom_memory on pc_memory_init() call
,
Eduardo Habkost
,
13:54
[Qemu-devel] [PATCH 10/27] pc: create PCInitArgs struct
,
Eduardo Habkost
,
13:54
[Qemu-devel] [PATCH 18/27] pc: isolate the code that create CPUs
,
Eduardo Habkost
,
13:54
[Qemu-devel] [PATCH 08/27] pc: pc_init1(): remove MemoryRegion arguments
,
Eduardo Habkost
,
13:54
[Qemu-devel] [PATCH 15/27] pc: rename bochs_bios_init() to pc_bios_init()
,
Eduardo Habkost
,
13:54
Re: [Qemu-devel] [PATCH 00/15] QEMU KVM_GET_SUPPORTED_CPUID cleanups and fixes
,
Eduardo Habkost
,
13:52
[Qemu-devel] [PATCH 22/27] pc: set CPU APIC ID explicitly
,
Eduardo Habkost
,
13:49
[Qemu-devel] [PATCH 06/27] target-i386: kvm: set vcpu_id to APIC ID instead of CPU index
,
Eduardo Habkost
,
13:49
[Qemu-devel] [PATCH 27/27] pc: generate APIC IDs according to CPU topology
,
Eduardo Habkost
,
13:49
[Qemu-devel] [PATCH 25/27] target-i386: topology & APIC ID utility functions
,
Eduardo Habkost
,
13:49
[Qemu-devel] Subject: [PATCH 00/27] Fix APIC-ID-based CPU topology, take 3
,
Eduardo Habkost
,
13:49
[Qemu-devel] [PATCH 21/27] fw_cfg: remove FW_CFG_MAX_CPUS from fw_cfg_init()
,
Eduardo Habkost
,
13:49
[Qemu-devel] [PATCH 16/27] pc: pass PCInitArgs struct to pc_bios_init()
,
Eduardo Habkost
,
13:49
[Qemu-devel] [PATCH 12/27] pc: add PCInitArgs parameter to pc_cpus_init()
,
Eduardo Habkost
,
13:49
[Qemu-devel] [PATCH 02/27] cpus.h: include qemu-stdio.h
,
Eduardo Habkost
,
13:49
[Qemu-devel] [PATCH 23/27] pc: set fw_cfg data based on APIC ID calculation
,
Eduardo Habkost
,
13:49
[Qemu-devel] [PATCH 20/27] target-i386: do not call x86_cpu_realize() on cpu_x86_init()
,
Eduardo Habkost
,
13:49
[Qemu-devel] [PATCH 01/27] move I/O-related definitions from qemu-common.h to a new header (qemu-stdio.h)
,
Eduardo Habkost
,
13:49
[Qemu-devel] [PATCH 11/27] pc: add PC_DEFAULT_CPU_MODEL #define
,
Eduardo Habkost
,
13:49
[Qemu-devel] [PATCH 05/27] kvm: create kvm_arch_vcpu_id() function
,
Eduardo Habkost
,
13:49
[Qemu-devel] [PATCH 26/27] pc: create separate init function for pc-1.3
,
Eduardo Habkost
,
13:49
[Qemu-devel] [PATCH 14/27] pc: use FWCfgState* instead of void* for fw_cfg data
,
Eduardo Habkost
,
13:48
[Qemu-devel] [PATCH 19/27] cpu_x86_init: check for x86_cpu_realize() errors
,
Eduardo Habkost
,
13:48
[Qemu-devel] [PATCH 04/27] target-i386: initialize APIC at CPU level
,
Eduardo Habkost
,
13:48
[Qemu-devel] [PATCH 03/27] hw/apic.c: rename bit functions to not conflict with bitops.h
,
Eduardo Habkost
,
13:48
Re: [Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug
,
Corey Bryant
,
13:30
Re: [Qemu-devel] [PATCH] configure: avoid compiler warning in pipe2 detection
,
Andreas Färber
,
13:20
Re: [Qemu-devel] [RFC PATCH v3 05/19] Implement dimm device abstraction
,
Vasilis Liaskovitis
,
13:16
Re: [Qemu-devel] [PATCH v3 25/26] q35: fill in usb pci slots with -usb
,
Paolo Bonzini
,
13:10
[Qemu-devel] [PATCH 15/17] uhci: Always mark a queue valid when we encounter it
,
Hans de Goede
,
12:54
[Qemu-devel] [PATCH 16/17] uhci: Retry to fill the queue while waiting for td completion
,
Hans de Goede
,
12:54
[Qemu-devel] [PATCH 17/17] uhci: Use only one queue for ctrl endpoints
,
Hans de Goede
,
12:54
[Qemu-devel] [PATCH 21/22] usb-redir: Allow to attach USB 2.0 devices to 1.1 host controller
,
Hans de Goede
,
12:48
Re: [Qemu-devel] [PATCH] configure: avoid compiler warning in pipe2 detection
,
Peter Maydell
,
12:48
[Qemu-devel] [PATCH 20/22] usb-redir: Use reject rather the disconnect on bad ep info
,
Hans de Goede
,
12:48
Re: [Qemu-devel] [PATCH] target-i386: cpu: recover items 28-31 of ext2_feature_name
,
Don Slutz
,
12:34
[Qemu-devel] [PATCH 14/17] uhci: When the guest marks a pending td non-active, cancel the queue
,
Hans de Goede
,
12:30
[Qemu-devel] [PATCH 10/17] uhci: Store ep in UHCIQueue
,
Hans de Goede
,
12:30
[Qemu-devel] [PATCH 12/17] uhci: Verify queue has not been changed by guest
,
Hans de Goede
,
12:30
[Qemu-devel] [PATCH 13/17] uhci: Detect guest td re-use
,
Hans de Goede
,
12:30
[Qemu-devel] [PATCH 11/17] uhci: Immediately free queues on device disconnect
,
Hans de Goede
,
12:30
[Qemu-devel] [PATCH 03/17] uhci: cleanup: Add an unlink call to uhci_async_cancel()
,
Hans de Goede
,
12:30
[Qemu-devel] [PATCH 08/17] uhci: Add uhci_read_td() helper function
,
Hans de Goede
,
12:30
[Qemu-devel] [PATCH 05/17] uhci: Drop unnecessary forward declaration of some static functions
,
Hans de Goede
,
12:30
[Qemu-devel] [PATCH 09/17] uhci: Make uhci_fill_queue() actually operate on an UHCIQueue
,
Hans de Goede
,
12:30
[Qemu-devel] [PATCH 04/17] uhci: Don't retry on error
,
Hans de Goede
,
12:30
[Qemu-devel] [PATCH 06/17] uhci: Move emptying of the queue's asyncs' queue to uhci_queue_free
,
Hans de Goede
,
12:30
[Qemu-devel] [PATCH 07/17] uhci: Rename UHCIAsync->td to UHCIAsync->td_addr
,
Hans de Goede
,
12:30
[Qemu-devel] [PATCH 02/17] uhci: No need to handle async completion of isoc packets
,
Hans de Goede
,
12:29
[Qemu-devel] uhci: Cleanups, fixes and improvements
,
Hans de Goede
,
12:29
[Qemu-devel] [PATCH 01/17] usb: Enforce iso endpoints never returing USB_RET_ASYNC
,
Hans de Goede
,
12:29
[Qemu-devel] [PATCH 15/22] usb: Add packet combining functions
,
Hans de Goede
,
12:13
[Qemu-devel] [PATCH 14/22] usb: Add an int_req flag to USBPacket
,
Hans de Goede
,
12:13
[Qemu-devel] [PATCH 19/22] usb-redir: Add an usbredir_setup_usb_eps() helper function
,
Hans de Goede
,
12:13
[Qemu-devel] [PATCH 18/22] usb-redir: Add support for input pipelining
,
Hans de Goede
,
12:13
[Qemu-devel] [PATCH 17/22] usb-redir: Add support for 32 bits bulk packet length
,
Hans de Goede
,
12:13
[Qemu-devel] [PATCH 22/22] usb-redir: Allow redirecting super speed devices to high speed controllers
,
Hans de Goede
,
12:13
[Qemu-devel] [PATCH 13/22] usb: Move short-not-ok handling to the core
,
Hans de Goede
,
12:13
[Qemu-devel] [PATCH 12/22] usb: Move clearing of queue on halt to the core
,
Hans de Goede
,
12:13
[Qemu-devel] [PATCH 16/22] combined-packet: Add a workaround for Linux usbfs + live migration
,
Hans de Goede
,
12:13
[Qemu-devel] [PATCH 09/22] xhci: Add a xhci_ep_nuke_one_xfer helper function
,
Hans de Goede
,
12:13
[Qemu-devel] [PATCH 08/22] ehci: Retry to fill the queue while waiting for td completion
,
Hans de Goede
,
12:13
[Qemu-devel] [PATCH 11/22] usb: Add USB_RET_ADD_TO_QUEUE packet result code
,
Hans de Goede
,
12:13
[Qemu-devel] [PATCH 04/22] ehci: Set int flag on a short input packet
,
Hans de Goede
,
12:13
[Qemu-devel] [PATCH 07/22] ehci: Detect going in circles when filling the queue
,
Hans de Goede
,
12:13
[Qemu-devel] [PATCH 10/22] usb: Rename __usb_packet_complete to usb_packet_complete_one
,
Hans de Goede
,
12:13
[Qemu-devel] [PATCH 03/22] ehci: Get rid of packet tbytes field
,
Hans de Goede
,
12:13
[Qemu-devel] [PATCH 05/22] ehci: Improve latency of interrupt delivery and async schedule scanning
,
Hans de Goede
,
12:13
[Qemu-devel] [PATCH 06/22] ehci: Speed up the timer of raising int from the async schedule
,
Hans de Goede
,
12:13
[Qemu-devel] usb: input-pipelining + speedups v3
,
Hans de Goede
,
12:12
[Qemu-devel] [PATCH 01/22] uhci: Properly unmap packets on cancel / invalid pid
,
Hans de Goede
,
12:12
[Qemu-devel] [PATCH 02/22] uhci: Move checks to continue queuing to uhci_fill_queue()
,
Hans de Goede
,
12:12
[Qemu-devel] [PATCH] win32: fix broken build due to missing QEMU_MADV_HUGEPAGE
,
Luiz Capitulino
,
12:11
Re: [Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug
,
Corey Bryant
,
11:56
Re: [Qemu-devel] [PATCH v3 02/26] blockdev: Introduce IF_AHCI
,
Markus Armbruster
,
11:51
Re: [Qemu-devel] FW: 'qemu-nbd' explicite flush to disk
,
Paolo Bonzini
,
11:46
Re: [Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug
,
Paolo Bonzini
,
11:45
Re: [Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug
,
Corey Bryant
,
11:41
Re: [Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug
,
Paolo Bonzini
,
11:22
Re: [Qemu-devel] [PATCH 1/3] nbd: Only try to send flush/discard commands if connected to the NBD server
,
Paolo Bonzini
,
11:17
[Qemu-devel] [PATCH 17/32] ui: move files to ui/ and include/ui/
,
Paolo Bonzini
,
11:09
Re: [Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug
,
Corey Bryant
,
11:04
[Qemu-devel] [PATCH 16/32] qemu-ga: move qemu-ga files to qga/
,
Paolo Bonzini
,
11:03
[Qemu-devel] [PATCH v12 09/14] target-mips: Add ASE DSP bit/manipulation instructions
,
Jia Liu
,
11:02
[Qemu-devel] q35: usb keyboard trouble
,
Gabriel L. Somlo
,
10:55
[Qemu-devel] [PATCH v12 12/14] target-mips: Add ASE DSP processors
,
Jia Liu
,
10:52
Re: [Qemu-devel] [PATCH v2 35/45] add hierarchical bitmap data type and test cases
,
Paolo Bonzini
,
10:50
[Qemu-devel] [PATCH v12 08/14] target-mips: Add ASE DSP multiply instructions
,
Jia Liu
,
10:45
Re: [Qemu-devel] [PATCH 36/37] target-i386: use static properties to list CPUID features
,
Eduardo Habkost
,
10:44
Re: [Qemu-devel] [PATCH v2 35/45] add hierarchical bitmap data type and test cases
,
Kevin Wolf
,
10:41
[Qemu-devel] [PATCH v12 10/14] target-mips: Add ASE DSP compare-pick instructions
,
Jia Liu
,
10:41
[Qemu-devel] [PATCH 25/32] migration: move include files to include/migration/
,
Paolo Bonzini
,
10:38
Re: [Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug
,
Corey Bryant
,
10:35
Re: [Qemu-devel] [PATCH 1/3] nbd: Only try to send flush/discard commands if connected to the NBD server
,
Jamie Lokier
,
10:32
Re: [Qemu-devel] [PATCH 2/3] nbd: Explicitly disconnect and fail inflight I/O requests on error, then reconnect next I/O request.
,
Paolo Bonzini
,
10:32
[Qemu-devel] [PATCH 08/32] build: kill libuser
,
Paolo Bonzini
,
10:31
Re: [Qemu-devel] [PATCH 00/30] Migration thread 20121017 edition
,
Chegu Vinod
,
10:29
[Qemu-devel] [PATCH v12 13/14] target-mips: Add ASE DSP testcases
,
Jia Liu
,
10:20
[Qemu-devel] [PATCH v12 14/14] target-mips: Change TODO file
,
Jia Liu
,
10:19
[Qemu-devel] [PATCH v12 11/14] target-mips: Add ASE DSP accumulator instructions
,
Jia Liu
,
10:19
[Qemu-devel] [PATCH 26/32] qom: move include files to include/qom/
,
Paolo Bonzini
,
10:18
[Qemu-devel] [PATCH v12 06/14] target-mips: Add ASE DSP arithmetic instructions
,
Jia Liu
,
10:18
[Qemu-devel] [PATCH v12 07/14] target-mips: Add ASE DSP GPR-based shift instructions
,
Jia Liu
,
10:18
[Qemu-devel] [PATCH v12 05/14] target-mips: Add ASE DSP load instructions
,
Jia Liu
,
10:18
[Qemu-devel] [PATCH v12 04/14] target-mips: Add ASE DSP branch instructions
,
Jia Liu
,
10:18
[Qemu-devel] [PATCH v12 03/14] Use correct acc value to index cpu_HI/cpu_LO rather than using a fix number
,
Jia Liu
,
10:18
[Qemu-devel] [PATCH v12 00/14] QEMU MIPS ASE DSP su pport
,
Jia Liu
,
10:18
[Qemu-devel] [PATCH v12 02/14] target-mips: Add ASE DSP resources access check
,
Jia Liu
,
10:18
[Qemu-devel] [PATCH v12 01/14] target-mips: Add A SE DSP internal functions
,
Jia Liu
,
10:18
Re: [Qemu-devel] [PATCH 1/3] nbd: Only try to send flush/discard commands if connected to the NBD server
,
Nicholas Thomas
,
10:13
Re: [Qemu-devel] [PATCH 1/3] nbd: Only try to send flush/discard commands if connected to the NBD server
,
Paolo Bonzini
,
10:10
[Qemu-devel] [PATCH] target-i386: cpu: recover items 28-31 of ext2_feature_name
,
Eduardo Habkost
,
10:10
Re: [Qemu-devel] Resource reporting for VGA cards
,
Gerd Hoffmann
,
10:08
Re: [Qemu-devel] [PATCH 1/3] nbd: Only try to send flush/discard commands if connected to the NBD server
,
Paolo Bonzini
,
10:04
[Qemu-devel] [PATCH 32/32] janitor: move remaining public headers to include/
,
Paolo Bonzini
,
10:02
[Qemu-devel] [PATCH 19/32] slirp: move public header file to include/slirp/
,
Paolo Bonzini
,
10:01
[Qemu-devel] [PATCH 09/32] janitor: move iovector functions out of cutils.c
,
Paolo Bonzini
,
10:01
Re: [Qemu-devel] [memory] abort with head a8170e5
,
Aurelien Jarno
,
10:00
[Qemu-devel] [PATCH 30/32] fpu: move public header file to include/fpu
,
Paolo Bonzini
,
09:59
[Qemu-devel] [PATCH 31/32] hw: move executable format header files to hw/
,
Paolo Bonzini
,
09:58
Re: [Qemu-devel] [PATCH 00/37 v5] target-i386: convert CPU features into properties
,
Eduardo Habkost
,
09:55
[Qemu-devel] [PATCH 18/32] audio: move public header file to include/audio/
,
Paolo Bonzini
,
09:54
Re: [Qemu-devel] [PATCH 07/32] build: kill libdis, move disassemblers to disas/
,
Peter Maydell
,
09:51
Re: [Qemu-devel] [PATCH 00/30] Migration thread 20121017 edition
,
Chegu Vinod
,
09:50
[Qemu-devel] [PATCH 14/32] net: move net.c to net/
,
Paolo Bonzini
,
09:45
[Qemu-devel] [PULL 3/3] migration: go to paused state after finishing incoming migration with -S
,
Luiz Capitulino
,
09:34
[Qemu-devel] [PULL 2/3] qmp: handle stop/cont in INMIGRATE state
,
Luiz Capitulino
,
09:34
[Qemu-devel] [PULL 1/3] hmp: fix info cpus for sparc targets
,
Luiz Capitulino
,
09:34
[Qemu-devel] [PULL 0/3] QMP queue
,
Luiz Capitulino
,
09:33
[Qemu-devel] [PATCH 4/4] target-arm: Remove out of date FIXME regarding saturating arithmetic
,
Peter Maydell
,
09:27
[Qemu-devel] [PATCH v2 2/8] hw/realview.c: Don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
09:27
[Qemu-devel] [PATCH v2 5/8] hw/omap_sx1: Don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
09:27
[Qemu-devel] [PATCH 3/4] target-arm: Implement abs_i32 inline rather than as a helper
,
Peter Maydell
,
09:27
[Qemu-devel] [PULL 0/4] target-arm queue
,
Peter Maydell
,
09:26
[Qemu-devel] [PATCH v2 3/8] hw/versatilepb: Don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
09:26
[Qemu-devel] [PATCH v2 1/8] hw/vexpress.c: Don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
09:26
[Qemu-devel] [PATCH 1/4] arm-semi.c: Handle get/put_user() failure accessing arguments
,
Peter Maydell
,
09:26
[Qemu-devel] [PATCH v2 8/8] hw/exynos4_boards: Don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
09:22
[Qemu-devel] [PATCH v2 6/8] hw/nseries: Don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
09:22
[Qemu-devel] [PATCH v2 7/8] hw/mainstone: Don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
09:22
[Qemu-devel] [PATCH v2 0/8] ARM boards: don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
09:22
[Qemu-devel] [PATCH v2 4/8] hw/spitz: Don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
09:22
Re: [Qemu-devel] [PATCH v3 01/26] blockdev: Introduce a default machine blockdev interface field, QEMUMachine->mach_if
,
Markus Armbruster
,
09:13
[Qemu-devel] [PATCH 10/32] janitor: do not rely on indirect inclusions from qemu-char.h
,
Paolo Bonzini
,
09:08
Re: [Qemu-devel] [PATCH v1] qemu: Document GlusterFS block driver usage
,
Kevin Wolf
,
09:05
[Qemu-devel] [PATCH 2/4] target-arm: Use TCG operation for Neon 64 bit negation
,
Peter Maydell
,
09:03
[Qemu-devel] [PATCH 28/32] softmmu: move include files to include/sysemu/
,
Paolo Bonzini
,
09:02
[Qemu-devel] [PATCH 27/32] misc: move include files to include/qemu/
,
Paolo Bonzini
,
09:02
[Qemu-devel] [PATCH 23/32] exec: move include files to include/exec/
,
Paolo Bonzini
,
09:01
[Qemu-devel] [PATCH 29/32] softmmu: move remaining include files to include/ subdirectories
,
Paolo Bonzini
,
09:01
[Qemu-devel] [PATCH 21/32] qapi: create qobject/ and include/qobject/
,
Paolo Bonzini
,
09:01
[Qemu-devel] [PATCH 22/32] block: move include files to include/block/
,
Paolo Bonzini
,
09:01
[Qemu-devel] [PATCH 24/32] monitor: move include files to include/monitor/
,
Paolo Bonzini
,
09:01
[Qemu-devel] [PATCH 20/32] qapi: move include files to include/qapi/
,
Paolo Bonzini
,
09:01
[Qemu-devel] [PATCH 11/32] janitor: do not include qemu-char everywhere
,
Paolo Bonzini
,
09:00
[Qemu-devel] [PATCH 15/32] net: reorganize headers
,
Paolo Bonzini
,
09:00
[Qemu-devel] [PATCH 12/32] net: move Bluetooth stuff out of net.h
,
Paolo Bonzini
,
09:00
[Qemu-devel] [PATCH 13/32] net: do not include net.h everywhere
,
Paolo Bonzini
,
09:00
[Qemu-devel] [PATCH 07/32] build: kill libdis, move disassemblers to disas/
,
Paolo Bonzini
,
09:00
[Qemu-devel] [PATCH 05/32] build: move rules from Makefile to */Makefile.objs
,
Paolo Bonzini
,
09:00
[Qemu-devel] [PATCH 06/32] build: create ldscripts/
,
Paolo Bonzini
,
09:00
[Qemu-devel] [PATCH 02/32] vscclient: use per-target variables
,
Paolo Bonzini
,
09:00
[Qemu-devel] [PATCH 04/32] build: add $(TARGET_DIR) to "GEN config-target.h" lines
,
Paolo Bonzini
,
09:00
[Qemu-devel] [PATCH 03/32] build: adjust setting of QEMU_INCLUDES
,
Paolo Bonzini
,
09:00
[Qemu-devel] [PATCH 00/32] Header file renaming and cleanup
,
Paolo Bonzini
,
08:59
[Qemu-devel] [PATCH 01/32] libcacard: simplify rules for recursive build
,
Paolo Bonzini
,
08:59
Re: [Qemu-devel] [PATCH 1/3] nbd: Only try to send flush/discard commands if connected to the NBD server
,
Kevin Wolf
,
08:58
Re: [Qemu-devel] [PATCH 5/5] HMP: Introduce console command
,
Luiz Capitulino
,
08:55
[Qemu-devel] [RFC] net: Peer with existing NIC in netdev_add
,
Stefan Hajnoczi
,
08:49
[Qemu-devel] [PATCH] net: Reject non-netdevs in qmp_netdev_del()
,
Stefan Hajnoczi
,
08:34
Re: [Qemu-devel] [PATCH] configure: Disable (clang) initializer-overrides warnings
,
Peter Maydell
,
08:31
Re: [Qemu-devel] [PATCH] linux-user: Merge pread/pwrite into pread64/pwrite64
,
Peter Maydell
,
08:27
Re: [Qemu-devel] [PATCH 1/3] nbd: Only try to send flush/discard commands if connected to the NBD server
,
Nicholas Thomas
,
08:16
Re: [Qemu-devel] [PATCH 0/7] ARM boards: don't prematurely explode QEMUMachineInitArgs
,
Eduardo Habkost
,
08:09
Re: [Qemu-devel] [PATCH 0/7] ARM boards: don't prematurely explode QEMUMachineInitArgs
,
Markus Armbruster
,
08:07
[Qemu-devel] [PATCH v1] qemu: Document GlusterFS block driver usage
,
Bharata B Rao
,
07:46
Re: [Qemu-devel] buildbot failure in qemu on block_mingw32
,
Luiz Capitulino
,
07:38
Re: [Qemu-devel] [RFC PATCH v3 05/19] Implement dimm device abstraction
,
Stefan Hajnoczi
,
06:15
[Qemu-devel] [Bug 1070762] [NEW] savevm fails with inserted CD, "Device '%s' is writable but does not support snapshots."
,
Oliver Francke
,
06:05
[Qemu-devel] [PATCH 28/32] iostatus: forward block_job_iostatus_reset to block job
,
Kevin Wolf
,
05:54
[Qemu-devel] [PATCH 26/32] mirror: implement completion
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 27/32] qemu-iotests: add mirroring test case
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 32/32] osdep: Less restrictive F_SEFL in qemu_dup_flags()
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 30/32] qmp: add pull_event function
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 29/32] mirror: add support for on-source-error/on-target-error
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 31/32] qemu-iotests: add testcases for mirroring on-source-error/on-target-error
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 23/32] block: introduce BLOCK_JOB_READY event
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 24/32] mirror: introduce mirror job
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 25/32] qmp: add drive-mirror command
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 20/32] block: export dirty bitmap information in query-block
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 18/32] block: add bdrv_open_backing_file
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 16/32] block: add bdrv_query_info
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 22/32] block: add block-job-complete
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 13/32] monitor: Enable adding an inherited fd to an fd set
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 21/32] block: rename block_job_complete to block_job_completed
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 19/32] block: introduce new dirty bitmap functionality
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 15/32] qemu-config: Add new -add-fd command line option
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 17/32] block: add bdrv_query_stats
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 09/32] qemu-iotests: Add 043 backing file chain infinite loop test
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 14/32] monitor: Prevent removing fd from set during init
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 11/32] block: bdrv_create(): don't leak cco.filename on error
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 10/32] qemu-img: document 'info --backing-chain'
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 12/32] monitor: Allow add-fd to any specified fd set
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 06/32] block: in commit, determine base image from the top image
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 08/32] qemu-img: Add --backing-chain option to info command
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 04/32] qemu-img rebase: use empty string to rebase without backing file
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 07/32] qemu-iotests: add relative backing file tests for block-commit (040)
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 03/32] qmp: fix __accept() in qmp.py
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 05/32] block: make bdrv_find_backing_image compare canonical filenames
,
Kevin Wolf
,
05:51
[Qemu-devel] [PULL 00/32] Block patches
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 02/32] qemu-iotests: Test qemu-img operation on zero size image
,
Kevin Wolf
,
05:51
[Qemu-devel] [PATCH 01/32] qemu-img: Fix division by zero for zero size images
,
Kevin Wolf
,
05:51
Re: [Qemu-devel] raltelimit bug
,
Paolo Bonzini
,
05:28
Re: [Qemu-devel] [PATCH 0/7] ARM boards: don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
05:22
Re: [Qemu-devel] buildbot failure in qemu on block_mingw32
,
Kevin Wolf
,
05:16
Re: [Qemu-devel] [PATCH 0/7] ARM boards: don't prematurely explode QEMUMachineInitArgs
,
Markus Armbruster
,
04:43
Re: [Qemu-devel] [RFC PATCH v3 05/19] Implement dimm device abstraction
,
liu ping fan
,
04:07
[Qemu-devel] [PATCH v3 3/3] net: convert NetClientState to QOM
,
Stefan Hajnoczi
,
04:01
[Qemu-devel] [PATCH v3 1/3] net: add public qemu_net_poll() function
,
Stefan Hajnoczi
,
04:01
[Qemu-devel] [PATCH v3 2/3] net: extract notify_link_status_changed() function
,
Stefan Hajnoczi
,
04:01
[Qemu-devel] [PATCH v3 0/3] net: convert NetClientState to QOM
,
Stefan Hajnoczi
,
04:01
Re: [Qemu-devel] [patch v4 12/16] e1000: apply fine lock on e1000
,
liu ping fan
,
03:30
Re: [Qemu-devel] [patch v4 05/16] memory: introduce ref, unref interface for MemoryRegionOps
,
Paolo Bonzini
,
03:29
Re: [Qemu-devel] [PATCH 5/5] HMP: Introduce console command
,
Lei Li
,
03:18
Re: [Qemu-devel] [patch v4 12/16] e1000: apply fine lock on e1000
,
Jan Kiszka
,
03:17
Re: [Qemu-devel] 1.1.1 -> 1.1.2 migrate /managedsave issue
,
Philipp Hahn
,
02:59
Re: [Qemu-devel] [patch v4 07/16] memory: make mmio dispatch able to be out of biglock
,
liu ping fan
,
02:56
Re: [Qemu-devel] [patch v4 13/16] e1000: add busy flag to anti broken device state
,
liu ping fan
,
02:36
Re: [Qemu-devel] [patch v4 12/16] e1000: apply fine lock on e1000
,
liu ping fan
,
02:32
Re: [Qemu-devel] [patch v4 07/16] memory: make mmio dispatch able to be out of biglock
,
liu ping fan
,
02:31
Re: [Qemu-devel] [patch v4 09/16] memory: introduce mmio request pending to anti nested DMA
,
liu ping fan
,
02:31
Re: [Qemu-devel] [Qemu-ppc] [PATCH 2/2] pseries: set boot-device property only if boot order specified
,
David Gibson
,
00:23
Re: [Qemu-devel] [PATCH v2 2/7] translate-all.c: Introduce TCGContext *tcg_cur_ctx
,
Evgeny Voevodin
,
00:07
October 23, 2012
Re: [Qemu-devel] [RESEND PATCH v6 2/3] tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization
,
Wei-Ren Chen
,
23:14
Re: [Qemu-devel] [RESEND PATCH v6 2/3] tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization
,
Yeongkyoon Lee
,
23:11
[Qemu-devel] [PATCH 17/24] qdev-properties.c: add copyright/license information
,
Eduardo Habkost
,
23:02
[Qemu-devel] [PATCH 22/24] qdev-properties.c: separate core from the code used only by qemu-system-*
,
Eduardo Habkost
,
23:02
[Qemu-devel] [PATCH 12/24] qga/channel-posix.c: include headers it needs
,
Eduardo Habkost
,
23:02
[Qemu-devel] [PATCH 05/24] qdev: split up header so it can be used in cpu.h
,
Eduardo Habkost
,
23:02
[Qemu-devel] [PATCH 19/24] qdev: move reset handler list from vl.c to qdev.c
,
Eduardo Habkost
,
23:02
[Qemu-devel] [PATCH 18/24] qdev: qdev_create(): use error_report() instead of hw_error()
,
Eduardo Habkost
,
23:02
[Qemu-devel] [PATCH 02/24] user: rename qemu-types.h to qemu-user-types.h
,
Eduardo Habkost
,
23:02
[Qemu-devel] [PATCH 13/24] create qemu-types.h for struct typedefs
,
Eduardo Habkost
,
23:02
[Qemu-devel] [PATCH 21/24] qdev: add sysbus_get_default() GCC_WEAK stub
,
Eduardo Habkost
,
23:02
[Qemu-devel] [PATCH 23/24] include qdev code into *-user, too
,
Eduardo Habkost
,
23:02
[Qemu-devel] [PATCH 24/24] qom: make CPU a child of DeviceState
,
Eduardo Habkost
,
23:02
[Qemu-devel] [PATCH 20/24] qdev: add stub vmstate handling to qdev.c
,
Eduardo Habkost
,
23:02
[Qemu-devel] [PATCH 07/24] qemu-fsdev-dummy.c: include module.h
,
Eduardo Habkost
,
23:02
[Qemu-devel] [PATCH 04/24] move qemu_irq typedef out of cpu-common.h
,
Eduardo Habkost
,
23:02
[Qemu-devel] [PATCH 11/24] qapi/qmp-registry.c: include headers it needs
,
Eduardo Habkost
,
23:02
[Qemu-devel] [PATCH 08/24] vnc-palette.h: include <stdbool.h>
,
Eduardo Habkost
,
23:02
[Qemu-devel] [PATCH 14/24] sysemu.h: include qemu-types.h instead of qemu-common.h
,
Eduardo Habkost
,
23:02
[Qemu-devel] [PATCH 06/24] move I/O-related definitions from qemu-common.h to a new header (qemu-stdio.h)
,
Eduardo Habkost
,
23:02
[Qemu-devel] [PATCH 10/24] qemu-config.h: include headers it needs
,
Eduardo Habkost
,
23:02
[Qemu-devel] [PATCH 16/24] qapi-types.h: don't include qemu-common.h
,
Eduardo Habkost
,
23:02
[Qemu-devel] [PATCH 15/24] qlist.h: do not include qemu-common.h
,
Eduardo Habkost
,
23:02
[Qemu-devel] [PATCH 01/24] user: move *-user/qemu-types.h to main directory
,
Eduardo Habkost
,
23:02
[Qemu-devel] [PATCH 09/24] ui/vnc-pallete.c: include headers it needs
,
Eduardo Habkost
,
23:02
[Qemu-devel] [PATCH v5 00/24] CPU DeviceState, 5th try
,
Eduardo Habkost
,
23:01
[Qemu-devel] [PATCH 03/24] qemu-common.h: comment about usage rules
,
Eduardo Habkost
,
23:01
Re: [Qemu-devel] [PATCH 07/12] qdev-core: isolate reset register/unregister code
,
Eduardo Habkost
,
22:43
Re: [Qemu-devel] [Qemu-ppc] [PATCH 2/2] pseries: set boot-device property only if boot order specified
,
Avik Sil
,
22:01
Re: [Qemu-devel] [Qemu-ppc] [PATCH 1/2] Make default boot order machine specific
,
Avik Sil
,
21:57
[Qemu-devel] buildbot failure in qemu on block_mingw32
,
qemu
,
21:05
Re: [Qemu-devel] [Qemu-ppc] [PATCH 1/2] Make default boot order machine specific
,
David Gibson
,
19:42
Re: [Qemu-devel] [PATCH] target-sparc64: disable VGA cirrus
,
Richard Henderson
,
19:16
[Qemu-devel] [memory] abort with head a8170e5
,
Richard Henderson
,
19:15
Re: [Qemu-devel] [Qemu-ppc] [PATCH 1/2] Make default boot order machine specific
,
Alexander Graf
,
18:47
Re: [Qemu-devel] [Qemu-ppc] [PATCH 2/2] pseries: set boot-device property only if boot order specified
,
David Gibson
,
18:44
Re: [Qemu-devel] [Qemu-ppc] [PATCH 1/2] Make default boot order machine specific
,
David Gibson
,
18:44
Re: [Qemu-devel] [PATCH 17/37] target-i386: make 'f-kvmclock' compatible with legacy behaviour
,
Don Slutz
,
17:42
Re: [Qemu-devel] [PATCH 15/37] target-i386: set default value of "hypervisor" feature using static property
,
Don Slutz
,
17:39
Re: [Qemu-devel] [PATCH 13/37] target-i386: convert "level" to static property
,
Don Slutz
,
17:38
Re: [Qemu-devel] [PATCH 12/37] target-i386: convert "xlevel" to static property
,
Don Slutz
,
17:38
Re: [Qemu-devel] [PULL 00/29] qemu-sockets error propagation + NBD server
,
Paolo Bonzini
,
17:25
Re: [Qemu-devel] [PATCH v2 2/7] translate-all.c: Introduce TCGContext *tcg_cur_ctx
,
Richard Henderson
,
17:19
Re: [Qemu-devel] Resource reporting for VGA cards
,
Hervé Poussineau
,
17:05
Re: [Qemu-devel] 1.1.1 -> 1.1.2 migrate /managedsave issue
,
Doug Goldstein
,
16:38
Re: [Qemu-devel] [PATCH 08/37] target-i386: define static properties for cpuid features
,
Don Slutz
,
14:17
Re: [Qemu-devel] [PATCH] Rename target_phys_addr_t to hwaddr
,
Anthony Liguori
,
14:13
Re: [Qemu-devel] [PULL] Memory core fixes
,
Anthony Liguori
,
14:08
[Qemu-devel] [PATCH] dma: Define dma_context_memory and use in sysbus-ohci
,
Peter Maydell
,
13:27
[Qemu-devel] [PATCH 3/7] hw/versatilepb: Don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
13:26
[Qemu-devel] [PATCH 0/7] ARM boards: don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
13:26
[Qemu-devel] [PATCH 2/7] hw/realview.c: Don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
13:26
[Qemu-devel] [PATCH 4/7] hw/spitz: Don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
13:26
Re: [Qemu-devel] [PATCH 36/37] target-i386: use static properties to list CPUID features
,
Don Slutz
,
13:24
[Qemu-devel] [PATCH 7/7] hw/mainstone: Don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
13:05
[Qemu-devel] [PATCH 5/7] hw/omap_sx1: Don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
13:04
[Qemu-devel] [PATCH 1/7] hw/vexpress.c: Don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
13:04
[Qemu-devel] [PATCH 6/7] hw/nseries: Don't prematurely explode QEMUMachineInitArgs
,
Peter Maydell
,
13:04
Re: [Qemu-devel] [PATCH] qemu-img rebase: allow backing file to be specified as '-'
,
Christoph Hellwig
,
12:41
Re: [Qemu-devel] [PATCHv2 4/4] Warning messages on net devices hotplug
,
Eric Blake
,
12:40
[Qemu-devel] sysbus-ohci segfaults with NULL DMAContext*
,
Peter Maydell
,
12:34
Re: [Qemu-devel] [PATCHv2 4/4] Warning messages on net devices hotplug
,
Corey Bryant
,
12:29
Re: [Qemu-devel] [PATCH v2] target-i386: use static properties to list CPUID features
,
Igor Mammedov
,
12:19
Re: [Qemu-devel] sysbus-ohci segfaults with NULL DMAContext*
,
Avi Kivity
,
12:15
Re: [Qemu-devel] [patch v4 05/16] memory: introduce ref, unref interface for MemoryRegionOps
,
Avi Kivity
,
12:10
Re: [Qemu-devel] [PATCH 32/37] target-i386: use static properties for setting cpuid features
,
Igor Mammedov
,
11:50
Re: [Qemu-devel] [PATCH 06/11] quorum: Add quorum_co_flush().
,
Eric Blake
,
11:37
Re: [Qemu-devel] [PATCH 03/11] quorum: Add quorum_open() and quorum_close().
,
Eric Blake
,
11:32
Re: [Qemu-devel] [PATCH 32/37] target-i386: use static properties for setting cpuid features
,
Don Slutz
,
11:30
Re: [Qemu-devel] [PULL 00/29] qemu-sockets error propagation + NBD server
,
Paolo Bonzini
,
11:28
Re: [Qemu-devel] [patch v4 05/16] memory: introduce ref, unref interface for MemoryRegionOps
,
Paolo Bonzini
,
11:26
Re: [Qemu-devel] [RESEND PATCH v6 2/3] tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization
,
Wei-Ren Chen
,
11:26
Re: [Qemu-devel] [PATCHv2 3/4] Support for "double whitelist" filters
,
Corey Bryant
,
11:25
Re: [Qemu-devel] [PATCH 1/3] nbd: Only try to send flush/discard commands if connected to the NBD server
,
Jamie Lokier
,
11:02
Re: [Qemu-devel] [PATCH 07/12] qdev-core: isolate reset register/unregister code
,
Eduardo Habkost
,
10:56
Re: [Qemu-devel] [PATCH] Rename target_phys_addr_t to hwaddr
,
Avi Kivity
,
10:53
Re: [Qemu-devel] [PATCH] Rename target_phys_addr_t to hwaddr
,
Avi Kivity
,
10:50
Re: [Qemu-devel] [patch v4 05/16] memory: introduce ref, unref interface for MemoryRegionOps
,
Avi Kivity
,
10:49
Re: [Qemu-devel] [PATCH] osdep: Less restrictive F_SEFL in qemu_dup_flags()
,
Kevin Wolf
,
10:43
[Qemu-devel] [PATCH v4 16/16] qemu-iotests: add testcases for mirroring on-source-error/on-target-error
,
Paolo Bonzini
,
10:39
[Qemu-devel] [PATCH v4 12/16] qemu-iotests: add mirroring test case
,
Paolo Bonzini
,
10:39
Re: [Qemu-devel] [patch v4 05/16] memory: introduce ref, unref interface for MemoryRegionOps
,
Avi Kivity
,
10:38
Re: [Qemu-devel] qemu <-> libvirt interaction broken
,
Anthony Liguori
,
10:28
Re: [Qemu-devel] [PATCH] Rename target_phys_addr_t to hwaddr
,
Paolo Bonzini
,
10:06
Re: [Qemu-devel] [PATCH 00/37 v5] target-i386: convert CPU features into properties
,
Igor Mammedov
,
09:57
Re: [Qemu-devel] [PATCH v2] target-i386: use static properties to list CPUID features
,
Eduardo Habkost
,
09:51
Re: [Qemu-devel] KVM call agenda for 2012-10-23
,
Juan Quintela
,
09:42
Re: [Qemu-devel] [PATCH v3 1/2] qmp: handle stop/cont in INMIGRATE state
,
Luiz Capitulino
,
09:39
Re: [Qemu-devel] [PATCH 00/37 v5] target-i386: convert CPU features into properties
,
Don Slutz
,
09:33
Re: [Qemu-devel] [PATCH 1/2] Make default boot order machine specific
,
Alexander Graf
,
09:29
[Qemu-devel] [PATCH v2] target-i386: use static properties to list CPUID features
,
Igor Mammedov
,
09:27
[Qemu-devel] [PATCH v2] target-i386: use static properties in check_features_against_host() to print CPUID feature names
,
Igor Mammedov
,
09:25
Re: [Qemu-devel] [PATCH 1/2] Make default boot order machine specific
,
Anthony Liguori
,
09:24
Re: [Qemu-devel] [PATCH 35/37] target-i386: use static properties in check_features_against_host() to print CPUID feature names
,
Igor Mammedov
,
09:18
Re: [Qemu-devel] qemu <-> libvirt interaction broken
,
Eric Blake
,
09:07
Re: [Qemu-devel] [PATCH 5/8] qemu-img: img_create(): use Error object
,
Luiz Capitulino
,
09:06
Re: [Qemu-devel] [PATCH] Rename target_phys_addr_t to hwaddr
,
Peter Maydell
,
09:05
Re: [Qemu-devel] [PATCH] Rename target_phys_addr_t to hwaddr
,
Paolo Bonzini
,
09:00
Re: [Qemu-devel] [PATCH] Rename target_phys_addr_t to hwaddr
,
Anthony Liguori
,
08:57
[Qemu-devel] [PATCH 11/11] quorum: Add quorum_co_is_allocated.
,
Benoît Canet
,
08:56
Re: [Qemu-devel] [Bug 1066055] Re: Network performance regression with vde_switch
,
Stefan Hajnoczi
,
08:55
[Qemu-devel] [PATCH v3 1/2] qmp: handle stop/cont in INMIGRATE state
,
Paolo Bonzini
,
08:54
Re: [Qemu-devel] qemu <-> libvirt interaction broken
,
Anthony Liguori
,
08:48
Re: [Qemu-devel] [PATCH 16/37] target-i386: set kvm CPUID default feature values using static properties
,
Igor Mammedov
,
08:47
Re: [Qemu-devel] [PATCH 3/5] QAPI: Introduce memchar-write QMP command
,
Luiz Capitulino
,
08:43
Re: [Qemu-devel] [PATCH 1/5] qemu-char: Add new char backend CircularMemCharDriver
,
Luiz Capitulino
,
08:42
Re: [Qemu-devel] [patch v4 05/16] memory: introduce ref, unref interface for MemoryRegionOps
,
Jan Kiszka
,
08:41
Re: [Qemu-devel] [patch v4 09/16] memory: introduce mmio request pending to anti nested DMA
,
Gleb Natapov
,
08:38
Re: [Qemu-devel] [patch v4 07/16] memory: make mmio dispatch able to be out of biglock
,
Avi Kivity
,
08:36
Re: [Qemu-devel] [PULL 00/29] qemu-sockets error propagation + NBD server
,
Paolo Bonzini
,
08:34
Re: [Qemu-devel] [patch v4 05/16] memory: introduce ref, unref interface for MemoryRegionOps
,
Paolo Bonzini
,
08:32
Re: [Qemu-devel] [patch v4 05/16] memory: introduce ref, unref interface for MemoryRegionOps
,
Avi Kivity
,
08:28
Re: [Qemu-devel] [patch v4 08/16] QemuThread: make QemuThread as tls to store extra info
,
Peter Maydell
,
08:27
Re: [Qemu-devel] [RFC PATCH v3 05/19] Implement dimm device abstraction
,
Stefan Hajnoczi
,
08:25
Re: [Qemu-devel] [patch v4 08/16] QemuThread: make QemuThread as tls to store extra info
,
Paolo Bonzini
,
08:25
[Qemu-devel] [PATCH 09/11] quorum: Add quorum_getlength().
,
Benoît Canet
,
08:24
[Qemu-devel] [PATCH 08/11] quorum: Add quorum mechanism.
,
Benoît Canet
,
08:24
[Qemu-devel] [PATCH 10/11] quorum: Add quorum_invalidate_cache().
,
Benoît Canet
,
08:24
[Qemu-devel] [PATCH 05/11] blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify.
,
Benoît Canet
,
08:24
[Qemu-devel] [PATCH 07/11] quorum: Add quorum_aio_readv.
,
Benoît Canet
,
08:24
[Qemu-devel] [PATCH 06/11] quorum: Add quorum_co_flush().
,
Benoît Canet
,
08:24
[Qemu-devel] [PATCH 03/11] quorum: Add quorum_open() and quorum_close().
,
Benoît Canet
,
08:24
[Qemu-devel] [PATCH 04/11] quorum: Add quorum_aio_writev and its dependencies.
,
Benoît Canet
,
08:24
[Qemu-devel] [PATCH 01/11] quorum: Create quorum .c, add QuorumSingleAIOCB and QuorumAIOCB.
,
Benoît Canet
,
08:24
[Qemu-devel] [PATCH 02/11] quorum: Create BDRVQuorumState and BlkDriver and do init.
,
Benoît Canet
,
08:24
[Qemu-devel] [PATCH 00/11] Quorum disk image corruption resiliency
,
Benoît Canet
,
08:23
Re: [Qemu-devel] [patch v4 05/16] memory: introduce ref, unref interface for MemoryRegionOps
,
Jan Kiszka
,
08:17
Re: [Qemu-devel] [patch v4 05/16] memory: introduce ref, unref interface for MemoryRegionOps
,
Avi Kivity
,
08:16
Re: [Qemu-devel] [RFC PATCH v3 11/19] Implement qmp and hmp commands for notification lists
,
Stefan Hajnoczi
,
08:15
Re: [Qemu-devel] [patch v4 07/16] memory: make mmio dispatch able to be out of biglock
,
Jan Kiszka
,
08:12
Re: [Qemu-devel] [patch v4 05/16] memory: introduce ref, unref interface for MemoryRegionOps
,
Paolo Bonzini
,
08:12
Re: [Qemu-devel] [patch v4 05/16] memory: introduce ref, unref interface for MemoryRegionOps
,
Paolo Bonzini
,
08:07
Re: [Qemu-devel] [patch v4 05/16] memory: introduce ref, unref interface for MemoryRegionOps
,
Jan Kiszka
,
08:04
Re: [Qemu-devel] [patch v4 05/16] memory: introduce ref, unref interface for MemoryRegionOps
,
Avi Kivity
,
08:03
Re: [Qemu-devel] [PATCH v2 3/3] net: extract notify_link_status_changed() function
,
Markus Armbruster
,
07:59
Re: [Qemu-devel] [patch v4 05/16] memory: introduce ref, unref interface for MemoryRegionOps
,
Paolo Bonzini
,
07:57
Re: [Qemu-devel] [PATCH v2 1/3] net: add public qemu_net_poll() function
,
Markus Armbruster
,
07:57
Re: [Qemu-devel] [patch v4 05/16] memory: introduce ref, unref interface for MemoryRegionOps
,
Avi Kivity
,
07:56
Re: [Qemu-devel] [patch v4 08/16] QemuThread: make QemuThread as tls to store extra info
,
Jan Kiszka
,
07:52
Re: [Qemu-devel] [patch v4 05/16] memory: introduce ref, unref interface for MemoryRegionOps
,
Paolo Bonzini
,
07:51
Re: [Qemu-devel] [patch v4 08/16] QemuThread: make QemuThread as tls to store extra info
,
Peter Maydell
,
07:50
Re: [Qemu-devel] [patch v4 08/16] QemuThread: make QemuThread as tls to store extra info
,
Paolo Bonzini
,
07:48
Re: [Qemu-devel] [PATCH 14/29] vnc: introduce a single label for error returns
,
Paolo Bonzini
,
07:33
Re: [Qemu-devel] [PATCH 1/6] object: add object_property_add_bool
,
Markus Armbruster
,
07:30
Re: [Qemu-devel] [PATCH 08/29] migration (outgoing): add error propagation for all protocols
,
Paolo Bonzini
,
07:28
Re: [Qemu-devel] [PATCH 1/3] nbd: Only try to send flush/discard commands if connected to the NBD server
,
Kevin Wolf
,
07:27
Re: [Qemu-devel] [PATCH 1/3] nbd: Only try to send flush/discard commands if connected to the NBD server
,
Nicholas Thomas
,
07:08
[Qemu-devel] [RFC v3 7/8] hw/kvm/arm_gic: Implement support for KVM in-kernel ARM GIC
,
Peter Maydell
,
06:57
[Qemu-devel] [RFC v3 3/8] ARM KVM: save and load VFP registers from kernel
,
Peter Maydell
,
06:56
[Qemu-devel] [RFC v3 2/8] ARM: KVM: Add support for KVM on ARM architecture
,
Peter Maydell
,
06:56
[Qemu-devel] [RFC v3 8/8] configure: Enable KVM on ARM
,
Peter Maydell
,
06:56
[Qemu-devel] [RFC v3 6/8] target-arm: Use MemoryListener to identify GIC base address for KVM
,
Peter Maydell
,
06:56
[Qemu-devel] [RFC v3 1/8] linux-headers: Add ARM KVM headers (not for upstream)
,
Peter Maydell
,
06:56
Re: [Qemu-devel] [PATCH 16/37] target-i386: set kvm CPUID default feature values using static properties
,
Andreas Färber
,
06:55
[Qemu-devel] [RFC v3 4/8] hw/arm_gic: Add presave/postload hooks
,
Peter Maydell
,
06:50
[Qemu-devel] [RFC v3 5/8] linux-headers: update with VGIC related headers (not for upstream)
,
Peter Maydell
,
06:50
[Qemu-devel] [RFC v3 0/8] QEMU: Support KVM on ARM
,
Peter Maydell
,
06:50
Re: [Qemu-devel] [PATCH 2/3] nbd: Explicitly disconnect and fail inflight I/O requests on error, then reconnect next I/O request.
,
Kevin Wolf
,
06:41
Re: [Qemu-devel] [PATCH 16/37] target-i386: set kvm CPUID default feature values using static properties
,
Igor Mammedov
,
06:40
Re: [Qemu-devel] [PATCH 1/3] nbd: Only try to send flush/discard commands if connected to the NBD server
,
Kevin Wolf
,
06:34
[Qemu-devel] [PATCH] Rename target_phys_addr_t to hwaddr
,
Avi Kivity
,
06:32
Re: [Qemu-devel] [PATCH 1/2] Make default boot order machine specific
,
Alexander Graf
,
06:20
[Qemu-devel] [PATCH 1/2] Make default boot order machine specific
,
Avik Sil
,
06:10
[Qemu-devel] [PATCH 2/2] pseries: set boot-device property only if boot order specified
,
Avik Sil
,
06:10
[Qemu-devel] [PATCH 0/2] Qemu boot order patch series
,
Avik Sil
,
06:10
Re: [Qemu-devel] [PATCH 5/8] qemu-img: img_create(): use Error object
,
Kevin Wolf
,
06:09
Re: [Qemu-devel] [PATCH 5/8] qemu-img: img_create(): use Error object
,
Markus Armbruster
,
05:58
Re: [Qemu-devel] [PATCH] main: Hide F_GETFD and FD_CLOEXEC use for _WIN32
,
Kevin Wolf
,
05:47
Re: [Qemu-devel] [patch v4 13/16] e1000: add busy flag to anti broken device state
,
Avi Kivity
,
05:38
Re: [Qemu-devel] [patch v4 13/16] e1000: add busy flag to anti broken device state
,
liu ping fan
,
05:33
Re: [Qemu-devel] [patch v4 13/16] e1000: add busy flag to anti broken device state
,
Jan Kiszka
,
05:07
Re: [Qemu-devel] [patch v4 13/16] e1000: add busy flag to anti broken device state
,
Avi Kivity
,
05:06
Re: [Qemu-devel] [patch v4 12/16] e1000: apply fine lock on e1000
,
Jan Kiszka
,
05:05
Re: [Qemu-devel] [patch v4 10/16] memory: introduce lock ops for MemoryRegionOps
,
Jan Kiszka
,
04:53
Re: [Qemu-devel] qemu <-> libvirt interaction broken
,
Gerd Hoffmann
,
04:41
Re: [Qemu-devel] [PATCH v2 0/7] TCG global variables clean-up
,
Evgeny Voevodin
,
04:39
Re: [Qemu-devel] qemu <-> libvirt interaction broken
,
Peter Maydell
,
04:19
[Qemu-devel] [PATCH] qemu-options.hx: complete -nodefaults device list
,
Stefan Hajnoczi
,
04:10
Re: [Qemu-devel] Resource reporting for VGA cards
,
Gerd Hoffmann
,
03:31
Re: [Qemu-devel] qemu <-> libvirt interaction broken
,
Gerd Hoffmann
,
03:03
Re: [Qemu-devel] [PATCH 1/5] qemu-char: Add new char backend CircularMemCharDriver
,
Lei Li
,
02:37
Re: [Qemu-devel] [PATCH 3/5] QAPI: Introduce memchar-write QMP command
,
Lei Li
,
02:37
[Qemu-devel] [PATCH v2 3/7] TCG: Use gen_opc_ptr from context instead of global variable.
,
Evgeny Voevodin
,
02:31
[Qemu-devel] [PATCH v2 5/7] TCG: Use gen_opc_buf from context instead of global variable.
,
Evgeny Voevodin
,
02:31
[Qemu-devel] [PATCH v2 4/7] TCG: Use gen_opparam_ptr from context instead of global variable.
,
Evgeny Voevodin
,
02:31
[Qemu-devel] [PATCH v2 0/7] TCG global variables clean-up
,
Evgeny Voevodin
,
02:31
[Qemu-devel] [PATCH v2 6/7] TCG: Use gen_opparam_buf from context instead of global variable.
,
Evgeny Voevodin
,
02:31
[Qemu-devel] [PATCH v2 2/7] translate-all.c: Introduce TCGContext *tcg_cur_ctx
,
Evgeny Voevodin
,
02:31
[Qemu-devel] [PATCH v2 1/7] tcg/tcg.h: Duplicate global TCG variables in TCGContext
,
Evgeny Voevodin
,
02:31
[Qemu-devel] [PATCH v2 7/7] TCG: Remove unused global variables
,
Evgeny Voevodin
,
02:21
Re: [Qemu-devel] [patch v4 08/16] QemuThread: make QemuThread as tls to store extra info
,
liu ping fan
,
01:59
[Qemu-devel] [PATCHv2 2/4] Setting "-sandbox on" as deafult
,
Eduardo Otubo
,
01:56
[Qemu-devel] [PATCHv2 4/4] Warning messages on net devices hotplug
,
Eduardo Otubo
,
01:55
[Qemu-devel] [PATCHv2 3/4] Support for "double whitelist" filters
,
Eduardo Otubo
,
01:55
[Qemu-devel] [PATCHv2 1/4] Adding new syscalls (bugzilla 855162)
,
Eduardo Otubo
,
01:55
Re: [Qemu-devel] [patch v4 10/16] memory: introduce lock ops for MemoryRegionOps
,
liu ping fan
,
01:53
Re: [Qemu-devel] [patch v4 13/16] e1000: add busy flag to anti broken device state
,
liu ping fan
,
01:52
Re: [Qemu-devel] [PATCH 1/5] qemu-char: Add new char backend CircularMemCharDriver
,
Lei Li
,
01:41
Re: [Qemu-devel] [PATCH v3 13/26] ich9: Add the lpc chip
,
Isaku Yamahata
,
00:22
October 22, 2012
Re: [Qemu-devel] [PATCH] cadence_uart: enable tx/rx on reset
,
Peter Crosthwaite
,
23:30
Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.
,
Isaku Yamahata
,
23:14
[Qemu-devel] FW: 'qemu-nbd' explicite flush to disk
,
Mark Trumpold
,
22:50
Re: [Qemu-devel] [PATCH 16/37] target-i386: set kvm CPUID default feature values using static properties
,
Don Slutz
,
19:20
Re: [Qemu-devel] [PATCH 08/37] target-i386: define static properties for cpuid features
,
Don Slutz
,
19:19
[Qemu-devel] [PATCH] tests/tcg: fix a few warnings
,
Catalin Patulea
,
19:18
Re: [Qemu-devel] [PATCH 3/3] tcg-alpha: New TCG target.
,
Richard Henderson
,
19:14
Re: [Qemu-devel] [PATCH] Revert "target-sparc: Make cpu_dst local to OP=2 insns"
,
Aurelien Jarno
,
18:15
[Qemu-devel] [PULL] virtio,pci infrastructure
,
Michael S. Tsirkin
,
17:49
Re: [Qemu-devel] [PATCH 3/3] tcg-alpha: New TCG target.
,
Aurelien Jarno
,
17:40
Re: [Qemu-devel] [PATCH 2/3] tcg-alpha: Don't use a custom linker script.
,
Aurelien Jarno
,
17:39
Re: [Qemu-devel] [PATCH 1/3] tcg-alpha: Fix type mismatch errors in cpu_signal_handler.
,
Aurelien Jarno
,
17:39
[Qemu-devel] [PATCH v2] qemu-timer: Check for usable fields for SIGEV_THREAD_ID
,
Richard Henderson
,
17:33
Re: [Qemu-devel] [PATCH v2] tcg-i386: Use %gs prefixes for x86_64 GUEST_BASE
,
Richard Henderson
,
17:19
Re: [Qemu-devel] [PATCH] hw/arm_boot.c: bump initrd address (again) to accommodate large kernels
,
Cole Robinson
,
17:07
Re: [Qemu-devel] [PATCH v3 17/26] Add i21154 bridge chip.
,
Jason Baron
,
16:48
[Qemu-devel] [PATCHv4] qemu: enable PV EOI for qemu 1.3
,
Michael S. Tsirkin
,
16:07
Re: [Qemu-devel] [PULL 00/29] qemu-sockets error propagation + NBD server
,
Anthony Liguori
,
15:53
Re: [Qemu-devel] [PULL v4 0/7] serial device hotplug patch series.
,
Anthony Liguori
,
15:47
Re: [Qemu-devel] [PULL v4 00/41] Migration cleanups, refactorings, stats, and more
,
Anthony Liguori
,
15:47
Re: [Qemu-devel] [PULL v3 00/23] Integrate DMA into the memory API
,
Anthony Liguori
,
15:46
[Qemu-devel] Resource reporting for VGA cards
,
Hervé Poussineau
,
15:44
Re: [Qemu-devel] [PATCH v2 5/6] xilinx_zynq: add pl353
,
Peter Maydell
,
15:06
Re: [Qemu-devel] [PATCH 5/5] HMP: Introduce console command
,
Luiz Capitulino
,
14:59
Re: [Qemu-devel] [PATCH v3 17/26] Add i21154 bridge chip.
,
Andreas Färber
,
14:53
Re: [Qemu-devel] [PATCH v2 4/6] hw: Model of Primecell pl35x mem controller
,
Peter Crosthwaite
,
14:43
Re: [Qemu-devel] [PATCH 4/5] QAPI: Introduce memchar-read QMP command
,
Luiz Capitulino
,
14:42
Re: [Qemu-devel] [PATCH 3/5] QAPI: Introduce memchar-write QMP command
,
Luiz Capitulino
,
14:36
Re: [Qemu-devel] [PATCH 2/5] Expose CirMemCharDriver via command line
,
Luiz Capitulino
,
14:25
Re: [Qemu-devel] [PATCH v3 17/26] Add i21154 bridge chip.
,
Jason Baron
,
14:18
Re: [Qemu-devel] [PATCH 1/5] qemu-char: Add new char backend CircularMemCharDriver
,
Luiz Capitulino
,
14:14
Re: [Qemu-devel] [PATCH v3 02/26] blockdev: Introduce IF_AHCI
,
Jason Baron
,
14:12
Re: [Qemu-devel] [PATCH v3 01/26] blockdev: Introduce a default machine blockdev interface field, QEMUMachine->mach_if
,
Jason Baron
,
14:02
[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)
,
Justin Shafer
,
13:48
[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)
,
Justin Shafer
,
13:48
Re: [Qemu-devel] [PATCH] main: Hide F_GETFD and FD_CLOEXEC use for _WIN32
,
Corey Bryant
,
13:46
Re: [Qemu-devel] [PATCH] main: Hide F_GETFD and FD_CLOEXEC use for _WIN32
,
Corey Bryant
,
13:37
Re: [Qemu-devel] [patch v4 08/16] QemuThread: make QemuThread as tls to store extra info
,
Peter Maydell
,
13:13
[Qemu-devel] [PATCH 16/37] target-i386: set kvm CPUID default feature values using static properties
,
Igor Mammedov
,
13:06
[Qemu-devel] [PATCH 33/37] qdev: QDEV_PROP_FOREACH and QDEV_CLASS_FOREACH
,
Igor Mammedov
,
13:00
[Qemu-devel] [PATCH 35/37] target-i386: use static properties in check_features_against_host() to print CPUID feature names
,
Igor Mammedov
,
12:56
[Qemu-devel] [PATCH 18/37] target-i386: add stubs for hyperv_(vapic_recommended|relaxed_timing_enabled|get_spinlock_retries)()
,
Igor Mammedov
,
12:54
Re: [Qemu-devel] [PATCH 0/2] qom: detect attempts to add a property that already exists
,
Luiz Capitulino
,
12:50
[Qemu-devel] [PATCH 31/37] target-i386: convert "family" to static property
,
Igor Mammedov
,
12:42
[Qemu-devel] [PATCH 17/37] target-i386: make 'f-kvmclock' compatible with legacy behaviour
,
Igor Mammedov
,
12:32
[Qemu-devel] [PATCH 12/37] target-i386: convert "xlevel" to static property
,
Igor Mammedov
,
12:29
Re: [Qemu-devel] [PATCH] main: Hide F_GETFD and FD_CLOEXEC use for _WIN32
,
Stefan Weil
,
12:28
[Qemu-devel] [PATCH 29/37] target-i386: convert "stepping" to static property
,
Igor Mammedov
,
12:28
Re: [Qemu-devel] [PATCH 0/2] qom: detect attempts to add a property that already exists
,
Peter Maydell
,
12:26
[Qemu-devel] [PATCH 32/37] target-i386: use static properties for setting cpuid features
,
Igor Mammedov
,
12:23
Re: [Qemu-devel] [PATCH v2 6/6] pflash_cfi01: Fix debug mode printfery
,
Peter Maydell
,
12:17
[Qemu-devel] [PATCH 05/37] target-i386: move out CPU features initialization in separate func
,
Igor Mammedov
,
12:16
Re: [Qemu-devel] [PATCH] main: Hide F_GETFD and FD_CLOEXEC use for _WIN32
,
Luiz Capitulino
,
12:15
Re: [Qemu-devel] [PATCH v3 17/26] Add i21154 bridge chip.
,
Michael S. Tsirkin
,
12:15
Re: [Qemu-devel] [PATCH v2 4/6] hw: Model of Primecell pl35x mem controller
,
Peter Maydell
,
12:12
[Qemu-devel] [PATCH 22/37] target-i386: convert 'hv_vapic' to static property
,
Igor Mammedov
,
12:08
Re: [Qemu-devel] [PULL 00/29] qemu-sockets error propagation + NBD server
,
Markus Armbruster
,
11:59
Re: [Qemu-devel] [PATCH 18/29] qemu-sockets: add error propagation to inet_connect_addr
,
Markus Armbruster
,
11:53
Re: [Qemu-devel] [PATCH 08/29] migration (outgoing): add error propagation for all protocols
,
Markus Armbruster
,
11:52
Re: [Qemu-devel] [PATCH 14/29] vnc: introduce a single label for error returns
,
Markus Armbruster
,
11:50
[Qemu-devel] [PATCH 15/37] target-i386: set default value of "hypervisor" feature using static property
,
Igor Mammedov
,
11:46
Re: [Qemu-devel] [PATCH 15/29] vnc: reorganize code for reverse mode
,
Markus Armbruster
,
11:39
Re: [Qemu-devel] [PATCH v3 00/26] q35 qemu support
,
Anthony Liguori
,
11:39
Re: [Qemu-devel] [PATCH v3 12/16] qemu-iotests: add mirroring test case
,
Paolo Bonzini
,
11:39
Re: [Qemu-devel] [PATCH v2 1/2] qmp: handle stop/cont in INMIGRATE state
,
Luiz Capitulino
,
11:38
Re: [Qemu-devel] [PATCH v2 1/2] qmp: handle stop/cont in INMIGRATE state
,
Paolo Bonzini
,
11:36
Re: [Qemu-devel] [PATCH 0/2] qom: detect attempts to add a property that already exists
,
Luiz Capitulino
,
11:34
[Qemu-devel] [PATCH 1/3] nbd: Only try to send flush/discard commands if connected to the NBD server
,
nick
,
11:32
Re: [Qemu-devel] 'qemu-nbd' explicite flush to disk
,
Mark Trumpold
,
11:32
[Qemu-devel] [PATCH 2/3] nbd: Explicitly disconnect and fail inflight I/O requests on error, then reconnect next I/O request.
,
nick
,
11:32
[Qemu-devel] [patch v4 16/16] e1000: implement MemoryRegionOps's ref&lock interface
,
Liu Ping Fan
,
11:32
[Qemu-devel] [PATCH 3/3] nbd: Move reconnection attempts from each new I/O request to a 5-second timer
,
nick
,
11:32
[Qemu-devel] [PATCH 0/3] NBD reconnection behaviour
,
nick
,
11:32
[Qemu-devel] [patch v4 00/16] push mmio dispatch out of big lock
,
Liu Ping Fan
,
11:32
[Qemu-devel] [patch v4 02/16] qom: apply atomic on object's refcount
,
Liu Ping Fan
,
11:32
[Qemu-devel] [patch v4 15/16] e1000: introduce unmap() to fix unplug issue
,
Liu Ping Fan
,
11:32
[Qemu-devel] [patch v4 11/16] vcpu: push mmio dispatcher out of big lock
,
Liu Ping Fan
,
11:32
[Qemu-devel] [patch v4 13/16] e1000: add busy flag to anti broken device state
,
Liu Ping Fan
,
11:32
[Qemu-devel] [patch v4 01/16] atomic: introduce atomic operations
,
Liu Ping Fan
,
11:32
[Qemu-devel] [patch v4 03/16] hotplug: introduce qdev_unplug_complete() to remove device from views
,
Liu Ping Fan
,
11:32
[Qemu-devel] [patch v4 12/16] e1000: apply fine lock on e1000
,
Liu Ping Fan
,
11:32
[Qemu-devel] [patch v4 08/16] QemuThread: make QemuThread as tls to store extra info
,
Liu Ping Fan
,
11:32
[Qemu-devel] [patch v4 05/16] memory: introduce ref, unref interface for MemoryRegionOps
,
Liu Ping Fan
,
11:32
[Qemu-devel] [patch v4 06/16] memory: document ref, unref interface
,
Liu Ping Fan
,
11:32
[Qemu-devel] [patch v4 04/16] pci: remove pci device from mem view when unplug
,
Liu Ping Fan
,
11:31
[Qemu-devel] [patch v4 09/16] memory: introduce mmio request pending to anti nested DMA
,
Liu Ping Fan
,
11:31
[Qemu-devel] [patch v4 07/16] memory: make mmio dispatch able to be out of biglock
,
Liu Ping Fan
,
11:31
[Qemu-devel] [patch v4 14/16] qdev: introduce stopping state
,
Liu Ping Fan
,
11:31
[Qemu-devel] [patch v4 10/16] memory: introduce lock ops for MemoryRegionOps
,
Liu Ping Fan
,
11:31
Re: [Qemu-devel] [PATCH v2] hmp: fix info cpus for sparc targets
,
Luiz Capitulino
,
11:12
[Qemu-devel] [PATCH 27/37] target-i386: convert "tsc-frequency" to static property
,
Igor Mammedov
,
11:10
[Qemu-devel] [PATCH 09/37] qdev: export qdev_prop_find() and allow it to be used with DeviceClass instead of Object
,
Igor Mammedov
,
11:09
Re: [Qemu-devel] [PATCH v5] qemu-config: Add new -add-fd command line option
,
Corey Bryant
,
11:07
Re: [Qemu-devel] [PATCH v2 1/2] qmp: handle stop/cont in INMIGRATE state
,
Luiz Capitulino
,
11:06
[Qemu-devel] [PATCH 24/37] target-i386: use define for cpuid vendor string size
,
Igor Mammedov
,
11:06
[Qemu-devel] [PATCH 30/37] target-i386: convert "model" to static property
,
Igor Mammedov
,
11:05
[Qemu-devel] [PATCH 26/37] target-i386: convert "vendor" property to static property
,
Igor Mammedov
,
11:05
[Qemu-devel] [PATCH 37/37] target-i386: cleanup cpu_x86_find_by_name(), only fill x86_def_t in it
,
Igor Mammedov
,
11:05
[Qemu-devel] [PATCH 36/37] target-i386: use static properties to list CPUID features
,
Igor Mammedov
,
11:05
[Qemu-devel] [PATCH 23/37] target-i386: convert 'check' and 'enforce' to static properties
,
Igor Mammedov
,
11:05
[Qemu-devel] [PATCH 25/37] target-i386: replace uint32_t vendor fields by vendor string in x86_def_t
,
Igor Mammedov
,
11:05
[Qemu-devel] [PATCH 34/37] qdev: introduce QDEV_FIND_PROP_FROM_BIT and qdev_prop_find_bit()
,
Igor Mammedov
,
11:05
[Qemu-devel] [PATCH 19/37] qdev: add DEFINE_ABSTRACT_PROP() helper
,
Igor Mammedov
,
11:05
[Qemu-devel] [PATCH 20/37] target-i386: convert 'hv_spinlocks' to static property
,
Igor Mammedov
,
11:05
[Qemu-devel] [PATCH 28/37] target-i386: convert "model-id" to static property
,
Igor Mammedov
,
11:05
[Qemu-devel] [PATCH 11/37] target-i386: introduce vendor-override static property
,
Igor Mammedov
,
11:04
[Qemu-devel] [PATCH 21/37] target-i386: convert 'hv_relaxed' to static property
,
Igor Mammedov
,
11:04
[Qemu-devel] [PATCH 08/37] target-i386: define static properties for cpuid features
,
Igor Mammedov
,
11:04
[Qemu-devel] [PATCH 14/37] target-i386: postpone cpuid_level update to realize time
,
Igor Mammedov
,
11:04
[Qemu-devel] [PATCH 06/37] add visitor for parsing hz[KMG] input string
,
Igor Mammedov
,
11:04
[Qemu-devel] [PATCH 13/37] target-i386: convert "level" to static property
,
Igor Mammedov
,
11:04
[Qemu-devel] [PATCH 03/37] target-i386: if x86_cpu_realize() failed report error and do cleanup
,
Igor Mammedov
,
11:04
[Qemu-devel] [PATCH 01/37] target-i386: return Error from cpu_x86_find_by_name()
,
Igor Mammedov
,
11:04
[Qemu-devel] [PATCH 10/37] target-i386: parse cpu_model string into set of stringified properties
,
Igor Mammedov
,
11:04
[Qemu-devel] [PATCH 02/37] target-i386: cpu_x86_register(): report error from property setter
,
Igor Mammedov
,
11:04
[Qemu-devel] [PATCH 00/37 v5] target-i386: convert CPU features into properties
,
Igor Mammedov
,
11:04
[Qemu-devel] [PATCH 07/37] target-i386: use visit_type_hz to parse tsc_freq property value
,
Igor Mammedov
,
11:03
[Qemu-devel] [PATCH 04/37] target-i386: filter out not TCG features if running without kvm at realize time
,
Igor Mammedov
,
11:03
Re: [Qemu-devel] [PATCH] Call MADV_HUGEPAGE for guest RAM allocations
,
Luiz Capitulino
,
10:48
Re: [Qemu-devel] [PATCH v3 00/26] q35 qemu support
,
Alexander Graf
,
10:40
[Qemu-devel] [PATCH v5] qemu-config: Add new -add-fd command line option
,
Kevin Wolf
,
10:36
Re: [Qemu-devel] [PATCH v2 3/6] pflash_cfi0x: QOMified
,
Peter Maydell
,
10:36
[Qemu-devel] [PATCH] cadence_uart: enable tx/rx on reset
,
Josh Cartwright
,
10:20
Re: [Qemu-devel] [PATCH 1/5] qemu-char: Add new char backend CircularMemCharDriver
,
Eric Blake
,
10:09
Re: [Qemu-devel] [PATCH v3 00/26] q35 qemu support
,
Eric Blake
,
10:04
Re: [Qemu-devel] buildbot failure in qemu on block_mingw32
,
Corey Bryant
,
09:57
[Qemu-devel] [PATCH] main: Hide F_GETFD and FD_CLOEXEC use for _WIN32
,
Corey Bryant
,
09:55
Re: [Qemu-devel] qemu <-> libvirt interaction broken
,
Peter Maydell
,
09:51
Re: [Qemu-devel] [Bug 1066055] Re: Network performance regression with vde_switch
,
Edivaldo de Araujo Pereira
,
09:50
[Qemu-devel] KVM call agenda for 2012-10-23
,
Juan Quintela
,
09:42
[Qemu-devel] qemu <-> libvirt interaction broken
,
Gerd Hoffmann
,
09:28
Re: [Qemu-devel] [PATCH v3 17/26] Add i21154 bridge chip.
,
Andreas Färber
,
09:26
Re: [Qemu-devel] [PATCH v3 00/26] q35 qemu support
,
Michael S. Tsirkin
,
09:21
Re: [Qemu-devel] [PATCH v3 24/26] q35: add acpi-based pci hotplug.
,
Michael S. Tsirkin
,
09:08
Re: [Qemu-devel] [PATCH v3 19/26] q35: Fix non-PCI IRQ processing in ich9_lpc_update_apic
,
Michael S. Tsirkin
,
09:02
Re: [Qemu-devel] [PATCH v3 00/26] q35 qemu support
,
Eric Blake
,
09:01
Re: [Qemu-devel] [PATCH v3 17/26] Add i21154 bridge chip.
,
Michael S. Tsirkin
,
09:01
Re: [Qemu-devel] [PATCH v3 14/23] memory: manage coalesced mmio via a MemoryListener
,
Avi Kivity
,
09:01
Re: [Qemu-devel] [PATCH v3 14/23] memory: manage coalesced mmio via a MemoryListener
,
Peter Maydell
,
08:57
Re: [Qemu-devel] [PATCH v3 16/26] ich9: Add i82801b11 dmi-to-pci bridge
,
Michael S. Tsirkin
,
08:51
Re: [Qemu-devel] [PATCH 11/12] include core qdev code into *-user, too
,
Eduardo Habkost
,
08:42
Re: [Qemu-devel] [PULL v3 00/23] Integrate DMA into the memory API
,
Peter Maydell
,
08:40
Re: [Qemu-devel] [PATCH 11/12] include core qdev code into *-user, too
,
Igor Mammedov
,
08:36
Re: [Qemu-devel] [PATCH v3 00/26] q35 qemu support
,
Michael S. Tsirkin
,
08:32
Re: [Qemu-devel] buildbot failure in qemu on block_mingw32
,
Kevin Wolf
,
08:31
Re: [Qemu-devel] [PATCH v3 06/26] pc: Move ioapic_init() from pc_piix.c to pc.c
,
Michael S. Tsirkin
,
08:26
Re: [Qemu-devel] [PATCH v3 05/26] pc, pc_piix: split out pc nic initialization
,
Michael S. Tsirkin
,
08:25
Re: [Qemu-devel] [PATCHv3] qemu: enable PV EOI for qemu 1.3
,
Eduardo Habkost
,
08:18
Re: [Qemu-devel] [PATCHv3] qemu: enable PV EOI for qemu 1.3
,
Eduardo Habkost
,
08:17
Re: [Qemu-devel] [PATCH v3 00/26] q35 qemu support
,
Michael S. Tsirkin
,
08:14
Re: [Qemu-devel] [PATCHv3] qemu: enable PV EOI for qemu 1.3
,
Michael S. Tsirkin
,
08:10
Re: [Qemu-devel] [PATCH v2 1/1] atapi: make change media detection for guests easier
,
Kevin Wolf
,
08:05
[Qemu-devel] [PATCH] update-linux-headers.sh: Handle new kernel uapi/ directories
,
Peter Maydell
,
07:55
Re: [Qemu-devel] [PATCH v3 02/26] blockdev: Introduce IF_AHCI
,
Kevin Wolf
,
07:40
Re: [Qemu-devel] [PATCH v3 01/26] blockdev: Introduce a default machine blockdev interface field, QEMUMachine->mach_if
,
Kevin Wolf
,
07:26
Re: [Qemu-devel] 1.1.1 -> 1.1.2 migrate /managedsave issue
,
Avi Kivity
,
07:24
Re: [Qemu-devel] [Bug 1066055] Re: Network performance regression with vde_switch
,
Amit Shah
,
07:18
Re: [Qemu-devel] [RFC PATCH v3 06/19] Implement "-dimm" command line option
,
Avi Kivity
,
06:55
Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.
,
Amit Shah
,
06:47
Re: [Qemu-devel] [patch v4 13/16] e1000: add busy flag to anti broken device state
,
Avi Kivity
,
06:40
Re: [Qemu-devel] [PATCH v2 1/1] atapi: make change media detection for guests easier
,
Pavel Hrdina
,
06:40
Re: [Qemu-devel] [patch v4 12/16] e1000: apply fine lock on e1000
,
Avi Kivity
,
06:38
Re: [Qemu-devel] [PATCH v3 00/26] q35 qemu support
,
Gerd Hoffmann
,
06:38
Re: [Qemu-devel] [patch v4 11/16] vcpu: push mmio dispatcher out of big lock
,
Jan Kiszka
,
06:36
Re: [Qemu-devel] [patch v4 11/16] vcpu: push mmio dispatcher out of big lock
,
Avi Kivity
,
06:32
Re: [Qemu-devel] [patch v4 10/16] memory: introduce lock ops for MemoryRegionOps
,
Avi Kivity
,
06:30
Re: [Qemu-devel] [patch v4 09/16] memory: introduce mmio request pending to anti nested DMA
,
Avi Kivity
,
06:29
Re: [Qemu-devel] [PATCH v3 13/26] ich9: Add the lpc chip
,
Michael S. Tsirkin
,
06:25
Re: [Qemu-devel] [PATCH v3 12/26] ich9: Add acpi support and definitions
,
Michael S. Tsirkin
,
06:20
[Qemu-devel] [PULL] Memory core fixes
,
Avi Kivity
,
06:12
Re: [Qemu-devel] [PATCH v3 14/26] ich9: Add smbus
,
Michael S. Tsirkin
,
06:11
Re: [Qemu-devel] [PATCH v3 13/26] ich9: Add the lpc chip
,
Michael S. Tsirkin
,
06:10
Re: [Qemu-devel] [PATCHv3] qemu: enable PV EOI for qemu 1.3
,
Andreas Färber
,
06:07
Re: [Qemu-devel] [PATCH v3 12/26] ich9: Add acpi support and definitions
,
Michael S. Tsirkin
,
06:06
Re: [Qemu-devel] [PATCH v3 07/26] pc/piix_pci: factor out smram/pam logic
,
Michael S. Tsirkin
,
06:03
Re: [Qemu-devel] [PATCH v3 11/26] pcie: Convert PCIExpressHost to use the QOM.
,
Michael S. Tsirkin
,
05:53
Re: [Qemu-devel] [PATCH v3 10/26] pcie: pass pcie window size to pcie_host_mmcfg_update()
,
Michael S. Tsirkin
,
05:52
Re: [Qemu-devel] [PATCH v3 09/26] pci: Add class 0xc05 as 'SMBus'
,
Michael S. Tsirkin
,
05:50
Re: [Qemu-devel] [PATCH v3 04/26] pci: introduce pci_swizzle_map_irq_fn() for standardized interrupt pin swizzle
,
Michael S. Tsirkin
,
05:49
Re: [Qemu-devel] [PATCH v3 08/26] pci_ids: add intel 82801BA pci-to-pci bridge id
,
Michael S. Tsirkin
,
05:49
Re: [Qemu-devel] [PATCH v3 03/26] pci: pci capability must be in PCI space
,
Michael S. Tsirkin
,
05:46
Re: [Qemu-devel] [PATCH v3 02/26] blockdev: Introduce IF_AHCI
,
Michael S. Tsirkin
,
05:46
Re: [Qemu-devel] [PATCH v3 01/26] blockdev: Introduce a default machine blockdev interface field, QEMUMachine->mach_if
,
Michael S. Tsirkin
,
05:45
Re: [Qemu-devel] [PATCHv5] Align PCI capabilities in pci_find_space
,
Michael S. Tsirkin
,
05:42
Re: [Qemu-devel] [patch v4 05/16] memory: introduce ref, unref interface for MemoryRegionOps
,
Avi Kivity
,
05:38
[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)
,
Justin Shafer
,
05:36
Re: [Qemu-devel] [PULL v3 00/23] Integrate DMA into the memory API
,
Avi Kivity
,
05:35
Re: [Qemu-devel] [patch v4 08/16] QemuThread: make QemuThread as tls to store extra info
,
Jan Kiszka
,
05:30
Re: [Qemu-devel] [PATCH V13 5/6] add-cow file format core code.
,
Stefan Hajnoczi
,
05:30
Re: [Qemu-devel] [PATCH v3 00/26] q35 qemu support
,
Michael S. Tsirkin
,
05:06
Re: [Qemu-devel] [PATCH v3 12/16] qemu-iotests: add mirroring test case
,
Kevin Wolf
,
04:44
Re: [Qemu-devel] [RFC PATCH v3 06/19] Implement "-dimm" command line option
,
Vasilis Liaskovitis
,
04:40
Re: [Qemu-devel] [PATCH V13 4/6] rename qcow2-cache.c to block-cache.c
,
Dong Xu Wang
,
04:25
Re: [Qemu-devel] [PATCH V13 4/6] rename qcow2-cache.c to block-cache.c
,
Stefan Hajnoczi
,
04:22
[Qemu-devel] [PATCH v2 6/6] pflash_cfi01: Fix debug mode printfery
,
Peter Crosthwaite
,
03:19
[Qemu-devel] [PATCH v2 5/6] xilinx_zynq: add pl353
,
Peter Crosthwaite
,
03:19
[Qemu-devel] [PATCH v2 4/6] hw: Model of Primecell pl35x mem controller
,
Peter Crosthwaite
,
03:19
[Qemu-devel] [PATCH v2 3/6] pflash_cfi0x: QOMified
,
Peter Crosthwaite
,
03:19
[Qemu-devel] [PATCH v2 2/6] pflash_cfi01: remove unused total_len field
,
Peter Crosthwaite
,
03:19
[Qemu-devel] [PATCH v2 1/6] pflash_cfi0x: remove unused base field
,
Peter Crosthwaite
,
03:19
[Qemu-devel] [PATCH v2 0/6] QOMify pflash_cfi0x + PL353 for Xilinx Zynq
,
Peter Crosthwaite
,
03:19
Re: [Qemu-devel] [PATCH v1 7/7] nand: Reset addressing after READSTATUS.
,
Peter Crosthwaite
,
03:05
Re: [Qemu-devel] [PATCH v1 3/7] pflash_cfi0x: QOMified
,
Peter Crosthwaite
,
02:46
Re: [Qemu-devel] [PATCH] configure: Fix CONFIG_QEMU_HELPERDIR generation
,
Aurelien Jarno
,
02:12
Re: [Qemu-devel] [PATCH v2] tcg-i386: Use %gs prefixes for x86_64 GUEST_BASE
,
Aurelien Jarno
,
01:59
Re: [Qemu-devel] [PATCH v3 00/26] q35 qemu support
,
Gerd Hoffmann
,
01:58
Re: [Qemu-devel] [PATCH v3 25/26] q35: fill in usb pci slots with -usb
,
Gerd Hoffmann
,
01:54
Re: [Qemu-devel] [PATCH 11/14] pixman/vnc: use pixman images in vnc.
,
Gerd Hoffmann
,
01:40
Re: [Qemu-devel] [PATCH 07/14] console: don't set PixelFormat alpha fields for 32bpp
,
Gerd Hoffmann
,
01:27
Re: [Qemu-devel] [PATCH 0/6] *** TCG global variables clean-up ***
,
Evgeny Voevodin
,
01:05
October 21, 2012
Re: [Qemu-devel] [PATCH 5/6] TCG: Use gen_opparam_buf from context instead of global variable.
,
Evgeny Voevodin
,
23:43
Re: [Qemu-devel] [PATCH 0/6] *** TCG global variables clean-up ***
,
Evgeny Voevodin
,
23:40
Re: [Qemu-devel] [Qemu-ppc] [PATCH 03/15] pseries: Implement qemu initiated shutdowns using EPOW events
,
David Gibson
,
22:21
[Qemu-devel] [PATCH v2] tcg-i386: Use %gs prefixes for x86_64 GUEST_BASE
,
Richard Henderson
,
22:11
[Qemu-devel] [PATCH] target-sparc64: disable VGA cirrus
,
Aurelien Jarno
,
18:51
Re: [Qemu-devel] [PATCH] qemu-timer: Check for usable fields for SIGEV_THREAD_ID
,
Aurelien Jarno
,
18:41
Re: [Qemu-devel] [PATCH] Revert "target-sparc: Make cpu_dst local to OP=2 insns"
,
Aurelien Jarno
,
18:25
Re: [Qemu-devel] [PATCH] Revert "target-sparc: Make cpu_dst local to OP=2 insns"
,
Richard Henderson
,
17:29
Re: [Qemu-devel] [PATCH] qemu-timer: Check for usable fields for SIGEV_THREAD_ID
,
Richard Henderson
,
17:03
Re: [Qemu-devel] [PATCH] tcg/mips: use MUL instead of MULT on MIPS32 and above
,
Richard Henderson
,
16:47
Re: [Qemu-devel] [PATCH v2] tcg-i386: Use %gs prefixes for x86_64 GUEST_BASE
,
Richard Henderson
,
16:43
Re: [Qemu-devel] [PATCH v3 00/26] tcg: rework liveness analysis and register allocator
,
Richard Henderson
,
16:35
Re: [Qemu-devel] [PATCH] configure: Fix CONFIG_QEMU_HELPERDIR generation
,
Michael Tokarev
,
14:58
Re: [Qemu-devel] [PATCH 01/30] split MRU ram list
,
Peter Maydell
,
13:02
[Qemu-devel] [PATCH 5/5] HMP: Introduce console command
,
Lei Li
,
12:49
[Qemu-devel] [PATCH 3/5] QAPI: Introduce memchar-write QMP command
,
Lei Li
,
12:49
[Qemu-devel] [PATCH 4/5] QAPI: Introduce memchar-read QMP command
,
Lei Li
,
12:49
[Qemu-devel] [PATCH 2/5] Expose CirMemCharDriver via command line
,
Lei Li
,
12:49
[Qemu-devel] [PATCH 0/5 V4] char: add CirMemCharDriver and provide QMP interface
,
Lei Li
,
12:49
[Qemu-devel] [PATCH 1/5] qemu-char: Add new char backend CircularMemCharDriver
,
Lei Li
,
12:49
Re: [Qemu-devel] [PATCH 30/30] ram: optimize migration bitmap walking
,
Orit Wasserman
,
09:02
Re: [Qemu-devel] [PATCH 02/30] add a version number to ram_list
,
Orit Wasserman
,
08:43
Re: [Qemu-devel] [PATCH 05/30] migration: make qemu_fopen_ops_buffered() return void
,
Orit Wasserman
,
08:10
Re: [Qemu-devel] [PATCH 04/30] buffered_file: Move from using a timer to use a thread
,
Orit Wasserman
,
08:09
Re: [Qemu-devel] [PATCH 03/30] protect the ramlist with a separate mutex
,
Orit Wasserman
,
08:05
Re: [Qemu-devel] [PATCH 01/30] split MRU ram list
,
Orit Wasserman
,
07:58
Re: [Qemu-devel] [PATCH v3 00/26] q35 qemu support
,
Michael S. Tsirkin
,
07:41
Re: [Qemu-devel] [PATCH v3 00/26] q35 qemu support
,
Michael S. Tsirkin
,
07:34
Re: [Qemu-devel] [PATCH v3 20/26] q35: smbus: Remove PCI_STATUS_SIG_SYSTEM_ERROR and PCI_STATUS_DETECTED_PARITY from w1cmask
,
Michael S. Tsirkin
,
07:24
Re: [Qemu-devel] [PATCH v3 22/26] Add a fallback bios file search, if -L fails.
,
Peter Maydell
,
05:52
Re: [Qemu-devel] [PATCH v3 22/26] Add a fallback bios file search, if -L fails.
,
Michael Tokarev
,
03:26
Re: [Qemu-devel] [PATCH 2/2] tcg/i386: remove ld/st third argument register constraint
,
Richard Henderson
,
02:42
Re: [Qemu-devel] [PATCH 1/2] tcg/i386: remove suboptimal register shifting
,
Richard Henderson
,
02:41
Re: [Qemu-devel] [PATCH v2] tcg-i386: Use %gs prefixes for x86_64 GUEST_BASE
,
Richard Henderson
,
02:24
Re: [Qemu-devel] [PATCH v2] tcg-i386: Use %gs prefixes for x86_64 GUEST_BASE
,
Aurelien Jarno
,
00:26
October 20, 2012
Re: [Qemu-devel] [PATCH] Call MADV_HUGEPAGE for guest RAM allocations
,
Aurelien Jarno
,
23:46
[Qemu-devel] [Bug 1066909] Re: App-level clone emulation for microblaze is broken
,
Aurelien Jarno
,
20:35
[Qemu-devel] [Bug 1068900] Re: Thread cancellation broken in app-level emulation
,
Aurelien Jarno
,
20:35
Re: [Qemu-devel] [PATCH] Revert "target-sparc: Make cpu_dst local to OP=2 insns"
,
Aurelien Jarno
,
19:18
Re: [Qemu-devel] [PATCH] Revert "target-sparc: Make cpu_dst local to OP=2 insns"
,
Richard Henderson
,
18:49
[Qemu-devel] [PATCHv5] Align PCI capabilities in pci_find_space
,
Matt Renzelmann
,
17:03
[Qemu-devel] [Bug 1066909] Re: App-level clone emulation for microblaze is broken
,
Bugdal
,
16:10
[Qemu-devel] [Bug 1068900] Re: Thread cancellation broken in app-level emulation
,
Bugdal
,
16:05
[Qemu-devel] [Bug 1068900] Re: Thread cancellation broken in app-level emulation
,
Aurelien Jarno
,
15:45
[Qemu-devel] [PATCH] configure: Remove stray debug output
,
Peter Maydell
,
15:37
[Qemu-devel] [Bug 1068900] Re: Thread cancellation broken in app-level emulation
,
Bugdal
,
14:35
[Qemu-devel] [Bug 1068900] [NEW] Thread cancellation broken in app-level emulation
,
Bugdal
,
14:35
[Qemu-devel] [PATCH 2/2] tcg/i386: remove ld/st third argument register constraint
,
Aurelien Jarno
,
13:29
[Qemu-devel] [PATCH 1/2] tcg/i386: remove suboptimal register shifting
,
Aurelien Jarno
,
13:29
Re: [Qemu-devel] [PATCH v3 00/26] q35 qemu support
,
Michael Tokarev
,
12:15
[Qemu-devel] [PATCH] Revert "target-sparc: Make cpu_dst local to OP=2 insns"
,
Aurelien Jarno
,
10:48
[Qemu-devel] [PATCHv3 2/2] signal: sigsegv protection on do_sigprocmask
,
Alex Barcelo
,
10:16
[Qemu-devel] [PATCHv3 1/2] signal: added a wrapper for sigprocmask function
,
Alex Barcelo
,
10:16
[Qemu-devel] [PATCHv3 0/2] Preparing safe sigprocmask wrapper on qemu-user
,
Alex Barcelo
,
10:16
Re: [Qemu-devel] [PATCH v3 12/16] qemu-iotests: add mirroring test case
,
Paolo Bonzini
,
09:47
Re: [Qemu-devel] [PATCH 2/2] target-sparc: fix FMOVr instruction
,
Blue Swirl
,
05:03
Re: [Qemu-devel] [PATCH v2 0/8] Add LOG_GUEST_ERROR for reporting guest bugs
,
Blue Swirl
,
04:49
Re: [Qemu-devel] [PATCH v2 00/20] target-sparc: Cleanup handling of temps
,
Blue Swirl
,
04:48
Re: [Qemu-devel] [PATCH v4 0/5] Better allocation of code_gen_buffer
,
Blue Swirl
,
04:48
Re: [Qemu-devel] [QEMU PATCH v4] create struct for machine initialization arguments
,
Blue Swirl
,
04:47
Re: [Qemu-devel] [PATCH v2 0/4] vga: add mmio bar
,
Blue Swirl
,
04:46
[Qemu-devel] [RESEND PATCH v6 3/3] tcg: Optimize qemu_ld/st by generating slow paths at the end of a block
,
Yeongkyoon Lee
,
03:06
[Qemu-devel] [RESEND PATCH v6 2/3] tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization
,
Yeongkyoon Lee
,
03:06
[Qemu-devel] [RESEND PATCH v6 0/3] tcg: enhance code generation quality for qemu_ld/st IRs
,
Yeongkyoon Lee
,
03:06
[Qemu-devel] [RESEND PATCH v6 1/3] configure: Add CONFIG_QEMU_LDST_OPTIMIZATION for TCG qemu_ld/st optimization
,
Yeongkyoon Lee
,
03:06
October 19, 2012
[Qemu-devel] buildbot failure in qemu on block_mingw32
,
qemu
,
21:04
Re: [Qemu-devel] [PATCH v1 6/7] xilinx_zynq: add pl353
,
Peter Crosthwaite
,
19:01
Re: [Qemu-devel] [PATCH v2 14/26] tcg: rework TCG helper flags
,
Richard Henderson
,
18:25
Re: [Qemu-devel] [PATCH v2 2/2] target-arm: Implement abs_i32 inline rather than as a helper
,
Aurelien Jarno
,
18:05
Re: [Qemu-devel] [PATCH v2 1/2] target-arm: Use TCG operation for Neon 64 bit negation
,
Aurelien Jarno
,
18:05
Re: [Qemu-devel] [PATCH v2 0/2] target-arm: inline abs, 64-bit negate
,
Aurelien Jarno
,
18:05
[Qemu-devel] [PATCH v3 22/26] target-s390x: rename helper flags
,
Aurelien Jarno
,
17:40
[Qemu-devel] [PATCH v3 16/26] target-arm: rename helper flags
,
Aurelien Jarno
,
17:40
[Qemu-devel] [PATCH v3 10/26] tcg: don't explicitly save globals and temps
,
Aurelien Jarno
,
17:40
[Qemu-devel] [PATCH v3 13/26] tcg: synchronize globals for ops with side effects
,
Aurelien Jarno
,
17:40
[Qemu-devel] [PATCH v3 12/26] tcg: forbid ld/st function to modify globals
,
Aurelien Jarno
,
17:40
[Qemu-devel] [PATCH v3 08/26] tcg: always mark dead input arguments as dead
,
Aurelien Jarno
,
17:40
[Qemu-devel] [PATCH v3 03/26] tcg: add temp_sync()
,
Aurelien Jarno
,
17:40
[Qemu-devel] [PATCH v3 04/26] tcg: sync output arguments on liveness request
,
Aurelien Jarno
,
17:40
[Qemu-devel] [PATCH v3 14/26] tcg: rework TCG helper flags
,
Aurelien Jarno
,
17:40
[Qemu-devel] [PATCH v3 19/26] target-microblaze: rename helper flags
,
Aurelien Jarno
,
17:40
[Qemu-devel] [PATCH v3 26/26] tcg: remove compatiblity call flags
,
Aurelien Jarno
,
17:40
[Qemu-devel] [PATCH v3 20/26] target-mips: rename helper flags
,
Aurelien Jarno
,
17:40
[Qemu-devel] [PATCH 07/26] tcg: rewrite tcg_reg_alloc_mov()
,
Aurelien Jarno
,
17:40
[Qemu-devel] [PATCH v3 24/26] target-sparc: rename helper flags
,
Aurelien Jarno
,
17:40
[Qemu-devel] [PATCH v3 15/26] target-alpha: rename helper flags
,
Aurelien Jarno
,
17:40
[Qemu-devel] [PATCH v3 06/26] tcg: improve tcg_reg_alloc_movi()
,
Aurelien Jarno
,
17:40
[Qemu-devel] [PATCH v3 21/26] target-ppc: rename helper flags
,
Aurelien Jarno
,
17:40
[Qemu-devel] [PATCH v3 17/26] target-cris: rename helper flags
,
Aurelien Jarno
,
17:40
[Qemu-devel] [PATCH v3 09/26] tcg: start with local temps in TEMP_VAL_MEM state
,
Aurelien Jarno
,
17:40
[Qemu-devel] [PATCH v3 25/26] target-xtensa: rename helper flags
,
Aurelien Jarno
,
17:40
[Qemu-devel] [PATCH v3 11/26] tcg: fix some op flags
,
Aurelien Jarno
,
17:40
[Qemu-devel] [PATCH v3 05/26] tcg: rework liveness analysis
,
Aurelien Jarno
,
17:40
[Qemu-devel] [PATCH v3 18/26] target-i386: rename helper flags
,
Aurelien Jarno
,
17:40
[Qemu-devel] [PATCH v3 23/26] target-sh4: rename helper flags
,
Aurelien Jarno
,
17:40
[Qemu-devel] [PATCH v3 01/26] tcg: add temp_dead()
,
Aurelien Jarno
,
17:39
[Qemu-devel] [PATCH v3 00/26] tcg: rework liveness analysis and register allocator
,
Aurelien Jarno
,
17:39
[Qemu-devel] [PATCH v3 02/26] tcg: add tcg_reg_sync()
,
Aurelien Jarno
,
17:39
[Qemu-devel] [PATCH] tcg/mips: use MUL instead of MULT on MIPS32 and above
,
Aurelien Jarno
,
17:26
[Qemu-devel] [PATCH v2] hmp: fix info cpus for sparc targets
,
Aurelien Jarno
,
17:20
Re: [Qemu-devel] [PATCH 3/4] Support for "double whitelist" filters
,
Corey Bryant
,
16:46
[Qemu-devel] [PATCH v3 24/26] q35: add acpi-based pci hotplug.
,
Jason Baron
,
16:44
[Qemu-devel] [PATCH v3 19/26] q35: Fix non-PCI IRQ processing in ich9_lpc_update_apic
,
Jason Baron
,
16:44
[Qemu-devel] [PATCH v3 17/26] Add i21154 bridge chip.
,
Jason Baron
,
16:44
[Qemu-devel] [PATCH v3 20/26] q35: smbus: Remove PCI_STATUS_SIG_SYSTEM_ERROR and PCI_STATUS_DETECTED_PARITY from w1cmask
,
Jason Baron
,
16:44
[Qemu-devel] [PATCH v3 26/26] ich9: add support pci assignment
,
Jason Baron
,
16:44
[Qemu-devel] [PATCH v3 21/26] q35: Add kvmclock support
,
Jason Baron
,
16:44
[Qemu-devel] [PATCH v3 15/26] q35: Introduce q35 pc based chipset emulator
,
Jason Baron
,
16:44
[Qemu-devel] [PATCH v3 25/26] q35: fill in usb pci slots with -usb
,
Jason Baron
,
16:44
[Qemu-devel] [PATCH v3 23/26] q35: automatically load the q35 dsdt table
,
Jason Baron
,
16:44
[Qemu-devel] [PATCH v3 22/26] Add a fallback bios file search, if -L fails.
,
Jason Baron
,
16:44
[Qemu-devel] [PATCH v3 14/26] ich9: Add smbus
,
Jason Baron
,
16:44
[Qemu-devel] [PATCH v3 16/26] ich9: Add i82801b11 dmi-to-pci bridge
,
Jason Baron
,
16:44
[Qemu-devel] [PATCH v3 18/26] q35: Suppress SMM BIOS initialization under KVM
,
Jason Baron
,
16:44
[Qemu-devel] [PATCH v3 13/26] ich9: Add the lpc chip
,
Jason Baron
,
16:44
[Qemu-devel] [PATCH v3 12/26] ich9: Add acpi support and definitions
,
Jason Baron
,
16:43
[Qemu-devel] [PATCH v3 11/26] pcie: Convert PCIExpressHost to use the QOM.
,
Jason Baron
,
16:43
[Qemu-devel] [PATCH v3 10/26] pcie: pass pcie window size to pcie_host_mmcfg_update()
,
Jason Baron
,
16:43
[Qemu-devel] [PATCH v3 07/26] pc/piix_pci: factor out smram/pam logic
,
Jason Baron
,
16:43
[Qemu-devel] [PATCH v3 09/26] pci: Add class 0xc05 as 'SMBus'
,
Jason Baron
,
16:43
[Qemu-devel] [PATCH v3 01/26] blockdev: Introduce a default machine blockdev interface field, QEMUMachine->mach_if
,
Jason Baron
,
16:43
[Qemu-devel] [PATCH v3 08/26] pci_ids: add intel 82801BA pci-to-pci bridge id
,
Jason Baron
,
16:43
[Qemu-devel] [PATCH v3 06/26] pc: Move ioapic_init() from pc_piix.c to pc.c
,
Jason Baron
,
16:43
[Qemu-devel] [PATCH v3 02/26] blockdev: Introduce IF_AHCI
,
Jason Baron
,
16:43
[Qemu-devel] [PATCH v3 03/26] pci: pci capability must be in PCI space
,
Jason Baron
,
16:43
[Qemu-devel] [PATCH v3 05/26] pc, pc_piix: split out pc nic initialization
,
Jason Baron
,
16:43
[Qemu-devel] [PATCH v3 04/26] pci: introduce pci_swizzle_map_irq_fn() for standardized interrupt pin swizzle
,
Jason Baron
,
16:43
[Qemu-devel] [PATCH v3 00/26] q35 qemu support
,
Jason Baron
,
16:43
Re: [Qemu-devel] [PATCH 3/4] Support for "double whitelist" filters
,
Eric Blake
,
16:36
Re: [Qemu-devel] [PATCH v2 14/26] tcg: rework TCG helper flags
,
Aurelien Jarno
,
16:24
Re: [Qemu-devel] [PATCH 3/4] Support for "double whitelist" filters
,
Corey Bryant
,
16:08
Re: [Qemu-devel] [PATCH 3/4] Support for "double whitelist" filters
,
Corey Bryant
,
16:04
Re: [Qemu-devel] [PATCH 1/4] Adding new syscalls (bugzilla 855162)
,
Corey Bryant
,
15:59
Re: [Qemu-devel] [PATCH] configure: Fix CONFIG_QEMU_HELPERDIR generation
,
Aurelien Jarno
,
15:46
Re: [Qemu-devel] [PATCH v2] qemu-options.hx: Change from recommending '?' to 'help'
,
Aurelien Jarno
,
15:40
Re: [Qemu-devel] [PATCH] MAINTAINERS: Update email address for Stefan Hajnoczi
,
Aurelien Jarno
,
15:33
Re: [Qemu-devel] [PATCH] tci: fix build breakage for target-sparc
,
Aurelien Jarno
,
15:32
Re: [Qemu-devel] [PATCH v2] allow make {dist, }clean work w/out configure
,
Aurelien Jarno
,
15:32
Re: [Qemu-devel] [PULL 0/6] Trivial patches for 13 to 19 October 2012
,
Aurelien Jarno
,
15:31
Re: [Qemu-devel] [PULL] [PATCH 00/11] Pending linux-user patches
,
Aurelien Jarno
,
15:31
Re: [Qemu-devel] [PATCHv5] tests/tcg: fix build
,
Aurelien Jarno
,
15:30
[Qemu-devel] Change from using the disassembler to another tool
,
Itliang
,
15:29
[Qemu-devel] [Bug 804517] Re: qemu crashes on Darwin in qemu_iohandler_poll
,
Oliver
,
15:26
Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.
,
Michael Roth
,
14:58
Re: [Qemu-devel] nvram and boot order
,
Benjamin Herrenschmidt
,
14:12
Re: [Qemu-devel] [PATCH 11/14] pixman/vnc: use pixman images in vnc.
,
Stefano Stabellini
,
14:04
Re: [Qemu-devel] [PATCH] Makefile: Forbid out-of-tree build from a source tree that has been built in
,
Blue Swirl
,
13:58
[Qemu-devel] [PATCH v3] hw/qdev-properties.c: Improve diagnostic for setting property after realize
,
Peter Maydell
,
13:57
Re: [Qemu-devel] [PATCH 0/6] *** TCG global variables clean-up ***
,
Blue Swirl
,
13:56
Re: [Qemu-devel] [PATCH 5/6] TCG: Use gen_opparam_buf from context instead of global variable.
,
Blue Swirl
,
13:53
Re: [Qemu-devel] [Qemu-trivial] [PATCH 00/11] static patches
,
Blue Swirl
,
13:50
Re: [Qemu-devel] [RFC PATCH v3 06/19] Implement "-dimm" command line option
,
Blue Swirl
,
13:48
[Qemu-devel] [PATCH v2 0/3] net: convert NetClientState to QOM
,
Stefan Hajnoczi
,
13:43
Re: [Qemu-devel] nvram and boot order
,
Blue Swirl
,
13:29
[Qemu-devel] [PATCH 1/2] error: Distinguish critical and non-critical errors
,
Peter Maydell
,
13:26
[Qemu-devel] [PATCH 0/2] qom: detect attempts to add a property that already exists
,
Peter Maydell
,
13:26
Re: [Qemu-devel] [PATCH v3 12/16] qemu-iotests: add mirroring test case
,
Kevin Wolf
,
13:25
[Qemu-devel] [PATCH 2/2] qom: Detect attempts to add a property that already exists
,
Peter Maydell
,
13:19
Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.
,
Blue Swirl
,
13:19
[Qemu-devel] [PATCH v2 2/3] net: extract notify_link_status_changed() function
,
Stefan Hajnoczi
,
13:09
[Qemu-devel] [PATCH v2 3/3] net: extract notify_link_status_changed() function
,
Stefan Hajnoczi
,
13:09
[Qemu-devel] [PATCH v2 1/3] net: add public qemu_net_poll() function
,
Stefan Hajnoczi
,
13:08
Re: [Qemu-devel] [PATCHv4] qemu-img rebase: use empty string to rebase without backing file
,
Eric Blake
,
13:08
Re: [Qemu-devel] [PATCH] qemu: enable PV EOI for qemu 1.3
,
Blue Swirl
,
13:08
Re: [Qemu-devel] [PATCH 3/4] Support for "double whitelist" filters
,
Blue Swirl
,
13:05
Re: [Qemu-devel] [PATCH 07/14] console: don't set PixelFormat alpha fields for 32bpp
,
Stefano Stabellini
,
13:03
Re: [Qemu-devel] [PATCH 11/12] include core qdev code into *-user, too
,
Eduardo Habkost
,
12:58
Re: [Qemu-devel] [PATCH 1/4] cpu-all: Add unaligned load/store helper functions
,
Blue Swirl
,
12:52
Re: [Qemu-devel] [PATCHv4] qemu-img rebase: use empty string to rebase without backing file
,
Kevin Wolf
,
12:46
Re: [Qemu-devel] [PATCH 10/11] arm: add missing static and remove unused functions
,
Blue Swirl
,
12:44
Re: [Qemu-devel] [PATCH v3 12/16] qemu-iotests: add mirroring test case
,
Kevin Wolf
,
12:19
Re: [Qemu-devel] [PATCH v2 16/21] q35: smbus: Remove PCI_STATUS_SIG_SYSTEM_ERROR and PCI_STATUS_DETECTED_PARITY from w1cmask
,
Isaku Yamahata
,
12:17
Re: [Qemu-devel] [PATCH v2 16/21] q35: smbus: Remove PCI_STATUS_SIG_SYSTEM_ERROR and PCI_STATUS_DETECTED_PARITY from w1cmask
,
Jason Baron
,
11:14
[Qemu-devel] [PATCH v2 1/2] qmp: handle stop/cont in INMIGRATE state
,
Paolo Bonzini
,
10:46
[Qemu-devel] [PATCH v2 2/2] migration: go to paused state after finishing incoming migration with -S
,
Paolo Bonzini
,
10:46
[Qemu-devel] [PATCH v2 0/2] Fix stop/cont vs. connect races
,
Paolo Bonzini
,
10:46
Re: [Qemu-devel] nvram and boot order
,
Peter Maydell
,
10:37
[Qemu-devel] [PATCH 5/6] qmp: qmp_transaction(): pass Error object to bdrv_img_create()
,
Luiz Capitulino
,
10:27
[Qemu-devel] [PATCH 4/6] qemu-img: img_create(): drop unneeded goto and ret variable
,
Luiz Capitulino
,
10:27
[Qemu-devel] [PATCH 1/6] error: add error_set_errno and error_setg_errno
,
Luiz Capitulino
,
10:27
[Qemu-devel] [PATCH 6/6] block: bdrv_img_create(): drop unused error handling code
,
Luiz Capitulino
,
10:27
[Qemu-devel] [PATCH 3/6] qemu-img: img_create(): pass Error object to bdrv_img_create()
,
Luiz Capitulino
,
10:27
[Qemu-devel] [PATCH v2 0/6] block: bdrv_img_create(): propagate errors
,
Luiz Capitulino
,
10:27
[Qemu-devel] [PATCH 2/6] block: bdrv_img_create(): add Error ** argument
,
Luiz Capitulino
,
10:27
[Qemu-devel] [PATCH 17/29] qemu-sockets: include strerror or gai_strerror output in error messages
,
Paolo Bonzini
,
10:23
[Qemu-devel] [PATCH] target-arm: Remove out of date FIXME regarding saturating arithmetic
,
Peter Maydell
,
10:23
Re: [Qemu-devel] nvram and boot order
,
Anthony Liguori
,
10:22
[Qemu-devel] [PATCH 22/29] vnc: drop QERR_VNC_SERVER_FAILED
,
Paolo Bonzini
,
10:11
[Qemu-devel] [PATCH 18/29] qemu-sockets: add error propagation to inet_connect_addr
,
Paolo Bonzini
,
10:10
Re: [Qemu-devel] [PATCH] qmp: handle stop/cont in INMIGRATE state
,
Luiz Capitulino
,
10:01
Re: [Qemu-devel] [PATCH 25/25] hmp: add NBD server commands
,
Paolo Bonzini
,
09:58
Re: [Qemu-devel] [PATCH 03/12] qdev: separate core from the code used only by qemu-system-*
,
Eduardo Habkost
,
09:56
[Qemu-devel] [PATCH 10/29] qemu-char: ask and print error information from qemu-sockets
,
Paolo Bonzini
,
09:55
[Qemu-devel] [PATCH] Makefile: Forbid out-of-tree build from a source tree that has been built in
,
Peter Maydell
,
09:54
[Qemu-devel] [PATCH 09/29] migration (incoming): add error propagation to fd and exec protocols
,
Paolo Bonzini
,
09:54
Re: [Qemu-devel] [PATCH 25/25] hmp: add NBD server commands
,
Markus Armbruster
,
09:53
Re: [Qemu-devel] [PATCH] qmp: handle stop/cont in INMIGRATE state
,
Paolo Bonzini
,
09:50
[Qemu-devel] [PATCH 28/29] block: add close notifiers
,
Paolo Bonzini
,
09:48
[Qemu-devel] [PATCH 24/29] qapi: add socket address types
,
Paolo Bonzini
,
09:36
[Qemu-devel] [PATCH 13/29] vnc: avoid Yoda conditionals
,
Paolo Bonzini
,
09:35
[Qemu-devel] [PATCH 29/29] qmp: add NBD server commands
,
Paolo Bonzini
,
09:35
[Qemu-devel] [PATCH 12/29] qemu-ga: ask and print error information from qemu-sockets
,
Paolo Bonzini
,
09:34
[Qemu-devel] [PATCH 26/29] qemu-sockets: add socket_listen, socket_connect, socket_parse
,
Paolo Bonzini
,
09:34
[Qemu-devel] [PATCH 27/29] block: prepare code for adding block notifiers
,
Paolo Bonzini
,
09:34
[Qemu-devel] [PATCH 25/29] qemu-sockets: return InetSocketAddress from inet_parse
,
Paolo Bonzini
,
09:34
[Qemu-devel] [PATCH 23/29] build: add QAPI files to the tools
,
Paolo Bonzini
,
09:34
[Qemu-devel] [PATCH 21/29] qemu-sockets: add error propagation to Unix socket functions
,
Paolo Bonzini
,
09:34
[Qemu-devel] [PATCH 14/29] vnc: introduce a single label for error returns
,
Paolo Bonzini
,
09:34
[Qemu-devel] [PATCH 19/29] qemu-sockets: add error propagation to inet_dgram_opts
,
Paolo Bonzini
,
09:34
[Qemu-devel] [PATCH 20/29] qemu-sockets: add error propagation to inet_parse
,
Paolo Bonzini
,
09:34
[Qemu-devel] [PATCH 08/29] migration (outgoing): add error propagation for all protocols
,
Paolo Bonzini
,
09:34
[Qemu-devel] [PATCH 16/29] vnc: add error propagation to vnc_display_open
,
Paolo Bonzini
,
09:33
[Qemu-devel] [PATCH 15/29] vnc: reorganize code for reverse mode
,
Paolo Bonzini
,
09:33
[Qemu-devel] [PATCH 11/29] nbd: ask and print error information from qemu-sockets
,
Paolo Bonzini
,
09:33
[Qemu-devel] [PATCH 06/29] migration: centralize call to migrate_fd_error()
,
Paolo Bonzini
,
09:33
[Qemu-devel] [PATCH 07/29] migration: use qemu-sockets to establish Unix sockets
,
Paolo Bonzini
,
09:33
[Qemu-devel] [PATCH 05/29] migration: avoid using error_is_set and thus relying on errp != NULL
,
Paolo Bonzini
,
09:33
[Qemu-devel] [PATCH 03/29] qemu-sockets: unix_listen and unix_connect are portable
,
Paolo Bonzini
,
09:33
[Qemu-devel] [PATCH 04/29] qemu-sockets: add nonblocking connect for Unix sockets
,
Paolo Bonzini
,
09:33
[Qemu-devel] [PATCH 02/29] qemu-sockets: add Error ** to all functions
,
Paolo Bonzini
,
09:32
[Qemu-devel] [PATCH 01/29] error: add error_set_errno and error_setg_errno
,
Paolo Bonzini
,
09:32
[Qemu-devel] [PULL 00/29] qemu-sockets error propagation + NBD server
,
Paolo Bonzini
,
09:32
Re: [Qemu-devel] [PATCH 25/25] hmp: add NBD server commands
,
Markus Armbruster
,
09:31
Re: [Qemu-devel] [PATCH] qmp: handle stop/cont in INMIGRATE state
,
Luiz Capitulino
,
09:22
Re: [Qemu-devel] [PATCH v3 10/16] qmp: add drive-mirror command
,
Paolo Bonzini
,
09:13
Re: [Qemu-devel] [PATCH v4 4/4] qemu-config: Add new -add-fd command line option
,
Corey Bryant
,
09:12
Re: [Qemu-devel] [PATCH 25/25] hmp: add NBD server commands
,
Paolo Bonzini
,
09:11
[Qemu-devel] [PATCH v2 2/2] target-arm: Implement abs_i32 inline rather than as a helper
,
Peter Maydell
,
09:07
[Qemu-devel] [PATCH v2 0/2] target-arm: inline abs, 64-bit negate
,
Peter Maydell
,
09:07
[Qemu-devel] [PATCH v2 1/2] target-arm: Use TCG operation for Neon 64 bit negation
,
Peter Maydell
,
09:07
Re: [Qemu-devel] [PATCH v3 10/16] qmp: add drive-mirror command
,
Kevin Wolf
,
08:55
Re: [Qemu-devel] [PATCH 2/8] block: bdrv_img_create(): add param_list argument
,
Luiz Capitulino
,
08:48
Re: [Qemu-devel] [PATCH 25/25] hmp: add NBD server commands
,
Luiz Capitulino
,
08:44
[Qemu-devel] [PATCH 4/6] TCG: Use gen_opc_buf from context instead of global variable.
,
Evgeny
,
08:43
[Qemu-devel] [PATCH 3/6] TCG: Use gen_opparam_ptr from context instead of global variable.
,
Evgeny
,
08:43
[Qemu-devel] [PATCH 6/6] TCG: Remove unused global variables
,
Evgeny
,
08:43
[Qemu-devel] [PATCH 0/6] *** TCG global variables clean-up ***
,
Evgeny
,
08:43
[Qemu-devel] [PATCH 5/6] TCG: Use gen_opparam_buf from context instead of global variable.
,
Evgeny
,
08:43
[Qemu-devel] [PATCH 2/6] TCG: Use gen_opc_ptr from context instead of global variable.
,
Evgeny
,
08:43
[Qemu-devel] [PATCH 1/6] tcg/tcg.h: Duplicate global TCG variables in TCGContext
,
Evgeny
,
08:43
Re: [Qemu-devel] [PATCH v1 7/7] nand: Reset addressing after READSTATUS.
,
Edgar E. Iglesias
,
08:18
Re: [Qemu-devel] [PATCH v1 7/7] nand: Reset addressing after READSTATUS.
,
Peter Maydell
,
07:59
[Qemu-devel] [PATCH] ui/spice: support websockets ports
,
Alon Levy
,
07:52
Re: [Qemu-devel] [PATCH v4 4/4] qemu-config: Add new -add-fd command line option
,
Kevin Wolf
,
07:07
Re: [Qemu-devel] [PATCH] e1000: Don't set the Capabilities List bit
,
Philipp Hahn
,
07:02
Re: [Qemu-devel] [PATCH] cadence_uart: More debug information
,
Peter Maydell
,
06:54
Re: [Qemu-devel] [PATCH] add bochs dispi interface framebuffer driver
,
Vasilis Liaskovitis
,
06:35
Re: [Qemu-devel] [PATCH v1 6/7] xilinx_zynq: add pl353
,
Peter Maydell
,
06:32
Re: [Qemu-devel] [PATCH v1 3/7] pflash_cfi0x: QOMified
,
Peter Maydell
,
06:25
Re: [Qemu-devel] [PATCH 1/4] usb: split packet result into actual_length + status
,
Hans de Goede
,
06:20
[Qemu-devel] [PATCH] Fix missing TRACE exception
,
Julio Guerra
,
06:17
Re: [Qemu-devel] [PATCH v1 3/7] pflash_cfi0x: QOMified
,
Paolo Bonzini
,
06:09
Re: [Qemu-devel] [PATCH] e1000: Don't set the Capabilities List bit
,
Philipp Hahn
,
05:59
Re: [Qemu-devel] [PATCH 23/25] block: add close notifiers
,
Paolo Bonzini
,
05:38
Re: [Qemu-devel] [PATCH v2 31/45] mirror: add support for on-source-error/on-target-error
,
Paolo Bonzini
,
05:30
Re: [Qemu-devel] [PATCH 1/4] usb: split packet result into actual_length + status
,
Gerd Hoffmann
,
05:29
Re: [Qemu-devel] [PATCH] qmp: handle stop/cont in INMIGRATE state
,
Paolo Bonzini
,
05:27
Re: [Qemu-devel] [PATCH 2/8] block: bdrv_img_create(): add param_list argument
,
Kevin Wolf
,
05:13
[Qemu-devel] [PATCH] cadence_uart: More debug information
,
Peter Crosthwaite
,
05:08
Re: [Qemu-devel] [PATCH v1 4/7] sysbus/sysbus_mmio_map: parameterise mapped region
,
Peter Crosthwaite
,
05:01
Re: [Qemu-devel] [PATCH v4 24/26] qidl: add QAPI-based code generator
,
Paolo Bonzini
,
05:01
Re: [Qemu-devel] [PATCH 25/25] hmp: add NBD server commands
,
Paolo Bonzini
,
04:58
[Qemu-devel] [PATCH 6/6] ui/vnc-jobs.c: Fix minor typos in comments
,
Stefan Hajnoczi
,
04:55
[Qemu-devel] [PATCH 4/6] configure: Remove unused parameters from main function
,
Stefan Hajnoczi
,
04:55
[Qemu-devel] [PATCH 1/6] ui/vnc: Only report/use TIGHT_PNG encoding if enabled.
,
Stefan Hajnoczi
,
04:54
[Qemu-devel] [PATCH 2/6] targphys.h: Don't define target_phys_addr_t for user-mode emulators
,
Stefan Hajnoczi
,
04:54
[Qemu-devel] [PATCH 5/6] net/tap-win32: Fix compiler warning caused by missing include statement
,
Stefan Hajnoczi
,
04:54
[Qemu-devel] [PATCH 3/6] target-arm/neon_helper: Remove obsolete FIXME comment
,
Stefan Hajnoczi
,
04:54
[Qemu-devel] [PULL 0/6] Trivial patches for 13 to 19 October 2012
,
Stefan Hajnoczi
,
04:54
Re: [Qemu-devel] [PATCH 15/25] qemu-sockets: add error propagation to inet_connect_addr
,
Paolo Bonzini
,
04:50
Re: [Qemu-devel] [PATCH V3] e1000: drop check_rxov, always treat RX ring with RDH == RDT as empty
,
Dmitry Fleytman
,
04:46
Re: [Qemu-devel] [Qemu-trivial] [PATCH v2] ui/vnc-jobs.c: Fix minor typos in comments
,
Stefan Hajnoczi
,
04:42
Re: [Qemu-devel] nvram and boot order
,
Alexander Graf
,
04:40
Re: [Qemu-devel] [PATCH 13/25] vnc: add error propagation to vnc_display_open
,
Paolo Bonzini
,
04:40
Re: [Qemu-devel] [PATCH] net/tap-win32: Fix compiler warning caused by missing include statement
,
Stefan Hajnoczi
,
04:40
Re: [Qemu-devel] [PATCH 20/25] qapi: add socket address types
,
Paolo Bonzini
,
04:39
Re: [Qemu-devel] [Qemu-trivial] [PATCH] configure: Remove unused parameters from main function
,
Stefan Hajnoczi
,
04:39
Re: [Qemu-devel] [Qemu-trivial] [PATCH 00/11] static patches
,
Stefan Hajnoczi
,
04:38
Re: [Qemu-devel] [PATCH 22/25] qemu-sockets: add socket_listen, socket_connect, socket_parse
,
Paolo Bonzini
,
04:37
Re: [Qemu-devel] [PATCH 25/25] hmp: add NBD server commands
,
Markus Armbruster
,
04:34
Re: [Qemu-devel] [PATCH] target-arm/neon_helper: Remove obsolete FIXME comment
,
Stefan Hajnoczi
,
04:32
Re: [Qemu-devel] [Qemu-trivial] [PATCH] targphys.h: Don't define target_phys_addr_t for user-mode emulators
,
Stefan Hajnoczi
,
04:32
Re: [Qemu-devel] [PATCH 24/25] qmp: add NBD server commands
,
Markus Armbruster
,
04:31
[Qemu-devel] [PATCH v1 3/3] xilinx_zynq: added QSPI controller
,
Peter Crosthwaite
,
04:30
[Qemu-devel] [PATCH v1 2/3] xilinx_spips: Generalised to model QSPI
,
Peter Crosthwaite
,
04:29
[Qemu-devel] [PATCH v1 1/3] m25p80: Support for Quad SPI
,
Peter Crosthwaite
,
04:29
[Qemu-devel] [PATCH v1 0/3] Xilinx Zynq QSPI support
,
Peter Crosthwaite
,
04:29
Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.
,
Michael S. Tsirkin
,
04:29
Re: [Qemu-devel] [PATCH 23/25] block: add close notifiers
,
Markus Armbruster
,
04:26
Re: [Qemu-devel] nvram and boot order
,
David Gibson
,
04:24
Re: [Qemu-devel] [PATCH 23/25] block: add close notifiers
,
Markus Armbruster
,
04:21
Re: [Qemu-devel] [PATCH 22/25] qemu-sockets: add socket_listen, socket_connect, socket_parse
,
Markus Armbruster
,
04:16
Re: [Qemu-devel] [PATCH 20/25] qapi: add socket address types
,
Markus Armbruster
,
04:10
Re: [Qemu-devel] [PATCH v1 4/7] sysbus/sysbus_mmio_map: parameterise mapped region
,
Peter Maydell
,
04:06
Re: [Qemu-devel] [PATCH v2 31/45] mirror: add support for on-source-error/on-target-error
,
Kevin Wolf
,
04:04
Re: [Qemu-devel] [PATCH v1 2/7] pflash_cfi01: remove unused total_len field
,
Peter Maydell
,
03:59
Re: [Qemu-devel] [PATCH 15/25] qemu-sockets: add error propagation to inet_connect_addr
,
Markus Armbruster
,
03:59
Re: [Qemu-devel] [PATCH v1 1/7] pflash_cfi0x: remove unused base field
,
Peter Maydell
,
03:58
Re: [Qemu-devel] [PATCH V3] e1000: drop check_rxov, always treat RX ring with RDH == RDT as empty
,
Stefan Hajnoczi
,
03:52
[Qemu-devel] [Bug 1065325] Re: qemu-system-arm hangs on SIGUSR1 on OS X 10.8.2
,
Peter Maydell
,
03:51
Re: [Qemu-devel] [PATCH 13/25] vnc: add error propagation to vnc_display_open
,
Markus Armbruster
,
03:49
Re: [Qemu-devel] [PATCH 4/4] net: convert NetClientState to QOM
,
Stefan Hajnoczi
,
03:38
Re: [Qemu-devel] [PATCH 03/12] qdev: separate core from the code used only by qemu-system-*
,
Markus Armbruster
,
03:31
Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.
,
Markus Armbruster
,
03:25
Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.
,
Markus Armbruster
,
03:23
Re: [Qemu-devel] Building QEMU with multiple CPU targets.
,
Peter Crosthwaite
,
02:54
[Qemu-devel] [PATCH v1 7/7] nand: Reset addressing after READSTATUS.
,
Peter Crosthwaite
,
02:41
[Qemu-devel] [PATCH v1 6/7] xilinx_zynq: add pl353
,
Peter Crosthwaite
,
02:41
[Qemu-devel] [PATCH v1 5/7] hw: Model of Primecell pl35x mem controller
,
Peter Crosthwaite
,
02:41
[Qemu-devel] [PATCH v1 4/7] sysbus/sysbus_mmio_map: parameterise mapped region
,
Peter Crosthwaite
,
02:41
[Qemu-devel] [PATCH v1 3/7] pflash_cfi0x: QOMified
,
Peter Crosthwaite
,
02:41
[Qemu-devel] [PATCH v1 2/7] pflash_cfi01: remove unused total_len field
,
Peter Crosthwaite
,
02:41
[Qemu-devel] [PATCH v1 1/7] pflash_cfi0x: remove unused base field
,
Peter Crosthwaite
,
02:40
[Qemu-devel] [PATCH v1 0/7] QOMify pflash_cfi0x + PL353 for Xilinx Zynq
,
Peter Crosthwaite
,
02:40
[Qemu-devel] [PATCH V3] e1000: drop check_rxov, always treat RX ring with RDH == RDT as empty
,
Dmitry Fleytman
,
02:08
[Qemu-devel] [PATCH V3] E1000 RX ring management fix
,
Dmitry Fleytman
,
02:08
[Qemu-devel] [PATCH v11 13/14] target-mips: Add ASE DSP testcases
,
Jovanovic, Petar
,
02:07
October 18, 2012
Re: [Qemu-devel] [PATCH v4 26/26] qidl: unit tests and build infrastructure
,
Michael Roth
,
23:12
Re: [Qemu-devel] [PATCH v4 24/26] qidl: add QAPI-based code generator
,
Michael Roth
,
23:06
[Qemu-devel] [Bug 1065325] Re: qemu-system-arm hangs on SIGUSR1 on OS X 10.8.2
,
Oliver
,
23:00
[Qemu-devel] [PATCH 26/26] qidl: unit tests and build infrastructure
,
Michael Roth
,
22:43
[Qemu-devel] [PATCH 25/26] qidl: qidl.h, definitions for qidl annotations
,
Michael Roth
,
22:43
[Qemu-devel] [PATCH 24/26] qidl: add QAPI-based code generator
,
Michael Roth
,
22:43
[Qemu-devel] [PATCH 20/26] qdev: move Property-related declarations to qdev-properties.h
,
Michael Roth
,
22:43
[Qemu-devel] [PATCH 22/26] qidl: add lexer library (based on QC parser)
,
Michael Roth
,
22:43
[Qemu-devel] [PATCH 23/26] qidl: add C parser (based on QC parser)
,
Michael Roth
,
22:43
[Qemu-devel] [PATCH 21/26] qidl: add documentation
,
Michael Roth
,
22:43
[Qemu-devel] [PATCH 16/26] qapi: Improve existing docs and document annotated QAPI types
,
Michael Roth
,
22:43
[Qemu-devel] [PATCH 18/26] qom-fuse: workaround for truncated properties > 4096
,
Michael Roth
,
22:43
[Qemu-devel] [PATCH 19/26] module additions for schema registration
,
Michael Roth
,
22:43
[Qemu-devel] [PATCH 17/26] qom-fuse: force single-threaded mode to avoid QMP races
,
Michael Roth
,
22:43
[Qemu-devel] [PATCH 14/26] qapi: qapi.py, make json parser more robust
,
Michael Roth
,
22:43
[Qemu-devel] [PATCH 15/26] qapi: add open-coded visitor for struct tm types
,
Michael Roth
,
22:43
[Qemu-devel] [PATCH 13/26] qapi: ordereddict, add to_json() method
,
Michael Roth
,
22:43
[Qemu-devel] [PATCH 12/26] qapi: fix potential segfault for visit_type_size()
,
Michael Roth
,
22:43
[Qemu-devel] [PATCH 11/26] qapi: QmpInputVisitor, don't re-allocate memory in start_struct
,
Michael Roth
,
22:43
[Qemu-devel] [PATCH 10/26] qapi: QmpInputVisitor, implement array handling
,
Michael Roth
,
22:43
[Qemu-devel] [PATCH 09/26] qapi: QmpOutputVisitor, implement array handling
,
Michael Roth
,
22:43
[Qemu-devel] [PATCH 08/26] qapi: add visitor interfaces for C arrays
,
Michael Roth
,
22:43
[Qemu-devel] [PATCH 07/26] qapi: qapi_visit.py, support for visiting non-pointer/embedded structs
,
Michael Roth
,
22:42
[Qemu-devel] [PATCH 06/26] qapi: qapi_visit.py, support generating static functions
,
Michael Roth
,
22:42
[Qemu-devel] [PATCH 05/26] qapi: qapi_visit.py, support arrays and complex qapi definitions
,
Michael Roth
,
22:42
[Qemu-devel] [PATCH 04/26] qapi: qapi_visit.py, make code useable as module
,
Michael Roth
,
22:42
[Qemu-devel] [PATCH 03/26] qapi: qapi-commands.py -> qapi_commands.py
,
Michael Roth
,
22:42
[Qemu-devel] [PATCH 02/26] qapi: qapi-types.py -> qapi_types.py
,
Michael Roth
,
22:42
[Qemu-devel] [PATCH v5 00/26] Add infrastructure for QIDL-based device serialization
,
Michael Roth
,
22:42
[Qemu-devel] [PATCH 01/26] qapi: qapi-visit.py -> qapi_visit.py so we can import
,
Michael Roth
,
22:42
Re: [Qemu-devel] [PATCH V13 1/6] docs: document for add-cow file format
,
Dong Xu Wang
,
22:15
Re: [Qemu-devel] [PATCH] i386/cpu: name new CPUID bits
,
Eduardo Habkost
,
21:13
[Qemu-devel] [Bug 1065325] Re: qemu-system-arm hangs on SIGUSR1 on OS X 10.8.2
,
Peter Maydell
,
18:55
[Qemu-devel] [Bug 944645] Re: ARM: CORTEX M, ICI/IT bits in XPSR were not cleared then entering exception
,
Peter Maydell
,
18:55
[Qemu-devel] [Bug 1028260] Re: ARM: stellaris lm3s6965evb machine model broken
,
Peter Maydell
,
18:45
Re: [Qemu-devel] [Bug 1065325] Re: qemu-system-arm hangs on SIGUSR1 on OS X 10.8.2
,
Peter Maydell
,
18:33
[Qemu-devel] [Bug 1065325] Re: qemu-system-arm hangs on SIGUSR1 on OS X 10.8.2
,
Oliver
,
18:23
Re: [Qemu-devel] [PATCH v4 4/4] qemu-config: Add new -add-fd command line option
,
Eric Blake
,
18:11
Re: [Qemu-devel] [PATCH] i386/cpu: name new CPUID bits
,
Andre Przywara
,
17:49
Re: [Qemu-devel] [PATCH v4 4/4] qemu-config: Add new -add-fd command line option
,
Corey Bryant
,
17:37
[Qemu-devel] [RFC PATCH] vfio-pci: Add KVM INTx acceleration
,
Alex Williamson
,
17:22
Re: [Qemu-devel] [PATCHv4] qemu-img rebase: use empty string to rebase without backing file
,
Alex Bligh
,
17:20
Re: [Qemu-devel] [PATCH V2] Drop check_rxov, always treat RX ring with RHD == RDT as empty
,
Dmitry Fleytman
,
16:59
[Qemu-devel] [PATCH 2/2] vfio-pci: Mark non-migratable
,
Alex Williamson
,
16:51
[Qemu-devel] [PATCH 1/2] vfio-pci: Fix debug build
,
Alex Williamson
,
16:51
[Qemu-devel] [PATCH 0/2][PULL] vfio-pci fixes
,
Alex Williamson
,
16:51
Re: [Qemu-devel] [PATCH v4 4/4] qemu-config: Add new -add-fd command line option
,
Eric Blake
,
16:43
[Qemu-devel] [PATCH] osdep: Less restrictive F_SEFL in qemu_dup_flags()
,
Corey Bryant
,
16:42
[Qemu-devel] [PATCH v4 2/4] monitor: Enable adding an inherited fd to an fd set
,
Corey Bryant
,
15:42
[Qemu-devel] [PATCH v4 0/4] command line fd passing using fd sets
,
Corey Bryant
,
15:20
Re: [Qemu-devel] [PATCH V2] Drop check_rxov, always treat RX ring with RHD == RDT as empty
,
Peter Maydell
,
15:20
[Qemu-devel] [PATCH v4 3/4] monitor: Prevent removing fd from set during init
,
Corey Bryant
,
15:20
[Qemu-devel] [PATCH v4 4/4] qemu-config: Add new -add-fd command line option
,
Corey Bryant
,
15:20
[Qemu-devel] [PATCH v4 1/4] monitor: Allow add-fd to any specified fd set
,
Corey Bryant
,
15:19
Re: [Qemu-devel] [PATCH 1/4 v3] vmware_vga: Coding style cleanup
,
BALATON Zoltan
,
15:13
[Qemu-devel] [PATCH V2] Drop check_rxov, always treat RX ring with RHD == RDT as empty
,
Dmitry Fleytman
,
15:11
[Qemu-devel] [PATCH V2] E1000 RX ring management fix
,
Dmitry Fleytman
,
15:11
Re: [Qemu-devel] [PATCH 1/2] Ignore RX tail kicks when RX disabled.
,
Alexander Duyck
,
15:00
[Qemu-devel] [Bug 1068044] [NEW] regression: booting winxp installation iso makes qemu-system-i386 crash in latest git
,
Bernhard Übelacker
,
15:00
Re: [Qemu-devel] [PATCH v3 4/4] qemu-config: Add new -add-fd command line option
,
Corey Bryant
,
14:50
Re: [Qemu-devel] [PATCH 3/3] chardev: add hotplug support.
,
Paolo Bonzini
,
14:45
Re: [Qemu-devel] [RFC v2 2/6] ARM: KVM: Add support for KVM on ARM architecture
,
Peter Maydell
,
13:53
Re: [Qemu-devel] [PATCH 2/2] target-arm: Implement abs_i32 inline rather than as a helper
,
Peter Maydell
,
13:50
Re: [Qemu-devel] [RFC v2 2/6] ARM: KVM: Add support for KVM on ARM architecture
,
Jan Kiszka
,
13:41
Re: [Qemu-devel] [PATCH 2/2] target-arm: Implement abs_i32 inline rather than as a helper
,
malc
,
13:40
Re: [Qemu-devel] Disabling KVM "on the fly"
,
Clemens Kolbitsch
,
13:39
Re: [Qemu-devel] [PATCH v3 10/16] qmp: add drive-mirror command
,
Eric Blake
,
13:35
[Qemu-devel] [PATCH 1/2] target-arm: Use TCG operation for Neon 64 bit negation
,
Peter Maydell
,
13:27
[Qemu-devel] [PATCH 0/2] target-arm: inline abs, 64-bit negate
,
Peter Maydell
,
13:26
[Qemu-devel] [PATCH 2/2] target-arm: Implement abs_i32 inline rather than as a helper
,
Peter Maydell
,
13:26
Re: [Qemu-devel] Disabling KVM "on the fly"
,
Jan Kiszka
,
13:24
Re: [Qemu-devel] [PATCH 2/8] block: bdrv_img_create(): add param_list argument
,
Luiz Capitulino
,
13:17
Re: [Qemu-devel] [PATCH v3 08/16] block: introduce BLOCK_JOB_READY event
,
Eric Blake
,
12:58
Re: [Qemu-devel] [PATCH v2] ui/vnc-jobs.c: Fix minor typos in comments
,
Stefan Weil
,
12:53
Re: [Qemu-devel] [PATCH v3 05/16] block: export dirty bitmap information in query-block
,
Eric Blake
,
12:52
Re: [Qemu-devel] [PATCH] qmp: handle stop/cont in INMIGRATE state
,
Luiz Capitulino
,
12:42
[Qemu-devel] [PATCH v2] ui/vnc-jobs.c: Fix minor typos in comments
,
Peter Maydell
,
12:41
Re: [Qemu-devel] [PATCH] ui/vnc-jobs.c: Fix minor typos in comments
,
Peter Maydell
,
12:38
Re: [Qemu-devel] [PATCH] i386/cpu: name new CPUID bits
,
Eduardo Habkost
,
12:32
Re: [Qemu-devel] [PATCH 1/2] Ignore RX tail kicks when RX disabled.
,
Dmitry Fleytman
,
12:12
Re: [Qemu-devel] [PATCH V13 1/6] docs: document for add-cow file format
,
Eric Blake
,
12:10
Re: [Qemu-devel] [PATCH] ui/vnc-jobs.c: Fix minor typos in comments
,
Stefan Weil
,
12:09
[Qemu-devel] [PATCH v3 10/16] qmp: add drive-mirror command
,
Paolo Bonzini
,
11:54
[Qemu-devel] [PATCH v3 11/16] mirror: implement completion
,
Paolo Bonzini
,
11:53
Re: [Qemu-devel] [PATCH 2/4] net: add net_is_tap_client()
,
Stefan Hajnoczi
,
11:51
Re: [Qemu-devel] [PATCH] ui/vnc-jobs: Delete unused and buggy vnc_stop_worker_thread()
,
Peter Maydell
,
11:45
[Qemu-devel] [PATCH v3 16/16] qemu-iotests: add testcases for mirroring on-source-error/on-target-error
,
Paolo Bonzini
,
11:40
Re: [Qemu-devel] [PATCH] ui/vnc-jobs: Delete unused and buggy vnc_stop_worker_thread()
,
Paolo Bonzini
,
11:36
[Qemu-devel] [PATCH v3 12/16] qemu-iotests: add mirroring test case
,
Paolo Bonzini
,
11:34
Re: [Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug
,
Paolo Bonzini
,
11:16
Re: [Qemu-devel] [PATCH] ui/vnc-jobs: Delete unused and buggy vnc_stop_worker_thread()
,
Peter Maydell
,
11:13
Re: [Qemu-devel] [PATCH 2/4] Setting "-sandbox on" as deafult
,
Corey Bryant
,
11:09
Re: [Qemu-devel] [PATCH 4/4] net: convert NetClientState to QOM
,
Paolo Bonzini
,
11:06
Re: [Qemu-devel] [PATCH 2/4] net: add net_is_tap_client()
,
Paolo Bonzini
,
11:06
Re: [Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug
,
Corey Bryant
,
11:05
[Qemu-devel] [PATCH] ui/vnc-jobs.c: Fix minor typos in comments
,
Peter Maydell
,
11:03
[Qemu-devel] [PATCH 1/4] net: add public qemu_net_poll() function
,
Stefan Hajnoczi
,
11:02
Re: [Qemu-devel] [PATCH] ui/vnc-jobs: Delete unused and buggy vnc_stop_worker_thread()
,
Paolo Bonzini
,
11:02
[Qemu-devel] [PATCHv3] qemu: enable PV EOI for qemu 1.3
,
Michael S. Tsirkin
,
10:59
[Qemu-devel] [PATCH 3/4] net: extract notify_link_status_changed() function
,
Stefan Hajnoczi
,
10:59
[Qemu-devel] [PATCH 4/4] net: convert NetClientState to QOM
,
Stefan Hajnoczi
,
10:58
[Qemu-devel] [PATCH 2/4] net: add net_is_tap_client()
,
Stefan Hajnoczi
,
10:57
[Qemu-devel] [PATCH 0/4] net: convert NetClientState to QOM
,
Stefan Hajnoczi
,
10:57
Re: [Qemu-devel] [PATCH 2/2] Add check_rxov into VMState.
,
Avi Kivity
,
10:56
Re: [Qemu-devel] [PATCH 07/12] qdev-core: isolate reset register/unregister code
,
Andreas Färber
,
10:53
Re: [Qemu-devel] [PATCH v2 31/45] mirror: add support for on-source-error/on-target-error
,
Paolo Bonzini
,
10:52
[Qemu-devel] [PATCH v3 15/16] qmp: add pull_event function
,
Paolo Bonzini
,
10:51
[Qemu-devel] [PATCH v3 14/16] mirror: add support for on-source-error/on-target-error
,
Paolo Bonzini
,
10:51
[Qemu-devel] [PATCH v3 13/16] iostatus: forward block_job_iostatus_reset to block job
,
Paolo Bonzini
,
10:51
[Qemu-devel] [PATCH v3 09/16] mirror: introduce mirror job
,
Paolo Bonzini
,
10:51
[Qemu-devel] [PATCH v3 08/16] block: introduce BLOCK_JOB_READY event
,
Paolo Bonzini
,
10:50
[Qemu-devel] [PATCH v3 07/16] block: add block-job-complete
,
Paolo Bonzini
,
10:50
[Qemu-devel] [PATCH v3 06/16] block: rename block_job_complete to block_job_completed
,
Paolo Bonzini
,
10:50
[Qemu-devel] [PATCH v3 05/16] block: export dirty bitmap information in query-block
,
Paolo Bonzini
,
10:50
[Qemu-devel] [PATCH v3 04/16] block: introduce new dirty bitmap functionality
,
Paolo Bonzini
,
10:50
[Qemu-devel] [PATCH v3 03/16] block: add bdrv_open_backing_file
,
Paolo Bonzini
,
10:50
[Qemu-devel] [PATCH v3 02/16] block: add bdrv_query_stats
,
Paolo Bonzini
,
10:50
[Qemu-devel] [PATCH v3 01/16] block: add bdrv_query_info
,
Paolo Bonzini
,
10:50
[Qemu-devel] [PULL for Kevin 00/16] Block job improvements part 2
,
Paolo Bonzini
,
10:49
Re: [Qemu-devel] [PATCH v3 4/4] qemu-config: Add new -add-fd command line option
,
Corey Bryant
,
10:35
Re: [Qemu-devel] [PATCH v3 4/4] qemu-config: Add new -add-fd command line option
,
Corey Bryant
,
10:34
Re: [Qemu-devel] [PATCH 1/2] Ignore RX tail kicks when RX disabled.
,
Stefan Hajnoczi
,
10:32
Re: [Qemu-devel] [PATCH v2 2/8] hw/hw.h: Add include of qemu-log.h
,
Peter Maydell
,
10:30
[Qemu-devel] [PATCH] ui/vnc-jobs: Delete unused and buggy vnc_stop_worker_thread()
,
Peter Maydell
,
10:29
Re: [Qemu-devel] [PATCH v2 2/8] hw/hw.h: Add include of qemu-log.h
,
Igor Mammedov
,
10:26
Re: [Qemu-devel] [PATCHv2] qemu: enable PV EOI for qemu 1.3
,
Michael S. Tsirkin
,
10:20
Re: [Qemu-devel] [PATCHv2] qemu: enable PV EOI for qemu 1.3
,
Andreas Färber
,
10:15
[Qemu-devel] [PATCH 4/4] uhci: Don't retry on error
,
Hans de Goede
,
10:07
[Qemu-devel] [PATCH 2/4] uhci: No need to handle async completion of isoc packets
,
Hans de Goede
,
10:07
[Qemu-devel] [PATCH 3/4] uhci: cleanup: Add an unlink call to uhci_async_cancel()
,
Hans de Goede
,
10:07
[Qemu-devel] [PATCH 1/4] usb: Enforce iso endpoints never returing USB_RET_ASYNC
,
Hans de Goede
,
10:07
[Qemu-devel] [PATCH 0/4] RFC: uhci: various cleanups
,
Hans de Goede
,
10:07
[Qemu-devel] [PATCH 1/4] usb: split packet result into actual_length + status
,
Hans de Goede
,
10:04
[Qemu-devel] [PATCH 3/4] ehci: Add support for packets with both data and an error status
,
Hans de Goede
,
10:04
[Qemu-devel] [PATCH 2/4] usb-redir: Allow packets to have both data and an error-status
,
Hans de Goede
,
10:04
[Qemu-devel] [PATCH 4/4] xhci: Add support for packets with both data and an error status
,
Hans de Goede
,
10:04
[Qemu-devel] [PATCH 0/4] RFC: usb: split packet result into actual_length + status
,
Hans de Goede
,
10:04
Re: [Qemu-devel] [PATCH 5/8] qemu-img: img_create(): use Error object
,
Kevin Wolf
,
10:02
Re: [Qemu-devel] [PATCH v2 31/45] mirror: add support for on-source-error/on-target-error
,
Kevin Wolf
,
09:56
Re: [Qemu-devel] [PATCH v3 2/4] monitor: Enable adding an inherited fd to an fd set
,
Corey Bryant
,
09:51
Re: [Qemu-devel] [PATCH v3 4/4] qemu-config: Add new -add-fd command line option
,
Corey Bryant
,
09:49
Re: [Qemu-devel] [PATCH 5/8] qemu-img: img_create(): use Error object
,
Luiz Capitulino
,
09:49
Re: [Qemu-devel] [PATCH 2/2] qemu queue: fix uninitialized removals
,
Peter Maydell
,
09:48
Re: [Qemu-devel] [PATCH v3 3/4] monitor: Prevent removing fd from set during init
,
Corey Bryant
,
09:46
Re: [Qemu-devel] [PATCH 4/8] block: bdrv_img_create(): add Error ** argument
,
Luiz Capitulino
,
09:40
Re: [Qemu-devel] [PATCH 3/8] block: bdrv_img_create(): move parameter list printing to qemu-img
,
Luiz Capitulino
,
09:34
Re: [Qemu-devel] [PATCH 2/2] qemu queue: fix uninitialized removals
,
Peter Maydell
,
09:33
Re: [Qemu-devel] [PATCH 2/8] block: bdrv_img_create(): add param_list argument
,
Luiz Capitulino
,
09:32
Re: [Qemu-devel] [PATCH 2/3] chardev: fix QemuOpts lifecycle
,
Luiz Capitulino
,
09:29
Re: [Qemu-devel] [PATCH 2/2] qemu queue: fix uninitialized removals
,
Andreas Färber
,
09:25
Re: [Qemu-devel] [PATCH v2 27/45] qmp: add drive-mirror command
,
Paolo Bonzini
,
09:14
[Qemu-devel] [PATCH v2 1/8] qemu-log: Add new log category for guest bugs
,
Peter Maydell
,
09:12
[Qemu-devel] [PATCH v2 8/8] hw/pl031: Use LOG_GUEST_ERROR
,
Peter Maydell
,
09:12
[Qemu-devel] [PATCH v2 2/8] hw/hw.h: Add include of qemu-log.h
,
Peter Maydell
,
09:12
[Qemu-devel] [PATCH v2 0/8] Add LOG_GUEST_ERROR for reporting guest bugs
,
Peter Maydell
,
09:12
[Qemu-devel] [PATCH v2 7/8] hw/pl022: Use LOG_UNIMP and LOG_GUEST_ERROR
,
Peter Maydell
,
09:12
[Qemu-devel] [PATCH v2 5/8] hw/pl190: Use LOG_GUEST_ERROR
,
Peter Maydell
,
09:12
[Qemu-devel] [PATCH v2 4/8] hw/pl041: Use LOG_UNIMP
,
Peter Maydell
,
09:12
[Qemu-devel] [PATCH v2 6/8] hw/pl011: Use LOG_UNIMP and LOG_GUEST_ERROR
,
Peter Maydell
,
09:12
[Qemu-devel] [PATCH v2 3/8] hw/pl181: Use LOG_UNIMP and LOG_GUEST_ERROR
,
Peter Maydell
,
09:12
Re: [Qemu-devel] [PATCH v2 31/45] mirror: add support for on-source-error/on-target-error
,
Paolo Bonzini
,
09:11
Re: [Qemu-devel] [PATCH v2 29/45] qemu-iotests: add mirroring test case
,
Kevin Wolf
,
09:09
Re: [Qemu-devel] [PATCH v2 31/45] mirror: add support for on-source-error/on-target-error
,
Kevin Wolf
,
09:07
Re: [Qemu-devel] [PATCH 27/30] ram: Use memory_region_test_and_clear_dirty
,
Eric Blake
,
08:53
Re: [Qemu-devel] [PATCH v2 29/45] qemu-iotests: add mirroring test case
,
Paolo Bonzini
,
08:51
Re: [Qemu-devel] [PATCH v2] qemu-options.hx: Change from recommending '?' to 'help'
,
Peter Maydell
,
08:45
Re: [Qemu-devel] [PATCH v2 29/45] qemu-iotests: add mirroring test case
,
Kevin Wolf
,
08:43
Re: [Qemu-devel] [RFC v2 2/6] ARM: KVM: Add support for KVM on ARM architecture
,
Peter Maydell
,
08:37
Re: [Qemu-devel] [RFC PATCH v3 06/19] Implement "-dimm" command line option
,
Avi Kivity
,
08:33
Re: [Qemu-devel] [PATCH 3/8] block: bdrv_img_create(): move parameter list printing to qemu-img
,
Kevin Wolf
,
08:17
Re: [Qemu-devel] [PATCH 5/8] qemu-img: img_create(): use Error object
,
Kevin Wolf
,
08:11
Re: [Qemu-devel] [PATCH 4/8] block: bdrv_img_create(): add Error ** argument
,
Kevin Wolf
,
08:08
Re: [Qemu-devel] [PATCH 3/8] block: bdrv_img_create(): move parameter list printing to qemu-img
,
Kevin Wolf
,
08:02
Re: [Qemu-devel] [PATCH 2/8] block: bdrv_img_create(): add param_list argument
,
Kevin Wolf
,
07:57
[Qemu-devel] [PATCH 06/11] linux-user: Fix siginfo handling
,
riku . voipio
,
07:31
[Qemu-devel] [PATCH 08/11] configure: Remove unnecessary host_guest_base code
,
riku . voipio
,
07:31
[Qemu-devel] [PATCH 03/11] linux-user: Perform more checks on iovec lists
,
riku . voipio
,
07:31
[Qemu-devel] [PATCH 10/11] linux-user: ppc: mark as long long aligned
,
riku . voipio
,
07:31
[Qemu-devel] [PATCH 07/11] linux-user: If loading fails, print error as string, not number
,
riku . voipio
,
07:31
[Qemu-devel] [PATCH 11/11] linux-user: register align p{read, write}64
,
riku . voipio
,
07:31
[Qemu-devel] [PATCH 05/11] alpha-linux-user: Fix sigaltstack structure definition
,
riku . voipio
,
07:31
[Qemu-devel] [PATCH 02/11] linux-user: fix multi-threaded /proc/self/maps
,
riku . voipio
,
07:31
[Qemu-devel] [PATCH 09/11] tcg: Remove TCG_TARGET_HAS_GUEST_BASE define
,
riku . voipio
,
07:31
[Qemu-devel] [PULL] [PATCH 00/11] Pending linux-user patches
,
riku . voipio
,
07:31
[Qemu-devel] [PATCH 01/11] linux-user: fix statfs
,
riku . voipio
,
07:31
[Qemu-devel] [PATCH 04/11] linux-user: Implement gethostname
,
riku . voipio
,
07:31
Re: [Qemu-devel] [PATCH v11 01/14] target-mips: Add ASE DSP internal functions
,
Aurelien Jarno
,
07:18
Re: [Qemu-devel] [PATCH 2/2] qemu queue: fix uninitialized removals
,
Kevin Wolf
,
06:43
[Qemu-devel] [PATCH 12/12] migration: move process_incoming_migration to a coroutine
,
Paolo Bonzini
,
06:24
[Qemu-devel] [PATCH 11/12] migration: handle EAGAIN while reading QEMUFile
,
Paolo Bonzini
,
06:24
[Qemu-devel] [PATCH 10/12] migration: move qemu_fclose to process_incoming_migration
,
Paolo Bonzini
,
06:24
[Qemu-devel] [PATCH 08/12] migration: xxx_close will only be called once
,
Paolo Bonzini
,
06:24
[Qemu-devel] [PATCH 07/12] migration: use closesocket, not close
,
Paolo Bonzini
,
06:24
[Qemu-devel] [PATCH 09/12] migration: close socket QEMUFile from socket_close
,
Paolo Bonzini
,
06:23
[Qemu-devel] [PATCH 06/12] migration: use migrate_fd_close in migrate_fd_cleanup
,
Paolo Bonzini
,
06:23
[Qemu-devel] [PATCH 03/12] migration: add qemu_get_fd
,
Paolo Bonzini
,
06:23
[Qemu-devel] [PATCH 04/12] migration: replace qemu_stdio_fd with qemu_get_fd
,
Paolo Bonzini
,
06:23
[Qemu-devel] [PATCH 05/12] migration: clean up server sockets and handlers before invoking process_incoming_migration
,
Paolo Bonzini
,
06:23
[Qemu-devel] [PATCH 02/12] migration: consolidate QEMUFile methods in a single QEMUFileOps struct
,
Paolo Bonzini
,
06:23
[Qemu-devel] [PATCH 01/12] migration: unify stdio-based QEMUFile operations
,
Paolo Bonzini
,
06:23
[Qemu-devel] [PATCH 0/9] Incoming migration coroutine
,
Paolo Bonzini
,
06:23
Re: [Qemu-devel] [PATCH 3/3] chardev: add hotplug support.
,
Gerd Hoffmann
,
06:04
[Qemu-devel] [PATCH V13 5/6] add-cow file format core code.
,
Dong Xu Wang
,
05:52
[Qemu-devel] [PATCH V13 4/6] rename qcow2-cache.c to block-cache.c
,
Dong Xu Wang
,
05:52
[Qemu-devel] [PATCH V13 6/6] qemu-iotests: add add-cow iotests support.
,
Dong Xu Wang
,
05:52
[Qemu-devel] [PATCH V13 3/6] qed_read_string to bdrv_read_string
,
Dong Xu Wang
,
05:51
[Qemu-devel] [PATCH V13 1/6] docs: document for add-cow file format
,
Dong Xu Wang
,
05:51
[Qemu-devel] [PATCH V13 2/6] make path_has_protocol non static
,
Dong Xu Wang
,
05:51
[Qemu-devel] [PATCH V13 0/6] add-cow file format
,
Dong Xu Wang
,
05:51
Re: [Qemu-devel] [PATCH] block: bdrv_create(): don't leak cco.filename on error
,
Kevin Wolf
,
05:47
Re: [Qemu-devel] [PATCH v3] qemu-img: document 'info --backing-chain'
,
Kevin Wolf
,
05:32
Re: [Qemu-devel] [RFC PATCH v3 06/19] Implement "-dimm" command line option
,
Vasilis Liaskovitis
,
05:27
Re: [Qemu-devel] [PATCH 2/3] chardev: fix QemuOpts lifecycle
,
Gerd Hoffmann
,
05:26
Re: [Qemu-devel] [PATCH] vnc-tls: Fix compilation with newer versions of GNU-TLS
,
Gerd Hoffmann
,
05:23
[Qemu-devel] [PATCH] vnc-tls: Fix compilation with newer versions of GNU-TLS
,
Andre Przywara
,
05:19
[Qemu-devel] [PATCH] qmp: handle stop/cont in INMIGRATE state
,
Paolo Bonzini
,
05:14
Re: [Qemu-devel] [Patch]KVM: enabling per domain PLE
,
Hu, Xuekun
,
05:12
Re: [Qemu-devel] [RFC V2 01/20] qcow2: Add deduplication to the qcow2 specification.
,
Benoît Canet
,
05:06
Re: [Qemu-devel] [PATCH 00/30] Migration thread 20121017 edition
,
Paolo Bonzini
,
05:00
Re: [Qemu-devel] [PATCH 16/30] migration: move buffered_file.c code into migration.c
,
Paolo Bonzini
,
04:57
Re: [Qemu-devel] [PATCH 04/30] buffered_file: Move from using a timer to use a thread
,
Paolo Bonzini
,
04:56
Re: [Qemu-devel] [PATCH 22/30] migration: unfold rest of migrate_fd_put_ready() into thread
,
Paolo Bonzini
,
04:55
Re: [Qemu-devel] [PATCH 28/30] fix memory.c
,
Paolo Bonzini
,
04:43
Re: [Qemu-devel] [PATCH 1/2] Ignore RX tail kicks when RX disabled.
,
Stefan Hajnoczi
,
04:42
Re: [Qemu-devel] [PATCH 22/30] migration: unfold rest of migrate_fd_put_ready() into thread
,
Paolo Bonzini
,
04:39
Re: [Qemu-devel] [PATCH 21/30] migration: move exit condition to migration thread
,
Paolo Bonzini
,
04:35
Re: [Qemu-devel] [PATCH 1/2] Ignore RX tail kicks when RX disabled.
,
Dmitry Fleytman
,
04:34
Re: [Qemu-devel] [RFC V2 00/20] QCOW2 deduplication
,
Benoît Canet
,
04:32
[Qemu-devel] [PATCH 30/30] ram: optimize migration bitmap walking
,
Juan Quintela
,
04:22
Re: [Qemu-devel] [PATCH 13/15] target-pcc: Convert ppcemb_tlb_t to use fixed 64-bit RPN
,
David Gibson
,
04:18
[Qemu-devel] [PATCH 28/30] fix memory.c
,
Juan Quintela
,
04:17
Re: [Qemu-devel] [PATCH 1/2] Ignore RX tail kicks when RX disabled.
,
Stefan Hajnoczi
,
04:09
[Qemu-devel] [PATCH 26/30] memory: introduce memory_region_test_and_clear_dirty
,
Juan Quintela
,
04:08
Re: [Qemu-devel] [PATCH 1/2] Ignore RX tail kicks when RX disabled.
,
Dmitry Fleytman
,
04:08
Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.
,
Paolo Bonzini
,
04:08
Re: [Qemu-devel] [PATCH 2/2] Add check_rxov into VMState.
,
Dmitry Fleytman
,
04:06
[Qemu-devel] [PATCH 25/30] ram: Add last_sent_block
,
Juan Quintela
,
04:05
[Qemu-devel] [PATCH 27/30] ram: Use memory_region_test_and_clear_dirty
,
Juan Quintela
,
04:05
Re: [Qemu-devel] [PATCHv2 1/2] signal: added a wrapper for sigprocmask function
,
Peter Maydell
,
03:46
[Qemu-devel] [PATCH 29/30] migration: Only go to the iterate stage if there is anything to send
,
Juan Quintela
,
03:37
[Qemu-devel] [PATCH 20/30] migration: move begining stage to the migration thread
,
Juan Quintela
,
03:31
[Qemu-devel] [PATCH 21/30] migration: move exit condition to migration thread
,
Juan Quintela
,
03:31
[Qemu-devel] [PATCH 22/30] migration: unfold rest of migrate_fd_put_ready() into thread
,
Juan Quintela
,
03:31
[Qemu-devel] [PATCH 24/30] ram: rename last_block to last_seen_block
,
Juan Quintela
,
03:31
[Qemu-devel] [PATCH 16/30] migration: move buffered_file.c code into migration.c
,
Juan Quintela
,
03:31
[Qemu-devel] [PATCH 23/30] migration: print times for end phase
,
Juan Quintela
,
03:31
[Qemu-devel] [PATCH 15/30] migration-fd: remove duplicate include
,
Juan Quintela
,
03:31
[Qemu-devel] [PATCH 19/30] migration: move migration notifier
,
Juan Quintela
,
03:31
[Qemu-devel] [PATCH 17/30] migration: move migration_fd_put_ready()
,
Juan Quintela
,
03:31
[Qemu-devel] [PATCH 05/30] migration: make qemu_fopen_ops_buffered() return void
,
Juan Quintela
,
03:31
[Qemu-devel] [PATCH 18/30] migration: Inline qemu_fopen_ops_buffered into migrate_fd_connect
,
Juan Quintela
,
03:31
[Qemu-devel] [PATCH 12/30] buffered_file: unfold buffered_append in buffered_put_buffer
,
Juan Quintela
,
03:31
[Qemu-devel] [PATCH 11/30] buffered_file: don't flush on put buffer
,
Juan Quintela
,
03:31
[Qemu-devel] [PATCH 14/30] migration: include qemu-file.h
,
Juan Quintela
,
03:31
[Qemu-devel] [PATCH 13/30] savevm: New save live migration method: pending
,
Juan Quintela
,
03:31
[Qemu-devel] [PATCH 03/30] protect the ramlist with a separate mutex
,
Juan Quintela
,
03:31
[Qemu-devel] [PATCH 07/30] migration: make writes blocking
,
Juan Quintela
,
03:31
[Qemu-devel] [PATCH 02/30] add a version number to ram_list
,
Juan Quintela
,
03:31
[Qemu-devel] [PATCH 06/30] migration: stop all cpus correctly
,
Juan Quintela
,
03:31
[Qemu-devel] [PATCH 08/30] migration: remove unfreeze logic
,
Juan Quintela
,
03:31
[Qemu-devel] [PATCH 10/30] buffered_file: Unfold the trick to restart generating migration data
,
Juan Quintela
,
03:31
[Qemu-devel] [PATCH 00/30] Migration thread 20121017 edition
,
Juan Quintela
,
03:31
[Qemu-devel] [PATCH 04/30] buffered_file: Move from using a timer to use a thread
,
Juan Quintela
,
03:31
[Qemu-devel] [PATCH 09/30] migration: take finer locking
,
Juan Quintela
,
03:31
[Qemu-devel] [PATCH 01/30] split MRU ram list
,
Juan Quintela
,
03:30
[Qemu-devel] [PATCH 01/72] fix virtfs
,
Juan Quintela
,
03:28
[Qemu-devel] [PATCH 00/30] Migration thread 20121017 edition
,
Juan Quintela
,
03:28
Re: [Qemu-devel] [PATCH 2/2] Add check_rxov into VMState.
,
Stefan Hajnoczi
,
03:25
Re: [Qemu-devel] [Qemu-trivial] [PATCH] block: bdrv_create(): don't leak cco.filename on error
,
Stefan Hajnoczi
,
03:17
Re: [Qemu-devel] [PATCH v3] qemu-img: document 'info --backing-chain'
,
Stefan Hajnoczi
,
03:17
[Qemu-devel] [Bug 1065325] Re: qemu-system-arm hangs on SIGUSR1 on OS X 10.8.2
,
Paolo Bonzini
,
02:40
Re: [Qemu-devel] hdd and ssd passthrough
,
Paolo Bonzini
,
02:39
Re: [Qemu-devel] [PATCH 13/15] target-pcc: Convert ppcemb_tlb_t to use fixed 64-bit RPN
,
Alexander Graf
,
02:37
Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.
,
Jan Kiszka
,
02:33
Re: [Qemu-devel] nvram and boot order
,
Alexander Graf
,
02:32
Re: [Qemu-devel] [PATCH v2] pci: Return PCI_INTX_DISABLED when no bus INTx routing support
,
Michael S. Tsirkin
,
02:29
Re: [Qemu-devel] Disabling KVM "on the fly"
,
Paolo Bonzini
,
02:29
Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.
,
Christian Borntraeger
,
02:24
Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.
,
Gerd Hoffmann
,
02:21
[Qemu-devel] 1.1.1 -> 1.1.2 migrate / managed save issue
,
Doug Goldstein
,
02:19
Re: [Qemu-devel] [PATCH v2] pci: Return PCI_INTX_DISABLED when no bus INTx routing support
,
Jan Kiszka
,
02:18
Re: [Qemu-devel] [PATCH 3/7] serial: add windows inf file for the pci card to docs
,
Gerd Hoffmann
,
02:17
[Qemu-devel] [PATCH v3] qemu-img: document 'info --backing-chain'
,
Kashyap Chamarthy
,
02:11
Re: [Qemu-devel] [PATCH v11 01/14] target-mips: Add ASE DSP internal functions
,
Aurelien Jarno
,
02:06
Re: [Qemu-devel] [PATCH 14/22] usb: Add packet combining functions
,
Gerd Hoffmann
,
02:00
[Qemu-devel] [PATCH 15/15] pseries: Update SLOF for NVRAM support
,
David Gibson
,
01:51
[Qemu-devel] [PATCH 14/15] pseries: Implement PAPR NVRAM
,
David Gibson
,
01:50
[Qemu-devel] [PATCH 03/15] pseries: Implement qemu initiated shutdowns using EPOW events
,
David Gibson
,
01:50
[Qemu-devel] [PATCH 13/15] target-pcc: Convert ppcemb_tlb_t to use fixed 64-bit RPN
,
David Gibson
,
01:50
[Qemu-devel] [PATCH 08/15] pseries: Move XICS initialization before cpu initialization
,
David Gibson
,
01:50
[Qemu-devel] [PATCH 04/15] target-ppc: Extend FPU state for newer POWER CPUs
,
David Gibson
,
01:50
[Qemu-devel] [PATCH 11/15] pseries: Add tracepoints to the XICS interrupt controller
,
David Gibson
,
01:50
[Qemu-devel] [PATCH 12/15] pseries: Split xics irq configuration from state information
,
David Gibson
,
01:50
[Qemu-devel] [PATCH 07/15] pseries: Cleanup duplications of ics_valid_irq() code
,
David Gibson
,
01:50
[Qemu-devel] [PATCH 02/15] target-ppc: Rework storage of VPA registration state
,
David Gibson
,
01:49
[Qemu-devel] [PATCH 06/15] pseries: Use #define for XICS base irq number
,
David Gibson
,
01:49
[Qemu-devel] [PATCH 10/15] pseries: Allow RTAS tokens without a qemu handler
,
David Gibson
,
01:49
[Qemu-devel] [PATCH 09/15] pseries: Return the token when we register an RTAS call
,
David Gibson
,
01:49
[Qemu-devel] [PATCH 01/15] pseries: Don't allow duplicate registration of hcalls or RTAS calls
,
David Gibson
,
01:49
[Qemu-devel] [PATCH 05/15] pseries: Clean up inconsistent variable name in xics.c
,
David Gibson
,
01:49
[Qemu-devel] [0/15] pseries patch queue
,
David Gibson
,
01:49
October 17, 2012
[Qemu-devel] [PATCH v2] tcg-i386: Use %gs prefixes for x86_64 GUEST_BASE
,
Richard Henderson
,
23:36
[Qemu-devel] [PATCH] tcg-i386: Use %gs prefixes for x86_64 GUEST_BASE
,
Richard Henderson
,
23:29
Re: [Qemu-devel] [PATCH v6 3/3] tcg: Optimize qemu_ld/st by generating slow paths at the end of a block
,
Yeongkyoon Lee
,
22:58
Re: [Qemu-devel] [PATCH v11 01/14] target-mips: Add ASE DSP internal functions
,
Jia Liu
,
21:53
Re: [Qemu-devel] nvram and boot order
,
Benjamin Herrenschmidt
,
21:18
Re: [Qemu-devel] nvram and boot order
,
David Gibson
,
20:10
Re: [Qemu-devel] [PATCH v11 09/14] target-mips: Add ASE DSP bit/manipulation instructions
,
Jia Liu
,
20:09
Re: [Qemu-devel] [PATCH v6 3/3] tcg: Optimize qemu_ld/st by generating slow paths at the end of a block
,
Richard Henderson
,
19:44
[Qemu-devel] [PATCHv2] qemu: enable PV EOI for qemu 1.3
,
Michael S. Tsirkin
,
18:13
[Qemu-devel] [PATCH v2] pci: Return PCI_INTX_DISABLED when no bus INTx routing support
,
Alex Williamson
,
18:13
Re: [Qemu-devel] [PATCHv2 1/2] signal: added a wrapper for sigprocmask function
,
Alex Barcelo
,
18:06
Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.
,
Eduardo Habkost
,
17:49
[Qemu-devel] hdd and ssd passthrough
,
Mario Giammarco
,
17:29
Re: [Qemu-devel] [PATCH] qemu: enable PV EOI for qemu 1.3
,
Eduardo Habkost
,
17:27
Re: [Qemu-devel] [PATCH 2/2] qemu queue: fix uninitialized removals
,
Tim Hardeck
,
17:24
[Qemu-devel] [PATCH] i386/cpu: name new CPUID bits
,
Andre Przywara
,
17:14
Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.
,
Stefan Weil
,
17:05
Re: [Qemu-devel] [PATCH] qemu: enable PV EOI for qemu 1.3
,
Michael S. Tsirkin
,
16:47
Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.
,
Eduardo Habkost
,
16:13
[Qemu-devel] [PATCH 3/7] serial: add windows inf file for the pci card to docs
,
Hervé Poussineau
,
16:12
Re: [Qemu-devel] [PATCH v11 09/14] target-mips: Add ASE DSP bit/manipulation instructions
,
Aurelien Jarno
,
16:07
Re: [Qemu-devel] [PATCH] qemu: enable PV EOI for qemu 1.3
,
Eduardo Habkost
,
16:02
Re: [Qemu-devel] [PATCH v11 09/14] target-mips: Add ASE DSP bit/manipulation instructions
,
Richard Henderson
,
15:49
[Qemu-devel] [PATCH] block: bdrv_create(): don't leak cco.filename on error
,
Luiz Capitulino
,
15:44
[Qemu-devel] [Bug 816370] Re: compile error in QEMU 0.15.0-rc0 and 0.15.0-rc1
,
Doug Goldstein
,
15:41
[Qemu-devel] [Bug 816370] Re: compile error in QEMU 0.15.0-rc0 and 0.15.0-rc1
,
Doug Goldstein
,
15:41
[Qemu-devel] [PATCH] qemu: enable PV EOI for qemu 1.3
,
Michael S. Tsirkin
,
15:39
[Qemu-devel] [PATCH 8/8] block: bdrv_img_create(): drop unused error handling code
,
Luiz Capitulino
,
15:35
[Qemu-devel] [PATCH 6/8] qemu-img: img_create(): simplify
,
Luiz Capitulino
,
15:35
[Qemu-devel] [PATCH 7/8] qmp: qmp_transaction(): pass Error object to bdrv_img_create()
,
Luiz Capitulino
,
15:35
[Qemu-devel] [PATCH 5/8] qemu-img: img_create(): use Error object
,
Luiz Capitulino
,
15:35
[Qemu-devel] [PATCH 3/8] block: bdrv_img_create(): move parameter list printing to qemu-img
,
Luiz Capitulino
,
15:35
[Qemu-devel] [PATCH 4/8] block: bdrv_img_create(): add Error ** argument
,
Luiz Capitulino
,
15:35
[Qemu-devel] [PATCH 1/8] error: add error_set_errno and error_setg_errno
,
Luiz Capitulino
,
15:35
[Qemu-devel] [PATCH 2/8] block: bdrv_img_create(): add param_list argument
,
Luiz Capitulino
,
15:35
[Qemu-devel] [PATCH 0/8] block: bdrv_img_create(): propagate errors
,
Luiz Capitulino
,
15:35
Re: [Qemu-devel] [PATCH 11/12] include core qdev code into *-user, too
,
Peter Maydell
,
15:21
Re: [Qemu-devel] [PATCH] pci: Return PCI_INTX_DISABLED when no bus INTx routing support
,
Michael S. Tsirkin
,
15:06
Re: [Qemu-devel] [PATCH] pci: Return PCI_INTX_DISABLED when no bus INTx routing support
,
Alex Williamson
,
14:54
[Qemu-devel] [Bug 1065325] Re: qemu-system-arm hangs on SIGUSR1 on OS X 10.8.2
,
Oliver
,
14:50
Re: [Qemu-devel] Disabling KVM "on the fly"
,
Jan Kiszka
,
14:50
Re: [Qemu-devel] [PATCH] pci: Return PCI_INTX_DISABLED when no bus INTx routing support
,
Michael S. Tsirkin
,
14:47
[Qemu-devel] [PATCH 2/2] Add check_rxov into VMState.
,
Dmitry Fleytman
,
14:43
[Qemu-devel] [PATCH 1/2] Ignore RX tail kicks when RX disabled.
,
Dmitry Fleytman
,
14:43
[Qemu-devel] [PATCH 0/2] E1000 RX/Live migration bugs fixed
,
Dmitry Fleytman
,
14:43
Re: [Qemu-devel] [PATCH] pci: Return PCI_INTX_DISABLED when no bus INTx routing support
,
Jan Kiszka
,
14:40
Re: [Qemu-devel] [PATCH 07/12] qdev-core: isolate reset register/unregister code
,
Eduardo Habkost
,
14:31
[Qemu-devel] [PATCH] pci: Return PCI_INTX_DISABLED when no bus INTx routing support
,
Alex Williamson
,
14:25
Re: [Qemu-devel] [PATCH 11/12] include core qdev code into *-user, too
,
Eduardo Habkost
,
14:18
Re: [Qemu-devel] nvram and boot order
,
Anthony Liguori
,
14:17
Re: [Qemu-devel] [PATCH 03/12] qdev: separate core from the code used only by qemu-system-*
,
Eduardo Habkost
,
14:14
Re: [Qemu-devel] [PATCH 11/12] include core qdev code into *-user, too
,
Anthony Liguori
,
14:12
Re: [Qemu-devel] [PATCH 09/12] move qemu_irq typedef out of cpu-common.h
,
Anthony Liguori
,
14:08
Re: [Qemu-devel] [PATCH 07/12] qdev-core: isolate reset register/unregister code
,
Anthony Liguori
,
14:08
Re: [Qemu-devel] [PATCH 05/12] qdev-core: isolate vmstate handling into separate functions
,
Anthony Liguori
,
14:07
Re: [Qemu-devel] [PATCH 00/11] Pending Linux-user patches
,
Peter Maydell
,
14:04
Re: [Qemu-devel] [PATCH] target-arm/translate: Fix RRX operands
,
Aurelien Jarno
,
14:04
Re: [Qemu-devel] [PATCH 03/12] qdev: separate core from the code used only by qemu-system-*
,
Anthony Liguori
,
14:01
Re: [Qemu-devel] [PATCH 00/11] Pending Linux-user patches
,
Riku Voipio
,
14:01
[Qemu-devel] [PATCH] net/tap-win32: Fix compiler warning caused by missing include statement
,
Stefan Weil
,
13:54
Re: [Qemu-devel] [RFC V2 00/20] QCOW2 deduplication
,
Avi Kivity
,
13:43
[Qemu-devel] [Bug 1060928] Re: Error in launch virtual server port
,
javier navarro altimira
,
13:11
[Qemu-devel] [PATCH] configure: Fix CONFIG_QEMU_HELPERDIR generation
,
Jan Kiszka
,
13:09
Re: [Qemu-devel] [PULL for Luiz 00/25] Combined qemu-sockets cleanup v2 + NBD server
,
Markus Armbruster
,
13:02
Re: [Qemu-devel] [PATCH 20/25] qapi: add socket address types
,
Luiz Capitulino
,
12:49
Re: [Qemu-devel] [PATCH 21/25] qemu-sockets: return IPSocketAddress from inet_parse
,
Markus Armbruster
,
12:49
Re: [Qemu-devel] [PATCH 20/25] qapi: add socket address types
,
Paolo Bonzini
,
12:48
[Qemu-devel] [RFC V2 14/20] qcow2: Extract qcow2_add_feature and qcow2_remove_feature.
,
Benoît Canet
,
12:47
Re: [Qemu-devel] [PATCH] target-arm/translate: Fix RRX operands
,
Peter Maydell
,
12:45
Re: [Qemu-devel] Disabling KVM "on the fly"
,
Paolo Bonzini
,
12:45
Re: [Qemu-devel] [PATCH 20/25] qapi: add socket address types
,
Markus Armbruster
,
12:43
Re: [Qemu-devel] [PATCH v2 00/10] Double-word tcg/optimize improvements
,
Aurelien Jarno
,
12:42
[Qemu-devel] [RFC V2 11/20] qcow2: Load and save deduplication table header extension.
,
Benoît Canet
,
12:41
[Qemu-devel] [RFC V2 02/20] qcow2: Add kernel red black trees
,
Benoît Canet
,
12:41
Re: [Qemu-devel] [PATCH 2/3] chardev: fix QemuOpts lifecycle
,
Luiz Capitulino
,
12:39
[Qemu-devel] [PULL v4 00/41] Migration cleanups, refactorings, stats, and more
,
Juan Quintela
,
12:37
[Qemu-devel] Disabling KVM "on the fly"
,
Clemens Kolbitsch
,
12:37
[Qemu-devel] [RFC V2 19/20] qcow2: init and cleanup deduplication.
,
Benoît Canet
,
12:35
[Qemu-devel] [RFC V2 18/20] qcow2: Add method to destroy the deduplication red black tree.
,
Benoît Canet
,
12:35
[Qemu-devel] [RFC V2 13/20] qcow2: Add qcow2_dedup_init and qcow2_dedup_close.
,
Benoît Canet
,
12:33
Re: [Qemu-devel] [PATCH 4/4] spice: drop obsolete iothread locking
,
Bing Bu Cao
,
12:33
[Qemu-devel] [RFC V2 20/20] qemu-iotests: Filter dedup=on/off so existing tests don't break.
,
Benoît Canet
,
12:31
[Qemu-devel] [RFC V2 12/20] qcow2: Extract qcow2_do_table_init.
,
Benoît Canet
,
12:29
Re: [Qemu-devel] [RFC V2 01/20] qcow2: Add deduplication to the qcow2 specification.
,
Eric Blake
,
12:29
Re: [Qemu-devel] [PATCH 3/3] chardev: add hotplug support.
,
Paolo Bonzini
,
12:28
[Qemu-devel] [RFC V2 00/20] QCOW2 deduplication
,
Benoît Canet
,
12:27
[Qemu-devel] [RFC V2 10/20] qcow2: Add qcow2_dedup_grow_table.
,
Benoît Canet
,
12:26
[Qemu-devel] [RFC V2 16/20] qcow2: Allow creation of images using deduplication.
,
Benoît Canet
,
12:22
Re: [Qemu-devel] [PATCH 1/3] chardev: add error reporting for qemu_chr_new_from_opts
,
Luiz Capitulino
,
12:21
[Qemu-devel] [RFC V2 17/20] qcow2: Integrate deduplication in qcow2_co_writev loop.
,
Benoît Canet
,
12:20
[Qemu-devel] [RFC V2 01/20] qcow2: Add deduplication to the qcow2 specification.
,
Benoît Canet
,
12:19
[Qemu-devel] [RFC V2 15/20] block: Add dedup image create option.
,
Benoît Canet
,
12:13
[Qemu-devel] [RFC V2 04/20] qcow2: Add qcow2_de dup_read_missing_and_concatenate
,
Benoît Canet
,
12:08
[Qemu-devel] [RFC V2 05/20] qcow2: Rename update_refcount into qcow2_update_refcount.
,
Benoît Canet
,
12:08
[Qemu-devel] [RFC V2 09/20] qcow2: Add qcow2_co_load_dedup_hashes.
,
Benoît Canet
,
12:02
[Qemu-devel] [RFC V2 08/20] qcow2: Implement qcow2_compute_cluster_hash.
,
Benoît Canet
,
12:01
[Qemu-devel] [RFC V2 07/20] qcow2: Add qcow2_dedup_write_new_hashes.
,
Benoît Canet
,
12:01
[Qemu-devel] [RFC V2 06/20] qcow2: Add qcow2_dedup and related functions.
,
Benoît Canet
,
12:01
[Qemu-devel] [RFC V2 03/20] qcow2: Add deduplication structures and fields.
,
Benoît Canet
,
12:01
Re: [Qemu-devel] [PATCH 15/25] qemu-sockets: add error propagation to inet_connect_addr
,
Paolo Bonzini
,
11:51
Re: [Qemu-devel] [PATCH 13/25] vnc: add error propagation to vnc_display_open
,
Paolo Bonzini
,
11:48
Re: [Qemu-devel] [PATCH 05/25] migration: avoid using error_is_set and thus relying on errp != NULL
,
Markus Armbruster
,
11:44
Re: [Qemu-devel] [PATCH 08/25] migration (outgoing): add error propagation for all protocols
,
Markus Armbruster
,
11:44
Re: [Qemu-devel] [PATCH 15/25] qemu-sockets: add error propagation to inet_connect_addr
,
Markus Armbruster
,
11:41
Re: [Qemu-devel] qemu-img: document 'info --backing-chain
,
Kevin Wolf
,
11:33
Re: [Qemu-devel] [PATCH 3/3] chardev: add hotplug support.
,
Eric Blake
,
11:26
[Qemu-devel] [PATCH 2/2] memory: abort if a memory region is destroyed during a transaction
,
Avi Kivity
,
11:18
[Qemu-devel] [PATCH 0/2] Fix memory_region_destroy() in a transaction
,
Avi Kivity
,
11:18
[Qemu-devel] [PATCH 1/2] i440fx: avoid destroying memory regions within a transaction
,
Avi Kivity
,
11:18
Re: [Qemu-devel] [PATCH 13/25] vnc: add error propagation to vnc_display_open
,
Markus Armbruster
,
11:18
Re: [Qemu-devel] [PATCH 00/11] Pending Linux-user patches
,
Aurelien Jarno
,
11:16
Re: [Qemu-devel] [PATCH v11 01/14] target-mips: Add ASE DSP internal functions
,
Aurelien Jarno
,
11:16
Re: [Qemu-devel] [PATCH v11 09/14] target-mips: Add ASE DSP bit/manipulation instructions
,
Aurelien Jarno
,
11:15
Re: [Qemu-devel] [PATCH v3 4/4] qemu-config: Add new -add-fd command line option
,
Kevin Wolf
,
11:04
Re: [Qemu-devel] [PATCH v3 4/4] qemu-config: Add new -add-fd command line option
,
Eric Blake
,
11:02
Re: [Qemu-devel] [PATCHv2 1/2] signal: added a wrapper for sigprocmask function
,
Peter Maydell
,
11:01
Re: [Qemu-devel] [PATCH 2/2] qemu queue: fix uninitialized removals
,
Andreas Färber
,
11:01
Re: [Qemu-devel] [PATCH 11/25] nbd: ask and print error information from qemu-sockets
,
Paolo Bonzini
,
10:53
Re: [Qemu-devel] [PATCH 1/2] vnc: fix segfault due to failed handshake
,
Andreas Färber
,
10:52
Re: [Qemu-devel] [PATCH v3 0/2] qemu-img: Add --backing-chain option to info command
,
Eric Blake
,
10:51
Re: [Qemu-devel] [PATCH 11/25] nbd: ask and print error information from qemu-sockets
,
Markus Armbruster
,
10:51
Re: [Qemu-devel] [PATCH 08/25] migration (outgoing): add error propagation for all protocols
,
Paolo Bonzini
,
10:51
Re: [Qemu-devel] [PATCH] Memory-API: Make eventfd adhere to device endianness
,
Avi Kivity
,
10:48
Re: [Qemu-devel] [PATCH v3 0/2] qemu-img: Add --backing-chain option to info command
,
Kevin Wolf
,
10:47
Re: [Qemu-devel] [PATCHv4] qemu-img rebase: use empty string to rebase without backing file
,
Kevin Wolf
,
10:46
Re: [Qemu-devel] [RFC PATCH 0/6] chardev: convert to QOM
,
Anthony Liguori
,
10:45
Re: [Qemu-devel] [PATCH 08/25] migration (outgoing): add error propagation for all protocols
,
Markus Armbruster
,
10:44
Re: [Qemu-devel] [PATCH 14/22] usb: Add packet combining functions
,
Hans de Goede
,
10:41
Re: [Qemu-devel] [PATCH 07/25] migration: use qemu-sockets to establish Unix sockets
,
Markus Armbruster
,
10:31
Re: [Qemu-devel] [PATCH 03/14] pixman: windup in configure & makefiles
,
Paolo Bonzini
,
10:27
Re: [Qemu-devel] [PATCH 0/2] signal: Preparing safe sigprocmask wrapper on qemu-user
,
Alex Barcelo
,
10:23
[Qemu-devel] [PATCHv2 2/2] signal: sigsegv protection on do_sigprocmask
,
Alex Barcelo
,
10:19
[Qemu-devel] [PATCHv2 1/2] signal: added a wrapper for sigprocmask function
,
Alex Barcelo
,
10:19
[Qemu-devel] [PATCHv2 0/2] Preparing safe sigprocmask wrapper on qemu-user
,
Alex Barcelo
,
10:19
Re: [Qemu-devel] [PATCH v3 4/4] qemu-config: Add new -add-fd command line option
,
Kevin Wolf
,
10:02
Re: [Qemu-devel] [Bug 1066055] Re: Network performance regression with vde_switch
,
Stefan Hajnoczi
,
09:51
Re: [Qemu-devel] nvram and boot order
,
Gleb Natapov
,
09:50
Re: [Qemu-devel] Any alternative to kqemu ?
,
Paolo Bonzini
,
09:47
Re: [Qemu-devel] Any alternative to kqemu ?
,
Wei-Ren Chen
,
09:46
Re: [Qemu-devel] [PATCH v3 2/4] monitor: Enable adding an inherited fd to an fd set
,
Kevin Wolf
,
09:46
Re: [Qemu-devel] [PATCH 04/25] qemu-sockets: add nonblocking connect for Unix sockets
,
Paolo Bonzini
,
09:44
Re: [Qemu-devel] [PATCH] hw/qxl: guest bug on primary create with stride %4 != 0
,
Gerd Hoffmann
,
09:43
Re: [Qemu-devel] Any alternative to kqemu ?
,
Timothy Madden
,
09:39
Re: [Qemu-devel] [PATCH 05/25] migration: avoid using error_is_set and thus relying on errp != NULL
,
Paolo Bonzini
,
09:38
Re: [Qemu-devel] [PATCH 05/25] migration: avoid using error_is_set and thus relying on errp != NULL
,
Markus Armbruster
,
09:37
Re: [Qemu-devel] [PATCH 04/25] qemu-sockets: add nonblocking connect for Unix sockets
,
Markus Armbruster
,
09:33
[Qemu-devel] [PATCH 11/14] pixman/vnc: use pixman images in vnc.
,
Gerd Hoffmann
,
09:30
[Qemu-devel] [PATCH 14/14] pixman: drop obsolete fields from DisplaySurface
,
Gerd Hoffmann
,
09:30
[Qemu-devel] [PATCH 03/14] pixman: windup in configure & makefiles
,
Gerd Hoffmann
,
09:29
[Qemu-devel] [PATCH 07/14] console: don't set PixelFormat alpha fields for 32bpp
,
Gerd Hoffmann
,
09:29
[Qemu-devel] [PATCH 12/14] pixman/vnc: remove rgb_prepare_row* functions
,
Gerd Hoffmann
,
09:29
[Qemu-devel] [PATCH 06/14] console: make qemu_alloc_display static
,
Gerd Hoffmann
,
09:29
[Qemu-devel] [PATCH 10/14] pixman: switch screendump function.
,
Gerd Hoffmann
,
09:29
[Qemu-devel] [PATCH 08/14] qxl: stop direct access to DisplaySurface fields.
,
Gerd Hoffmann
,
09:29
[Qemu-devel] [PATCH 02/14] pixman: add submodule
,
Gerd Hoffmann
,
09:29
[Qemu-devel] [PATCH 05/14] pixman: add pixman image to DisplaySurface
,
Gerd Hoffmann
,
09:29
[Qemu-devel] [PATCH 01/14] console: remove DisplayAllocator
,
Gerd Hoffmann
,
09:29
[Qemu-devel] [PATCH 00/14] pixman patch series.
,
Gerd Hoffmann
,
09:29
[Qemu-devel] [PATCH 13/14] pixman/vnc: remove dead code.
,
Gerd Hoffmann
,
09:29
[Qemu-devel] [PATCH 04/14] pixman: helper functions
,
Gerd Hoffmann
,
09:29
[Qemu-devel] [PATCH 09/14] vga: stop direct access to DisplaySurface fields.
,
Gerd Hoffmann
,
09:29
Re: [Qemu-devel] [PATCH 03/18] qemu-sockets: unix_listen and unix_connect are portable
,
Paolo Bonzini
,
09:22
Re: [Qemu-devel] [PATCH 03/18] qemu-sockets: unix_listen and unix_connect are portable
,
Markus Armbruster
,
09:17
[Qemu-devel] [PATCH 1/4] Adding new syscalls (bugzilla 855162)
,
Eduardo Otubo
,
09:16
[Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug
,
Eduardo Otubo
,
09:16
[Qemu-devel] [PATCH 3/4] Support for "double whitelist" filters
,
Eduardo Otubo
,
09:16
[Qemu-devel] [PATCH 2/4] Setting "-sandbox on" as deafult
,
Eduardo Otubo
,
09:16
Re: [Qemu-devel] [PATCH 02/18] qemu-sockets: add Error ** to all functions
,
Markus Armbruster
,
09:10
Re: [Qemu-devel] [PATCH 01/18] error: add error_set_errno and error_setg_errno
,
Paolo Bonzini
,
09:04
Re: [Qemu-devel] [PATCH 01/18] error: add error_set_errno and error_setg_errno
,
Markus Armbruster
,
08:56
Re: [Qemu-devel] [PATCH 1/2] hmp: fix info cpus for sparc targets
,
Luiz Capitulino
,
08:53
Re: [Qemu-devel] [PATCH qom-cpu v2 1/7] target-i386: Inline APIC cpu_env property setting
,
Jan Kiszka
,
08:51
Re: [Qemu-devel] [PATCH 01/18] error: add error_set_errno and error_setg_errno
,
Markus Armbruster
,
08:47
[Qemu-devel] [PATCH v3 2/2] qemu-iotests: Add 043 backing file chain infinite loop test
,
Stefan Hajnoczi
,
08:03
[Qemu-devel] [PATCH v3 0/2] qemu-img: Add --backing-chain option to info command
,
Stefan Hajnoczi
,
08:03
[Qemu-devel] [PATCH v3 1/2] qemu-img: Add --backing-chain option to info command
,
Stefan Hajnoczi
,
08:03
[Qemu-devel] [PATCH 2/2] microblaze: Update PC before simulating syscall
,
edgar . iglesias
,
07:49
[Qemu-devel] [PATCH 1/2] microblaze: Support setting of TLS ptr
,
edgar . iglesias
,
07:49
Re: [Qemu-devel] [PATCH 06/22] ehci: Speed up the timer of raising int from the async schedule
,
Gerd Hoffmann
,
07:37
Re: [Qemu-devel] [PATCH 14/22] usb: Add packet combining functions
,
Gerd Hoffmann
,
07:29
Re: [Qemu-devel] [PATCH 13/22] usb: Add an int_req flag to USBPacket
,
Hans de Goede
,
07:10
Re: [Qemu-devel] [PATCH 06/22] ehci: Speed up the timer of raising int from the async schedule
,
Hans de Goede
,
07:09
Re: [Qemu-devel] [PATCH 13/22] usb: Add an int_req flag to USBPacket
,
Gerd Hoffmann
,
07:05
Re: [Qemu-devel] [PATCH 06/22] ehci: Speed up the timer of raising int from the async schedule
,
Gerd Hoffmann
,
07:02
Re: [Qemu-devel] [PATCH 10/10] tcg: Optimize mulu2
,
Avi Kivity
,
06:58
Re: [Qemu-devel] udev 42-qemu-usb.rules considered harmful?
,
Gerd Hoffmann
,
06:58
Re: [Qemu-devel] [Patch]KVM: enabling per domain PLE
,
Avi Kivity
,
06:12
[Qemu-devel] [PATCH 2/3] chardev: fix QemuOpts lifecycle
,
Gerd Hoffmann
,
06:10
[Qemu-devel] [PATCH 3/3] chardev: add hotplug support.
,
Gerd Hoffmann
,
06:10
[Qemu-devel] [PATCH 1/3] chardev: add error reporting for qemu_chr_new_from_opts
,
Gerd Hoffmann
,
06:10
[Qemu-devel] [PATCH 0/3] chardev hotplug patch series
,
Gerd Hoffmann
,
06:10
Re: [Qemu-devel] [RFC PATCH v3 06/19] Implement "-dimm" command line option
,
Avi Kivity
,
06:04
Re: [Qemu-devel] [PATCH v3 0/4] block-commit fixes
,
Kevin Wolf
,
05:46
Re: [Qemu-devel] [PATCH v3 9/9] chardev: add hotplug support.
,
Gerd Hoffmann
,
05:27
Re: [Qemu-devel] udev 42-qemu-usb.rules considered harmful?
,
Michael Tokarev
,
05:21
Re: [Qemu-devel] [RFC PATCH v3 06/19] Implement "-dimm" command line option
,
Vasilis Liaskovitis
,
05:19
Re: [Qemu-devel] udev 42-qemu-usb.rules considered harmful?
,
Michael Tokarev
,
05:15
Re: [Qemu-devel] udev 42-qemu-usb.rules considered harmful?
,
Gerd Hoffmann
,
04:56
[Qemu-devel] udev 42-qemu-usb.rules considered harmful?
,
Michael Tokarev
,
04:41
Re: [Qemu-devel] [RFC PATCH 0/6] chardev: convert to QOM
,
Gerd Hoffmann
,
04:08
Re: [Qemu-devel] [Patch]KVM: enabling per domain PLE
,
Hu, Xuekun
,
04:02
[Qemu-devel] [PATCH 7/7] usb-serial: only expose device in guest when the chardev is open
,
Gerd Hoffmann
,
03:54
[Qemu-devel] [PATCH 5/7] serial: add pci-serial documentation
,
Gerd Hoffmann
,
03:54
[Qemu-devel] [PATCH 2/7] serial: add pci variant
,
Gerd Hoffmann
,
03:54
[Qemu-devel] [PATCH 1/7] serial: split serial.c
,
Gerd Hoffmann
,
03:54
[Qemu-devel] [PATCH 3/7] serial: add windows inf file for the pci card to docs
,
Gerd Hoffmann
,
03:54
[Qemu-devel] [PULL v4 0/7] serial device hotplug patch series.
,
Gerd Hoffmann
,
03:54
[Qemu-devel] [PATCH 6/7] usb-serial: don't magically zap chardev on umplug
,
Gerd Hoffmann
,
03:54
[Qemu-devel] [PATCH 4/7] serial: add 2x + 4x pci variant
,
Gerd Hoffmann
,
03:54
Re: [Qemu-devel] [PATCH v11 09/14] target-mips: Add ASE DSP bit/manipulation instructions
,
Jia Liu
,
03:41
Re: [Qemu-devel] [PATCH v2 0/5] target-mips: Preparations for CPUState part 4b series
,
Aurelien Jarno
,
03:05
Re: [Qemu-devel] [PATCH 1/2] hmp: fix info cpus for sparc targets
,
Aurelien Jarno
,
02:06
Re: [Qemu-devel] [PATCH v11 06/14] target-mips: Add ASE DSP arithmetic instructions
,
Aurelien Jarno
,
02:05
Re: [Qemu-devel] [PATCH v11 09/14] target-mips: Add ASE DSP bit/manipulation instructions
,
Aurelien Jarno
,
02:05
Re: [Qemu-devel] [PATCH v11 06/14] target-mips: Add ASE DSP arithmetic instructions
,
Jia Liu
,
00:55
[Qemu-devel] [PATCH 4/4] user: Consider symbolic links as possible directories
,
Richard Henderson
,
00:18
[Qemu-devel] [PATCH 3/4] alpha-linux-user: Fix sigaction
,
Richard Henderson
,
00:18
[Qemu-devel] [PATCH 2/4] linux-user: Rewrite __get_user/__put_user with __builtin_choose_expr
,
Richard Henderson
,
00:18
[Qemu-devel] [PATCH 1/4] cpu-all: Add unaligned load/store helper functions
,
Richard Henderson
,
00:18
[Qemu-devel] [PATCH 0/4] linux-user improvements
,
Richard Henderson
,
00:18
Re: [Qemu-devel] [PATCH v3 4/4] qemu-config: Add new -add-fd command line option
,
Eric Blake
,
00:16
Re: [Qemu-devel] [PATCH v11 06/14] target-mips: Add ASE DSP arithmetic instructions
,
Jia Liu
,
00:05
Re: [Qemu-devel] [PATCH v3 3/4] monitor: Prevent removing fd from set during init
,
Eric Blake
,
00:02
October 16, 2012
Re: [Qemu-devel] [PATCH v11 09/14] target-mips: Add ASE DSP bit/manipulation instructions
,
Jia Liu
,
23:44
Re: [Qemu-devel] [PATCH v11 01/14] target-mips: Add ASE DSP internal functions
,
Jia Liu
,
23:39
Re: [Qemu-devel] [PATCH 1/2] hmp: fix info cpus for sparc targets
,
Luiz Capitulino
,
22:01
Re: [Qemu-devel] [PATCH v2] qmp: fix __accept() in qmp.py
,
Luiz Capitulino
,
21:53
Re: [Qemu-devel] [PATCH v3 0/9] serial device hotplug patch series.
,
Luiz Capitulino
,
21:51
Re: [Qemu-devel] [PATCH v3 9/9] chardev: add hotplug support.
,
Luiz Capitulino
,
21:48
Re: [Qemu-devel] [PATCH v3 9/9] chardev: add hotplug support.
,
Luiz Capitulino
,
21:28
Re: [Qemu-devel] [PATCH v3 8/9] chardev: fix QemuOpts lifecycle
,
Luiz Capitulino
,
21:17
Re: [Qemu-devel] [PATCH v3 7/9] chardev: add error reporting for qemu_chr_new_from_opts
,
Luiz Capitulino
,
21:12
Re: [Qemu-devel] [PATCH v3 7/9] chardev: add error reporting for qemu_chr_new_from_opts
,
Luiz Capitulino
,
21:11
Re: [Qemu-devel] [PATCH 10/10] tcg: Optimize mulu2
,
Richard Henderson
,
21:09
Re: [Qemu-devel] nvram and boot order
,
David Gibson
,
21:01
[Qemu-devel] [Bug 1067517] [NEW] qemu dosn't save snapshots with the 'commit' command
,
Michael Mair-Keimberger
,
21:01
Re: [Qemu-devel] nvram and boot order
,
David Gibson
,
20:58
Re: [Qemu-devel] [PATCH 0/2] tcg/arm: Implement movcond_i32
,
Aurelien Jarno
,
20:00
[Qemu-devel] buildbot failure in qemu on default_x86_64_rhel61
,
qemu
,
19:48
[Qemu-devel] [PATCH 1/2] hmp: fix info cpus for sparc targets
,
Aurelien Jarno
,
19:28
[Qemu-devel] [PATCH 2/2] target-sparc: fix FMOVr instruction
,
Aurelien Jarno
,
19:28
Re: [Qemu-devel] [PATCH] tcg-ia64: Implement deposit
,
Aurelien Jarno
,
19:26
Re: [Qemu-devel] [PATCH 04/14] target-mips: use softfloat constants when possible
,
Aurelien Jarno
,
19:26
Re: [Qemu-devel] [PATCH 10/10] tcg: Optimize mulu2
,
Aurelien Jarno
,
19:25
Re: [Qemu-devel] [PATCH 09/10] tcg: Optimize half-dead add2/sub2
,
Aurelien Jarno
,
19:25
Re: [Qemu-devel] [PATCH v11 13/14] target-mips: Add ASE DSP testcases
,
Aurelien Jarno
,
19:25
Re: [Qemu-devel] [PATCH v11 14/14] target-mips: Change TODO file
,
Aurelien Jarno
,
19:24
Re: [Qemu-devel] [PATCH v11 08/14] target-mips: Add ASE DSP multiply instructions
,
Aurelien Jarno
,
19:24
Re: [Qemu-devel] [PATCH v11 12/14] target-mips: Add ASE DSP processors
,
Aurelien Jarno
,
19:24
Re: [Qemu-devel] [PATCH v11 11/14] target-mips: Add ASE DSP accumulator instructions
,
Aurelien Jarno
,
19:24
Re: [Qemu-devel] [PATCH v11 09/14] target-mips: Add ASE DSP bit/manipulation instructions
,
Aurelien Jarno
,
19:23
Re: [Qemu-devel] [PATCH v11 10/14] target-mips: Add ASE DSP compare-pick instructions
,
Aurelien Jarno
,
19:23
Re: [Qemu-devel] [PATCH v11 06/14] target-mips: Add ASE DSP arithmetic instructions
,
Aurelien Jarno
,
19:23
Re: [Qemu-devel] [PATCH v11 07/14] target-mips: Add ASE DSP GPR based shift instructions
,
Aurelien Jarno
,
19:23
Re: [Qemu-devel] [PATCH v11 05/14] target-mips: Add ASE DSP load instructions
,
Aurelien Jarno
,
19:21
Re: [Qemu-devel] [PATCH v11 03/14] target-mips: Use correct acc value to index cpu_HI/cpu_LO rather than using a fix number
,
Aurelien Jarno
,
19:21
Re: [Qemu-devel] [PATCH v11 04/14] target-mips: Add ASE DSP branch instructions
,
Aurelien Jarno
,
19:21
Re: [Qemu-devel] [PATCH v11 02/14] target-mips: Add ASE DSP resources access check
,
Aurelien Jarno
,
19:21
Re: [Qemu-devel] [PATCH v11 01/14] target-mips: Add ASE DSP internal functions
,
Aurelien Jarno
,
19:21
Re: [Qemu-devel] nvram and boot order
,
Anthony Liguori
,
19:12
Re: [Qemu-devel] [PATCH] configure: Disable (clang) initializer-overrides warnings
,
Peter Maydell
,
17:19
Re: [Qemu-devel] [PATCH v3 2/4] monitor: Enable adding an inherited fd to an fd set
,
Eric Blake
,
16:57
Re: [Qemu-devel] nvram and boot order
,
Anthony Liguori
,
16:55
Re: [Qemu-devel] [PATCH v3 0/4] block-commit fixes
,
Eric Blake
,
16:33
Re: [Qemu-devel] Singlestepping & Target assembly instructions
,
Richard Henderson
,
16:31
Re: [Qemu-devel] [PATCH v3 1/4] monitor: Allow add-fd to any specified fd set
,
Eric Blake
,
16:27
Re: [Qemu-devel] [PATCH] configure: Disable (clang) initializer-overrides warnings
,
Stefan Weil
,
16:20
Re: [Qemu-devel] Singlestepping & Target assembly instructions
,
Laurent Desnogues
,
16:17
Re: [Qemu-devel] nvram and boot order
,
Peter Maydell
,
16:14
Re: [Qemu-devel] [PATCHv5] tests/tcg: fix build
,
Peter Maydell
,
16:11
Re: [Qemu-devel] nvram and boot order
,
Benjamin Herrenschmidt
,
16:11
Re: [Qemu-devel] [PATCHv4] tests/tcg: fix build
,
Peter Maydell
,
16:10
[Qemu-devel] [PATCHv5] tests/tcg: fix build
,
Catalin Patulea
,
16:00
Re: [Qemu-devel] [PATCHv4] tests/tcg: fix build
,
Catalin Patulea
,
15:57
[Qemu-devel] nvram and boot order
,
Anthony Liguori
,
15:56
Re: [Qemu-devel] [PATCHv4] tests/tcg: fix build
,
Peter Maydell
,
15:54
[Qemu-devel] [PATCH v3 4/4] qemu-iotests: add relative backing file tests for block-commit (040)
,
Jeff Cody
,
15:49
[Qemu-devel] [PATCH v3 3/4] qemu-iotests: qemu-io tests update for block-commit (040)
,
Jeff Cody
,
15:49
[Qemu-devel] [PATCH v3 2/4] block: in commit, determine base image from the top image
,
Jeff Cody
,
15:49
[Qemu-devel] [PATCH v3 1/4] block: make bdrv_find_backing_image compare canonical filenames
,
Jeff Cody
,
15:49
[Qemu-devel] [PATCH v3 0/4] block-commit fixes
,
Jeff Cody
,
15:49
Re: [Qemu-devel] [PATCH 6/6] chardev: convert file backend to realize
,
Anthony Liguori
,
15:46
Re: [Qemu-devel] [PATCH v3 0/4] command line fd passing using fd sets
,
Corey Bryant
,
15:45
[Qemu-devel] [PATCHv4] tests/tcg: fix build
,
Catalin Patulea
,
15:37
Re: [Qemu-devel] [PATCHv3] tests/tcg: fix build
,
Catalin Patulea
,
15:34
Re: [Qemu-devel] [PATCH v3 0/4] command line fd passing using fd sets
,
Eric Blake
,
15:27
[Qemu-devel] [PATCH 11/12] include core qdev code into *-user, too
,
Eduardo Habkost
,
15:08
[Qemu-devel] [PATCH 01/12] qdev: split up header so it can be used in cpu.h
,
Eduardo Habkost
,
15:08
[Qemu-devel] [PATCH 03/12] qdev: separate core from the code used only by qemu-system-*
,
Eduardo Habkost
,
15:08
[Qemu-devel] [PATCH 04/12] qdev: rename qdev.c to qdev-core.c
,
Eduardo Habkost
,
15:08
[Qemu-devel] [PATCH 12/12] qom: make CPU a child of DeviceState
,
Eduardo Habkost
,
15:08
[Qemu-devel] [PATCH 09/12] move qemu_irq typedef out of cpu-common.h
,
Eduardo Habkost
,
15:08
[Qemu-devel] [PATCH 05/12] qdev-core: isolate vmstate handling into separate functions
,
Eduardo Habkost
,
15:08
[Qemu-devel] [PATCH 08/12] qdev: move reset register/unregister code to qdev-system.c
,
Eduardo Habkost
,
15:08
[Qemu-devel] [PATCH 07/12] qdev-core: isolate reset register/unregister code
,
Eduardo Habkost
,
15:08
[Qemu-devel] [PATCH 10/12] qdev: use full qdev.h include path on qdev*.c
,
Eduardo Habkost
,
15:08
[Qemu-devel] [PATCH 06/12] qdev: move vmstate handling to qdev-system.c
,
Eduardo Habkost
,
15:08
[Qemu-devel] [PATCH 00/12] make CPU child of DeviceState and include qdev core in *-user
,
Eduardo Habkost
,
15:08
[Qemu-devel] [PATCH 02/12] qapi-types.h doesn't really need to include qemu-common.h
,
Eduardo Habkost
,
15:08
Re: [Qemu-devel] Singlestepping & Target assembly instructions
,
Richard Henderson
,
15:07
Re: [Qemu-devel] [PATCHv3] tests/tcg: fix build
,
Peter Maydell
,
14:47
[Qemu-devel] [PATCH v3 3/4] monitor: Prevent removing fd from set during init
,
Corey Bryant
,
14:28
Re: [Qemu-devel] [PATCH 03/12] qdev: separate core from the code used only by qemu-system-*
,
Eduardo Habkost
,
14:19
[Qemu-devel] [PATCH v3 0/4] command line fd passing using fd sets
,
Corey Bryant
,
14:13
[Qemu-devel] [PATCH v3 4/4] qemu-config: Add new -add-fd command line option
,
Corey Bryant
,
14:11
Re: [Qemu-devel] [PATCHv3] tests/tcg: fix build
,
Catalin Patulea
,
14:09
[Qemu-devel] [PATCH v3 2/4] monitor: Enable adding an inherited fd to an fd set
,
Corey Bryant
,
14:08
[Qemu-devel] [PATCH v3 1/4] monitor: Allow add-fd to any specified fd set
,
Corey Bryant
,
14:06
Re: [Qemu-devel] [PATCH] vfio-pci: Add KVM INTx acceleration
,
Michael S. Tsirkin
,
13:32
Re: [Qemu-devel] [PATCH] vfio-pci: Add KVM INTx acceleration
,
Alex Williamson
,
12:49
Re: [Qemu-devel] Connecting virtio-9p-pci to a remote 9p server
,
Eric Van Hensbergen
,
12:28
Re: [Qemu-devel] [PATCH] mm: compaction: Correct the nr_strict_isolated check for CMA
,
Minchan Kim
,
12:28
Re: [Qemu-devel] [PATCH qom-cpu v2 1/7] target-i386: Inline APIC cpu_env property setting
,
Paolo Bonzini
,
12:04
Re: [Qemu-devel] [PATCH qom-cpu v2 1/7] target-i386: Inline APIC cpu_env property setting
,
Andreas Färber
,
12:02
Re: [Qemu-devel] [PATCH 6/6] chardev: convert file backend to realize
,
Paolo Bonzini
,
11:52
Re: [Qemu-devel] [PATCH 1/6] object: add object_property_add_bool
,
Andreas Färber
,
11:44
Re: [Qemu-devel] [PATCH v2 1/4] block: make bdrv_find_backing_image compare canonical filenames
,
Jeff Cody
,
11:40
Re: [Qemu-devel] [PATCH v2 2/4] block: in commit, determine base image from the top image
,
Eric Blake
,
11:35
Re: [Qemu-devel] [PATCH v2 2/4] block: in commit, determine base image from the top image
,
Jeff Cody
,
11:32
Re: [Qemu-devel] [PATCH v2 2/4] block: in commit, determine base image from the top image
,
Eric Blake
,
11:22
Re: [Qemu-devel] [PATCH] vfio-pci: Add KVM INTx acceleration
,
Michael S. Tsirkin
,
11:21
Re: [Qemu-devel] [PATCH v2 2/3] qemu-img: Detect backing file chain infinite loops
,
Stefan Hajnoczi
,
11:16
Re: [Qemu-devel] [PATCH] vfio-pci: Add KVM INTx acceleration
,
Alex Williamson
,
11:13
Re: [Qemu-devel] [PATCH v2 1/4] block: make bdrv_find_backing_image compare canonical filenames
,
Eric Blake
,
11:12
[Qemu-devel] [Bug 1058225] Re: When setting hardware clock on linux guest, hwclock shows crazy date (in the year 2043)
,
Lucas Meneghel Rodrigues
,
11:11
Re: [Qemu-devel] [PATCH] vfio-pci: Add KVM INTx acceleration
,
Michael S. Tsirkin
,
11:06
Re: [Qemu-devel] [PATCH v2 2/3] qemu-img: Detect backing file chain infinite loops
,
Kevin Wolf
,
10:58
Re: [Qemu-devel] [PATCH v2 3/3] qemu-iotests: Add 041 backing file chain infinite loop test
,
Stefan Hajnoczi
,
10:53
Re: [Qemu-devel] [PATCH v2 1/3] qemu-img: Add --backing-chain option to info command
,
Stefan Hajnoczi
,
10:51
[Qemu-devel] KVM call minutes for 2012-10-16
,
Juan Quintela
,
10:51
Re: [Qemu-devel] [PATCH] vfio-pci: Add KVM INTx acceleration
,
Alex Williamson
,
10:48
[Qemu-devel] [PATCH v2 4/4] qemu-iotests: add relative backing file tests for block-commit (040)
,
Jeff Cody
,
10:45
[Qemu-devel] [PATCH v2 3/4] qemu-iotests: qemu-io tests update for block-commit (040)
,
Jeff Cody
,
10:45
[Qemu-devel] [PATCH v2 2/4] block: in commit, determine base image from the top image
,
Jeff Cody
,
10:45
[Qemu-devel] [PATCH v2 1/4] block: make bdrv_find_backing_image compare canonical filenames
,
Jeff Cody
,
10:45
[Qemu-devel] [PATCH v2 0/4] block-commit fixes
,
Jeff Cody
,
10:44
Re: [Qemu-devel] [RFC 09/13] qdev: move reset register/unregister code to qdev-system.c
,
Anthony Liguori
,
10:13
Re: [Qemu-devel] [PATCH] vfio-pci: Add KVM INTx acceleration
,
Michael S. Tsirkin
,
10:13
Re: [Qemu-devel] [PATCH v2] chardev: add hotplug support.
,
Paolo Bonzini
,
10:02
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Rusty Russell
,
09:53
Re: [Qemu-devel] [PATCH] vfio-pci: Add KVM INTx acceleration
,
Alex Williamson
,
09:52
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Michael S. Tsirkin
,
09:29
Re: [Qemu-devel] [PATCH v2] chardev: add hotplug support.
,
Luiz Capitulino
,
09:23
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Rusty Russell
,
09:16
Re: [Qemu-devel] [PULL for Luiz 00/25] Combined qemu-sockets cleanup v2 + NBD server
,
Paolo Bonzini
,
09:11
Re: [Qemu-devel] [PULL for Luiz 00/25] Combined qemu-sockets cleanup v2 + NBD server
,
Luiz Capitulino
,
09:09
Re: [Qemu-devel] [PATCHv4] qemu-img rebase: use empty string to rebase without backing file
,
Kevin Wolf
,
08:54
Re: [Qemu-devel] [PATCH 15/25] qemu-sockets: add error propagation to inet_connect_addr
,
Luiz Capitulino
,
08:53
Re: [Qemu-devel] [PATCH] mm: compaction: Correct the nr_strict_isolated check for CMA
,
Rik van Riel
,
08:52
Re: [Qemu-devel] [PATCHv3] tests/tcg: fix build
,
Peter Maydell
,
08:50
Re: [Qemu-devel] [PATCHv3] qemu-img rebase: use empty string to rebase without backing file
,
Alex Bligh
,
08:47
[Qemu-devel] [PATCHv4] qemu-img rebase: use empty string to rebase without backing file
,
Alex Bligh
,
08:46
[Qemu-devel] [Bug 1066055] Re: Network performance regression with vde_switch
,
Edivaldo de Araujo Pereira
,
08:30
Re: [Qemu-devel] [PATCH] Add nvram to default boot device list
,
Avik Sil
,
07:45
Re: [Qemu-devel] [PATCH 1/2] block: make bdrv_find_backing_image compare canonical filenames
,
Kevin Wolf
,
07:41
Re: [Qemu-devel] [PATCH v2] hw/armv7m_nvic: Implement byte/halfword access for NVIC SCB_SHPRx registers
,
Peter Maydell
,
07:32
Re: [Qemu-devel] [PATCHv3] qemu-img rebase: use empty string to rebase without backing file
,
Kevin Wolf
,
07:23
Re: [Qemu-devel] delvm does not reduce the qcow2 file size
,
Paolo Bonzini
,
07:19
Re: [Qemu-devel] delvm does not reduce the qcow2 file size
,
Kuniyasu Suzaki
,
07:06
[Qemu-devel] Singlestepping & Target assembly instructions
,
Emmanuel Blot
,
06:49
[Qemu-devel] [PATCH 16/20] target-sparc: Remove cpu_tmp64 use from softint insns
,
Richard Henderson
,
06:41
[Qemu-devel] [PATCH 17/20] target-sparc: Remove last uses of cpu_tmp64
,
Richard Henderson
,
06:41
[Qemu-devel] [PATCH 14/20] target-sparc: Remove usage of cpu_tmp64 from most helper functions
,
Richard Henderson
,
06:39
[Qemu-devel] [PATCH 15/20] target-sparc: Don't use a temporary for gen_dest_fpr_D
,
Richard Henderson
,
06:38
[Qemu-devel] [PATCH 13/20] target-sparc: Tidy ldfsr, stfsr
,
Richard Henderson
,
06:38
[Qemu-devel] [PATCH 12/20] target-sparc: Avoid cpu_tmp32 in Write Priv Register
,
Richard Henderson
,
06:29
[Qemu-devel] [PATCH 09/20] target-sparc: Split out get_temp_i32
,
Richard Henderson
,
06:27
Re: [Qemu-devel] [PATCH v2 3/3] qemu-iotests: Add 041 backing file chain infinite loop test
,
Kevin Wolf
,
06:22
Re: [Qemu-devel] [PATCH v2 2/3] qemu-img: Detect backing file chain infinite loops
,
Kevin Wolf
,
06:11
Re: [Qemu-devel] [PATCH v2 1/3] qemu-img: Add --backing-chain option to info command
,
Kevin Wolf
,
06:04
Re: [Qemu-devel] KVM call agenda for 2012-10-16
,
Igor Mammedov
,
05:59
[Qemu-devel] [PATCH 11/20] target-sparc: Avoid cpu_tmp32 in Read Priv Register
,
Richard Henderson
,
05:51
[Qemu-devel] [PATCH 10/20] target-sparc: Use get_temp_i32 in gen_dest_fpr_F
,
Richard Henderson
,
05:49
Re: [Qemu-devel] [PATCH 2/2] Fix a race condition in E1000 device live migration. One of data-transfer related flags not in migrated fields list.
,
Kevin Wolf
,
05:44
[Qemu-devel] [PATCH 20/20] target-sparc: Remove cpu_tmp0 as a global
,
Richard Henderson
,
05:33
[Qemu-devel] [PATCH 18/20] target-sparc: Only use cpu_dst for eventual writes to a gpr
,
Richard Henderson
,
05:33
[Qemu-devel] [PATCH 19/20] target-sparc: Make cpu_dst local to OP=2 insns
,
Richard Henderson
,
05:33
[Qemu-devel] [PATCH 07/20] target-sparc: Cleanup cpu_src[12] allocation
,
Richard Henderson
,
05:33
[Qemu-devel] [PATCH 06/20] target-sparc: Finish conversion to gen_load_gpr
,
Richard Henderson
,
05:33
[Qemu-devel] [PATCH 08/20] target-sparc: Make the cpu_addr variable local to load/store handling
,
Richard Henderson
,
05:33
[Qemu-devel] [PATCH 05/20] target-sparc: Convert swap to gen_load/store_gpr
,
Richard Henderson
,
05:33
[Qemu-devel] [PATCH 04/20] target-sparc: Convert asi helpers to gen_*_gpr
,
Richard Henderson
,
05:33
[Qemu-devel] [PATCH 01/20] target-sparc: Add gen_load/store/dest_gpr
,
Richard Henderson
,
05:33
[Qemu-devel] [PATCH 03/20] target-sparc: Use gen_load_gpr in get_src[12]
,
Richard Henderson
,
05:33
[Qemu-devel] [PATCH 02/20] target-sparc: Conversion to gen_*_gpr, part 1
,
Richard Henderson
,
05:33
[Qemu-devel] [PATCH v2 00/20] target-sparc: Cleanup handling of temps
,
Richard Henderson
,
05:33
Re: [Qemu-devel] [RFC v1 0/7] IOMMU support
,
Avi Kivity
,
05:31
Re: [Qemu-devel] [libvirt] Problems using netdev_del+netdev_add w/o corresponding device_del+device_add
,
Daniel P. Berrange
,
05:26
Re: [Qemu-devel] [Patch]KVM: enabling per domain PLE
,
Avi Kivity
,
05:24
[Qemu-devel] [PATCH] target-arm/translate: Fix RRX operands
,
Peter Crosthwaite
,
05:16
Re: [Qemu-devel] [PATCH v3 9/9] chardev: add hotplug support.
,
Lei Li
,
05:14
Re: [Qemu-devel] KVM call agenda for 2012-10-16
,
Alexander Graf
,
04:56
[Qemu-devel] [PATCH] mm: compaction: Correct the nr_strict_isolated check for CMA
,
Mel Gorman
,
04:39
Re: [Qemu-devel] [PATCH] Add nvram to default boot device list
,
Andreas Färber
,
04:37
Re: [Qemu-devel] [PATCH v2 26/45] mirror: introduce mirror job
,
Paolo Bonzini
,
04:35
Re: [Qemu-devel] [PATCH 2/2] Fix a race condition in E1000 device live migration. One of data-transfer related flags not in migrated fields list.
,
Stefan Hajnoczi
,
04:33
Re: [Qemu-devel] [PATCH v2 26/45] mirror: introduce mirror job
,
Kevin Wolf
,
04:25
Re: [Qemu-devel] [PATCH v2] qmp: fix __accept() in qmp.py
,
Stefan Hajnoczi
,
04:24
Re: [Qemu-devel] [PATCH v2 3/3] qemu-iotests: Add 041 backing file chain infinite loop test
,
Stefan Hajnoczi
,
04:22
Re: [Qemu-devel] [libvirt] Problems using netdev_del+netdev_add w/o corresponding device_del+device_add
,
Stefan Hajnoczi
,
04:17
Re: [Qemu-devel] [libvirt] Problems using netdev_del+netdev_add w/o corresponding device_del+device_add
,
Markus Armbruster
,
04:17
Re: [Qemu-devel] [libvirt] Problems using netdev_del+netdev_add w/o corresponding device_del+device_add
,
Stefan Hajnoczi
,
04:08
Re: [Qemu-devel] [PATCH v2] qmp: fix __accept() in qmp.py
,
Kevin Wolf
,
04:06
Re: [Qemu-devel] [PATCH] Add nvram to default boot device list
,
Alexander Graf
,
04:04
Re: [Qemu-devel] [Bug 1066055] Re: Network performance regression with vde_switch
,
Stefan Hajnoczi
,
03:48
[Qemu-devel] [Bug 1067119] [NEW] e1000 missing statistics
,
Stephen Hemminger
,
03:41
[Qemu-devel] [PATCH 2/5] exec: Don't make DEFAULT_CODE_GEN_BUFFER_SIZE too large
,
Richard Henderson
,
03:30
[Qemu-devel] [PATCH 5/5] exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.c
,
Richard Henderson
,
03:30
[Qemu-devel] [PATCH 4/5] exec: Allocate code_gen_prologue from code_gen_buffer
,
Richard Henderson
,
03:30
[Qemu-devel] [PATCH 3/5] exec: Do not use absolute address hints for code_gen_buffer with -fpie
,
Richard Henderson
,
03:30
[Qemu-devel] [PATCH 1/5] exec: Split up and tidy code_gen_buffer
,
Richard Henderson
,
03:30
[Qemu-devel] [PATCH v4 0/5] Better allocation of code_gen_buffer
,
Richard Henderson
,
03:30
Re: [Qemu-devel] [PATCH v4 22/26] qidl: add lexer library (based on QC parser)
,
Paolo Bonzini
,
03:26
[Qemu-devel] [PATCH v6 3/3] tcg: Optimize qemu_ld/st by generating slow paths at the end of a block
,
Yeongkyoon Lee
,
03:23
[Qemu-devel] [PATCH v6 1/3] configure: Add CONFIG_QEMU_LDST_OPTIMIZATION for TCG qemu_ld/st optimization
,
Yeongkyoon Lee
,
03:23
[Qemu-devel] [PATCH v6 2/3] tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization
,
Yeongkyoon Lee
,
03:23
[Qemu-devel] [PATCH v6 0/3] tcg: enhance code generation quality for qemu_ld/st IRs
,
Yeongkyoon Lee
,
03:23
Re: [Qemu-devel] [PATCH v4 26/26] qidl: unit tests and build infrastructure
,
Paolo Bonzini
,
03:21
Re: [Qemu-devel] [PATCH v4 24/26] qidl: add QAPI-based code generator
,
Paolo Bonzini
,
03:20
Re: [Qemu-devel] delvm does not reduce the qcow2 file size
,
Paolo Bonzini
,
02:54
[Qemu-devel] [PATCHv3] tests/tcg: fix build
,
Catalin Patulea
,
02:54
[Qemu-devel] [Patch]QEMU: Add "-ple-gap" and "-ple-window" options for per domain PLE
,
Hu, Xuekun
,
02:53
[Qemu-devel] [Patch]KVM: enabling per domain PLE
,
Hu, Xuekun
,
02:53
Re: [Qemu-devel] [PATCH v2 27/45] qmp: add drive-mirror command
,
Paolo Bonzini
,
02:39
Re: [Qemu-devel] [PATCH] vfio-pci: Add KVM INTx acceleration
,
Michael S. Tsirkin
,
02:37
Re: [Qemu-devel] [PATCH v2 26/45] mirror: introduce mirror job
,
Paolo Bonzini
,
02:37
Re: [Qemu-devel] [PATCH] vnc: fix "info vnc" with "-vnc ..., reverse=on"
,
Michael Tokarev
,
02:33
Re: [Qemu-devel] delvm does not reduce the qcow2 file size
,
Kuniyasu Suzaki
,
02:23
Re: [Qemu-devel] CPU utilization between physical CPU and virtual CPU in KVM
,
Dennis Chen
,
01:06
October 15, 2012
Re: [Qemu-devel] [PATCH] Add nvram to default boot device list
,
Avik Sil
,
23:44
Re: [Qemu-devel] fixing qemu-0.1X endless loop in qcow2_alloc_cluster_offset
,
周洲仪
,
23:32
Re: [Qemu-devel] qemu-img: document 'info --backing-chain
,
Kashyap Chamarthy
,
23:10
[Qemu-devel] [PATCH 11/12] include core qdev code into *-user, too
,
Igor Mammedov
,
21:58
[Qemu-devel] [PATCH 12/12] qom: make CPU a child of DeviceState
,
Igor Mammedov
,
21:58
[Qemu-devel] [PATCH 08/12] qdev: move reset register/unregister code to qdev-system.c
,
Igor Mammedov
,
21:58
[Qemu-devel] [PATCH 10/12] qdev: use full qdev.h include path on qdev*.c
,
Igor Mammedov
,
21:58
[Qemu-devel] [PATCH 09/12] move qemu_irq typedef out of cpu-common.h
,
Igor Mammedov
,
21:58
[Qemu-devel] [PATCH 07/12] qdev-core: isolate reset register/unregister code
,
Igor Mammedov
,
21:58
[Qemu-devel] [PATCH 04/12] qdev: rename qdev.c to qdev-core.c
,
Igor Mammedov
,
21:58
[Qemu-devel] [PATCH 06/12] qdev: move vmstate handling to qdev-system.c
,
Igor Mammedov
,
21:57
[Qemu-devel] [PATCH 05/12] qdev-core: isolate vmstate handling into separate functions
,
Igor Mammedov
,
21:57
[Qemu-devel] [PATCH 03/12] qdev: separate core from the code used only by qemu-system-*
,
Igor Mammedov
,
21:57
[Qemu-devel] [PATCH 01/12] qdev: split up header so it can be used in cpu.h
,
Igor Mammedov
,
21:57
[Qemu-devel] [PATCH 02/12] qapi-types.h doesn't really need to include qemu-common.h
,
Igor Mammedov
,
21:57
[Qemu-devel] [PATCH v3 00/12] make CPU child of DeviceState and include qdev core in *-user
,
Igor Mammedov
,
21:57
[Qemu-devel] [Bug 1066909] Re: App-level clone emulation for microblaze is broken
,
Bugdal
,
21:25
Re: [Qemu-devel] [PATCH qom-cpu v2 5/7] cpus: Pass CPUState to qemu_cpu_kick_thread()
,
Igor Mammedov
,
20:53
Re: [Qemu-devel] [PATCH qom-cpu v2 4/7] cpus: Pass CPUState to qemu_cpu_is_self()
,
Igor Mammedov
,
20:49
Re: [Qemu-devel] [RFC 02/13] qdev: split up header so it can be used in cpu.h
,
Andreas Färber
,
20:01
Re: [Qemu-devel] [PATCH qom-cpu v2 3/7] target-i386: Pass X86CPU to cpu_x86_load_seg_cache_sipi()
,
Igor Mammedov
,
19:29
Re: [Qemu-devel] [PATCH qom-cpu v2 2/7] apic: Store X86CPU in APICCommonState
,
Igor Mammedov
,
19:28
Re: [Qemu-devel] [PATCH qom-cpu v2 1/7] target-i386: Inline APIC cpu_env property setting
,
Igor Mammedov
,
19:22
[Qemu-devel] [Bug 1066055] Re: Network performance regression with vde_switch
,
Edivaldo de Araujo Pereira
,
17:55
Re: [Qemu-devel] [RFC 3/7] block: bdrv_img_create(): move param printing to qemu-img
,
Luiz Capitulino
,
17:38
Re: [Qemu-devel] [PATCH] Call MADV_HUGEPAGE for guest RAM allocations
,
Michael Tokarev
,
17:14
Re: [Qemu-devel] qemu-img: document 'info --backing-chain
,
Eric Blake
,
17:07
Re: [Qemu-devel] [PATCH] qemu: Update Linux headers
,
Alex Williamson
,
17:05
Re: [Qemu-devel] [PATCHv3] qemu-img rebase: use empty string to rebase without backing file
,
Eric Blake
,
17:04
[Qemu-devel] [PATCH v2] qemu: Update Linux headers
,
Alex Williamson
,
17:01
[Qemu-devel] [PATCH v2] qmp: fix __accept() in qmp.py
,
Jeff Cody
,
16:58
Re: [Qemu-devel] [PATCH] qmp: fix __accept() in qmp.py
,
Jeff Cody
,
16:54
Re: [Qemu-devel] [PATCH] qemu: Update Linux headers
,
Anthony Liguori
,
16:54
Re: [Qemu-devel] [PATCH] qemu-img rebase: allow empty file name as new backing file to mean rebase with no backing file [attempt 2]
,
Alex Bligh
,
16:51
[Qemu-devel] [PATCHv3] qemu-img rebase: use empty string to rebase without backing file
,
Alex Bligh
,
16:50
Re: [Qemu-devel] [PATCH] qemu-img rebase: allow empty file name as new backing file to mean rebase with no backing file [attempt 2]
,
Eric Blake
,
16:45
Re: [Qemu-devel] [PATCH 0/2] A few race conditions in E1000 device fixed
,
Dmitry Fleytman
,
16:30
Re: [Qemu-devel] [PATCH] qemu-img rebase: allow backing file to be specified as '-'
,
Alex Bligh
,
16:29
[Qemu-devel] [PATCH] vfio-pci: Add KVM INTx acceleration
,
Alex Williamson
,
16:28
[Qemu-devel] [QEMU PATCH v4] create struct for machine initialization arguments
,
Eduardo Habkost
,
16:27
[Qemu-devel] [PATCH] qemu-img rebase: allow empty file name as new backing file to mean rebase with no backing file [attempt 2]
,
Alex Bligh
,
16:23
Re: [Qemu-devel] [PATCH 1/4] exec: Split up and tidy code_gen_buffer
,
Richard Henderson
,
16:17
[Qemu-devel] [PATCH] qemu: Update Linux headers
,
Alex Williamson
,
16:16
Re: [Qemu-devel] [RFC v1 0/7] IOMMU support
,
Benjamin Herrenschmidt
,
15:52
Re: [Qemu-devel] [PATCH v4 24/26] qidl: add QAPI-based code generator
,
Michael Roth
,
15:37
[Qemu-devel] [PATCH 4/6] chardev: implement realize
,
Anthony Liguori
,
15:35
[Qemu-devel] [PATCH 2/6] chardev: convert to QOM (shallow pass)
,
Anthony Liguori
,
15:35
[Qemu-devel] [PATCH 6/6] chardev: convert file backend to realize
,
Anthony Liguori
,
15:35
[Qemu-devel] [PATCH 3/6] chardev: create new QOM types for each sub chardev type
,
Anthony Liguori
,
15:34
[Qemu-devel] [PATCH 5/6] chardev: switch the easy backends to realize
,
Anthony Liguori
,
15:34
[Qemu-devel] [RFC PATCH 0/6] chardev: convert to QOM
,
Anthony Liguori
,
15:34
[Qemu-devel] [PATCH 1/6] object: add object_property_add_bool
,
Anthony Liguori
,
15:34
Re: [Qemu-devel] [PATCH] qemu-img rebase: allow backing file to be specified as '-'
,
Eric Blake
,
15:28
[Qemu-devel] [Bug 1066909] [NEW] App-level clone emulation for microblaze is broken
,
Bugdal
,
15:04
[Qemu-devel] [PATCH] qmp: fix __accept() in qmp.py
,
Jeff Cody
,
14:57
Re: [Qemu-devel] [PATCH] Call MADV_HUGEPAGE for guest RAM allocations
,
Luiz Capitulino
,
14:57
Re: [Qemu-devel] [PATCH] qemu-img rebase: allow backing file to be specified as '-'
,
Alex Bligh
,
14:42
[Qemu-devel] [PATCH] Memory-API: Make eventfd adhere to device endianness
,
Alexander Graf
,
14:30
Re: [Qemu-devel] [PATCH] qemu-img rebase: allow backing file to be specified as '-'
,
Eric Blake
,
14:11
Re: [Qemu-devel] [PATCH] qemu-img rebase: allow backing file to be specified as '-'
,
Eric Blake
,
14:07
Re: [Qemu-devel] [PATCH v3 9/9] chardev: add hotplug support.
,
Eric Blake
,
14:04
Re: [Qemu-devel] [PATCH v2 0/3] qemu-img: Add --backing-chain option to info command
,
Eric Blake
,
13:49
Re: [Qemu-devel] [PATCH v2 28/45] mirror: implement completion
,
Kevin Wolf
,
13:49
Re: [Qemu-devel] [PATCH v2 3/3] qemu-iotests: Add 041 backing file chain infinite loop test
,
Eric Blake
,
13:47
[Qemu-devel] [PATCH] qemu-img rebase: allow backing file to be specified as '-'
,
Alex Bligh
,
13:39
Re: [Qemu-devel] [PATCH v2] chardev: add hotplug support.
,
Eric Blake
,
13:37
Re: [Qemu-devel] [PATCH v2 27/45] qmp: add drive-mirror command
,
Kevin Wolf
,
13:33
[Qemu-devel] [PATCH v11 14/14] target-mips: Change TODO file
,
Jia Liu
,
13:09
[Qemu-devel] [PATCH v11 12/14] target-mips: Add ASE DSP processors
,
Jia Liu
,
13:08
[Qemu-devel] [PATCH 2/2] Fix a race condition in E1000 device live migration. One of data-transfer related flags not in migrated fields list.
,
Dmitry Fleytman
,
13:01
[Qemu-devel] [PATCH 1/2] Fix a race condition in E1000 device implementation:
,
Dmitry Fleytman
,
13:01
[Qemu-devel] [PATCH 0/2] A few race conditions in E1000 device fixed
,
Dmitry Fleytman
,
13:01
Re: [Qemu-devel] [PATCH v2 26/45] mirror: introduce mirror job
,
Kevin Wolf
,
12:57
[Qemu-devel] [PATCH v11 10/14] target-mips: Add ASE DSP compare-pick instructions
,
Jia Liu
,
12:55
Re: [Qemu-devel] [RFC v1 3/7] memory: iommu support
,
Avi Kivity
,
12:54
[Qemu-devel] [PATCH v11 13/14] target-mips: Add ASE DSP testcases
,
Jia Liu
,
12:42
[Qemu-devel] [PATCH v11 11/14] target-mips: Add ASE DSP accumulator instructions
,
Jia Liu
,
12:41
[Qemu-devel] [PATCH v11 06/14] target-mips: Add ASE DSP arithmetic instructions
,
Jia Liu
,
12:41
[Qemu-devel] [PATCH v11 08/14] target-mips: Add ASE DSP multiply instructions
,
Jia Liu
,
12:41
[Qemu-devel] [PATCH v11 09/14] target-mips: Add ASE DSP bit/manipulation instructions
,
Jia Liu
,
12:41
[Qemu-devel] [PATCH v11 07/14] target-mips: Add ASE DSP GPR based shift instructions
,
Jia Liu
,
12:40
[Qemu-devel] [PATCH v11 05/14] target-mips: Add ASE DSP load instructions
,
Jia Liu
,
12:40
[Qemu-devel] [PATCH v11 04/14] target-mips: Add ASE DSP branch instructions
,
Jia Liu
,
12:40
[Qemu-devel] [PATCH v11 02/14] target-mips: Add ASE DSP resources access check
,
Jia Liu
,
12:40
[Qemu-devel] [PATCH v11 03/14] target-mips: Use correct acc value to index cpu_HI/cpu_LO rather than using a fix number
,
Jia Liu
,
12:40
[Qemu-devel] [PATCH v11 00/14] QEMU MIPS ASE DSP su pport
,
Jia Liu
,
12:40
[Qemu-devel] [PATCH v11 01/14] target-mips: Add ASE DSP internal functions
,
Jia Liu
,
12:40
Re: [Qemu-devel] [PATCH v10 00/14] QEMU MIPS ASE DSP support
,
Jia Liu
,
12:38
Re: [Qemu-devel] [PATCH v4 26/26] qidl: unit tests and build infrastructure
,
Michael Roth
,
12:37
Re: [Qemu-devel] [PATCH v4 24/26] qidl: add QAPI-based code generator
,
Michael Roth
,
12:36
Re: [Qemu-devel] KVM call agenda for 2012-10-16
,
Igor Mammedov
,
12:28
Re: [Qemu-devel] [PATCH v2 23/45] block: export dirty bitmap information in query-block
,
Kevin Wolf
,
12:08
Re: [Qemu-devel] [PATCH v3 21/22] qidl: qidl.h, definitions for qidl annotations
,
Michael Roth
,
11:56
Re: [Qemu-devel] [PATCH v2 19/45] block: add bdrv_query_info
,
Kevin Wolf
,
11:42
Re: [Qemu-devel] [libvirt] Problems using netdev_del+netdev_add w/o corresponding device_del+device_add
,
Laine Stump
,
11:15
Re: [Qemu-devel] [PATCH v3 22/22] qidl: unit tests and build infrastructure
,
Michael Roth
,
10:49
Re: [Qemu-devel] fixing qemu-0.1X endless loop in qcow2_alloc_cluster_offset
,
Kevin Wolf
,
10:46
Re: [Qemu-devel] fixing qemu-0.1X endless loop in qcow2_alloc_cluster_offset
,
Andreas Färber
,
10:28
Re: [Qemu-devel] Connecting virtio-9p-pci to a remote 9p server
,
Troy Benjegerdes
,
10:27
Re: [Qemu-devel] delvm does not reduce the qcow2 file size
,
Kevin Wolf
,
10:24
Re: [Qemu-devel] [PATCH v3 9/9] chardev: add hotplug support.
,
Anthony Liguori
,
10:22
Re: [Qemu-devel] [PATCH v3 4/9] serial: add 2x + 4x pci variant
,
Anthony Liguori
,
10:18
Re: [Qemu-devel] [PATCH 2/8] console: add unregister_displaychangelistener
,
Andreas Färber
,
10:17
Re: [Qemu-devel] [PATCH v3 1/9] serial: split serial.c
,
Anthony Liguori
,
10:16
Re: [Qemu-devel] [PATCH v10 00/14] QEMU MIPS ASE DSP support
,
Andreas Färber
,
09:54
Re: [Qemu-devel] [PATCH v3 21/22] qidl: qidl.h, definitions for qidl annotations
,
Paolo Bonzini
,
09:37
Re: [Qemu-devel] delvm does not reduce the qcow2 file size
,
Paolo Bonzini
,
09:25
Re: [Qemu-devel] [PULL v3 00/23] Integrate DMA into the memory API
,
Avi Kivity
,
09:17
Re: [Qemu-devel] [PATCH v4 24/26] qidl: add QAPI-based code generator
,
Paolo Bonzini
,
09:09
Re: [Qemu-devel] [PATCH v5] target-i386: initialize APIC at CPU level
,
Igor Mammedov
,
09:06
Re: [Qemu-devel] [PATCH 06/22] ehci: Speed up the timer of raising int from the async schedule
,
Hans de Goede
,
08:59
Re: [Qemu-devel] [PATCH v5] target-i386: initialize APIC at CPU level
,
Andreas Färber
,
08:59
[Qemu-devel] [PATCH] hw/qxl: guest bug on primary create with stride %4 != 0
,
Alon Levy
,
08:54
[Qemu-devel] delvm does not reduce the qcow2 file size
,
Kuniyasu Suzaki
,
08:51
[Qemu-devel] [PATCH v2 2/3] qemu-img: Detect backing file chain infinite loops
,
Stefan Hajnoczi
,
08:45
[Qemu-devel] [PATCH v2 3/3] qemu-iotests: Add 041 backing file chain infinite loop test
,
Stefan Hajnoczi
,
08:45
[Qemu-devel] [PATCH v2 1/3] qemu-img: Add --backing-chain option to info command
,
Stefan Hajnoczi
,
08:44
[Qemu-devel] [PATCH v2 0/3] qemu-img: Add --backing-chain option to info command
,
Stefan Hajnoczi
,
08:44
Re: [Qemu-devel] [PATCH v5] target-i386: initialize APIC at CPU level
,
Igor Mammedov
,
07:54
Re: [Qemu-devel] Silent filesystem/qcow2 corruptions with qemu-kvm-1.0 and 1.1.1
,
Tiziano Müller
,
07:44
[Qemu-devel] Connecting virtio-9p-pci to a remote 9p server
,
Chris Webb
,
07:36
Re: [Qemu-devel] [PATCH 06/22] ehci: Speed up the timer of raising int from the async schedule
,
Gerd Hoffmann
,
07:17
[Qemu-devel] [PATCH 19/22] usb-redir: Add an usbredir_setup_usb_eps() helper function
,
Hans de Goede
,
07:16
Re: [Qemu-devel] Silent filesystem/qcow2 corruptions with qemu-kvm-1.0 and 1.1.1
,
Kevin Wolf
,
07:11
Re: [Qemu-devel] [PATCH v2] chardev: add hotplug support.
,
Andreas Färber
,
07:10
[Qemu-devel] [PATCH 21/22] usb-redir: Allow to attach USB 2.0 devices to 1.1 host controller
,
Hans de Goede
,
07:08
Re: [Qemu-devel] [RFC v1 0/7] IOMMU support
,
Avi Kivity
,
06:45
[Qemu-devel] [PATCH 18/22] usb-redir: Add support for input pipelining
,
Hans de Goede
,
06:38
[Qemu-devel] [PATCH 20/22] usb-redir: Use reject rather the disconnect on bad ep info
,
Hans de Goede
,
06:38
[Qemu-devel] [PATCH 22/22] usb-redir: Allow redirecting super speed devices to high speed controllers
,
Hans de Goede
,
06:38
[Qemu-devel] [PATCH 14/22] usb: Add packet combining functions
,
Hans de Goede
,
06:38
[Qemu-devel] [PATCH 15/22] combined-packet: Add a workaround for Linux usbfs + live migration
,
Hans de Goede
,
06:38
[Qemu-devel] [PATCH 11/22] usb: Move clearing of queue on halt to the core
,
Hans de Goede
,
06:38
[Qemu-devel] [PATCH 12/22] usb: Move short-not-ok handling to the core
,
Hans de Goede
,
06:38
[Qemu-devel] [PATCH 17/22] usb-redir: Add support for 32 bits bulk packet length
,
Hans de Goede
,
06:38
[Qemu-devel] [PATCH 16/22] usb-redir: When a packet contains data on a stall, ignore the stall
,
Hans de Goede
,
06:38
[Qemu-devel] [PATCH 13/22] usb: Add an int_req flag to USBPacket
,
Hans de Goede
,
06:38
[Qemu-devel] [PATCH 09/22] usb: Rename __usb_packet_complete to usb_packet_complete_one
,
Hans de Goede
,
06:38
[Qemu-devel] [PATCH 10/22] usb: Add USB_RET_ADD_TO_QUEUE packet result code
,
Hans de Goede
,
06:38
[Qemu-devel] [PATCH 05/22] ehci: Improve latency of interrupt delivery and async schedule scanning
,
Hans de Goede
,
06:38
[Qemu-devel] [PATCH 08/22] xhci: Add a xhci_ep_nuke_one_xfer helper function
,
Hans de Goede
,
06:38
[Qemu-devel] [PATCH 07/22] ehci: Detect going in circles when filling the queue
,
Hans de Goede
,
06:38
[Qemu-devel] [PATCH 04/22] ehci: Set int flag on a short input packet
,
Hans de Goede
,
06:38
[Qemu-devel] [PATCH 02/22] uhci: Move checks to continue queuing to uhci_fill_queue()
,
Hans de Goede
,
06:38
[Qemu-devel] [PATCH 06/22] ehci: Speed up the timer of raising int from the async schedule
,
Hans de Goede
,
06:38
[Qemu-devel] [PATCH 01/22] uhci: Properly unmap packets on cancel / invalid pid
,
Hans de Goede
,
06:38
[Qemu-devel] [PATCH 03/22] ehci: Get rid of packet tbytes field
,
Hans de Goede
,
06:38
[Qemu-devel] RFC: usb input pipelining / speedup patchset v2
,
Hans de Goede
,
06:38
Re: [Qemu-devel] [PATCH v10 00/14] QEMU MIPS ASE DSP support
,
Jia Liu
,
06:36
Re: [Qemu-devel] [RFC v1 7/7] vhost: abort if an emulated iommu is used
,
Avi Kivity
,
06:32
Re: [Qemu-devel] [RFC v1 4/7] pci: switch iommu to using the memory API
,
Avi Kivity
,
06:31
Re: [Qemu-devel] [RFC v1 7/7] vhost: abort if an emulated iommu is used
,
Avi Kivity
,
06:24
[Qemu-devel] KVM call agenda for 2012-10-16
,
Juan Quintela
,
06:17
Re: [Qemu-devel] [PATCH v4 26/26] qidl: unit tests and build infrastructure
,
Paolo Bonzini
,
06:05
[Qemu-devel] [PATCH 5/8] console: untangle gfx & txt updates
,
Gerd Hoffmann
,
05:52
[Qemu-devel] [PATCH 1/8] console: QLIST-ify display change listeners.
,
Gerd Hoffmann
,
05:52
[Qemu-devel] [PATCH 0/8] console cleanups
,
Gerd Hoffmann
,
05:52
[Qemu-devel] [PATCH 4/8] console: s/TextConsole/QemuConsole/
,
Gerd Hoffmann
,
05:52
[Qemu-devel] [PATCH 7/8] vga: fix text mode updating
,
Gerd Hoffmann
,
05:52
[Qemu-devel] [PATCH 3/8] console: move set_mouse + cursor_define callbacks
,
Gerd Hoffmann
,
05:52
[Qemu-devel] [PATCH 8/8] console: remove dpy_gfx_fill
,
Gerd Hoffmann
,
05:52
[Qemu-devel] [PATCH 6/8] console: init displaychangelisteners on register
,
Gerd Hoffmann
,
05:52
[Qemu-devel] [PATCH 2/8] console: add unregister_displaychangelistener
,
Gerd Hoffmann
,
05:51
Re: [Qemu-devel] [PATCH 2/2] qemu-iotests: Test qemu-img operation on zero size image
,
Paolo Bonzini
,
05:43
Re: [Qemu-devel] Silent filesystem/qcow2 corruptions with qemu-kvm-1.0 and 1.1.1
,
Tiziano Müller
,
05:34
Re: [Qemu-devel] [libvirt] Problems using netdev_del+netdev_add w/o corresponding device_del+device_add
,
Daniel P. Berrange
,
05:26
Re: [Qemu-devel] fixing qemu-0.1X endless loop in qcow2_alloc_cluster_offset
,
Kevin Wolf
,
05:14
Re: [Qemu-devel] qemu-img: document 'info --backing-chain
,
Stefan Hajnoczi
,
05:01
Re: [Qemu-devel] [Bug 1066055] [NEW] Network performance regression with vde_switch
,
Stefan Hajnoczi
,
04:59
Re: [Qemu-devel] [PATCH v3 22/22] qidl: unit tests and build infrastructure
,
Kevin Wolf
,
04:53
Re: [Qemu-devel] [PATCH 2/2] qemu-iotests: Test qemu-img operation on zero size image
,
Kevin Wolf
,
04:47
Re: [Qemu-devel] [RFC v1 7/7] vhost: abort if an emulated iommu is used
,
liu ping fan
,
04:45
Re: [Qemu-devel] Any alternative to kqemu ?
,
Stefan Hajnoczi
,
04:38
Re: [Qemu-devel] Problems using netdev_del+netdev_add w/o corresponding device_del+device_add
,
Stefan Hajnoczi
,
04:30
Re: [Qemu-devel] [PATCH v4 24/26] qidl: add QAPI-based code generator
,
Paolo Bonzini
,
04:12
Re: [Qemu-devel] [PATCH v4 00/26] Add infrastructure for QIDL-based device serialization
,
Paolo Bonzini
,
04:09
[Qemu-devel] [PATCH v3 4/9] serial: add 2x + 4x pci variant
,
Gerd Hoffmann
,
04:07
[Qemu-devel] [PATCH v3 6/9] usb-serial: only expose device in guest when the chardev is open
,
Gerd Hoffmann
,
04:07
[Qemu-devel] [PATCH v3 8/9] chardev: fix QemuOpts lifecycle
,
Gerd Hoffmann
,
04:07
[Qemu-devel] [PATCH v3 9/9] chardev: add hotplug support.
,
Gerd Hoffmann
,
04:07
[Qemu-devel] [PATCH v3 2/9] serial: add pci variant
,
Gerd Hoffmann
,
04:07
[Qemu-devel] [PATCH v3 5/9] usb-serial: don't magically zap chardev on umplug
,
Gerd Hoffmann
,
04:07
[Qemu-devel] [PATCH v3 1/9] serial: split serial.c
,
Gerd Hoffmann
,
04:07
[Qemu-devel] [PATCH v3 7/9] chardev: add error reporting for qemu_chr_new_from_opts
,
Gerd Hoffmann
,
04:07
[Qemu-devel] [PATCH v3 3/9] serial: add windows inf file for the pci card to docs
,
Gerd Hoffmann
,
04:07
[Qemu-devel] [PATCH v3 0/9] serial device hotplug patch series.
,
Gerd Hoffmann
,
04:07
Re: [Qemu-devel] Any alternative to kqemu ?
,
Paolo Bonzini
,
04:03
Re: [Qemu-devel] Silent filesystem/qcow2 corruptions with qemu-kvm-1.0 and 1.1.1
,
Stefan Hajnoczi
,
03:48
Re: [Qemu-devel] [PATCH v2] chardev: add hotplug support.
,
Lei Li
,
02:51
[Qemu-devel] [PATCH v2 2/4] vga: add mmio bar to standard vga
,
Gerd Hoffmann
,
02:25
[Qemu-devel] [PATCH v2 4/4] vga: remove CONFIG_BOCHS_VBE
,
Gerd Hoffmann
,
02:25
[Qemu-devel] [PATCH v2 3/4] vga: add specs for standard vga
,
Gerd Hoffmann
,
02:25
[Qemu-devel] [PATCH v2 1/4] vga: fix indention
,
Gerd Hoffmann
,
02:25
[Qemu-devel] [PATCH v2 0/4] vga: add mmio bar
,
Gerd Hoffmann
,
02:25
Re: [Qemu-devel] [PATCH 0/3] vga: add mmio bar
,
Gerd Hoffmann
,
02:05
[Qemu-devel] [PATCH] configure: Remove unused parameters from main function
,
Stefan Weil
,
01:45
October 14, 2012
[Qemu-devel] [PATCH V8 2/4] libqblock type defines
,
Wenchao Xia
,
23:17
[Qemu-devel] [PATCH V8 4/4] libqblock test example
,
Wenchao Xia
,
23:16
[Qemu-devel] [PATCH V8 3/4] libqblock API
,
Wenchao Xia
,
23:16
[Qemu-devel] [PATCH V8 1/4] libqblock build system
,
Wenchao Xia
,
23:16
[Qemu-devel] [PATCH V8 0/4] libqblock qemu block layer library
,
Wenchao Xia
,
23:15
Re: [Qemu-devel] [PATCH V7 0/4] libqblock qemu block layer library
,
wenchao xia
,
23:07
Re: [Qemu-devel] Problems using netdev_del+netdev_add w/o corresponding device_del+device_add
,
Laine Stump
,
21:44
[Qemu-devel] [PATCH 01/15] pseries: Split xics irq configuration from state information
,
David Gibson
,
20:24
[Qemu-devel] [PATCH 15/15] pseries: savevm support for pseries machine
,
David Gibson
,
20:24
[Qemu-devel] [PATCH 14/15] pseries: savevm support for PAPR virtual SCSI
,
David Gibson
,
20:24
[Qemu-devel] [PATCH 04/15] savevm: Add VMSTATE_UINTTL_EQUAL helper
,
David Gibson
,
20:24
[Qemu-devel] [PATCH 05/15] savevm: Add VMSTATE_FLOAT64 helpers
,
David Gibson
,
20:24
[Qemu-devel] [PATCH 09/15] target-ppc: Convert ppc cpu savevm to VMStateDescription
,
David Gibson
,
20:24
[Qemu-devel] [PATCH 11/15] pseries: savevm support for VIO devices
,
David Gibson
,
20:24
[Qemu-devel] [PATCH 07/15] savevm: Fix bugs in the VMSTATE_VBUFFER_MULTIPLY definition
,
David Gibson
,
20:24
[Qemu-devel] [PATCH 03/15] savevm: Add VMSTATE_UINT64_EQUAL helpers
,
David Gibson
,
20:24
[Qemu-devel] [PATCH 10/15] pseries: savevm support for XICS interrupt controller
,
David Gibson
,
20:24
[Qemu-devel] [PATCH 08/15] savevm: Implement VMS_DIVIDE flag
,
David Gibson
,
20:24
[Qemu-devel] [PATCH 12/15] pseries: savevm support for PAPR VIO logical lan
,
David Gibson
,
20:24
[Qemu-devel] [PATCH 13/15] pseries: savevm support for PAPR TCE tables
,
David Gibson
,
20:24
[Qemu-devel] [PATCH 02/15] target-pcc: Convert ppcemb_tlb_t to use fixed 64-bit RPN
,
David Gibson
,
20:24
[Qemu-devel] RFC: savevm/migration support for pseries
,
David Gibson
,
20:24
[Qemu-devel] [PATCH 06/15] savevm: Add VMSTATE_STRUCT_VARRAY_POINTER_UINT32
,
David Gibson
,
20:23
Re: [Qemu-devel] [PATCH 05/11] m48t59: remove unused m48t59_set_addr
,
Andreas Färber
,
20:04
Re: [Qemu-devel] [PATCH 10/11] arm: add missing static and remove unused functions
,
Andreas Färber
,
20:01
[Qemu-devel] Any alternative to kqemu ?
,
Timothy Madden
,
18:08
Re: [Qemu-devel] [PATCH 10/11] arm: add missing static and remove unused functions
,
Peter Maydell
,
16:56
Re: [Qemu-devel] [PATCH 10/11] arm: add missing static and remove unused functions
,
Blue Swirl
,
16:50
Re: [Qemu-devel] [PATCH 00/11] static patches
,
Blue Swirl
,
16:41
[Qemu-devel] [PATCH 10/11] arm: add missing static and remove unused functions
,
Blue Swirl
,
16:38
[Qemu-devel] [PATCH 07/11] slirp: remove unused function u_sleep
,
Blue Swirl
,
16:37
Re: [Qemu-devel] [PATCH 10/11] arm: add missing static and remove unused functions
,
Peter Maydell
,
16:35
Re: [Qemu-devel] [PATCH 10/11] arm: add missing static and remove unused functions
,
Blue Swirl
,
16:33
Re: [Qemu-devel] [PATCH 00/11] static patches
,
malc
,
16:33
[Qemu-devel] [PATCH 04/11] tap-win32: avoid a warning
,
Blue Swirl
,
16:30
[Qemu-devel] [PATCH 11/11] exec: make some functions static
,
Blue Swirl
,
16:27
Re: [Qemu-devel] [PATCH] configure: Disable (clang) initializer-overrides warnings
,
Peter Maydell
,
16:24
Re: [Qemu-devel] [PATCH] configure: Disable (clang) initializer-overrides warnings
,
Blue Swirl
,
16:16
Re: [Qemu-devel] [PATCH 10/11] arm: add missing static and remove unused functions
,
Peter Maydell
,
16:09
Re: [Qemu-devel] [PATCH 00/11] static patches
,
Blue Swirl
,
16:06
[Qemu-devel] [PATCH 09/11] target-ppc: make some functions static
,
Blue Swirl
,
16:00
[Qemu-devel] [PATCH] configure: Disable (clang) initializer-overrides warnings
,
Peter Maydell
,
16:00
[Qemu-devel] [PATCH 08/11] ppc: add missing static and remove unused functions
,
Blue Swirl
,
16:00
[Qemu-devel] [PATCH 06/11] sun4c: remove unused functions
,
Blue Swirl
,
16:00
[Qemu-devel] [PATCH 05/11] m48t59: remove unused m48t59_set_addr
,
Blue Swirl
,
16:00
[Qemu-devel] [PATCH 03/11] vnc: add missing static and remove unused functions
,
Blue Swirl
,
16:00
[Qemu-devel] [PATCH 02/11] vl.c: add missing static
,
Blue Swirl
,
15:59
[Qemu-devel] [PATCH 01/11] target-sparc: make do_unaligned_access static
,
Blue Swirl
,
15:59
[Qemu-devel] [PATCH 00/11] static patches
,
Blue Swirl
,
15:59
[Qemu-devel] [PATCH] arm-semi.c: Handle get/put_user() failure accessing arguments
,
Peter Maydell
,
15:52
[Qemu-devel] [PATCH v2] hw/armv7m_nvic: Implement byte/halfword access for NVIC SCB_SHPRx registers
,
Andre Beckus
,
14:44
Re: [Qemu-devel] [PATCH 0/7] Add LOG_GUEST_ERROR for reporting guest bugs
,
Blue Swirl
,
11:56
Re: [Qemu-devel] [PATCH 0/7] Add LOG_GUEST_ERROR for reporting guest bugs
,
Peter Maydell
,
11:41
[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)
,
Justin Shafer
,
11:41
[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)
,
Peter Maydell
,
11:26
[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)
,
Justin Shafer
,
11:01
[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)
,
Michal Suchanek
,
10:11
Re: [Qemu-devel] [PATCH 0/7] Add LOG_GUEST_ERROR for reporting guest bugs
,
Blue Swirl
,
10:03
[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)
,
Peter Maydell
,
10:00
[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)
,
Michal Suchanek
,
09:41
[Qemu-devel] [PATCH V3 05/10] use qemu_opts_create_nofail
,
Dong Xu Wang
,
09:19
[Qemu-devel] [PATCH V3 02/10] qemu-option: qemu_opts_validate(): fix duplicated code
,
Dong Xu Wang
,
09:14
[Qemu-devel] [PATCH V3 04/10] introduce qemu_opts_create_nofail function
,
Dong Xu Wang
,
09:14
[Qemu-devel] [PATCH V3 08/10] Create four opts list related functions
,
Dong Xu Wang
,
09:13
[Qemu-devel] [PATCH 1/7] qemu-log: Add new log category for guest bugs
,
Peter Maydell
,
09:11
[Qemu-devel] [PATCH 4/7] hw/pl190: Use LOG_GUEST_ERROR
,
Peter Maydell
,
09:11
[Qemu-devel] [PATCH 0/7] Add LOG_GUEST_ERROR for reporting guest bugs
,
Peter Maydell
,
09:11
[Qemu-devel] [PATCH 7/7] hw/pl031: Use LOG_GUEST_ERROR
,
Peter Maydell
,
09:11
[Qemu-devel] [PATCH 2/7] hw/pl181: Use LOG_UNIMP and LOG_GUEST_ERROR
,
Peter Maydell
,
09:11
[Qemu-devel] [PATCH 3/7] hw/pl041: Use LOG_UNIMP
,
Peter Maydell
,
09:11
[Qemu-devel] [PATCH 5/7] hw/pl011: Use LOG_UNIMP and LOG_GUEST_ERROR
,
Peter Maydell
,
09:11
[Qemu-devel] [PATCH 6/7] hw/pl022: Use LOG_UNIMP and LOG_GUEST_ERROR
,
Peter Maydell
,
09:11
[Qemu-devel] [PATCH 0/2] fix segfaults triggered by failed vnc handshakes
,
Tim Hardeck
,
09:09
[Qemu-devel] [PATCH 1/2] vnc: fix segfault due to failed handshake
,
Tim Hardeck
,
09:09
[Qemu-devel] [PATCH 2/2] qemu queue: fix uninitialized removals
,
Tim Hardeck
,
09:09
[Qemu-devel] [PATCH V3 10/10] remove QEMUOptionParameter related functions and struct
,
Dong Xu Wang
,
09:05
[Qemu-devel] [PATCH V3 03/10] qemu-option: qemu_opt_set_bool(): fix code duplication
,
Dong Xu Wang
,
09:05
[Qemu-devel] [PATCH V3 06/10] create new function: qemu_opt_set_number
,
Dong Xu Wang
,
09:05
[Qemu-devel] [PATCH V3 09/10] Use QemuOpts support in block layer
,
Dong Xu Wang
,
09:01
[Qemu-devel] [PATCH V3 07/10] add def_value and use it in qemu_opts_print.
,
Dong Xu Wang
,
08:55
[Qemu-devel] [PATCH V3 01/10] qemu-option: opt_set(): split it up into more functions
,
Dong Xu Wang
,
08:52
[Qemu-devel] [PATCH V3 00/10] replace QEMUOptionParameter with QemuOpts parser
,
Dong Xu Wang
,
08:51
Re: [Qemu-devel] bug in popcnt emulation with some register operand(s)?
,
Andriy Gapon
,
07:02
Re: [Qemu-devel] bug in popcnt emulation with some register operand(s)?
,
malc
,
06:56
Re: [Qemu-devel] bug in popcnt emulation with some register operand(s)?
,
Andriy Gapon
,
06:25
Re: [Qemu-devel] defferences between /usr/libexec/qemu-kvm and /usr/bin/qemu-system-x86_64
,
Michael Tokarev
,
03:03
[Qemu-devel] [PATCH]Re: qemu-img: document 'info --backing-chain
,
Kashyap Chamarthy
,
02:21
Re: [Qemu-devel] [PATCH] qemu-img: Add --backing-chain option to info command
,
Kashyap Chamarthy
,
02:10
[Qemu-devel] qemu-img: document 'info --backing-chain
,
Kashyap Chamarthy
,
01:47
[Qemu-devel] defferences between /usr/libexec/qemu-kvm and /usr/bin/qemu-system-x86_64
,
yue-kvm
,
01:16
Re: [Qemu-devel] [PATCH v5] target-i386: initialize APIC at CPU level
,
Andreas Färber
,
00:10
October 13, 2012
Re: [Qemu-devel] [PATCH v2 21/21] q35: add acpi-based pci hotplug.
,
Michael S. Tsirkin
,
18:02
Re: [Qemu-devel] [PATCH] qemu-img: Add --backing-chain option to info command
,
Eric Blake
,
17:36
[Qemu-devel] Problems using netdev_del+netdev_add w/o corresponding device_del+device_add
,
Laine Stump
,
16:47
[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)
,
Justin Shafer
,
16:45
[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)
,
Justin Shafer
,
16:45
[Qemu-devel] [PATCH v5] target-i386: initialize APIC at CPU level
,
Igor Mammedov
,
16:35
Re: [Qemu-devel] [RFC v2 2/6] ARM: KVM: Add support for KVM on ARM architecture
,
Peter Maydell
,
15:19
[Qemu-devel] [Bug 921208] Re: win7/x64 installer hangs on startup with 0x0000005d.
,
Rolando Zappacosta
,
15:00
[Qemu-devel] [Bug 483251] Re: ctl+alt+F does not leave full screen
,
6Kirk Bates
,
13:31
[Qemu-devel] [Bug 921208] Re: win7/x64 installer hangs on startup with 0x0000005d.
,
Clemens Kolbitsch
,
13:25
Re: [Qemu-devel] [PATCH] qemu-img: Add --backing-chain option to info command
,
Kashyap Chamarthy
,
11:50
Re: [Qemu-devel] [PATCH 1/2] block: make bdrv_find_backing_image compare canonical filenames
,
Jeff Cody
,
11:25
Re: [Qemu-devel] [PATCH 0/3] vga: add mmio bar
,
Blue Swirl
,
10:28
Re: [Qemu-devel] [PATCH v2 0/5] target-sparc: Preparations for CPUState part 4b series
,
Blue Swirl
,
10:23
Re: [Qemu-devel] [PATCH v2 00/13] tcg-sparc fixes and improvements
,
Blue Swirl
,
10:22
Re: [Qemu-devel] [PATCH 0/4] target-sparc: More CC cleanups
,
Blue Swirl
,
10:19
Re: [Qemu-devel] [PATCH 1/4] exec: Split up and tidy code_gen_buffer
,
Blue Swirl
,
09:33
Re: [Qemu-devel] Unable to enable +x2apic for the guest cpus...
,
Gleb Natapov
,
08:26
Re: [Qemu-devel] Unable to enable +x2apic for the guest cpus...
,
Chegu Vinod
,
08:22
Re: [Qemu-devel] [RFC v1 3/7] memory: iommu support
,
Benjamin Herrenschmidt
,
08:02
Re: [Qemu-devel] [PATCH V7 0/4] libqblock qemu block layer library
,
Blue Swirl
,
06:50
Re: [Qemu-devel] [PATCH 00/20] target-sparc: Cleanup handling of temps
,
Blue Swirl
,
06:36
Re: [Qemu-devel] [RFC] [PATCH 0/5] linux-user: refactor do_syscall()
,
Peter Maydell
,
06:30
Re: [Qemu-devel] [RFC] [PATCH 0/5] linux-user: refactor do_syscall()
,
Blue Swirl
,
06:15
Re: [Qemu-devel] [QEMU PATCH] create struct for machine initialization arguments (v3)
,
Blue Swirl
,
06:15
Re: [Qemu-devel] [RFC v1 3/7] memory: iommu support
,
Blue Swirl
,
05:31
Re: [Qemu-devel] [RFC v1 1/7] memory: fix address space initialization/destruction
,
Blue Swirl
,
05:14
Re: [Qemu-devel] [RFC v1 4/7] pci: switch iommu to using the memory API
,
Blue Swirl
,
05:14
Re: [Qemu-devel] [RFC v2 2/6] ARM: KVM: Add support for KVM on ARM architecture
,
Blue Swirl
,
05:10
Re: [Qemu-devel] [PATCH v2 24/26] target-sparc: rename helper flags
,
Blue Swirl
,
04:58
Re: [Qemu-devel] [RFC PATCH v3 06/19] Implement "-dimm" command line option
,
Blue Swirl
,
04:57
Re: [Qemu-devel] [PATCH 2/2] hw: Add test device for unittests execution v4
,
Blue Swirl
,
04:49
Re: [Qemu-devel] [PATCH 4/4] pseries: Implement qemu initiated shutdowns using EPOW events
,
Blue Swirl
,
04:39
Re: [Qemu-devel] [PATCH v2 20/21] q35: automatically load the q35 dsdt table
,
Blue Swirl
,
04:34
Re: [Qemu-devel] [PATCH v2 08/21] pci_ids: add intel 82801BA pci-to-pci bridge id and PCI_CLASS_SERIAL_SMBUS
,
Blue Swirl
,
04:32
Re: [Qemu-devel] [PATCH v2 03/21] pci: pci capability must be in PCI space
,
Blue Swirl
,
04:29
Re: [Qemu-devel] Unable to enable +x2apic for the guest cpus...
,
Gleb Natapov
,
03:32
Re: [Qemu-devel] [PATCH v3 22/22] qidl: unit tests and build infrastructure
,
Paolo Bonzini
,
03:12
[Qemu-devel] [PATCH V7 4/4] libqblock test example
,
Wenchao Xia
,
01:12
[Qemu-devel] [PATCH V7 0/4] libqblock qemu block layer library
,
Wenchao Xia
,
01:12
[Qemu-devel] [PATCH V7 1/4] libqblock build system
,
Wenchao Xia
,
01:12
[Qemu-devel] [PATCH V7 3/4] libqblock API
,
Wenchao Xia
,
01:12
[Qemu-devel] [PATCH V7 2/4] libqblock type defines
,
Wenchao Xia
,
01:12
October 12, 2012
[Qemu-devel] Unable to enable +x2apic for the guest cpus...
,
Chegu Vinod
,
22:38
Re: [Qemu-devel] [PATCH] isapc: Shadow ISA BIOS by default
,
Kevin O'Connor
,
19:33
[Qemu-devel] [PATCH v4 26/26] qidl: unit tests and build infrastructure
,
Michael Roth
,
18:10
Re: [Qemu-devel] [PATCH 1/2] block: make bdrv_find_backing_image compare canonical filenames
,
Eric Blake
,
17:52
[Qemu-devel] [PATCH 5/4] exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.c
,
Richard Henderson
,
17:41
Re: [Qemu-devel] [PATCH v3 22/22] qidl: unit tests and build infrastructure
,
Michael Roth
,
17:40
[Qemu-devel] [Bug 921208] Re: win7/x64 installer hangs on startup with 0x0000005d.
,
Rolando Zappacosta
,
17:35
[Qemu-devel] [PATCH 4/4] exec: Allocate code_gen_prologue from code_gen_buffer
,
Richard Henderson
,
17:21
[Qemu-devel] [PATCH 2/4] exec: Don't make DEFAULT_CODE_GEN_BUFFER_SIZE too large
,
Richard Henderson
,
17:21
[Qemu-devel] [PATCH 1/4] exec: Split up and tidy code_gen_buffer
,
Richard Henderson
,
17:21
[Qemu-devel] [PATCH 3/4] exec: Do not use absolute address hints for code_gen_buffer with -fpie
,
Richard Henderson
,
17:21
[Qemu-devel] [PATCH v3 0/4] Better allocation of code_gen_buffer with -fpie
,
Richard Henderson
,
17:21
[Qemu-devel] [PATCH v4 25/26] qidl: qidl.h, definitions for qidl annotations
,
Michael Roth
,
17:12
[Qemu-devel] [PATCH v4 24/26] qidl: add QAPI-based code generator
,
Michael Roth
,
17:12
[Qemu-devel] [PATCH v4 23/26] qidl: add C parser (based on QC parser)
,
Michael Roth
,
17:12
[Qemu-devel] [PATCH v4 22/26] qidl: add lexer library (based on QC parser)
,
Michael Roth
,
17:12
[Qemu-devel] [PATCH v4 21/26] qidl: add documentation
,
Michael Roth
,
17:12
[Qemu-devel] [PATCH v4 20/26] qdev: move Property-related declarations to qdev-properties.h
,
Michael Roth
,
17:12
[Qemu-devel] [PATCH v4 16/26] qapi: Improve existing docs and document annotated QAPI types
,
Michael Roth
,
17:12
[Qemu-devel] [PATCH v4 18/26] qom-fuse: workaround for truncated properties > 4096
,
Michael Roth
,
17:12
[Qemu-devel] [PATCH v4 17/26] qom-fuse: force single-threaded mode to avoid QMP races
,
Michael Roth
,
17:12
[Qemu-devel] [PATCH v4 14/26] qapi: qapi.py, make json parser more robust
,
Michael Roth
,
17:12
[Qemu-devel] [PATCH v4 19/26] module additions for schema registration
,
Michael Roth
,
17:12
[Qemu-devel] [PATCH v4 11/26] qapi: QmpInputVisitor, don't re-allocate memory in start_struct
,
Michael Roth
,
17:12
[Qemu-devel] [PATCH v4 15/26] qapi: add open-coded visitor for struct tm types
,
Michael Roth
,
17:12
[Qemu-devel] [PATCH v4 13/26] qapi: ordereddict, add to_json() method
,
Michael Roth
,
17:11
[Qemu-devel] [PATCH v4 12/26] qapi: fix potential segfault for visit_type_size()
,
Michael Roth
,
17:11
[Qemu-devel] [PATCH v4 09/26] qapi: QmpOutputVisitor, implement array handling
,
Michael Roth
,
17:11
[Qemu-devel] [PATCH v4 10/26] qapi: QmpInputVisitor, implement array handling
,
Michael Roth
,
17:11
[Qemu-devel] [PATCH v4 07/26] qapi: qapi_visit.py, support for visiting non-pointer/embedded structs
,
Michael Roth
,
17:11
[Qemu-devel] [PATCH v4 08/26] qapi: add visitor interfaces for C arrays
,
Michael Roth
,
17:11
[Qemu-devel] [PATCH v4 06/26] qapi: qapi_visit.py, support generating static functions
,
Michael Roth
,
17:11
[Qemu-devel] [PATCH v4 05/26] qapi: qapi_visit.py, support arrays and complex qapi definitions
,
Michael Roth
,
17:11
[Qemu-devel] [PATCH v4 03/26] qapi: qapi-commands.py -> qapi_commands.py
,
Michael Roth
,
17:11
[Qemu-devel] [PATCH v4 04/26] qapi: qapi_visit.py, make code useable as module
,
Michael Roth
,
17:11
[Qemu-devel] [PATCH v4 02/26] qapi: qapi-types.py -> qapi_types.py
,
Michael Roth
,
17:11
[Qemu-devel] [PATCH v4 01/26] qapi: qapi-visit.py -> qapi_visit.py so we can import
,
Michael Roth
,
17:11
[Qemu-devel] [PATCH v4 00/26] Add infrastructure for QIDL-based device serialization
,
Michael Roth
,
17:11
Re: [Qemu-devel] [PATCH] targphys.h: Don't define target_phys_addr_t for user-mode emulators
,
Andreas Färber
,
16:58
Re: [Qemu-devel] [RFC] [PATCH 0/5] linux-user: refactor do_syscall()
,
Richard Henderson
,
16:47
[Qemu-devel] [PATCH v7 14/17] target-i386: Add vmare as a known name to Hypervisor vendor.
,
Don Slutz
,
16:34
Re: [Qemu-devel] [PATCH] qemu-img: Add --backing-chain option to info command
,
Eric Blake
,
16:32
Re: [Qemu-devel] [PATCH] qemu-img: Add --backing-chain option to info command
,
Kashyap Chamarthy
,
16:20
[Qemu-devel] [PATCH v7 16/17] target-i386: Use Hypervisor vendor in -machine pc, accel=tcg.
,
Don Slutz
,
16:17
[Qemu-devel] [PATCH v7 13/17] target-i386: Add VMWare CPUID Timing information in -machine pc, accel=kvm.
,
Don Slutz
,
16:01
[Qemu-devel] [PATCH v7 12/17] target-i386: Use Hypervisor features in -machine pc, accel=kvm.
,
Don Slutz
,
15:59
[Qemu-devel] [PATCH v7 17/17] target-i386: target-i386: Add VMWare CPUID Timing information in -machine pc, accel=tcg
,
Don Slutz
,
15:57
[Qemu-devel] [PATCH v7 15/17] target-i386: Use Hypervisor level in -machine pc, accel=tcg.
,
Don Slutz
,
15:57
[Qemu-devel] [PATCH v7 11/17] target-i386: Use Hypervisor vendor in -machine pc, accel=kvm.
,
Don Slutz
,
15:57
[Qemu-devel] [PATCH v7 10/17] target-i386: Use Hypervisor level in -machine pc, accel=kvm.
,
Don Slutz
,
15:57
[Qemu-devel] [PATCH v7 09/17] target-i386: Use x86_set_hyperv to set hypervisor features.
,
Don Slutz
,
15:57
[Qemu-devel] [PATCH v7 08/17] target-i386: Use x86_set_hyperv to set hypervisor vendor.
,
Don Slutz
,
15:57
[Qemu-devel] [PATCH v7 07/17] target-i386: Add x86_set_hyperv.
,
Don Slutz
,
15:57
[Qemu-devel] [PATCH v7 06/17] target-i386: Add cpu object access routines for Hypervisor features.
,
Don Slutz
,
15:57
[Qemu-devel] [PATCH v7 05/17] target-i386: Add cpu object access routines for Hypervisor vendor.
,
Don Slutz
,
15:57
[Qemu-devel] [PATCH v7 04/17] target-i386: Add cpu object access routines for Hypervisor level.
,
Don Slutz
,
15:57
[Qemu-devel] [PATCH v7 02/17] target-i386: Add Hypervisor vendor.
,
Don Slutz
,
15:56
[Qemu-devel] [PATCH v7 03/17] target-i386: Add Hypervisor features.
,
Don Slutz
,
15:56
[Qemu-devel] [PATCH v7 01/17] target-i386: Add Hypervisor level.
,
Don Slutz
,
15:56
[Qemu-devel] [PATCH v7 00/17] target-i386: Add way to expose VMWare CPUID
,
Don Slutz
,
15:56
[Qemu-devel] [PATCH v7 0/1] target-i386: Add missing kvm bits.
,
Don Slutz
,
15:43
[Qemu-devel] [PATCH v7 1/1] target-i386: Add missing kvm bits.
,
Don Slutz
,
15:43
Re: [Qemu-devel] [PULL 0/3] Trivial patches for 6 to 12 October 2012
,
Anthony Liguori
,
15:17
Re: [Qemu-devel] [PULL 0/9] arm-devs queue
,
Anthony Liguori
,
15:16
Re: [Qemu-devel] [PATCH] qemu-img: Add --backing-chain option to info command
,
Kashyap Chamarthy
,
15:16
[Qemu-devel] [Bug 1065325] Re: qemu-system-arm hangs on SIGUSR1 on OS X 10.8.2
,
Oliver
,
15:05
[Qemu-devel] [Bug 1065325] Re: qemu-system-arm hangs on SIGUSR1 on OS X 10.8.2
,
Oliver
,
15:05
[Qemu-devel] [PATCH v7 0/1] target-i386: Add missing kvm bits.
,
Don Slutz
,
14:53
[Qemu-devel] [PATCH 3/5] linux-user: move write to own function
,
riku . voipio
,
14:24
[Qemu-devel] [PATCH 2/5] linux-user: move read to own function
,
riku . voipio
,
14:24
[Qemu-devel] [PATCH 1/5] linux-user: move exit to own function
,
riku . voipio
,
14:24
[Qemu-devel] [RFC] [PATCH 0/5] linux-user: refactor do_syscall()
,
riku . voipio
,
14:24
[Qemu-devel] [PATCH 5/5] linux-user: do_openat wrapper added
,
riku . voipio
,
14:24
[Qemu-devel] [PATCH 4/5] linux-user: complete do_open function isolation
,
riku . voipio
,
14:24
[Qemu-devel] [PATCH] target-arm/neon_helper: Remove obsolete FIXME comment
,
Peter Maydell
,
14:07
Re: [Qemu-devel] [PATCH] net: Allow specifying ifname for qemu-bridge-helper
,
Mike Lovell
,
14:03
[Qemu-devel] [PATCH] targphys.h: Don't define target_phys_addr_t for user-mode emulators
,
Peter Maydell
,
13:59
Re: [Qemu-devel] [PATCH 11/41] ram: Export last_ram_offset()
,
Anthony Liguori
,
13:43
[Qemu-devel] [Bug 1066055] [NEW] Network performance regression with vde_switch
,
Edivaldo de Araujo Pereira
,
13:40
Re: [Qemu-devel] [PATCH v2] chardev: add hotplug support.
,
Paolo Bonzini
,
13:08
Re: [Qemu-devel] [PATCH 0/2] tcg/arm: Implement movcond_i32
,
Peter Maydell
,
13:07
Re: [Qemu-devel] [PATCH 2/2] qemu-iotests: Test qemu-img operation on zero size image
,
Paolo Bonzini
,
12:57
Re: [Qemu-devel] [PATCH 1/2] qemu-img: Fix division by zero for zero size images
,
Paolo Bonzini
,
12:56
Re: [Qemu-devel] [PATCH] qemu-timer: Check for usable fields for SIGEV_THREAD_ID
,
Paolo Bonzini
,
12:55
Re: [Qemu-devel] [PATCH v2] chardev: add hotplug support.
,
Paolo Bonzini
,
12:54
[Qemu-devel] [PATCH] qemu-timer: Check for usable fields for SIGEV_THREAD_ID
,
Richard Henderson
,
12:27
Re: [Qemu-devel] [PULL 0/8] spice patch queue
,
Anthony Liguori
,
12:19
Re: [Qemu-devel] [PULL 0/4] Net patches
,
Anthony Liguori
,
12:18
Re: [Qemu-devel] [PULL] vfio-pci tree 20121008
,
Anthony Liguori
,
12:18
Re: [Qemu-devel] [PULL 0/3] usb patch queue
,
Anthony Liguori
,
12:17
Re: [Qemu-devel] [PATCH] isapc: Shadow ISA BIOS by default
,
Anthony Liguori
,
12:13
Re: [Qemu-devel] [PATCH v2 21/21] q35: add acpi-based pci hotplug.
,
Jason Baron
,
11:54
Re: [Qemu-devel] [PATCH] isapc: Shadow ISA BIOS by default
,
Jan Kiszka
,
11:52
Re: [Qemu-devel] fixing qemu-0.1X endless loop in qcow2_alloc_cluster_offset
,
Andreas Färber
,
11:52
Re: [Qemu-devel] [PATCH v2 21/21] q35: add acpi-based pci hotplug.
,
Jason Baron
,
11:27
[Qemu-devel] [PATCH] qemu-img: Add --backing-chain option to info command
,
Stefan Hajnoczi
,
10:55
Re: [Qemu-devel] [PATCH] qemu-img: Add --backing-chain option to info command
,
Eric Blake
,
10:51
Re: [Qemu-devel] [PATCH 4/6] linux-user: Rewrite __get_user/__put_user with __builtin_choose_expr
,
Richard Henderson
,
10:43
Re: [Qemu-devel] [PATCH] qemu-img: Add --backing-chain option to info command
,
Kevin Wolf
,
10:38
Re: [Qemu-devel] [PATCH] qemu-img: Add --backing-chain option to info command
,
Eric Blake
,
10:33
Re: [Qemu-devel] [PATCH] qemu-img: Add --backing-chain option to info command
,
Kevin Wolf
,
10:28
Re: [Qemu-devel] [PATCH] qemu-img: Add --backing-chain option to info command
,
Eric Blake
,
10:24
Re: [Qemu-devel] [PATCH] qemu-img: Add --backing-chain option to info command
,
Eric Blake
,
10:18
[Qemu-devel] [PATCH] linux-user: Merge pread/pwrite into pread64/pwrite64
,
Peter Maydell
,
09:56
Re: [Qemu-devel] [PATCH] isapc: Shadow ISA BIOS by default
,
Anthony Liguori
,
09:42
Re: [Qemu-devel] [PATCH v2] chardev: add hotplug support.
,
Gerd Hoffmann
,
09:13
[Qemu-devel] [PATCH v2] chardev: add hotplug support.
,
Gerd Hoffmann
,
08:39
Re: [Qemu-devel] [PATCH 7/7] chardev: add hotplug support.
,
Gerd Hoffmann
,
08:38
[Qemu-devel] [PATCH 11/11] linux-user: register align p{read, write}64
,
riku . voipio
,
08:36
[Qemu-devel] [PATCH 07/11] linux-user: If loading fails, print error as string, not number
,
riku . voipio
,
08:36
[Qemu-devel] [PATCH 04/11] linux-user: Implement gethostname
,
riku . voipio
,
08:36
[Qemu-devel] [PATCH 06/11] linux-user: Fix siginfo handling
,
riku . voipio
,
08:36
[Qemu-devel] [PATCH 02/11] linux-user: fix multi-threaded /proc/self/maps
,
riku . voipio
,
08:36
[Qemu-devel] [PATCH 09/11] tcg: Remove TCG_TARGET_HAS_GUEST_BASE define
,
riku . voipio
,
08:36
[Qemu-devel] [PATCH 08/11] configure: Remove unnecessary host_guest_base code
,
riku . voipio
,
08:36
[Qemu-devel] [PATCH 01/11] linux-user: fix statfs
,
riku . voipio
,
08:36
[Qemu-devel] [PATCH 00/11] Pending Linux-user patches
,
riku . voipio
,
08:36
[Qemu-devel] [PATCH 05/11] alpha-linux-user: Fix sigaltstack structure definition
,
riku . voipio
,
08:36
[Qemu-devel] [PATCH 10/11] linux-user: ppc: mark as long long aligned
,
riku . voipio
,
08:36
[Qemu-devel] [PATCH 03/11] linux-user: Perform more checks on iovec lists
,
riku . voipio
,
08:36
[Qemu-devel] [PATCH 2/2] qemu-iotests: Test qemu-img operation on zero size image
,
Kevin Wolf
,
08:31
[Qemu-devel] [PATCH 1/2] qemu-img: Fix division by zero for zero size images
,
Kevin Wolf
,
08:31
[Qemu-devel] [PATCH 0/2] qemu-img: Fix division by zero for zero size images
,
Kevin Wolf
,
08:31
Re: [Qemu-devel] [PATCH 2/2] linux-user: register align p{read, write}64
,
Peter Maydell
,
07:42
[Qemu-devel] [PATCH 1/9] cadence_ttc: Fix 'clear on read' behavior
,
Peter Maydell
,
07:39
[Qemu-devel] [PATCH 9/9] arm_gic: Rename gic_state to GICState
,
Peter Maydell
,
07:39
[Qemu-devel] [PATCH 6/9] hw/ds1338: Implement state save/restore
,
Peter Maydell
,
07:39
[Qemu-devel] [PATCH 3/9] hw/ds1338: Fix mishandling of register pointer
,
Peter Maydell
,
07:39
[Qemu-devel] [PATCH 7/9] versatilepb: add gpio pl061 support
,
Peter Maydell
,
07:39
[Qemu-devel] [PATCH 2/9] hw/arm_gic.c: Fix improper DPRINTF output.
,
Peter Maydell
,
07:39
[Qemu-devel] [PATCH 5/9] hw/ds1338: Remove 'now' field from state struct
,
Peter Maydell
,
07:39
[Qemu-devel] [PATCH 8/9] zynq_slcr: Fixed ResetValues enum
,
Peter Maydell
,
07:39
[Qemu-devel] [PULL 0/9] arm-devs queue
,
Peter Maydell
,
07:38
[Qemu-devel] [PATCH 4/9] hw/ds1338: Recapture current time when register pointer wraps around
,
Peter Maydell
,
07:38
Re: [Qemu-devel] [PATCH 7/7] chardev: add hotplug support.
,
Paolo Bonzini
,
07:18
Re: [Qemu-devel] [PATCH 7/7] chardev: add hotplug support.
,
Gerd Hoffmann
,
07:16
Re: [Qemu-devel] [PATCH 4/6] linux-user: Rewrite __get_user/__put_user with __builtin_choose_expr
,
Riku Voipio
,
07:11
Re: [Qemu-devel] [PATCH 7/7] chardev: add hotplug support.
,
Paolo Bonzini
,
06:50
Re: [Qemu-devel] [PATCH v2 21/21] q35: add acpi-based pci hotplug.
,
Michael S. Tsirkin
,
06:37
Re: [Qemu-devel] [PATCH 7/7] chardev: add hotplug support.
,
Gerd Hoffmann
,
06:23
Re: [Qemu-devel] [PATCH v2 21/21] q35: add acpi-based pci hotplug.
,
Gerd Hoffmann
,
06:06
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Michael S. Tsirkin
,
06:01
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Rusty Russell
,
05:52
Re: [Qemu-devel] [PULL 0/7] serial device hotplug patch series.
,
Paolo Bonzini
,
05:42
Re: [Qemu-devel] [PATCH 7/7] chardev: add hotplug support.
,
Paolo Bonzini
,
05:40
Re: [Qemu-devel] [PATCH v2 21/21] q35: add acpi-based pci hotplug.
,
Michael S. Tsirkin
,
05:38
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Michael S. Tsirkin
,
05:31
Re: [Qemu-devel] [PATCH] isapc: Shadow ISA BIOS by default
,
Jan Kiszka
,
05:30
[Qemu-devel] [PATCH 2/7] serial: add pci variant
,
Gerd Hoffmann
,
05:26
[Qemu-devel] [PATCH 4/7] serial: add 2x + 4x pci variant
,
Gerd Hoffmann
,
05:26
[Qemu-devel] [PATCH 6/7] usb-serial: only expose device in guest when the chardev is open
,
Gerd Hoffmann
,
05:26
[Qemu-devel] [PATCH 3/7] serial: add windows inf file for the pci card to docs
,
Gerd Hoffmann
,
05:26
[Qemu-devel] [PATCH 1/7] serial: split serial.c
,
Gerd Hoffmann
,
05:26
[Qemu-devel] [PULL 0/7] serial device hotplug patch series.
,
Gerd Hoffmann
,
05:26
[Qemu-devel] [PATCH 7/7] chardev: add hotplug support.
,
Gerd Hoffmann
,
05:26
[Qemu-devel] [PATCH 5/7] usb-serial: don't magically zap chardev on umplug
,
Gerd Hoffmann
,
05:26
[Qemu-devel] [PATCH 2/3] sheepdog: use bool for boolean variables
,
Stefan Hajnoczi
,
05:18
[Qemu-devel] [PATCH 3/3] vnc: fix "info vnc" with "-vnc ..., reverse=on"
,
Stefan Hajnoczi
,
05:18
[Qemu-devel] [PATCH 1/3] configure: Tidy up remnants of non-64-bit physaddrs
,
Stefan Hajnoczi
,
05:18
[Qemu-devel] [PULL 0/3] Trivial patches for 6 to 12 October 2012
,
Stefan Hajnoczi
,
05:18
Re: [Qemu-devel] [Qemu-trivial] [PATCH] vnc: fix "info vnc" with "-vnc ..., reverse=on"
,
Stefan Hajnoczi
,
04:56
Re: [Qemu-devel] Silent filesystem/qcow2 corruptions with qemu-kvm-1.0 and 1.1.1
,
Tiziano Müller
,
04:53
Re: [Qemu-devel] Silent filesystem/qcow2 corruptions with qemu-kvm-1.0 and 1.1.1
,
Tiziano Müller
,
04:53
Re: [Qemu-devel] [PATCH 2/2] hw/armv7m_nvic: Add global variable for SysTick external reference clock
,
Peter Maydell
,
04:36
Re: [Qemu-devel] Silent filesystem/qcow2 corruptions with qemu-kvm-1.0 and 1.1.1
,
Stefan Hajnoczi
,
04:33
Re: [Qemu-devel] [PATCH] net: Allow specifying ifname for qemu-bridge-helper
,
Michael Tokarev
,
04:32
Re: [Qemu-devel] [RFC 0/7] block: bdrv_img_create(): propagate errors
,
Paolo Bonzini
,
04:31
Re: [Qemu-devel] [PATCH 1/2] hw/armv7m_nvic: Implement byte read/write for NVIC SCB_SHPRx registers
,
Peter Maydell
,
04:31
Re: [Qemu-devel] [PATCH v2 2/3] monitor: Enable adding an inherited fd to an fd set
,
Kevin Wolf
,
04:30
Re: [Qemu-devel] [RFC 3/7] block: bdrv_img_create(): move param printing to qemu-img
,
Paolo Bonzini
,
04:29
Re: [Qemu-devel] Silent filesystem/qcow2 corruptions with qemu-kvm-1.0 and 1.1.1
,
Stefan Hajnoczi
,
04:28
[Qemu-devel] [PATCH v2] chardev: Use timer instead of bottom-half to postpone open event
,
Jan Kiszka
,
03:53
Re: [Qemu-devel] Build the qemu with spice support return error
,
Gerd Hoffmann
,
03:31
[Qemu-devel] [PATCH] net: Allow specifying ifname for qemu-bridge-helper
,
Mike Lovell
,
03:28
Re: [Qemu-devel] [PATCH v2 21/21] q35: add acpi-based pci hotplug.
,
Gerd Hoffmann
,
03:27
Re: [Qemu-devel] [PATCH] net: Allow specifying ifname for qemu-bridge-helper
,
Mike Lovell
,
03:18
[Qemu-devel] Build the qemu with spice support return error
,
Bing Bu Cao
,
03:17
Re: [Qemu-devel] slower live-migration with XBZRLE
,
Alexandre DERUMIER
,
03:15
Re: [Qemu-devel] [PATCH] Add nvram to default boot device list
,
Avik Sil
,
03:12
Re: [Qemu-devel] [PATCH 2/2] hw/armv7m_nvic: Add global variable for SysTick external reference clock
,
Andre Beckus
,
02:53
Re: [Qemu-devel] [PATCH 1/2] hw/armv7m_nvic: Implement byte read/write for NVIC SCB_SHPRx registers
,
Andre Beckus
,
01:43
Re: [Qemu-devel] [PATCH 4/5] s390: sclp signal quiesce support
,
Christian Borntraeger
,
00:12
October 11, 2012
Re: [Qemu-devel] [PATCH] Add nvram to default boot device list
,
Chris Wright
,
23:03
Re: [Qemu-devel] [RFC v1 3/7] memory: iommu support
,
Benjamin Herrenschmidt
,
22:51
Re: [Qemu-devel] [RFC v1 3/7] memory: iommu support
,
Benjamin Herrenschmidt
,
22:46
Re: [Qemu-devel] [RFC v1 0/7] IOMMU support
,
Benjamin Herrenschmidt
,
22:36
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Rusty Russell
,
22:30
[Qemu-devel] [PATCH v2 3/5] sun4u: Pass SPARCCPU to {, s, hs}tick_irq() and cpu_timer_create()
,
Andreas Färber
,
22:23
[Qemu-devel] [PATCH v2 5/5] sun4u: Pass SPARCCPU to cpu_set_ivec_irq()
,
Andreas Färber
,
22:23
[Qemu-devel] [PATCH v2 4/5] sun4u: Pass SPARCCPU to cpu_kick_irq()
,
Andreas Färber
,
22:23
[Qemu-devel] [PATCH v2 2/5] sun4m: Pass SPARCCPU to cpu_kick_irq()
,
Andreas Färber
,
22:23
[Qemu-devel] [PATCH v2 0/5] target-sparc: Preparations for CPUState part 4b series
,
Andreas Färber
,
22:23
[Qemu-devel] [PATCH v2 1/5] sun4m: Pass SPARCCPU to cpu_set_irq()
,
Andreas Färber
,
22:23
[Qemu-devel] [PATCH qom-cpu v2 6/7] cpu: Move created field to CPUState
,
Andreas Färber
,
21:27
[Qemu-devel] [PATCH qom-cpu v2 7/7] cpu: Move stop field to CPUState
,
Andreas Färber
,
21:27
[Qemu-devel] [PATCH qom-cpu v2 2/7] apic: Store X86CPU in APICCommonState
,
Andreas Färber
,
21:27
[Qemu-devel] [PATCH qom-cpu v2 4/7] cpus: Pass CPUState to qemu_cpu_is_self()
,
Andreas Färber
,
21:27
[Qemu-devel] [PATCH qom-cpu v2 0/7] QOM CPUState, part 4a: CPU_COMMON, continued
,
Andreas Färber
,
21:27
[Qemu-devel] [PATCH qom-cpu v2 5/7] cpus: Pass CPUState to qemu_cpu_kick_thread()
,
Andreas Färber
,
21:27
[Qemu-devel] [PATCH qom-cpu v2 1/7] target-i386: Inline APIC cpu_env property setting
,
Andreas Färber
,
21:27
[Qemu-devel] [PATCH qom-cpu v2 3/7] target-i386: Pass X86CPU to cpu_x86_load_seg_cache_sipi()
,
Andreas Färber
,
21:27
Re: [Qemu-devel] [PATCH 4/5] s390: sclp signal quiesce support
,
Alexander Graf
,
20:36
Re: [Qemu-devel] [PATCH 4/7] savevm: Add VMSTATE_ helpers for target_phys_addr_t
,
David Gibson
,
20:34
Re: [Qemu-devel] [PATCH] Add nvram to default boot device list
,
Alexander Graf
,
20:29
Re: [Qemu-devel] [PATCH] Add nvram to default boot device list
,
David Gibson
,
20:27
Re: [Qemu-devel] [PATCH] Add nvram to default boot device list
,
Alexander Graf
,
20:03
Re: [Qemu-devel] [PATCH] Add nvram to default boot device list
,
David Gibson
,
19:42
[Qemu-devel] [PATCH v2 3/5] target-mips: Pass MIPSCPU to mips_vpe_is_wfi()
,
Andreas Färber
,
18:56
[Qemu-devel] [PATCH v2 5/5] target-mips: Pass MIPSCPU to mips_vpe_sleep()
,
Andreas Färber
,
18:56
[Qemu-devel] [PATCH v2 4/5] target-mips: Pass MIPSCPU to mips_tc_sleep()
,
Andreas Färber
,
18:56
[Qemu-devel] [PATCH v2 0/5] target-mips: Preparations for CPUState part 4b series
,
Andreas Färber
,
18:56
[Qemu-devel] [PATCH v2 2/5] target-mips: Pass MIPSCPU to mips_tc_wake()
,
Andreas Färber
,
18:56
[Qemu-devel] [PATCH v2 1/5] target-mips: Clean up other_cpu in helper_{d, e}vpe()
,
Andreas Färber
,
18:56
Re: [Qemu-devel] [PATCH v6 03/16] target-i386: Add cpu object access routines for Hypervisor level.
,
Don Slutz
,
18:20
[Qemu-devel] [RFC 7/7] block: bdrv_img_create(): drop unused code
,
Luiz Capitulino
,
17:26
[Qemu-devel] [RFC 6/7] qmp: qmp_transaction(): pass Error object to bdrv_img_create()
,
Luiz Capitulino
,
17:26
[Qemu-devel] [RFC 4/7] block: bdrv_img_create(): add Error ** argument
,
Luiz Capitulino
,
17:26
[Qemu-devel] [RFC 5/7] qemu-img: img_create(): use Error object
,
Luiz Capitulino
,
17:26
[Qemu-devel] [RFC 3/7] block: bdrv_img_create(): move param printing to qemu-img
,
Luiz Capitulino
,
17:26
[Qemu-devel] [RFC 2/7] block: bdrv_img_create(): add param_ret argument
,
Luiz Capitulino
,
17:26
[Qemu-devel] [RFC 1/7] error: add error_set_errno and error_setg_errno
,
Luiz Capitulino
,
17:26
[Qemu-devel] [RFC 0/7] block: bdrv_img_create(): propagate errors
,
Luiz Capitulino
,
17:26
Re: [Qemu-devel] [PATCH] arm_gic: Rename gic_state to GICState
,
Andreas Färber
,
17:16
Re: [Qemu-devel] [PULL v3 00/23] Integrate DMA into the memory API
,
Anthony Liguori
,
17:01
Re: [Qemu-devel] [PATCH v2 21/21] q35: add acpi-based pci hotplug.
,
Michael S. Tsirkin
,
16:38
Re: [Qemu-devel] [PATCH v5] Align PCI capabilities in pci_find_space
,
Andreas Färber
,
16:04
Re: [Qemu-devel] [PATCH v5] Align PCI capabilities in pci_find_space
,
Matt Renzelmann
,
15:55
Re: [Qemu-devel] [PATCH 4/6] linux-user: Rewrite __get_user/__put_user with __builtin_choose_expr
,
Richard Henderson
,
15:52
[Qemu-devel] qemu-i386 user mode on ARM
,
Reuben K. Caron
,
15:52
Re: [Qemu-devel] [PATCH 2/6] linux-user: Implement gethostname
,
Peter Maydell
,
15:43
Re: [Qemu-devel] [RFC v1 7/7] vhost: abort if an emulated iommu is used
,
Alex Williamson
,
15:38
[Qemu-devel] [Bug 921208] Re: win7/x64 installer hangs on startup with 0x0000005d.
,
Valerio Angelini
,
15:28
[Qemu-devel] [PATCH 6/6] linux-user: Fix siginfo handling
,
Richard Henderson
,
15:22
[Qemu-devel] [PATCH 5/6] alpha-linux-user: Fix sigaction
,
Richard Henderson
,
15:22
[Qemu-devel] [PATCH 3/6] alpha-linux-user: Fix sigaltstack structure definition
,
Richard Henderson
,
15:22
[Qemu-devel] [PATCH 4/6] linux-user: Rewrite __get_user/__put_user with __builtin_choose_expr
,
Richard Henderson
,
15:22
[Qemu-devel] [PATCH v3 0/6] linux-user improvements
,
Richard Henderson
,
15:22
[Qemu-devel] [PATCH 1/6] linux-user: Perform more checks on iovec lists
,
Richard Henderson
,
15:22
[Qemu-devel] [PATCH 2/6] linux-user: Implement gethostname
,
Richard Henderson
,
15:22
[Qemu-devel] [Bug 921208] Re: win7/x64 installer hangs on startup with 0x0000005d.
,
Clemens Kolbitsch
,
14:21
Re: [Qemu-devel] [libvirt] [PATCH v2 3/3] qemu-config: Add new -add-fd command line option
,
Corey Bryant
,
13:59
Re: [Qemu-devel] [PATCH v2 3/3] qemu-config: Add new -add-fd command line option
,
Corey Bryant
,
13:42
[Qemu-devel] slower live-migration with XBZRLE
,
Vasilis Liaskovitis
,
12:26
Re: [Qemu-devel] [libvirt] [PATCH v2 3/3] qemu-config: Add new -add-fd command line option
,
Eric Blake
,
12:12
Re: [Qemu-devel] [libvirt] [PATCH v2 3/3] qemu-config: Add new -add-fd command line option
,
Eric Blake
,
12:05
Re: [Qemu-devel] [PATCH v2 3/3] qemu-config: Add new -add-fd command line option
,
Eric Blake
,
11:55
Re: [Qemu-devel] [RFC v1 7/7] vhost: abort if an emulated iommu is used
,
Avi Kivity
,
11:48
Re: [Qemu-devel] [PATCH 12/30] QAPI: add command for live block commit, 'block-commit'
,
Eric Blake
,
11:43
Re: [Qemu-devel] [PATCH v2 21/21] q35: add acpi-based pci hotplug.
,
Jason Baron
,
11:40
Re: [Qemu-devel] [feature request] qemu-bridge-helper
,
Corey Bryant
,
11:38
Re: [Qemu-devel] [PATCH 2/2] block: in commit, determine base image from the top image
,
Eric Blake
,
11:37
Re: [Qemu-devel] [PATCH v2 21/21] q35: add acpi-based pci hotplug.
,
Jason Baron
,
11:34
Re: [Qemu-devel] [RFC v1 7/7] vhost: abort if an emulated iommu is used
,
Michael S. Tsirkin
,
11:32
Re: [Qemu-devel] [PATCH v2 21/21] q35: add acpi-based pci hotplug.
,
Paolo Bonzini
,
11:29
Re: [Qemu-devel] [PATCH v2 2/3] monitor: Enable adding an inherited fd to an fd set
,
Corey Bryant
,
11:09
Re: [Qemu-devel] [PATCH 4/7] savevm: Add VMSTATE_ helpers for target_phys_addr_t
,
Peter Maydell
,
11:07
Re: [Qemu-devel] [PATCH v2 3/3] qemu-config: Add new -add-fd command line option
,
Corey Bryant
,
10:56
Re: [Qemu-devel] [PATCH v2 21/21] q35: add acpi-based pci hotplug.
,
Michael S. Tsirkin
,
10:55
Re: [Qemu-devel] [RFC v1 3/7] memory: iommu support
,
Avi Kivity
,
10:54
Re: [Qemu-devel] [PATCH v2 16/21] q35: smbus: Remove PCI_STATUS_SIG_SYSTEM_ERROR and PCI_STATUS_DETECTED_PARITY from w1cmask
,
Michael S. Tsirkin
,
10:51
Re: [Qemu-devel] [PATCH v2 18/21] q35: Fix irr initialization for slots 25..31
,
Michael S. Tsirkin
,
10:47
Re: [Qemu-devel] [PATCH v2 12/21] q35: Introduce q35 pc based chipset emulator
,
Michael S. Tsirkin
,
10:46
Re: [Qemu-devel] [PATCH v2 1/3] monitor: Allow add-fd to any specified fd set
,
Corey Bryant
,
10:37
Re: [Qemu-devel] [RFC v1 7/7] vhost: abort if an emulated iommu is used
,
Avi Kivity
,
10:35
Re: [Qemu-devel] [RFC v1 7/7] vhost: abort if an emulated iommu is used
,
Michael S. Tsirkin
,
10:33
Re: [Qemu-devel] [PATCH v2 2/3] monitor: Enable adding an inherited fd to an fd set
,
Corey Bryant
,
10:31
Re: [Qemu-devel] [PATCH v2 21/21] q35: add acpi-based pci hotplug.
,
Jason Baron
,
10:21
Re: [Qemu-devel] [PATCH 0/6] Misc PCI cleanups
,
Alex Williamson
,
10:10
Re: [Qemu-devel] [PATCH 0/6] Misc PCI cleanups
,
Michael S. Tsirkin
,
10:09
Re: [Qemu-devel] [RFC v1 3/7] memory: iommu support
,
Avi Kivity
,
09:57
Re: [Qemu-devel] [RFC v1 4/7] pci: switch iommu to using the memory API
,
Avi Kivity
,
09:56
Re: [Qemu-devel] [RFC v1 3/7] memory: iommu support
,
Paolo Bonzini
,
09:54
Re: [Qemu-devel] [RFC v1 4/7] pci: switch iommu to using the memory API
,
Paolo Bonzini
,
09:53
Re: [Qemu-devel] [PATCH 1/3] linux-user: implement FS_IOC_GETFLAGS ioctl
,
Alexander Graf
,
09:52
Re: [Qemu-devel] [PATCH 0/6] Misc PCI cleanups
,
Michael S. Tsirkin
,
09:47
Re: [Qemu-devel] [RFC v1 3/7] memory: iommu support
,
Avi Kivity
,
09:46
Re: [Qemu-devel] [RFC v1 7/7] vhost: abort if an emulated iommu is used
,
Avi Kivity
,
09:44
Re: [Qemu-devel] [RFC v1 7/7] vhost: abort if an emulated iommu is used
,
Michael S. Tsirkin
,
09:43
Re: [Qemu-devel] [RFC v1 3/7] memory: iommu support
,
Paolo Bonzini
,
09:42
Re: [Qemu-devel] [PATCH 0/6] Misc PCI cleanups
,
Alex Williamson
,
09:39
Re: [Qemu-devel] [PATCH 1/3] linux-user: implement FS_IOC_GETFLAGS ioctl
,
Riku Voipio
,
09:36
Re: [Qemu-devel] [RFC v1 7/7] vhost: abort if an emulated iommu is used
,
Avi Kivity
,
09:35
Re: [Qemu-devel] [RFC v1 1/7] memory: fix address space initialization/destruction
,
Avi Kivity
,
09:33
[Qemu-devel] Silent filesystem/qcow2 corruptions with qemu-kvm-1.0 and 1.1.1
,
Tiziano Müller
,
09:33
Re: [Qemu-devel] [RFC v1 1/7] memory: fix address space initialization/destruction
,
Paolo Bonzini
,
09:31
Re: [Qemu-devel] [RFC v1 7/7] vhost: abort if an emulated iommu is used
,
Michael S. Tsirkin
,
09:31
[Qemu-devel] [RFC v1 7/7] vhost: abort if an emulated iommu is used
,
Avi Kivity
,
09:27
[Qemu-devel] [RFC v1 6/7] vfio: abort if an emulated iommu is used
,
Avi Kivity
,
09:27
[Qemu-devel] [RFC v1 5/7] i440fx: add an iommu
,
Avi Kivity
,
09:27
[Qemu-devel] [RFC v1 3/7] memory: iommu support
,
Avi Kivity
,
09:27
[Qemu-devel] [RFC v1 1/7] memory: fix address space initialization/destruction
,
Avi Kivity
,
09:27
[Qemu-devel] [RFC v1 4/7] pci: switch iommu to using the memory API
,
Avi Kivity
,
09:27
[Qemu-devel] [RFC v1 2/7] memory: limit sections in the radix tree to the actual address space size
,
Avi Kivity
,
09:27
[Qemu-devel] [RFC v1 0/7] IOMMU support
,
Avi Kivity
,
09:27
Re: [Qemu-devel] [PATCH 24/25] qmp: add NBD server commands
,
Paolo Bonzini
,
09:22
Re: [Qemu-devel] [PATCH 24/25] qmp: add NBD server commands
,
Eric Blake
,
09:15
Re: [Qemu-devel] [PATCH 24/25] qmp: add NBD server commands
,
Paolo Bonzini
,
09:07
Re: [Qemu-devel] [PATCH 4/6] alpha-linux-user: Fix sigaction
,
Riku Voipio
,
08:51
[Qemu-devel] [Bug 1065232] Re: qemu-system-arm Crashes on startup on OS X 10.8.2
,
Paolo Bonzini
,
08:51
Re: [Qemu-devel] [PATCH] Add nvram to default boot device list
,
Alexander Graf
,
08:48
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Kevin Wolf
,
08:29
Re: [Qemu-devel] [PATCH] virtfs-proxy-helper: check return code of setfsgid/setfsuid
,
Paolo Bonzini
,
08:26
[Qemu-devel] [PATCH 8/8] pseries: Add tracepoints to the XICS interrupt controller
,
David Gibson
,
07:47
[Qemu-devel] [PATCH 7/8] pseries: Allow RTAS tokens without a qemu handler
,
David Gibson
,
07:47
[Qemu-devel] [PATCH 2/8] pseries: Clean up inconsistent variable name in xics.c
,
David Gibson
,
07:47
[Qemu-devel] [PATCH 1/8] target-ppc: Extend FPU state for newer POWER CPUs
,
David Gibson
,
07:47
[Qemu-devel] [PATCH 6/8] pseries: Return the token when we register an RTAS call
,
David Gibson
,
07:47
[Qemu-devel] [PATCH 4/8] pseries: Cleanup duplications of ics_valid_irq() code
,
David Gibson
,
07:47
[Qemu-devel] [PATCH 5/8] pseries: Move XICS initialization before cpu initialization
,
David Gibson
,
07:47
[Qemu-devel] [PATCH 3/8] pseries: Use #define for XICS base irq number
,
David Gibson
,
07:47
[Qemu-devel] [0/8] Pending pseries patches
,
David Gibson
,
07:46
Re: [Qemu-devel] [PATCH 0/3] vga: add mmio bar
,
Gerd Hoffmann
,
07:43
[Qemu-devel] [PATCH 3/3] uhci: Raise interrupt when requested even for non active tds
,
Gerd Hoffmann
,
07:40
[Qemu-devel] [PATCH 1/3] usb-redir: Change usbredir_open_chardev into usbredir_create_parser
,
Gerd Hoffmann
,
07:40
[Qemu-devel] [PULL 0/3] usb patch queue
,
Gerd Hoffmann
,
07:40
[Qemu-devel] [PATCH 2/3] usb-redir: Don't make migration fail in none seamless case
,
Gerd Hoffmann
,
07:40
Re: [Qemu-devel] [PATCH v2 2/3] monitor: Enable adding an inherited fd to an fd set
,
Kevin Wolf
,
07:25
Re: [Qemu-devel] [PATCH v2 21/21] q35: add acpi-based pci hotplug.
,
Michael S. Tsirkin
,
06:55
Re: [Qemu-devel] [PATCH 0/6] Misc PCI cleanups
,
Michael S. Tsirkin
,
06:35
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Michael S. Tsirkin
,
06:22
Re: [Qemu-devel] [PATCH v3 23/23] pci: honor PCI_COMMAND_MASTER
,
Avi Kivity
,
04:53
Re: [Qemu-devel] [PATCH v3 19/23] memory: per-AddressSpace dispatch
,
Avi Kivity
,
04:52
Re: [Qemu-devel] [PATCH v3 23/23] pci: honor PCI_COMMAND_MASTER
,
liu ping fan
,
04:50
Re: [Qemu-devel] qemu sdl - usb-kbd: warning: key event queue full
,
Peter Maydell
,
04:45
Re: [Qemu-devel] [PATCH v3 19/23] memory: per-AddressSpace dispatch
,
liu ping fan
,
04:45
Re: [Qemu-devel] [PATCH v3 23/23] pci: honor PCI_COMMAND_MASTER
,
Avi Kivity
,
04:35
Re: [Qemu-devel] [PATCH v3 19/23] memory: per-AddressSpace dispatch
,
Avi Kivity
,
04:32
Re: [Qemu-devel] [PATCH v2] virtio-blk: add default serial id
,
Stefan Hajnoczi
,
04:24
[Qemu-devel] how to configurate rbd disk for qemu-kvm. it error in my case
,
yue-kvm
,
03:53
Re: [Qemu-devel] [PATCH] hw/qxl: warn on sync io usage
,
Alon Levy
,
03:40
Re: [Qemu-devel] [PATCH] virtfs-proxy-helper: check return code of setfsgid/setfsuid
,
M. Mohan Kumar
,
03:25
Re: [Qemu-devel] [PATCH] hw/qxl: warn on sync io usage
,
Gerd Hoffmann
,
02:54
[Qemu-devel] qemu sdl - usb-kbd: warning: key event queue full
,
Sriram Sundararajan
,
01:13
Re: [Qemu-devel] [PATCH 4/7] savevm: Add VMSTATE_ helpers for target_phys_addr_t
,
David Gibson
,
00:56
October 10, 2012
Re: [Qemu-devel] [PATCH v3 23/23] pci: honor PCI_COMMAND_MASTER
,
liu ping fan
,
23:39
Re: [Qemu-devel] [PATCH v3 19/23] memory: per-AddressSpace dispatch
,
liu ping fan
,
23:39
[Qemu-devel] [PATCH] Add nvram to default boot device list
,
Avik Sil
,
22:05
Re: [Qemu-devel] [PATCH V6 1/5] libqblock build system
,
wenchao xia
,
21:40
[Qemu-devel] [PATCH v2 7/7] spapr: Pass PowerPCCPU to hypercalls
,
Andreas Färber
,
21:31
[Qemu-devel] [PATCH v2 6/7] spapr: Pass PowerPCCPU to spapr_hypercall()
,
Andreas Färber
,
21:31
[Qemu-devel] [PATCH v2 5/7] target-ppc: Pass PowerPCCPU to cpu_ppc_hypercall
,
Andreas Färber
,
21:31
[Qemu-devel] [PATCH v2 4/7] target-ppc: Pass PowerPCCPU to powerpc_excp()
,
Andreas Färber
,
21:30
[Qemu-devel] [PATCH v2 1/7] ppce500_spin: Store PowerPCCPU in SpinKick
,
Andreas Färber
,
21:30
[Qemu-devel] [PATCH v2 3/7] target-ppc: Rename kvm_kick_{env => cpu} and pass PowerPCCPU
,
Andreas Färber
,
21:30
[Qemu-devel] [PATCH v2 2/7] ppc: Pass PowerPCCPU to {ppc6xx, ppc970, power7, ppc40x, ppce500}_set_irq()
,
Andreas Färber
,
21:30
[Qemu-devel] [PATCH v2 0/7] target-ppc: Preparations for CPUState part 4b series
,
Andreas Färber
,
21:30
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Rusty Russell
,
21:19
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Rusty Russell
,
21:10
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Rusty Russell
,
21:10
[Qemu-devel] [Bug 1065325] [NEW] qemu-system-arm hangs on SIGUSR1 on OS X 10.8.2
,
Oliver
,
20:40
[Qemu-devel] [Bug 1065232] Re: qemu-system-arm Crashes on startup on OS X 10.8.2
,
Oliver
,
19:30
[Qemu-devel] [PATCH] tcg-ia64: Implement deposit
,
Richard Henderson
,
19:01
[Qemu-devel] [Bug 1065232] Re: qemu-system-arm Crashes on startup on OS X 10.8.2
,
Peter Maydell
,
18:55
Re: [Qemu-devel] [PATCH v2 3/3] qemu-config: Add new -add-fd command line option
,
Eric Blake
,
18:31
[Qemu-devel] [Bug 1065232] Re: qemu-system-arm Crashes on startup on OS X 10.8.2
,
Oliver
,
18:25
Re: [Qemu-devel] [PATCH v4] target-i386: initialize APIC at CPU level
,
Andreas Färber
,
18:06
Re: [Qemu-devel] [PATCH v2 2/3] monitor: Enable adding an inherited fd to an fd set
,
Eric Blake
,
18:01
[Qemu-devel] [Bug 1065232] Re: qemu-system-arm Crashes on startup on OS X 10.8.2
,
Peter Maydell
,
17:55
Re: [Qemu-devel] [PATCH v2 1/3] monitor: Allow add-fd to any specified fd set
,
Eric Blake
,
17:50
[Qemu-devel] [Bug 1065232] Re: qemu-system-arm Crashes on startup on OS X 10.8.2
,
Oliver
,
17:40
[Qemu-devel] [Bug 1065232] Re: qemu-system-arm Crashes on startup on OS X 10.8.2
,
Oliver
,
17:13
[Qemu-devel] [Bug 1065232] Re: qemu-system-arm Crashes on startup on OS X 10.8.2
,
Oliver
,
17:13
Re: [Qemu-devel] bug in popcnt emulation with some register operand(s)?
,
malc
,
17:10
[Qemu-devel] [Bug 1065232] [NEW] qemu-system-arm Crashes on startup on OS X 10.8.2
,
Oliver
,
17:07
Re: [Qemu-devel] bug in popcnt emulation with some register operand(s)?
,
Andriy Gapon
,
17:04
Re: [Qemu-devel] [PATCH 4/4] tcg/ia64: slightly optimize TLB access code
,
Richard Henderson
,
16:58
Re: [Qemu-devel] [PATCH 3/4] tcg/ia64: remove suboptimal register shifting in qemu_ld/st ops
,
Richard Henderson
,
16:56
Re: [Qemu-devel] [PATCH 2/4] tcg/ia64: implement movcond_i32/64
,
Richard Henderson
,
16:50
Re: [Qemu-devel] [PATCH 13/14] target-mips: fix TLBR wrt SEGMask
,
Richard Henderson
,
16:44
Re: [Qemu-devel] [PATCH 12/14] target-mips: use deposit instead of hardcoded version
,
Richard Henderson
,
16:43
Re: [Qemu-devel] [PATCH 24/25] qmp: add NBD server commands
,
Eric Blake
,
16:41
Re: [Qemu-devel] [PATCH 11/14] target-mips: optimize ddiv/ddivu/div/divu with movcond
,
Richard Henderson
,
16:38
Re: [Qemu-devel] [PATCH 10/14] target-mips: implement movn/movz using movcond
,
Richard Henderson
,
16:33
Re: [Qemu-devel] [PATCH 09/14] target-mips: don't use local temps for store conditional
,
Richard Henderson
,
16:31
Re: [Qemu-devel] [PATCH 08/14] target-mips: implement unaligned loads using TCG
,
Richard Henderson
,
16:29
Re: [Qemu-devel] [PATCH qom-next 42/59] xtensa_pic: Pass XtensaCPU to xtensa_ccompare_cb()
,
Max Filippov
,
16:21
Re: [Qemu-devel] [PATCH 07/14] target-mips: simplify load/store microMIPS helpers
,
Richard Henderson
,
16:16
Re: [Qemu-devel] [PATCH 06/14] target-mips: optimize load operations
,
Richard Henderson
,
16:11
Re: [Qemu-devel] [PATCH 05/14] target-mips: cleanup load/store operations
,
Richard Henderson
,
16:10
Re: [Qemu-devel] [PATCH 04/14] target-mips: use softfloat constants when possible
,
Richard Henderson
,
16:09
Re: [Qemu-devel] [PATCH 03/14] target-mips: fix FPU exceptions
,
Richard Henderson
,
16:05
Re: [Qemu-devel] [PATCH 02/14] target-mips: use the softfloat floatXX_muladd functions
,
Richard Henderson
,
15:58
[Qemu-devel] [PATCH v4] target-i386: initialize APIC at CPU level
,
Igor Mammedov
,
15:43
Re: [Qemu-devel] [PATCH 0/6] Misc PCI cleanups
,
Alex Williamson
,
15:31
Re: [Qemu-devel] [PATCH 1/2] block: make bdrv_find_backing_image compare canonical filenames
,
Eric Blake
,
15:16
Re: [Qemu-devel] [PATCH 1/2] block: make bdrv_find_backing_image compare canonical filenames
,
Jeff Cody
,
14:57
Re: [Qemu-devel] [PATCH 1/2] block: make bdrv_find_backing_image compare canonical filenames
,
Eric Blake
,
14:34
Re: [Qemu-devel] [PATCH 1/2] block: make bdrv_find_backing_image compare canonical filenames
,
Jeff Cody
,
14:29
Re: [Qemu-devel] [PATCH 2/2] block: in commit, determine base image from the top image
,
Eric Blake
,
14:18
Re: [Qemu-devel] [PATCH 1/2] block: make bdrv_find_backing_image compare canonical filenames
,
Eric Blake
,
14:14
Re: [Qemu-devel] Ping [PATCH 0/2] Add TPCI200 and IP-Octal 232 IndustryPack emulation
,
Alberto Garcia
,
14:00
Re: [Qemu-devel] [PATCH] virtfs-proxy-helper: check return code of setfsgid/setfsuid
,
Eric Blake
,
13:58
Re: [Qemu-devel] [PATCH] virtfs-proxy-helper: check return code of setfsgid/setfsuid
,
Eric Blake
,
13:56
Re: [Qemu-devel] [PATCH] virtfs-proxy-helper: check return code of setfsgid/setfsuid
,
Paolo Bonzini
,
13:54
[Qemu-devel] [PATCH] arm_gic: Rename gic_state to GICState
,
Peter Maydell
,
13:49
Re: [Qemu-devel] [RFC v2 4/6] hw/kvm/arm_gic: Implement support for KVM in-kernel ARM GIC
,
Peter Maydell
,
13:35
Re: [Qemu-devel] [RFC v2 3/6] hw/arm_gic: Add presave/postload hooks
,
Andreas Färber
,
13:29
Re: [Qemu-devel] [PATCH v2 00/26] tcg: rework liveness analysis and register allocator
,
Richard Henderson
,
13:25
Re: [Qemu-devel] [RFC v2 4/6] hw/kvm/arm_gic: Implement support for KVM in-kernel ARM GIC
,
Andreas Färber
,
13:24
Re: [Qemu-devel] [PATCH v2 26/26] tcg: remove compatiblity call flags
,
Richard Henderson
,
13:16
Re: [Qemu-devel] [PATCH v2 18/26] target-i386: rename helper flags
,
Richard Henderson
,
13:15
Re: [Qemu-devel] [PATCH v2 15/26] target-alpha: rename helper flags
,
Richard Henderson
,
13:14
Re: [Qemu-devel] [PATCH v2 14/26] tcg: rework TCG helper flags
,
Richard Henderson
,
13:14
Re: [Qemu-devel] [PATCH v2 14/26] tcg: rework TCG helper flags
,
Richard Henderson
,
13:12
Re: [Qemu-devel] [PATCH v2 14/26] tcg: rework TCG helper flags
,
Richard Henderson
,
13:12
Re: [Qemu-devel] [PATCH v2 00/26] tcg: rework liveness analysis and register allocator
,
Richard Henderson
,
13:05
Re: [Qemu-devel] [PATCH v2 13/26] tcg: synchronize globals for ops with side effects
,
Richard Henderson
,
13:02
Re: [Qemu-devel] [PATCH] virtfs-proxy-helper: check return code of setfsgid/setfsuid
,
Stefan Weil
,
12:59
Re: [Qemu-devel] [PATCH v2 12/26] tcg: forbid ld/st function to modify globals
,
Richard Henderson
,
12:58
Re: [Qemu-devel] [PATCH v2 11/26] tcg: fix some op flags
,
Richard Henderson
,
12:57
Re: [Qemu-devel] [PATCH v2 10/26] tcg: don't explicitly save globals and temps
,
Richard Henderson
,
12:55
Re: [Qemu-devel] [PATCH] virtfs-proxy-helper: check return code of setfsgid/setfsuid
,
Stefan Weil
,
12:54
Re: [Qemu-devel] [PATCH v3] target-i386: initialize APIC at CPU level
,
Luiz Capitulino
,
12:46
Re: [Qemu-devel] [PATCH] virtfs-proxy-helper: check return code of setfsgid/setfsuid
,
Paolo Bonzini
,
12:37
Re: [Qemu-devel] [PATCH 01/23] target-i386: return Error from cpu_x86_find_by_name()
,
Luiz Capitulino
,
12:36
Re: [Qemu-devel] [PATCH qom-next 42/59] xtensa_pic: Pass XtensaCPU to xtensa_ccompare_cb()
,
Andreas Färber
,
12:33
Re: [Qemu-devel] [PATCH v2 07/26] tcg: rewrite tcg_reg_alloc_mov()
,
Richard Henderson
,
12:28
Re: [Qemu-devel] [PATCH v2] virtfs-proxy-helper: check return code of setfsgid/setfsuid
,
Stefan Weil
,
12:25
Re: [Qemu-devel] [PATCH] virtfs-proxy-helper: check return code of setfsgid/setfsuid
,
Stefan Weil
,
12:23
Re: [Qemu-devel] [PATCH v2 04/26] tcg: sync output arguments on liveness request
,
Richard Henderson
,
12:22
[Qemu-devel] [PATCH v2] virtfs-proxy-helper: check return code of setfsgid/setfsuid
,
Paolo Bonzini
,
12:19
[Qemu-devel] [PATCH] hw/qxl: warn on sync io usage
,
Alon Levy
,
12:19
Re: [Qemu-devel] [PATCH] virtfs-proxy-helper: check return code of setfsgid/setfsuid
,
Paolo Bonzini
,
12:17
Re: [Qemu-devel] [PATCH] virtfs-proxy-helper: check return code of setfsgid/setfsuid
,
Stefan Weil
,
12:14
[Qemu-devel] [PATCH 10/13] tcg-sparc: Drop use of Bicc in favor of BPcc
,
Richard Henderson
,
12:03
[Qemu-devel] [PATCH 06/13] tcg-sparc: Fix setcond
,
Richard Henderson
,
12:03
[Qemu-devel] [PATCH 12/13] tcg-sparc: Emit BPr insns for brcond_i64
,
Richard Henderson
,
12:03
[Qemu-devel] [PATCH 08/13] tcg-sparc: Use Z constraint for %g0
,
Richard Henderson
,
12:03
[Qemu-devel] [PATCH 09/13] tcg-sparc: Optimize setcond2 equality compare with 0.
,
Richard Henderson
,
12:03
[Qemu-devel] [PATCH 13/13] tcg-sparc: Emit MOVR insns for setcond_i64 and movcond_64
,
Richard Henderson
,
12:03
[Qemu-devel] [PATCH 04/13] tcg-sparc: Fix setcond2
,
Richard Henderson
,
12:03
[Qemu-devel] [PATCH 07/13] tcg-sparc: Fix add2/sub2
,
Richard Henderson
,
12:03
[Qemu-devel] [PATCH 05/13] tcg-sparc: Fix qemu_st for 32-bit
,
Richard Henderson
,
12:03
[Qemu-devel] [PATCH 11/13] tcg-sparc: Dump illegal opode contents
,
Richard Henderson
,
12:03
[Qemu-devel] [PATCH v2 00/13] tcg-sparc fixes and improvements
,
Richard Henderson
,
12:03
[Qemu-devel] [PATCH 03/13] tcg-sparc: Implement movcond.
,
Richard Henderson
,
12:03
[Qemu-devel] [PATCH 02/13] tcg-sparc: Fix brcond2
,
Richard Henderson
,
12:03
[Qemu-devel] [PATCH 01/13] target-sparc: Fix optimized %icc comparisons
,
Richard Henderson
,
12:03
Re: [Qemu-devel] [PATCH 2/2] signal: sigsegv protection on do_sigprocmask
,
Peter Maydell
,
11:55
Re: [Qemu-devel] [PATCH 1/2] signal: added a wrapper for sigprocmask function
,
Peter Maydell
,
11:48
Re: [Qemu-devel] [PATCH v6 03/16] target-i386: Add cpu object access routines for Hypervisor level.
,
Andreas Färber
,
11:40
Re: [Qemu-devel] [PATCH 0/2] signal: Preparing safe sigprocmask wrapper on qemu-user
,
Peter Maydell
,
11:37
Re: [Qemu-devel] [PATCH qom-next 42/59] xtensa_pic: Pass XtensaCPU to xtensa_ccompare_cb()
,
Max Filippov
,
11:36
[Qemu-devel] [Bug 1062589] Re: Xp guest disk is corrupted when the data size exceeds 4 GB
,
pil926
,
11:30
[Qemu-devel] [RFC v2 2/6] ARM: KVM: Add support for KVM on ARM architecture
,
Peter Maydell
,
11:27
[Qemu-devel] [PATCH 19/25] build: add QAPI files to the tools
,
Paolo Bonzini
,
11:25
Re: [Qemu-devel] [PATCH v6 03/16] target-i386: Add cpu object access routines for Hypervisor level.
,
Don Slutz
,
11:22
[Qemu-devel] [PATCH 20/25] qapi: add socket address types
,
Paolo Bonzini
,
11:19
Re: [Qemu-devel] [PATCH qom-next 42/59] xtensa_pic: Pass XtensaCPU to xtensa_ccompare_cb()
,
Andreas Färber
,
11:16
[Qemu-devel] [feature request] qemu-bridge-helper
,
Mario De Chenno
,
11:14
[Qemu-devel] [PATCH 25/25] hmp: add NBD server commands
,
Paolo Bonzini
,
11:09
[Qemu-devel] [RFC v2 6/6] configure: Enable KVM on ARM
,
Peter Maydell
,
11:08
[Qemu-devel] [RFC v2 3/6] hw/arm_gic: Add presave/postload hooks
,
Peter Maydell
,
11:08
[Qemu-devel] [RFC v2 4/6] hw/kvm/arm_gic: Implement support for KVM in-kernel ARM GIC
,
Peter Maydell
,
11:08
[Qemu-devel] [RFC v2 0/6] QEMU: Support KVM on ARM
,
Peter Maydell
,
11:08
[Qemu-devel] [RFC v2 5/6] ARM KVM: save and load VFP registers from kernel
,
Peter Maydell
,
11:08
[Qemu-devel] [RFC v2 1/6] linux-headers: Add ARM KVM headers (not for upstream)
,
Peter Maydell
,
11:08
[Qemu-devel] [PATCH 18/25] qemu-sockets: add error propagation to Unix socket functions
,
Paolo Bonzini
,
11:04
[Qemu-devel] [PATCH 15/25] qemu-sockets: add error propagation to inet_connect_addr
,
Paolo Bonzini
,
10:59
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Anthony Liguori
,
10:45
[Qemu-devel] [PATCH 21/25] qemu-sockets: return IPSocketAddress from inet_parse
,
Paolo Bonzini
,
10:44
Re: [Qemu-devel] [PATCH 5/5] tcg/arm: improve direct jump
,
Laurent Desnogues
,
10:43
[Qemu-devel] [PATCH 14/25] qemu-sockets: include strerror or gai_strerror output in error messages
,
Paolo Bonzini
,
10:43
[Qemu-devel] [Bug 1063281] Re: qemu-kvm-1.2.0+noroms cannot be rebuilt with spice and usb redirection enabled at a time
,
Boris Derzhavets
,
10:41
Re: [Qemu-devel] [PATCH 01/23] target-i386: return Error from cpu_x86_find_by_name()
,
Igor Mammedov
,
10:38
[Qemu-devel] [PATCH 2/2 v3] Adding BAR0 for e500 PCI controller
,
Bharat Bhushan
,
10:36
[Qemu-devel] [PATCH 1/2 v3] e500: Adding CCSR memory region
,
Bharat Bhushan
,
10:36
[Qemu-devel] [PATCH 0/2 v3] e500: creating CCSR region and registering bar0
,
Bharat Bhushan
,
10:36
Re: [Qemu-devel] [PATCH 5/5] tcg/arm: improve direct jump
,
Aurelien Jarno
,
10:29
[Qemu-devel] [PATCH v2 3/3] qemu-config: Add new -add-fd command line option
,
Corey Bryant
,
10:26
[Qemu-devel] [PATCH 17/25] qemu-sockets: add error propagation to inet_parse
,
Paolo Bonzini
,
10:26
[Qemu-devel] [PATCH v2 1/3] monitor: Allow add-fd to any specified fd set
,
Corey Bryant
,
10:23
[Qemu-devel] [PATCH v2 2/3] monitor: Enable adding an inherited fd to an fd set
,
Corey Bryant
,
10:22
[Qemu-devel] [PATCH v2 0/3] command line fd passing using fd sets
,
Corey Bryant
,
10:21
Re: [Qemu-devel] [PATCH 03/23] target-i386: if x86_cpu_realize() failed report error and do cleanup
,
Andreas Färber
,
10:09
Re: [Qemu-devel] [PATCH v5 0/3] tcg: enhance code generation quality for qemu_ld/st IRs
,
Yeongkyoon Lee
,
10:09
Re: [Qemu-devel] [PATCH v6 05/16] target-i386: Use Hypervisor level in -machine pc, accel=kvm.
,
Marcelo Tosatti
,
10:08
Re: [Qemu-devel] [PATCH 02/23] target-i386: cpu_x86_register(): report error from property setter
,
Andreas Färber
,
10:08
Re: [Qemu-devel] [PATCH 01/23] target-i386: return Error from cpu_x86_find_by_name()
,
Andreas Färber
,
10:05
[Qemu-devel] [PATCH 24/25] qmp: add NBD server commands
,
Paolo Bonzini
,
10:04
[Qemu-devel] [PATCH 23/25] block: add close notifiers
,
Paolo Bonzini
,
10:04
[Qemu-devel] [PATCH 22/25] qemu-sockets: add socket_listen, socket_connect, socket_parse
,
Paolo Bonzini
,
10:04
[Qemu-devel] [PATCH 16/25] qemu-sockets: add error propagation to inet_dgram_opts
,
Paolo Bonzini
,
10:04
[Qemu-devel] [PATCH 11/25] nbd: ask and print error information from qemu-sockets
,
Paolo Bonzini
,
10:04
[Qemu-devel] [PATCH 10/25] qemu-char: ask and print error information from qemu-sockets
,
Paolo Bonzini
,
10:04
[Qemu-devel] [PATCH 13/25] vnc: add error propagation to vnc_display_open
,
Paolo Bonzini
,
10:04
[Qemu-devel] [PATCH 12/25] qemu-ga: ask and print error information from qemu-sockets
,
Paolo Bonzini
,
10:04
[Qemu-devel] [PATCH 08/25] migration (outgoing): add error propagation for all protocols
,
Paolo Bonzini
,
10:04
[Qemu-devel] [PATCH 09/25] migration (incoming): add error propagation to fd and exec protocols
,
Paolo Bonzini
,
10:04
[Qemu-devel] [PATCH 04/25] qemu-sockets: add nonblocking connect for Unix sockets
,
Paolo Bonzini
,
10:03
[Qemu-devel] [PATCH 06/25] migration: centralize call to migrate_fd_error()
,
Paolo Bonzini
,
10:03
[Qemu-devel] [PATCH 07/25] migration: use qemu-sockets to establish Unix sockets
,
Paolo Bonzini
,
10:03
[Qemu-devel] [PATCH 02/25] qemu-sockets: add Error ** to all functions
,
Paolo Bonzini
,
10:03
[Qemu-devel] [PATCH 05/25] migration: avoid using error_is_set and thus relying on errp != NULL
,
Paolo Bonzini
,
10:03
[Qemu-devel] [PATCH 03/25] qemu-sockets: unix_listen and unix_connect are portable
,
Paolo Bonzini
,
10:03
[Qemu-devel] [PULL for Luiz 00/25] Combined qemu-sockets cleanup v2 + NBD server
,
Paolo Bonzini
,
10:03
[Qemu-devel] [PATCH 01/25] error: add error_set_errno and error_setg_errno
,
Paolo Bonzini
,
10:03
[Qemu-devel] [PATCH] uhci: Raise interrupt when requested even for non active tds
,
Hans de Goede
,
09:49
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Michael S. Tsirkin
,
09:40
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Anthony Liguori
,
09:36
[Qemu-devel] [PULL v3 00/41] Migration cleanups, refactorings, stats, and more
,
Juan Quintela
,
09:36
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Paolo Bonzini
,
09:31
Re: [Qemu-devel] [with qemu-git] blockcommit to a ( 'raw' format) base image fails w/ unable to open the disk image file
,
Kashyap Chamarthy
,
09:22
Re: [Qemu-devel] [PATCH 5/5] tcg/arm: improve direct jump
,
Laurent Desnogues
,
09:22
Re: [Qemu-devel] [PATCH v6 06/16] target-i386: Use Hypervisor level in -machine pc, accel=tcg.
,
Don Slutz
,
09:07
Re: [Qemu-devel] [PATCH v6 05/16] target-i386: Use Hypervisor level in -machine pc, accel=kvm.
,
Don Slutz
,
09:03
Re: [Qemu-devel] [PATCH v3] target-i386: initialize APIC at CPU level
,
Andreas Färber
,
08:53
Re: [Qemu-devel] [PATCH v3] target-i386: initialize APIC at CPU level
,
Igor Mammedov
,
08:49
[Qemu-devel] [PATCH] vnc: fix "info vnc" with "-vnc ..., reverse=on"
,
Paolo Bonzini
,
08:31
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Anthony Liguori
,
08:25
Re: [Qemu-devel] [PATCH v2 17/26] target-cris: rename helper flags
,
Aurelien Jarno
,
08:09
Re: [Qemu-devel] [PATCH 2/2] hw/armv7m_nvic: Add global variable for SysTick external reference clock
,
Peter Maydell
,
08:03
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Michael S. Tsirkin
,
07:54
Re: [Qemu-devel] Ping [PATCH 0/2] Add TPCI200 and IP-Octal 232 IndustryPack emulation
,
Avi Kivity
,
07:35
[Qemu-devel] [PATCH] virtfs-proxy-helper: check return code of setfsgid/setfsuid
,
Paolo Bonzini
,
07:33
Re: [Qemu-devel] [PATCH 1/2] hw/armv7m_nvic: Implement byte read/write for NVIC SCB_SHPRx registers
,
Peter Maydell
,
07:32
Re: [Qemu-devel] [PATCH v5 2/3] tcg: Add declarations and templates of extended MMU helpers
,
Yeongkyoon Lee
,
07:04
Re: [Qemu-devel] [PATCH v5 0/3] tcg: enhance code generation quality for qemu_ld/st IRs
,
Yeongkyoon Lee
,
06:34
Re: [Qemu-devel] Ping [PATCH 0/2] Add TPCI200 and IP-Octal 232 IndustryPack emulation
,
Alberto Garcia
,
06:29
Re: [Qemu-devel] [PATCH 1/5] tcg/arm: fix TLB access in qemu-ld/st ops
,
Peter Maydell
,
06:08
Re: [Qemu-devel] [PATCH v2 17/26] target-cris: rename helper flags
,
Edgar E. Iglesias
,
06:06
Re: [Qemu-devel] [PATCH v2 19/26] target-microblaze: rename helper flags
,
Edgar E. Iglesias
,
06:03
Re: [Qemu-devel] [PATCH v2 17/26] target-cris: rename helper flags
,
Edgar E. Iglesias
,
06:02
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Rusty Russell
,
06:02
Re: [Qemu-devel] Proposal for virtio standardization.
,
Rusty Russell
,
06:02
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Rusty Russell
,
06:02
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Rusty Russell
,
06:02
Re: [Qemu-devel] [PATCH v3] target-i386: initialize APIC at CPU level
,
Andreas Färber
,
06:01
Re: [Qemu-devel] [PATCH 1/5] tcg/arm: fix TLB access in qemu-ld/st ops
,
Laurent Desnogues
,
06:00
[Qemu-devel] [PATCH 2/2] hw/armv7m_nvic: Add global variable for SysTick external reference clock
,
Andre Beckus
,
05:57
[Qemu-devel] [PATCH 1/2] hw/armv7m_nvic: Implement byte read/write for NVIC SCB_SHPRx registers
,
Andre Beckus
,
05:57
[Qemu-devel] [PATCH 0/2] hw/armv7m_nvic: NVIC Enhancements
,
Andre Beckus
,
05:57
Re: [Qemu-devel] [PATCH 08/10] tcg: Constant fold add2 and sub2
,
Aurelien Jarno
,
05:53
Re: [Qemu-devel] [PATCH 07/10] tcg: Do constant folding on double-word comparisons
,
Aurelien Jarno
,
05:45
Re: [Qemu-devel] [PATCH] Use SCSI command to get size of SG device
,
Paolo Bonzini
,
05:02
[Qemu-devel] [Bug 1062589] Re: Xp guest disk is corrupted when the data size exceeds 4 GB
,
Michael Tokarev
,
04:45
Re: [Qemu-devel] [with qemu-git] blockcommit to a ( 'raw' format) base image fails w/ unable to open the disk image file
,
Kashyap Chamarthy
,
04:39
Re: [Qemu-devel] [PATCH] Use SCSI command to get size of SG device
,
Chen HanXiao
,
04:33
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Michael S. Tsirkin
,
04:33
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Michael S. Tsirkin
,
04:29
Re: [Qemu-devel] [PATCH v2 00/26] tcg: rework liveness analysis and register allocator
,
Aurelien Jarno
,
04:24
Re: [Qemu-devel] [PATCH 1/2] block: make bdrv_find_backing_image compare canonical filenames
,
Paolo Bonzini
,
04:07
Re: [Qemu-devel] [PATCH 1/2] block: make bdrv_find_backing_image compare canonical filenames
,
Jeff Cody
,
03:59
Re: [Qemu-devel] [PATCH v2 00/26] tcg: rework liveness analysis and register allocator
,
Paolo Bonzini
,
03:50
Re: [Qemu-devel] [PATCH v2 00/26] tcg: rework liveness analysis and register allocator
,
Aurelien Jarno
,
03:42
Re: [Qemu-devel] [PATCH 2/2] block: in commit, determine base image from the top image
,
Paolo Bonzini
,
03:36
Re: [Qemu-devel] [PATCH 1/2] block: make bdrv_find_backing_image compare canonical filenames
,
Paolo Bonzini
,
03:35
Re: [Qemu-devel] Wrong license (GPL 2 only) for files in fsdev
,
Paolo Bonzini
,
03:14
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Paolo Bonzini
,
03:12
Re: [Qemu-devel] [Qemu-ppc] [PATCH v10 1/1] Add USB option in machine options
,
Alexander Graf
,
03:06
Re: [Qemu-devel] [PATCH v2 00/26] tcg: rework liveness analysis and register allocator
,
Paolo Bonzini
,
02:59
Re: [Qemu-devel] [PATCH 14/14] i386: optimize setcc instructions
,
Paolo Bonzini
,
02:52
Re: [Qemu-devel] [PATCH 11/14] i386: convert gen_compute_eflags_c to TCG
,
Paolo Bonzini
,
02:47
Re: [Qemu-devel] [PATCH v5 0/3] tcg: enhance code generation quality for qemu_ld/st IRs
,
Aurelien Jarno
,
02:45
Re: [Qemu-devel] [PATCH 09/14] i386: do not call helper to compute ZF/SF
,
Paolo Bonzini
,
02:42
Re: [Qemu-devel] [PATCH] Use SCSI command to get size of SG device
,
Paolo Bonzini
,
02:34
[Qemu-devel] [PATCH 2/2] block: in commit, determine base image from the top image
,
Jeff Cody
,
01:57
[Qemu-devel] [PATCH 0/2] block-commit fixes
,
Jeff Cody
,
01:56
[Qemu-devel] [PATCH 1/2] block: make bdrv_find_backing_image compare canonical filenames
,
Jeff Cody
,
01:56
[Qemu-devel] Wrong license (GPL 2 only) for files in fsdev
,
Stefan Weil
,
01:52
Re: [Qemu-devel] Compile error
,
Gerhard Wiesinger
,
01:18
Re: [Qemu-devel] [PATCH v5 3/3] tcg: Optimize qemu_ld/st by generating slow paths at the end of a block
,
Yeongkyoon Lee
,
00:41
Re: [Qemu-devel] [PATCH v5 0/3] tcg: enhance code generation quality for qemu_ld/st IRs
,
Yeongkyoon Lee
,
00:17
October 09, 2012
Re: [Qemu-devel] [PATCH] Use SCSI command to get size of SG device
,
Chen HanXiao
,
22:47
Re: [Qemu-devel] [PATCH v2] virtio-blk: add default serial id
,
Dave Young
,
22:10
Re: [Qemu-devel] [PULL 0/13] Ehnahced SSI bus support + M25P80 SPI flash + Xilinx SPI controller
,
Edgar E. Iglesias
,
21:44
[Qemu-devel] [PATCH 10/13] xilinx_spips: Xilinx Zynq SPI cntrlr device model
,
Peter Crosthwaite
,
21:26
Re: [Qemu-devel] [PATCH 2/2 v2] Adding BAR0 for e500 PCI controller
,
Bhushan Bharat-R65777
,
21:22
[Qemu-devel] [PATCH 12/13] MAINTAINERS: Added maintainerships for SSI
,
Peter Crosthwaite
,
21:16
[Qemu-devel] [PATCH 08/13] xilinx_spi: Initial impl. of Xilinx SPI controller
,
Peter Crosthwaite
,
21:11
[Qemu-devel] [PATCH 13/13] ssi: Add slave autoconnect helper
,
Peter Crosthwaite
,
20:47
[Qemu-devel] [PATCH 11/13] xilinx_zynq: Added SPI controllers + flashes
,
Peter Crosthwaite
,
20:47
[Qemu-devel] [PATCH 09/13] petalogix-ml605: added SPI controller with n25q128
,
Peter Crosthwaite
,
20:47
[Qemu-devel] [PATCH 07/13] m25p80: Initial implementation of SPI flash device
,
Peter Crosthwaite
,
20:47
[Qemu-devel] [PATCH 06/13] hw: Added generic FIFO API.
,
Peter Crosthwaite
,
20:47
[Qemu-devel] [PATCH 05/13] stellaris: Removed SSI mux
,
Peter Crosthwaite
,
20:47
[Qemu-devel] [PATCH 04/13] qdev: allow multiple qdev_init_gpio_in() calls
,
Peter Crosthwaite
,
20:47
[Qemu-devel] [PATCH 03/13] ssi: Added create_slave_no_init()
,
Peter Crosthwaite
,
20:47
[Qemu-devel] [PATCH 02/13] ssi: Implemented CS behaviour
,
Peter Crosthwaite
,
20:46
[Qemu-devel] [PATCH 01/13] ssi: Support for multiple attached devices
,
Peter Crosthwaite
,
20:46
[Qemu-devel] [PULL 0/13] Ehnahced SSI bus support + M25P80 SPI flash + Xilinx SPI controller
,
Peter Crosthwaite
,
20:46
Re: [Qemu-devel] [PATCH 4/7] savevm: Add VMSTATE_ helpers for target_phys_addr_t
,
David Gibson
,
20:30
Re: [Qemu-devel] [PATCH 2/2 v2] Adding BAR0 for e500 PCI controller
,
Scott Wood
,
18:38
Re: [Qemu-devel] Building QEMU with multiple CPU targets.
,
Edgar E. Iglesias
,
18:21
[Qemu-devel] [PATCH 18/20] target-sparc: Only use cpu_dst for eventual writes to a gpr
,
Richard Henderson
,
18:05
[Qemu-devel] [PATCH 20/20] target-sparc: Remove cpu_tmp0 as a global
,
Richard Henderson
,
18:05
[Qemu-devel] [PATCH 19/20] target-sparc: Make cpu_dst local to OP=2 insns
,
Richard Henderson
,
18:05
[Qemu-devel] [PATCH 17/20] target-sparc: Remove last uses of cpu_tmp64
,
Richard Henderson
,
18:05
[Qemu-devel] [PATCH 14/20] target-sparc: Remove usage of cpu_tmp64 from most helper functions
,
Richard Henderson
,
18:05
[Qemu-devel] [PATCH 15/20] target-sparc: Don't use a temporary for gen_dest_fpr_D
,
Richard Henderson
,
18:05
[Qemu-devel] [PATCH 16/20] target-sparc: Remove cpu_tmp64 use from softint insns
,
Richard Henderson
,
18:05
[Qemu-devel] [PATCH 13/20] target-sparc: Tidy ldfsr, stfsr
,
Richard Henderson
,
18:05
[Qemu-devel] [PATCH 08/20] target-sparc: Make the cpu_addr variable local to load/store handling
,
Richard Henderson
,
18:05
[Qemu-devel] [PATCH 11/20] target-sparc: Avoid cpu_tmp32 in Read Priv Register
,
Richard Henderson
,
18:05
[Qemu-devel] [PATCH 10/20] target-sparc: Use get_temp_i32 in gen_dest_fpr_F
,
Richard Henderson
,
18:05
[Qemu-devel] [PATCH 12/20] target-sparc: Avoid cpu_tmp32 in Write Priv Register
,
Richard Henderson
,
18:05
[Qemu-devel] [PATCH 09/20] target-sparc: Split out get_temp_i32
,
Richard Henderson
,
18:05
[Qemu-devel] [PATCH 06/20] target-sparc: Finish conversion to gen_load_gpr
,
Richard Henderson
,
18:05
[Qemu-devel] [PATCH 03/20] target-sparc: Use gen_load_gpr in get_src[12]
,
Richard Henderson
,
18:05
[Qemu-devel] [PATCH 02/20] target-sparc: Conversion to gen_*_gpr, part 1
,
Richard Henderson
,
18:05
[Qemu-devel] [PATCH 07/20] target-sparc: Cleanup cpu_src[12] allocation
,
Richard Henderson
,
18:05
[Qemu-devel] [PATCH 05/20] target-sparc: Convert swap to gen_load/store_gpr
,
Richard Henderson
,
18:05
[Qemu-devel] [PATCH 04/20] target-sparc: Convert asi helpers to gen_*_gpr
,
Richard Henderson
,
18:04
[Qemu-devel] [PATCH 01/20] target-sparc: Add gen_load/store/dest_gpr
,
Richard Henderson
,
18:04
[Qemu-devel] [PATCH 00/20] target-sparc: Cleanup handling of temps
,
Richard Henderson
,
18:04
[Qemu-devel] [PATCH 0/4] target-sparc: More CC cleanups
,
Richard Henderson
,
17:57
[Qemu-devel] [PATCH 1/4] target-sparc: Fix optimized %icc comparisons
,
Richard Henderson
,
17:56
[Qemu-devel] [PATCH 4/4] target-sparc: Don't compute full flags value so often
,
Richard Henderson
,
17:55
[Qemu-devel] [PATCH 2/4] target-sparc: Optimize CC_OP_LOGIC conditions
,
Richard Henderson
,
17:50
[Qemu-devel] [PATCH 3/4] target-sparc: Avoid unnecessary local temporaries
,
Richard Henderson
,
17:50
[Qemu-devel] [Bug 1037675] Re: Guest Kernel Panic if using "-cpu host" in qemu-kvm 1.1.1
,
James Le Cuirot
,
17:16
Re: [Qemu-devel] [PATCH 1/5] tcg/arm: fix TLB access in qemu-ld/st ops
,
Peter Maydell
,
17:13
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Jamie Lokier
,
17:09
[Qemu-devel] [PATCH 3/4] tcg/ia64: remove suboptimal register shifting in qemu_ld/st ops
,
Aurelien Jarno
,
16:32
[Qemu-devel] [PATCH 2/4] tcg/ia64: implement movcond_i32/64
,
Aurelien Jarno
,
16:32
[Qemu-devel] [PATCH 4/4] tcg/ia64: slightly optimize TLB access code
,
Aurelien Jarno
,
16:32
[Qemu-devel] [PATCH 1/4] tcg/ia64: use stack for TCG temps
,
Aurelien Jarno
,
16:32
[Qemu-devel] [PATCH 0/4] tcg/ia64: misc improvements
,
Aurelien Jarno
,
16:32
[Qemu-devel] [PATCH 4/5] tcg/arm: optimize tcg_out_goto_label
,
Aurelien Jarno
,
16:31
[Qemu-devel] [PATCH 1/5] tcg/arm: fix TLB access in qemu-ld/st ops
,
Aurelien Jarno
,
16:31
[Qemu-devel] [PATCH 2/5] tcg/arm: fix cross-endian qemu_st16
,
Aurelien Jarno
,
16:31
[Qemu-devel] [PATCH 5/5] tcg/arm: improve direct jump
,
Aurelien Jarno
,
16:31
[Qemu-devel] [PATCH 3/5] target-openrisc: remove conflicting definitions from cpu.h
,
Aurelien Jarno
,
16:31
[Qemu-devel] [PATCH 0/5] tcg/arm: fixes and optimizations
,
Aurelien Jarno
,
16:30
[Qemu-devel] [PATCH 08/14] target-mips: implement unaligned loads using TCG
,
Aurelien Jarno
,
16:28
[Qemu-devel] [PATCH 10/14] target-mips: implement movn/movz using movcond
,
Aurelien Jarno
,
16:28
[Qemu-devel] [PATCH 02/14] target-mips: use the softfloat floatXX_muladd functions
,
Aurelien Jarno
,
16:28
[Qemu-devel] [PATCH 06/14] target-mips: optimize load operations
,
Aurelien Jarno
,
16:28
[Qemu-devel] [PATCH 11/14] target-mips: optimize ddiv/ddivu/div/divu with movcond
,
Aurelien Jarno
,
16:28
[Qemu-devel] [PATCH 05/14] target-mips: cleanup load/store operations
,
Aurelien Jarno
,
16:28
[Qemu-devel] [PATCH 04/14] target-mips: use softfloat constants when possible
,
Aurelien Jarno
,
16:28
[Qemu-devel] [PATCH 13/14] target-mips: fix TLBR wrt SEGMask
,
Aurelien Jarno
,
16:28
[Qemu-devel] [PATCH 12/14] target-mips: use deposit instead of hardcoded version
,
Aurelien Jarno
,
16:28
[Qemu-devel] [PATCH 14/14] target-mips: don't flush extra TLB on permissions upgrade
,
Aurelien Jarno
,
16:28
[Qemu-devel] [PATCH 00/14] target-mips: misc fixes and optimizations
,
Aurelien Jarno
,
16:28
[Qemu-devel] [PATCH 03/14] target-mips: fix FPU exceptions
,
Aurelien Jarno
,
16:28
[Qemu-devel] [PATCH 01/14] softfloat: implement fused multiply-add NaN propagation for MIPS
,
Aurelien Jarno
,
16:28
[Qemu-devel] [PATCH 07/14] target-mips: simplify load/store microMIPS helpers
,
Aurelien Jarno
,
16:28
[Qemu-devel] [PATCH 09/14] target-mips: don't use local temps for store conditional
,
Aurelien Jarno
,
16:28
Re: [Qemu-devel] [PATCH v2 14/26] tcg: rework TCG helper flags
,
Aurelien Jarno
,
16:24
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Gerd Hoffmann
,
16:24
Re: [Qemu-devel] [PATCH 14/14] i386: optimize setcc instructions
,
Richard Henderson
,
16:22
Re: [Qemu-devel] [PATCH 13/14] i386: optimize setbe
,
Richard Henderson
,
16:13
[Qemu-devel] [Bug 1064631] [NEW] Feature request: tls for chardev socket (telnet, tcp, udp)
,
jirib
,
16:09
Re: [Qemu-devel] [PATCH 12/14] i386: change gen_setcc_slow_T0 to gen_setcc_slow
,
Richard Henderson
,
16:07
Re: [Qemu-devel] [PATCH 11/14] i386: convert gen_compute_eflags_c to TCG
,
Richard Henderson
,
16:07
Re: [Qemu-devel] [PATCH v2 20/21] q35: automatically load the q35 dsdt table
,
Jason Baron
,
16:06
Re: [Qemu-devel] [PATCH v2 14/26] tcg: rework TCG helper flags
,
Peter Maydell
,
16:04
Re: [Qemu-devel] [with qemu-git] blockcommit to a ( 'raw' format) base image fails w/ unable to open the disk image file
,
Jeff Cody
,
16:01
[Qemu-devel] [PATCH v2 09/26] tcg: start with local temps in TEMP_VAL_MEM state
,
Aurelien Jarno
,
15:57
[Qemu-devel] [PATCH v2 23/26] target-sh4: rename helper flags
,
Aurelien Jarno
,
15:57
[Qemu-devel] [PATCH v2 13/26] tcg: synchronize globals for ops with side effects
,
Aurelien Jarno
,
15:57
[Qemu-devel] [PATCH v2 04/26] tcg: sync output arguments on liveness request
,
Aurelien Jarno
,
15:57
[Qemu-devel] [PATCH v2 01/26] tcg: add temp_dead()
,
Aurelien Jarno
,
15:57
[Qemu-devel] [PATCH v2 05/26] tcg: rework liveness analysis
,
Aurelien Jarno
,
15:57
[Qemu-devel] [PATCH v2 16/26] target-arm: rename helper flags
,
Aurelien Jarno
,
15:57
[Qemu-devel] [PATCH v2 15/26] target-alpha: rename helper flags
,
Aurelien Jarno
,
15:57
[Qemu-devel] [PATCH v2 19/26] target-microblaze: rename helper flags
,
Aurelien Jarno
,
15:57
[Qemu-devel] [PATCH v2 18/26] target-i386: rename helper flags
,
Aurelien Jarno
,
15:57
[Qemu-devel] [PATCH v2 20/26] target-mips: rename helper flags
,
Aurelien Jarno
,
15:57
[Qemu-devel] [PATCH v2 17/26] target-cris: rename helper flags
,
Aurelien Jarno
,
15:57
[Qemu-devel] [PATCH v2 21/26] target-ppc: rename helper flags
,
Aurelien Jarno
,
15:57
[Qemu-devel] [PATCH v2 22/26] target-s390x: rename helper flags
,
Aurelien Jarno
,
15:57
[Qemu-devel] [PATCH v2 10/26] tcg: don't explicitly save globals and temps
,
Aurelien Jarno
,
15:57
[Qemu-devel] [PATCH v2 25/26] target-xtensa: rename helper flags
,
Aurelien Jarno
,
15:57
[Qemu-devel] [PATCH v2 24/26] target-sparc: rename helper flags
,
Aurelien Jarno
,
15:57
[Qemu-devel] [PATCH v2 11/26] tcg: fix some op flags
,
Aurelien Jarno
,
15:56
[Qemu-devel] [PATCH v2 07/26] tcg: rewrite tcg_reg_alloc_mov()
,
Aurelien Jarno
,
15:56
[Qemu-devel] [PATCH v2 26/26] tcg: remove compatiblity call flags
,
Aurelien Jarno
,
15:56
[Qemu-devel] [PATCH v2 00/26] tcg: rework liveness analysis and register allocator
,
Aurelien Jarno
,
15:56
[Qemu-devel] [PATCH v2 08/26] tcg: always mark dead input arguments as dead
,
Aurelien Jarno
,
15:56
[Qemu-devel] [PATCH v2 14/26] tcg: rework TCG helper flags
,
Aurelien Jarno
,
15:56
[Qemu-devel] [PATCH v2 02/26] tcg: add tcg_reg_sync()
,
Aurelien Jarno
,
15:56
[Qemu-devel] [PATCH v2 12/26] tcg: forbid ld/st function to modify globals
,
Aurelien Jarno
,
15:56
[Qemu-devel] [PATCH v2 06/26] tcg: improve tcg_reg_alloc_movi()
,
Aurelien Jarno
,
15:56
[Qemu-devel] [PATCH v2 03/26] tcg: add temp_sync()
,
Aurelien Jarno
,
15:56
Re: [Qemu-devel] [PATCH 10/14] i386: use inverted setcond when computing NS or NZ
,
Richard Henderson
,
15:17
Re: [Qemu-devel] [PATCH 09/14] i386: do not call helper to compute ZF/SF
,
Richard Henderson
,
15:16
Re: [Qemu-devel] [PATCH v6 04/16] target-i386: Add x86_set_hyperv.
,
Marcelo Tosatti
,
15:15
Re: [Qemu-devel] [PATCH 09/14] i386: do not call helper to compute ZF/SF
,
Richard Henderson
,
15:15
Re: [Qemu-devel] [PATCH 08/14] i386: do not compute eflags multiple times consecutively
,
Richard Henderson
,
15:14
Re: [Qemu-devel] [PATCH v6 03/16] target-i386: Add cpu object access routines for Hypervisor level.
,
Don Slutz
,
15:13
Re: [Qemu-devel] [PATCH v6 04/16] target-i386: Add x86_set_hyperv.
,
Don Slutz
,
15:12
Re: [Qemu-devel] [PATCH v6 06/16] target-i386: Use Hypervisor level in -machine pc, accel=tcg.
,
Marcelo Tosatti
,
15:12
Re: [Qemu-devel] [PATCH v6 05/16] target-i386: Use Hypervisor level in -machine pc, accel=kvm.
,
Marcelo Tosatti
,
15:12
Re: [Qemu-devel] [PATCH v6 08/16] target-i386: Add cpu object access routines for Hypervisor vendor.
,
Marcelo Tosatti
,
15:12
Re: [Qemu-devel] [PATCH v6 14/16] target-i386: Add setting of Hypervisor leaf extra for known vmare4.
,
Marcelo Tosatti
,
15:12
Re: [Qemu-devel] [PATCH v6 05/16] target-i386: Use Hypervisor level in -machine pc, accel=kvm.
,
Don Slutz
,
15:09
Re: [Qemu-devel] [PATCH 07/14] i386: add helper functions to get other flags
,
Richard Henderson
,
15:04
Re: [Qemu-devel] [PATCH 06/14] i386: factor gen_op_set_cc_op/tcg_gen_discard_tl around computing flags
,
Richard Henderson
,
15:03
Re: [Qemu-devel] [PATCH 05/14] i386: move eflags computation closer to gen_op_set_cc_op
,
Richard Henderson
,
15:02
Re: [Qemu-devel] [PATCH 04/14] i386: drop cc_op argument of gen_jcc1
,
Richard Henderson
,
14:59
Re: [Qemu-devel] [PATCH 03/14] i386: factor setting of s->cc_op handling for string functions
,
Richard Henderson
,
14:59
Re: [Qemu-devel] [PATCH 02/14] i386: introduce gen_ext_tl
,
Richard Henderson
,
14:58
Re: [Qemu-devel] [PATCH 01/14] i386: use OT_* consistently
,
Richard Henderson
,
14:58
Re: [Qemu-devel] [PATCH v5 3/3] tcg: Optimize qemu_ld/st by generating slow paths at the end of a block
,
Richard Henderson
,
14:49
Re: [Qemu-devel] [PATCH v6 05/16] target-i386: Use Hypervisor level in -machine pc, accel=kvm.
,
Marcelo Tosatti
,
14:48
Re: [Qemu-devel] [PATCH 1/2 v2] e500: Adding CCSR memory region
,
Andreas Färber
,
14:48
Re: [Qemu-devel] [PATCH 2/2 v2] Adding BAR0 for e500 PCI controller
,
Andreas Färber
,
14:45
Re: [Qemu-devel] [PATCH v5 2/3] tcg: Add declarations and templates of extended MMU helpers
,
Richard Henderson
,
14:36
Re: [Qemu-devel] [RFC v1 08/22] memory: provide defaults for MemoryListener operations
,
Anthony Liguori
,
14:35
Re: [Qemu-devel] [PATCH v6 05/16] target-i386: Use Hypervisor level in -machine pc, accel=kvm.
,
Marcelo Tosatti
,
14:28
[Qemu-devel] [PATCH 1/2 v2] e500: Adding CCSR memory region
,
Bharat Bhushan
,
14:27
[Qemu-devel] [PATCH 2/2 v2] Adding BAR0 for e500 PCI controller
,
Bharat Bhushan
,
14:27
[Qemu-devel] [PATCH 0/2 v2] e500: creating CCSR region and registering bar0
,
Bharat Bhushan
,
14:27
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Anthony Liguori
,
14:26
Re: [Qemu-devel] [PATCH 0/2] make guest-base support mandatory for TCG backends
,
Richard Henderson
,
14:22
Re: [Qemu-devel] [PATCH 18/18] qemu-sockets: add error propagation to Unix socket functions
,
Luiz Capitulino
,
13:33
Re: [Qemu-devel] [PATCH 16/18] qemu-sockets: add error propagation to inet_dgram_opts
,
Luiz Capitulino
,
13:31
Re: [Qemu-devel] [PATCH 15/18] qemu-sockets: add error propagation to inet_connect_addr
,
Luiz Capitulino
,
13:27
[Qemu-devel] [PATCH v3 05/23] memory: prepare AddressSpace for exporting
,
Avi Kivity
,
13:25
[Qemu-devel] [PATCH v3 16/23] memory: move tcg flush into a tcg memory listener
,
Avi Kivity
,
13:24
[Qemu-devel] [PATCH v3 11/23] xen_pt: drop no-op MemoryListener callbacks
,
Avi Kivity
,
13:23
Re: [Qemu-devel] [PATCH 2/3] e500: Adding CCSR memory region
,
Andreas Färber
,
13:23
[Qemu-devel] [PATCH v3 23/23] pci: honor PCI_COMMAND_MASTER
,
Avi Kivity
,
13:22
Re: [Qemu-devel] [PATCH] Use SCSI command to get size of SG device
,
Christoph Hellwig
,
13:21
Re: [Qemu-devel] [PATCH v6 04/16] target-i386: Add x86_set_hyperv.
,
Marcelo Tosatti
,
13:18
Re: [Qemu-devel] [PATCH v6 05/16] target-i386: Use Hypervisor level in -machine pc, accel=kvm.
,
Marcelo Tosatti
,
13:18
[Qemu-devel] [PATCH v3] target-i386: initialize APIC at CPU level
,
Igor Mammedov
,
13:17
[Qemu-devel] [PATCH v3 15/23] memory: move address_space_memory and address_space_io out of memory core
,
Avi Kivity
,
13:16
Re: [Qemu-devel] [RFC PATCH 0/9] qom: improve reference counting and hotplug
,
Vasilis Liaskovitis
,
13:15
[Qemu-devel] [PATCH v3 07/23] memory: maintain a list of address spaces
,
Avi Kivity
,
13:10
Re: [Qemu-devel] [PATCH v5 0/3] tcg: enhance code generation quality for qemu_ld/st IRs
,
Aurelien Jarno
,
13:09
Re: [Qemu-devel] [PATCH] target-sparc register window handling
,
Aurelien Jarno
,
13:07
Re: [Qemu-devel] [PATCH 2/3] e500: Adding CCSR memory region
,
Bhushan Bharat-R65777
,
13:05
Re: [Qemu-devel] [RFC PATCH v3 06/19] Implement "-dimm" command line option
,
Vasilis Liaskovitis
,
13:04
[Qemu-devel] [PATCH 0/2] fix segfaults triggered by failed vnc handshakes
,
Tim Hardeck
,
13:03
[Qemu-devel] [PATCH 1/2] vnc: fix segfault due to failed handshake
,
Tim Hardeck
,
13:03
[Qemu-devel] [PATCH 2/2] qemu queue: fix uninitialized removals
,
Tim Hardeck
,
13:02
Re: [Qemu-devel] [PATCH 2/3] e500: Adding CCSR memory region
,
Avi Kivity
,
13:01
Re: [Qemu-devel] [PATCH 2/3] e500: Adding CCSR memory region
,
Bhushan Bharat-R65777
,
12:58
Re: [Qemu-devel] [PATCH v5 0/3] tcg: enhance code generation quality for qemu_ld/st IRs
,
Paolo Bonzini
,
12:56
[Qemu-devel] [PATCH v3 13/23] xen: drop no-op MemoryListener callbacks
,
Avi Kivity
,
12:54
[Qemu-devel] [PATCH v3 14/23] memory: manage coalesced mmio via a MemoryListener
,
Avi Kivity
,
12:54
Re: [Qemu-devel] [PATCH 2/3] e500: Adding CCSR memory region
,
Avi Kivity
,
12:53
Re: [Qemu-devel] [PATCH] target-sparc register window handling
,
Richard Henderson
,
12:53
Re: [Qemu-devel] [PATCH 2/3] e500: Adding CCSR memory region
,
Bhushan Bharat-R65777
,
12:45
Re: [Qemu-devel] [QEMU PATCH] i386: cpu: add missing CPUID[EAX=7, ECX=0] flag names
,
Don Slutz
,
12:44
Re: [Qemu-devel] [PATCH 06/10] tcg: Split out subroutines from do_constant_folding_cond
,
Aurelien Jarno
,
12:41
Re: [Qemu-devel] [PATCH v5 0/3] tcg: enhance code generation quality for qemu_ld/st IRs
,
Aurelien Jarno
,
12:40
Re: [Qemu-devel] [PATCH 05/10] tcg: Optimize double-word comparisons against zero
,
Aurelien Jarno
,
12:40
Re: [Qemu-devel] [PATCH 01/10] tcg: Split out swap_commutative as a subroutine
,
Richard Henderson
,
12:40
[Qemu-devel] [PATCH v3 22/23] pci: give each device its own address space
,
Avi Kivity
,
12:35
[Qemu-devel] [PATCH v3 21/23] memory: add address_space_destroy()
,
Avi Kivity
,
12:35
[Qemu-devel] [PATCH v3 18/23] s390: avoid reaching into memory core internals
,
Avi Kivity
,
12:35
[Qemu-devel] [PATCH v3 17/23] memory: use AddressSpace for MemoryListener filtering
,
Avi Kivity
,
12:35
[Qemu-devel] [PATCH v3 06/23] memory: export AddressSpace
,
Avi Kivity
,
12:34
[Qemu-devel] [PATCH v3 09/23] memory: drop no-op MemoryListener callbacks
,
Avi Kivity
,
12:34
[Qemu-devel] [PATCH v3 08/23] memory: provide defaults for MemoryListener operations
,
Avi Kivity
,
12:34
[Qemu-devel] [PATCH v3 04/23] xen_pt: use separate MemoryListeners for memory and I/O
,
Avi Kivity
,
12:34
[Qemu-devel] [PATCH v3 03/23] kvm: use separate MemoryListeners for memory and I/O
,
Avi Kivity
,
12:33
[Qemu-devel] [PATCH v3 02/23] vhost: use MemoryListener filtering to only monitor RAM address space
,
Avi Kivity
,
12:33
[Qemu-devel] [PATCH v3 01/23] memory: rename 'exec-obsolete.h'
,
Avi Kivity
,
12:33
[Qemu-devel] [PULL v3 00/23] Integrate DMA into the memory API
,
Avi Kivity
,
12:33
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Paolo Bonzini
,
12:28
Re: [Qemu-devel] [PATCH 4/7] savevm: Add VMSTATE_ helpers for target_phys_addr_t
,
Peter Maydell
,
12:24
Re: [Qemu-devel] [PATCH 03/10] tcg: Swap commutative double-word comparisons
,
Aurelien Jarno
,
11:49
Re: [Qemu-devel] [PATCH 04/14] create_config: separate section for qemu_*dir variables (v2)
,
Eduardo Habkost
,
11:48
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Anthony Liguori
,
11:38
Re: [Qemu-devel] [PATCH 04/10] tcg: Use common code when failing to optimize
,
Richard Henderson
,
11:35
Re: [Qemu-devel] [PATCH 01/10] tcg: Split out swap_commutative as a subroutine
,
Aurelien Jarno
,
11:34
Re: [Qemu-devel] [PATCH 03/10] tcg: Swap commutative double-word comparisons
,
Richard Henderson
,
11:34
Re: [Qemu-devel] [PATCH 04/14] create_config: separate section for qemu_*dir variables (v2)
,
Eric Blake
,
11:30
Re: [Qemu-devel] [RFC v1 08/22] memory: provide defaults for MemoryListener operations
,
Avi Kivity
,
11:29
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Anthony Liguori
,
11:27
Re: [Qemu-devel] [PATCH 04/10] tcg: Use common code when failing to optimize
,
Aurelien Jarno
,
11:25
Re: [Qemu-devel] [PATCH 01/10] tcg: Split out swap_commutative as a subroutine
,
Richard Henderson
,
11:23
Re: [Qemu-devel] [RFC v1 19/22] memory: per-AddressSpace dispatch
,
Anthony Liguori
,
11:17
Re: [Qemu-devel] [PATCH 03/10] tcg: Swap commutative double-word comparisons
,
Aurelien Jarno
,
11:16
Re: [Qemu-devel] [PATCH 02/10] tcg: Canonicalize add2 operand ordering
,
Aurelien Jarno
,
11:15
Re: [Qemu-devel] [RFC v1 08/22] memory: provide defaults for MemoryListener operations
,
Anthony Liguori
,
11:14
Re: [Qemu-devel] [PATCH 01/10] tcg: Split out swap_commutative as a subroutine
,
Aurelien Jarno
,
11:14
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Paolo Bonzini
,
11:07
Re: [Qemu-devel] [Qemu-ppc] [PATCH 2/4] target-ppc: Extend FPU state for newer POWER CPUs
,
Alexander Graf
,
11:03
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Anthony Liguori
,
11:03
Re: [Qemu-devel] [PATCH 15/18] qemu-sockets: add error propagation to inet_connect_addr
,
Paolo Bonzini
,
11:02
Re: [Qemu-devel] [PATCH V6 1/5] libqblock build system
,
Paolo Bonzini
,
11:01
Re: [Qemu-devel] [PATCH 0/2] make guest-base support mandatory for TCG backends
,
Paolo Bonzini
,
10:59
Re: [Qemu-devel] [PATCH 15/18] qemu-sockets: add error propagation to inet_connect_addr
,
Luiz Capitulino
,
10:57
Re: [Qemu-devel] [PATCH 0/2] make guest-base support mandatory for TCG backends
,
Laurent Desnogues
,
10:51
Re: [Qemu-devel] [PATCH 14/18] qemu-sockets: include strerror or gai_strerror output in error messages
,
Luiz Capitulino
,
10:49
Re: [Qemu-devel] [RFC 13/13] make CPU a child of DeviceState
,
Peter Crosthwaite
,
10:43
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Avi Kivity
,
10:43
Re: [Qemu-devel] [PATCH v2 5/5] [HACK] Handle multiple virtio aliases.
,
Cornelia Huck
,
10:39
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Paolo Bonzini
,
10:36
Re: [Qemu-devel] [PATCH v2 4/4] zynq_slcr: Implement CPU reset and halting
,
Peter Crosthwaite
,
10:32
Re: [Qemu-devel] [PATCH v2 3/4] s390/kvm: Add a channel I/O based virtio transport driver.
,
Cornelia Huck
,
10:31
Re: [Qemu-devel] [PATCH v5 0/3] tcg: enhance code generation quality for qemu_ld/st IRs
,
Aurelien Jarno
,
10:27
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Avi Kivity
,
10:25
Re: [Qemu-devel] [PATCH 04/12] usb: Add support for input pipelining
,
Hans de Goede
,
10:18
Re: [Qemu-devel] [PATCH 0/2] make guest-base support mandatory for TCG backends
,
Aurelien Jarno
,
10:18
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Stefan Hajnoczi
,
10:12
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Anthony Liguori
,
10:04
[Qemu-devel] [QEMU PATCH] i386: cpu: add missing CPUID[EAX=7, ECX=0] flag names
,
Eduardo Habkost
,
10:03
Re: [Qemu-devel] Proposal for virtio standardization.
,
Cornelia Huck
,
10:02
Re: [Qemu-devel] [PATCH 2/2] hw: Add test device for unittests execution v4
,
Jan Kiszka
,
09:58
Re: [Qemu-devel] [PATCH 1/2] debugexit: support for custom exit port (LGPL VGA BIOS port 0x501) v2
,
Jan Kiszka
,
09:58
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Anthony Liguori
,
09:57
[Qemu-devel] Virtio devices with mmio.
,
KONRAD Frédéric
,
09:55
Re: [Qemu-devel] [PATCH v2 4/4] zynq_slcr: Implement CPU reset and halting
,
Peter Maydell
,
09:53
Re: [Qemu-devel] KVM call agenda for 2012-10-09
,
Juan Quintela
,
09:51
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Paolo Bonzini
,
09:50
Re: [Qemu-devel] [PATCH v2 1/4] xilinx_zynq: added smp support
,
Peter Crosthwaite
,
09:48
[Qemu-devel] [with qemu-git] blockcommit to a ( 'raw' format) base image fails w/ unable to open the disk image file
,
Kashyap Chamarthy
,
09:42
[Qemu-devel] [PATCH] Use SCSI command to get size of SG device
,
Chen HanXiao
,
09:42
Re: [Qemu-devel] [PATCH v2 4/4] zynq_slcr: Implement CPU reset and halting
,
Peter Crosthwaite
,
09:38
Re: [Qemu-devel] [PATCH 1/2] configure: Remove unnecessary host_guest_base code
,
Richard Henderson
,
09:36
Re: [Qemu-devel] [PATCH 04/12] usb: Add support for input pipelining
,
Gerd Hoffmann
,
09:31
Re: [Qemu-devel] [PATCH 2/2] tcg: Remove TCG_TARGET_HAS_GUEST_BASE define
,
Richard Henderson
,
09:31
Re: [Qemu-devel] [PATCH 0/2] make guest-base support mandatory for TCG backends
,
Richard Henderson
,
09:29
[Qemu-devel] [PATCH 2/2] tcg: Remove TCG_TARGET_HAS_GUEST_BASE define
,
Peter Maydell
,
09:27
[Qemu-devel] [PATCH 0/2] make guest-base support mandatory for TCG backends
,
Peter Maydell
,
09:26
Re: [Qemu-devel] RFC: making QMP query-block more useful
,
Luiz Capitulino
,
09:23
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Avi Kivity
,
09:22
[Qemu-devel] [PATCH 1/2] configure: Remove unnecessary host_guest_base code
,
Peter Maydell
,
09:17
Re: [Qemu-devel] [PATCH v2 3/4] zynq_slcr: Fixed ResetValues enum
,
Peter Crosthwaite
,
09:17
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Paolo Bonzini
,
09:12
[Qemu-devel] [PATCH 2/2] hw: Add test device for unittests execution v4
,
Lucas Meneghel Rodrigues
,
09:04
[Qemu-devel] [PATCH 0/2] Adding pc-testdev to qemu v3
,
Lucas Meneghel Rodrigues
,
09:04
[Qemu-devel] [PATCH 1/2] debugexit: support for custom exit port (LGPL VGA BIOS port 0x501) v2
,
Lucas Meneghel Rodrigues
,
09:04
Re: [Qemu-devel] [PATCH 4/7] savevm: Add VMSTATE_ helpers for target_phys_addr_t
,
David Gibson
,
08:59
Re: [Qemu-devel] [Qemu-ppc] [PATCH 2/4] target-ppc: Extend FPU state for newer POWER CPUs
,
David Gibson
,
08:58
Re: [Qemu-devel] [PATCH v2 4/4] zynq_slcr: Implement CPU reset and halting
,
Andreas Färber
,
08:42
[Qemu-devel] [PATCH v5 3/3] tcg: Optimize qemu_ld/st by generating slow paths at the end of a block
,
Yeongkyoon Lee
,
08:38
[Qemu-devel] [PATCH v5 1/3] configure: Add CONFIG_QEMU_LDST_OPTIMIZATION for TCG qemu_ld/st optimization
,
Yeongkyoon Lee
,
08:37
[Qemu-devel] [PATCH v5 0/3] tcg: enhance code generation quality for qemu_ld/st IRs
,
Yeongkyoon Lee
,
08:37
[Qemu-devel] [PATCH v5 2/3] tcg: Add declarations and templates of extended MMU helpers
,
Yeongkyoon Lee
,
08:37
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Avi Kivity
,
08:28
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Avi Kivity
,
08:25
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Jan Kiszka
,
08:18
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Paolo Bonzini
,
08:01
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Avi Kivity
,
07:57
Re: [Qemu-devel] [PATCH v2 3/4] zynq_slcr: Fixed ResetValues enum
,
Peter Maydell
,
07:53
Re: [Qemu-devel] [PATCH v2 1/4] xilinx_zynq: added smp support
,
Peter Maydell
,
07:52
Re: [Qemu-devel] [PATCH v2 2/4] zynq_slcr: Add links to the CPUs
,
Peter Maydell
,
07:45
Re: [Qemu-devel] [0/4] Pending ppc and pseries patches
,
Alexander Graf
,
07:45
Re: [Qemu-devel] [PATCH v2 4/4] zynq_slcr: Implement CPU reset and halting
,
Peter Maydell
,
07:41
Re: [Qemu-devel] [Qemu-ppc] [PATCH 2/4] target-ppc: Extend FPU state for newer POWER CPUs
,
Alexander Graf
,
07:41
Re: [Qemu-devel] [PATCH 2/4] target-ppc: Extend FPU state for newer POWER CPUs
,
Alexander Graf
,
07:39
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Paolo Bonzini
,
07:08
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Avi Kivity
,
06:52
Re: [Qemu-devel] [PATCH 04/12] usb: Add support for input pipelining
,
Hans de Goede
,
06:38
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Paolo Bonzini
,
06:37
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Avi Kivity
,
06:18
Re: [Qemu-devel] [v2] usb-redir: Allow to attach USB 2.0 devices to 1.1 host controller
,
Hans de Goede
,
06:04
[Qemu-devel] KVM call agenda for 2012-10-09
,
Juan Quintela
,
06:03
Re: [Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Avi Kivity
,
05:26
Re: [Qemu-devel] [PATCH 04/12] usb: Add support for input pipelining
,
Gerd Hoffmann
,
05:22
[Qemu-devel] Block I/O outside the QEMU global mutex was "Re: [RFC PATCH 00/17] Support for multiple "AIO contexts""
,
Stefan Hajnoczi
,
05:08
Re: [Qemu-devel] [Bug 1062201] Re: qemu core dumped by kvm-spice
,
Tom Wijmenga
,
05:08
Re: [Qemu-devel] [PATCH 2/3] e500: Adding CCSR memory region
,
Avi Kivity
,
05:05
Re: [Qemu-devel] [stable] Patch Round-up for stable 1.2.1
,
Michael Roth
,
04:46
Re: [Qemu-devel] [v2] usb-redir: Allow to attach USB 2.0 devices to 1.1 host controller
,
Gerd Hoffmann
,
04:41
Re: [Qemu-devel] [v2] usb-redir: Allow to attach USB 2.0 devices to 1.1 host controller
,
Hans de Goede
,
04:37
[Qemu-devel] [stable] Patch Round-up for stable 1.2.1
,
Michael Roth
,
04:33
Re: [Qemu-devel] [PATCH v2] virtio-blk: add default serial id
,
Stefan Hajnoczi
,
04:31
Re: [Qemu-devel] [PATCH v2 20/21] q35: automatically load the q35 dsdt table
,
Paolo Bonzini
,
04:30
Re: [Qemu-devel] [PATCH v2 21/21] q35: add acpi-based pci hotplug.
,
Paolo Bonzini
,
04:04
Re: [Qemu-devel] [PATCH 4/7] savevm: Add VMSTATE_ helpers for target_phys_addr_t
,
Peter Maydell
,
04:03
Re: [Qemu-devel] [PATCH v2 20/21] q35: automatically load the q35 dsdt table
,
Paolo Bonzini
,
04:03
Re: [Qemu-devel] [PATCH v2 19/21] Add a fallback bios file search, if -L fails.
,
Paolo Bonzini
,
04:00
Re: [Qemu-devel] [PATCH v2 18/21] q35: Fix irr initialization for slots 25..31
,
Paolo Bonzini
,
03:59
Re: [Qemu-devel] [PATCH v2 17/21] q35: Add kvmclock support
,
Paolo Bonzini
,
03:55
Re: [Qemu-devel] [PATCH v2 16/21] q35: smbus: Remove PCI_STATUS_SIG_SYSTEM_ERROR and PCI_STATUS_DETECTED_PARITY from w1cmask
,
Paolo Bonzini
,
03:54
Re: [Qemu-devel] [PATCH v2 15/21] q35: Fix non-PCI IRQ processing in ich9_lpc_update_apic
,
Paolo Bonzini
,
03:54
Re: [Qemu-devel] [PATCH v2 14/21] q35: Suppress SMM BIOS initialization under KVM
,
Paolo Bonzini
,
03:53
Re: [Qemu-devel] [PATCH v2 11/21] pcie: Convert PCIExpressHost to use the QOM.
,
Paolo Bonzini
,
03:53
Re: [Qemu-devel] [PATCH v2 10/21] pcie: pass pcie window size to pcie_host_mmcfg_update()
,
Paolo Bonzini
,
03:52
Re: [Qemu-devel] [PATCH v2 09/21] pci: Add class 0xc05 as 'SMBus'
,
Paolo Bonzini
,
03:50
Re: [Qemu-devel] [PATCH v2 08/21] pci_ids: add intel 82801BA pci-to-pci bridge id and PCI_CLASS_SERIAL_SMBUS
,
Paolo Bonzini
,
03:48
Re: [Qemu-devel] [PATCH v2 07/21] pc/piix_pci: factor out smram/pam logic
,
Paolo Bonzini
,
03:47
Re: [Qemu-devel] [PATCH v2 06/21] pc: Move ioapic_init() from pc_piix.c to pc.c
,
Paolo Bonzini
,
03:44
Re: [Qemu-devel] [PATCH v2 0/4] Xilinx-Zynq boot process patches
,
Peter Crosthwaite
,
03:44
Re: [Qemu-devel] [PATCH v2 05/21] pc, pc_piix: split out pc nic initialization
,
Paolo Bonzini
,
03:40
Re: [Qemu-devel] [PATCH v2 04/21] pci: introduce pci_swizzle_map_irq_fn() for standardized interrupt pin swizzle
,
Paolo Bonzini
,
03:39
Re: [Qemu-devel] [PATCH v2 03/21] pci: pci capability must be in PCI space
,
Paolo Bonzini
,
03:37
Re: [Qemu-devel] [PATCH v2 02/21] blockdev: Introduce IF_AHCI
,
Paolo Bonzini
,
03:36
Re: [Qemu-devel] [PATCH v2 01/21] blockdev: Introduce a default machine blockdev interface field, QEMUMachine->mach_if
,
Paolo Bonzini
,
03:35
Re: [Qemu-devel] [PATCH 0/6] Misc PCI cleanups
,
Jan Kiszka
,
03:09
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Gerd Hoffmann
,
02:33
Re: [Qemu-devel] [PATCH] tci: fix build breakage for target-sparc
,
Stefan Weil
,
01:22
[Qemu-devel] [PATCH 6/7] savevm: Fix bugs in the VMSTATE_VBUFFER_MULTIPLY definition
,
David Gibson
,
00:52
[Qemu-devel] [PATCH 7/7] savevm: Implement VMS_DIVIDE flag
,
David Gibson
,
00:52
[Qemu-devel] [PATCH 5/7] savevm: Add VMSTATE_STRUCT_VARRAY_POINTER_UINT32
,
David Gibson
,
00:52
[Qemu-devel] [PATCH 2/7] savevm: Add VMSTATE_UINTTL_EQUAL helper
,
David Gibson
,
00:52
[Qemu-devel] [PATCH 1/7] savevm: Add VMSTATE_UINT64_EQUAL helpers
,
David Gibson
,
00:52
[Qemu-devel] [PATCH 4/7] savevm: Add VMSTATE_ helpers for target_phys_addr_t
,
David Gibson
,
00:52
[Qemu-devel] [0/7] vmstate extensions
,
David Gibson
,
00:52
[Qemu-devel] [PATCH 3/7] savevm: Add VMSTATE_FLOAT64 helpers
,
David Gibson
,
00:52
[Qemu-devel] [PATCH 4/4] pseries: Implement qemu initiated shutdowns using EPOW events
,
David Gibson
,
00:17
[Qemu-devel] [PATCH 3/4] target-ppc: Rework storage of VPA registration state
,
David Gibson
,
00:16
[Qemu-devel] [PATCH 2/4] target-ppc: Extend FPU state for newer POWER CPUs
,
David Gibson
,
00:16
[Qemu-devel] [0/4] Pending ppc and pseries patches
,
David Gibson
,
00:16
[Qemu-devel] [PATCH 1/4] pseries: Don't allow duplicate registration of hcalls or RTAS calls
,
David Gibson
,
00:16
October 08, 2012
Re: [Qemu-devel] MIPS DSP for Qemu
,
Wei-Ren Chen
,
23:57
[Qemu-devel] [PATCH v2 13/21] q35: Re-base q35
,
Jason Baron
,
23:31
[Qemu-devel] [PATCH v2 21/21] q35: add acpi-based pci hotplug.
,
Jason Baron
,
23:31
[Qemu-devel] [PATCH v2 20/21] q35: automatically load the q35 dsdt table
,
Jason Baron
,
23:31
[Qemu-devel] [PATCH v2 12/21] q35: Introduce q35 pc based chipset emulator
,
Jason Baron
,
23:31
[Qemu-devel] [PATCH v2 18/21] q35: Fix irr initialization for slots 25..31
,
Jason Baron
,
23:31
[Qemu-devel] [PATCH v2 16/21] q35: smbus: Remove PCI_STATUS_SIG_SYSTEM_ERROR and PCI_STATUS_DETECTED_PARITY from w1cmask
,
Jason Baron
,
23:31
[Qemu-devel] [PATCH v2 19/21] Add a fallback bios file search, if -L fails.
,
Jason Baron
,
23:31
[Qemu-devel] [PATCH v2 15/21] q35: Fix non-PCI IRQ processing in ich9_lpc_update_apic
,
Jason Baron
,
23:31
[Qemu-devel] [PATCH v2 17/21] q35: Add kvmclock support
,
Jason Baron
,
23:31
[Qemu-devel] [PATCH v2 14/21] q35: Suppress SMM BIOS initialization under KVM
,
Jason Baron
,
23:31
[Qemu-devel] [PATCH v2 07/21] pc/piix_pci: factor out smram/pam logic
,
Jason Baron
,
23:31
[Qemu-devel] [PATCH v2 11/21] pcie: Convert PCIExpressHost to use the QOM.
,
Jason Baron
,
23:31
[Qemu-devel] [PATCH v2 08/21] pci_ids: add intel 82801BA pci-to-pci bridge id and PCI_CLASS_SERIAL_SMBUS
,
Jason Baron
,
23:31
[Qemu-devel] [PATCH v2 10/21] pcie: pass pcie window size to pcie_host_mmcfg_update()
,
Jason Baron
,
23:31
[Qemu-devel] [PATCH v2 09/21] pci: Add class 0xc05 as 'SMBus'
,
Jason Baron
,
23:31
[Qemu-devel] [PATCH v2 01/21] blockdev: Introduce a default machine blockdev interface field, QEMUMachine->mach_if
,
Jason Baron
,
23:31
[Qemu-devel] [PATCH v2 06/21] pc: Move ioapic_init() from pc_piix.c to pc.c
,
Jason Baron
,
23:31
[Qemu-devel] [PATCH v2 02/21] blockdev: Introduce IF_AHCI
,
Jason Baron
,
23:31
[Qemu-devel] [PATCH v2 04/21] pci: introduce pci_swizzle_map_irq_fn() for standardized interrupt pin swizzle
,
Jason Baron
,
23:31
[Qemu-devel] [PATCH v2 05/21] pc, pc_piix: split out pc nic initialization
,
Jason Baron
,
23:31
[Qemu-devel] [PATCH v2 00/21] q35 qemu support
,
Jason Baron
,
23:31
[Qemu-devel] [PATCH v2 03/21] pci: pci capability must be in PCI space
,
Jason Baron
,
23:30
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Rusty Russell
,
23:22
Re: [Qemu-devel] [PATCH v2] virtio-blk: add default serial id
,
Dave Young
,
22:31
Re: [Qemu-devel] [PATCH 3/3] Adding BAR0 for e500 PCI controller
,
Bhushan Bharat-R65777
,
21:55
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Anthony Liguori
,
21:52
Re: [Qemu-devel] [PATCH V6 1/5] libqblock build system
,
wenchao xia
,
20:03
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Rusty Russell
,
20:03
Re: [Qemu-devel] [PATCH v10 14/14] target-mips-ase-dsp: Change TODO file
,
Jia Liu
,
20:02
Re: [Qemu-devel] [PATCH 0/6] Misc PCI cleanups
,
Alex Williamson
,
19:55
Re: [Qemu-devel] [v2] usb-redir: Allow to attach USB 2.0 devices to 1.1 host controller
,
Hans de Goede
,
19:04
Re: [Qemu-devel] [PATCH 0/6] Misc PCI cleanups
,
Michael S. Tsirkin
,
18:43
Re: [Qemu-devel] [PATCH] tci: fix build breakage for target-sparc
,
Richard Henderson
,
18:19
Re: [Qemu-devel] [PATCH 0/6] Misc PCI cleanups
,
Alex Williamson
,
18:09
Re: [Qemu-devel] [PATCH 0/6] Misc PCI cleanups
,
Michael S. Tsirkin
,
17:48
Re: [Qemu-devel] EHCI USB regression in 1.2.0 - ehci_state_fetchqtd() asserting
,
Shawn Starr
,
17:37
Re: [Qemu-devel] EHCI USB regression in 1.2.0 - ehci_state_fetchqtd() asserting
,
Hans de Goede
,
17:31
Re: [Qemu-devel] [PATCH 13/14] PPC: e500: Map PIO space into core memory region
,
Scott Wood
,
17:30
Re: [Qemu-devel] Building QEMU with multiple CPU targets.
,
Stefan Weil
,
17:23
Re: [Qemu-devel] [PATCH 0/6] Misc PCI cleanups
,
Alex Williamson
,
17:11
Re: [Qemu-devel] [PATCH 13/14] PPC: e500: Map PIO space into core memory region
,
Alexander Graf
,
17:08
Re: [Qemu-devel] [PATCH 13/14] PPC: e500: Map PIO space into core memory region
,
Scott Wood
,
17:05
Re: [Qemu-devel] [PATCH] tci: fix build breakage for target-sparc
,
Stefan Weil
,
17:04
Re: [Qemu-devel] [PATCH] qemu-barrier: Fix compiler version check for future gcc versions
,
Stefan Weil
,
16:57
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Anthony Liguori
,
16:56
Re: [Qemu-devel] Building QEMU with multiple CPU targets.
,
Anthony Liguori
,
16:53
Re: [Qemu-devel] [PATCH 13/14] PPC: e500: Map PIO space into core memory region
,
Alexander Graf
,
16:48
[Qemu-devel] [PATCH] tci: fix build breakage for target-sparc
,
Michael Roth
,
16:46
Re: [Qemu-devel] [PATCH 0/6] Misc PCI cleanups
,
Michael S. Tsirkin
,
16:39
Re: [Qemu-devel] Building QEMU with multiple CPU targets.
,
Peter Maydell
,
16:31
Re: [Qemu-devel] Building QEMU with multiple CPU targets.
,
Anthony Liguori
,
16:24
Re: [Qemu-devel] [PATCH 3/3] Adding BAR0 for e500 PCI controller
,
Scott Wood
,
16:24
Re: [Qemu-devel] [PATCH 13/14] PPC: e500: Map PIO space into core memory region
,
Scott Wood
,
16:21
Re: [Qemu-devel] EHCI USB regression in 1.2.0 - ehci_state_fetchqtd() asserting
,
Shawn Starr
,
16:18
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Gerd Hoffmann
,
16:13
Re: [Qemu-devel] [PATCH] chardev: Use timer instead of bottom-half to postpone open event
,
Hans de Goede
,
16:13
Re: [Qemu-devel] [PATCH] chardev: Use timer instead of bottom-half to postpone open event
,
Hans de Goede
,
16:11
Re: [Qemu-devel] EHCI USB regression in 1.2.0 - ehci_state_fetchqtd() asserting
,
Hans de Goede
,
16:09
Re: [Qemu-devel] MIPS DSP for Qemu
,
Peter Maydell
,
15:52
Re: [Qemu-devel] [PATCH 0/6] Misc PCI cleanups
,
Alex Williamson
,
15:27
Re: [Qemu-devel] [PATCH 0/6] Misc PCI cleanups
,
Michael S. Tsirkin
,
15:13
Re: [Qemu-devel] [PATCH 3/3] Adding BAR0 for e500 PCI controller
,
Alexander Graf
,
15:04
Re: [Qemu-devel] [PATCH] qemu-barrier: Fix compiler version check for future gcc versions
,
Michael S. Tsirkin
,
14:59
Re: [Qemu-devel] [PATCH 2/3] e500: Adding CCSR memory region
,
Alexander Graf
,
14:58
Re: [Qemu-devel] [PATCH 1/3] e500: Fix serial initialization
,
Alexander Graf
,
14:54
Re: [Qemu-devel] [PATCH] isapc: Shadow ISA BIOS by default
,
Anthony Liguori
,
14:52
Re: [Qemu-devel] [PATCH 0/2] signal: Preparing safe sigprocmask wrapper on qemu-user
,
Alex Barcelo
,
14:43
[Qemu-devel] [Bug 156085] Re: Could not open /proc/bus/usb/devices
,
Bug Watch Updater
,
14:13
Re: [Qemu-devel] [PATCH] chardev: Use timer instead of bottom-half to postpone open event
,
Aurelien Jarno
,
14:08
Re: [Qemu-devel] [PATCH 3/3] Adding BAR0 for e500 PCI controller
,
Andreas Färber
,
14:00
Re: [Qemu-devel] [PATCH v2] usb-redir: Allow to attach USB 2.0 devices to 1.1 host controller
,
Jan Kiszka
,
13:36
Re: [Qemu-devel] [PATCH] isapc: Shadow ISA BIOS by default
,
Jan Kiszka
,
13:35
Re: [Qemu-devel] [PATCH 2/3] e500: Adding CCSR memory region
,
Andreas Färber
,
13:26
Re: [Qemu-devel] [PATCH 2/3] e500: Adding CCSR memory region
,
Andreas Färber
,
13:21
Re: [Qemu-devel] [PATCH] target-sparc: Fix optimized %icc comparisons
,
Aurelien Jarno
,
13:20
Re: [Qemu-devel] [PATCH v10 14/14] target-mips-ase-dsp: Change TODO file
,
address@hidden
,
13:19
Re: [Qemu-devel] MIPS DSP for Qemu
,
Johnson, Eric
,
13:19
Re: [Qemu-devel] [PATCH v10 14/14] target-mips-ase-dsp: Change TODO file
,
Johnson, Eric
,
13:11
Re: [Qemu-devel] [PATCH] versatile: Push lsi initialization to the end
,
Jan Kiszka
,
13:09
[Qemu-devel] [PATCH 2/3] e500: Adding CCSR memory region
,
Bharat Bhushan
,
13:09
Re: [Qemu-devel] [PATCH] versatile: Push lsi initialization to the end
,
Aurelien Jarno
,
13:07
[Qemu-devel] [PATCH] chardev: Use timer instead of bottom-half to postpone open event
,
Jan Kiszka
,
13:07
Re: [Qemu-devel] [PATCH v2] qom: Reject attempts to add a property that already exists
,
Anthony Liguori
,
13:06
Re: [Qemu-devel] [PATCH 1/3] e500: Fix serial initialization
,
Andreas Färber
,
13:00
[Qemu-devel] [PATCH 3/3] Adding BAR0 for e500 PCI controller
,
Bharat Bhushan
,
12:54
[Qemu-devel] [PATCH 1/3] e500: Fix serial initialization
,
Bharat Bhushan
,
12:54
[Qemu-devel] [PATCH 0/3] e500: creating CCSR region and registering bar0
,
Bharat Bhushan
,
12:54
Re: [Qemu-devel] [PATCH V10 0/8] memory: unify ioport registration
,
Julien Grall
,
12:51
Re: [Qemu-devel] [PATCH] versatile: Push lsi initialization to the end
,
Jan Kiszka
,
12:46
Re: [Qemu-devel] [PATCH] versatile: Push lsi initialization to the end
,
Paolo Bonzini
,
12:39
Re: [Qemu-devel] [PATCH] versatile: Push lsi initialization to the end
,
Peter Maydell
,
12:33
Re: [Qemu-devel] [PATCH 00/14] Remove old_portio users for memory region PIO mapping
,
Alexander Graf
,
12:32
Re: [Qemu-devel] [PATCH] versatile: Push lsi initialization to the end
,
Paolo Bonzini
,
12:28
Re: [Qemu-devel] [PATCH 00/14] Remove old_portio users for memory region PIO mapping
,
Andreas Färber
,
12:18
Re: [Qemu-devel] EHCI USB regression in 1.2.0 - ehci_state_fetchqtd() asserting
,
Johannes Stezenbach
,
12:12
[Qemu-devel] [Bug 1062589] Re: Xp guest disk is corrupted when the data size exceeds 4 GB
,
pil926
,
12:05
Re: [Qemu-devel] [PATCH] versatile: Push lsi initialization to the end
,
Peter Maydell
,
12:03
Re: [Qemu-devel] [PATCH 0/6] Misc PCI cleanups
,
Jan Kiszka
,
12:02
Re: [Qemu-devel] [PATCH 0/6] Misc PCI cleanups
,
Alex Williamson
,
11:58
[Qemu-devel] [PATCH] target-sparc: Fix optimized %icc comparisons
,
Richard Henderson
,
11:42
Re: [Qemu-devel] [PATCH] versatile: Push lsi initialization to the end
,
Jan Kiszka
,
11:28
Re: [Qemu-devel] [PATCH] versatile: Push lsi initialization to the end
,
Paolo Bonzini
,
11:18
[Qemu-devel] [PULL] vfio-pci tree 20121008
,
Alex Williamson
,
11:12
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Anthony Liguori
,
11:09
[Qemu-devel] [Bug 1062589] Re: Xp guest disk is corrupted when the data size exceeds 4 GB
,
Paolo Bonzini
,
11:06
Re: [Qemu-devel] EHCI USB regression in 1.2.0 - ehci_state_fetchqtd() asserting
,
Hans de Goede
,
11:02
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Gerd Hoffmann
,
10:58
Re: [Qemu-devel] EHCI USB regression in 1.2.0 - ehci_state_fetchqtd() asserting
,
Johannes Stezenbach
,
10:49
Re: [Qemu-devel] [PATCH 04/12] usb: Add support for input pipelining
,
Hans de Goede
,
10:49
Re: [Qemu-devel] [PATCH 12/30] QAPI: add command for live block commit, 'block-commit'
,
Paolo Bonzini
,
10:38
[Qemu-devel] [Bug 1063807] [NEW] KVM crashes when booting a PointSec encrypted Windows 7
,
Rolando Zappacosta
,
10:35
Re: [Qemu-devel] [Bug 1062201] Re: qemu core dumped by kvm-spice
,
Serge Hallyn
,
10:31
[Qemu-devel] [Bug 1062411] Re: QEMU fails during migration and reports "qemu: VQ 0 size 0x80 Guest index 0x2d6 inconsistent with Host index 0x18: delta 0x2be"
,
Lucas Meneghel Rodrigues
,
10:30
Re: [Qemu-devel] [PATCH] vfio: Fix BAR->VFIODevice translation in vfio_bar_read/write
,
Alex Williamson
,
10:28
[Qemu-devel] [Bug 921208] Re: win7/x64 installer hangs on startup with 0x0000005d.
,
Rolando Zappacosta
,
10:26
[Qemu-devel] [Bug 1062411] Re: QEMU fails during migration and reports "qemu: VQ 0 size 0x80 Guest index 0x2d6 inconsistent with Host index 0x18: delta 0x2be"
,
Paolo Bonzini
,
10:21
[Qemu-devel] [Bug 1062589] Re: Xp guest disk is corrupted when the data size exceeds 4 GB
,
pil926
,
10:16
[Qemu-devel] [Bug 1062201] Re: qemu core dumped by kvm-spice
,
Tom Wijmenga
,
10:11
Re: [Qemu-devel] [PATCH 1/2] usb-redir: Change usbredir_open_chardev into usbredir_create_parser
,
Gerd Hoffmann
,
10:10
Re: [Qemu-devel] [PATCH] kvm: Set default accelerator to "kvm" if the host supports it
,
Alexander Graf
,
10:08
Re: [Qemu-devel] [PATCH] kvm: Set default accelerator to "kvm" if the host supports it
,
Andreas Färber
,
10:03
Re: [Qemu-devel] Using PCI config space to indicate config location
,
Anthony Liguori
,
09:58
Re: [Qemu-devel] [PATCH 2/2] Adding BAR0 for e500 PCI controller
,
Andreas Färber
,
09:58
Re: [Qemu-devel] [PATCH v2] qom: Reject attempts to add a property that already exists
,
Peter Maydell
,
09:57
Re: [Qemu-devel] [RFC PATCH 00/17] Support for multiple "AIO contexts"
,
Paolo Bonzini
,
09:54
[Qemu-devel] [Bug 1062201] Re: qemu core dumped by kvm-spice
,
Serge Hallyn
,
09:50
Re: [Qemu-devel] EHCI USB regression in 1.2.0 - ehci_state_fetchqtd() asserting
,
Hans de Goede
,
09:50
Re: [Qemu-devel] [PATCH v2] qom: Reject attempts to add a property that already exists
,
Peter Maydell
,
09:47
Re: [Qemu-devel] [PATCH v2] qom: Reject attempts to add a property that already exists
,
Peter Crosthwaite
,
09:38
Re: [Qemu-devel] [PATCH v2] qom: Reject attempts to add a property that already exists
,
Anthony Liguori
,
09:29
Re: [Qemu-devel] Building QEMU with multiple CPU targets.
,
Andreas Färber
,
09:17
Re: [Qemu-devel] [PATCH 10/14] qxl: add QXL_IO_MONITORS_CONFIG_ASYNC
,
Paolo Bonzini
,
09:16
Re: [Qemu-devel] [PATCH v2] qom: Reject attempts to add a property that already exists
,
Peter Maydell
,
09:07
Re: [Qemu-devel] EHCI USB regression in 1.2.0 - ehci_state_fetchqtd() asserting
,
Johannes Stezenbach
,
09:01
Re: [Qemu-devel] [PATCH 04/12] usb: Add support for input pipelining
,
Gerd Hoffmann
,
08:50
[Qemu-devel] [PATCH 13/14] PPC: e500: Map PIO space into core memory region
,
Alexander Graf
,
08:24
[Qemu-devel] [PATCH 12/14] xen_platform: convert PIO to new memory api read/write
,
Alexander Graf
,
08:24
[Qemu-devel] [PATCH 11/14] vmport: convert PIO to new memory api read/write
,
Alexander Graf
,
08:24
[Qemu-devel] [PATCH 10/14] serial: convert PIO to new memory api read/write
,
Alexander Graf
,
08:24
[Qemu-devel] [PATCH 07/14] pc port92: convert PIO to new memory api read/write
,
Alexander Graf
,
08:24
[Qemu-devel] [PATCH 03/14] es1370: convert PIO to new memory api read/write
,
Alexander Graf
,
08:24
[Qemu-devel] [PATCH 14/14] PPC: pseries: Remove hack for PIO window
,
Alexander Graf
,
08:24
[Qemu-devel] [PATCH 01/14] ac97: convert PIO to new memory api read/write
,
Alexander Graf
,
08:24
[Qemu-devel] [PATCH 09/14] rtl8139: convert PIO to new memory api read/write
,
Alexander Graf
,
08:24
[Qemu-devel] [PATCH 08/14] pckbd: convert PIO to new memory api read/write
,
Alexander Graf
,
08:24
[Qemu-devel] [PATCH 02/14] virtio-pci: convert PIO to new memory api read/write
,
Alexander Graf
,
08:24
[Qemu-devel] [PATCH 00/14] Remove old_portio users for memory region PIO mapping
,
Alexander Graf
,
08:24
[Qemu-devel] [PATCH 04/14] i8254: convert PIO to new memory api read/write
,
Alexander Graf
,
08:24
[Qemu-devel] [PATCH 06/14] mc146818rtc: convert PIO to new memory api read/write
,
Alexander Graf
,
08:24
[Qemu-devel] [PATCH 05/14] m48t59: convert PIO to new memory api read/write
,
Alexander Graf
,
08:24
Re: [Qemu-devel] [PATCH v1 04/23] xen_pt: use separate MemoryListeners for memory and I/O
,
Stefano Stabellini
,
08:19
[Qemu-devel] [PATCH 4/4] net: consolidate NetClientState header files into one
,
Stefan Hajnoczi
,
08:03
[Qemu-devel] [PATCH 2/4] e1000: update nc.link_down in e1000_post_load()
,
Stefan Hajnoczi
,
08:03
[Qemu-devel] [PATCH 3/4] virtio-net: update nc.link_down in virtio_net_load()
,
Stefan Hajnoczi
,
08:03
[Qemu-devel] [PULL 0/4] Net patches
,
Stefan Hajnoczi
,
08:03
[Qemu-devel] [PATCH 1/4] rtl8139: implement 8139cp link status
,
Stefan Hajnoczi
,
08:03
[Qemu-devel] [PATCH v2] target-i386: initialize APIC at CPU level
,
Igor Mammedov
,
08:01
Re: [Qemu-devel] [RFC PATCH 00/17] Support for multiple "AIO contexts"
,
Stefan Hajnoczi
,
07:39
Re: [Qemu-devel] EHCI USB regression in 1.2.0 - ehci_state_fetchqtd() asserting
,
Hans de Goede
,
07:26
Re: [Qemu-devel] Building QEMU with multiple CPU targets.
,
Evgeny Voevodin
,
07:18
Re: [Qemu-devel] [PATCH] hw/qxl: qxl_dirty_surfaces: use uintptr_t
,
Gerd Hoffmann
,
07:10
Re: [Qemu-devel] RFC: making QMP query-block more useful
,
Daniel P. Berrange
,
07:02
Re: [Qemu-devel] Building QEMU with multiple CPU targets.
,
Peter Maydell
,
06:54
[Qemu-devel] [PATCH 4/8] hw/qxl: exit on failure to register qxl interface
,
Gerd Hoffmann
,
06:50
[Qemu-devel] [PATCH 2/8] qxl/update_area_io: cleanup invalid parameters handling
,
Gerd Hoffmann
,
06:50
[Qemu-devel] [PATCH 5/8] hw/qxl: fix condition for exiting guest_bug
,
Gerd Hoffmann
,
06:50
[Qemu-devel] [PATCH 1/8] qxl: always update displaysurface on resize
,
Gerd Hoffmann
,
06:50
[Qemu-devel] [PATCH 7/8] spice: raise requirement to 0.12
,
Gerd Hoffmann
,
06:50
[Qemu-devel] [PATCH 6/8] hw/qxl: qxl_dirty_surfaces: use uintptr_t
,
Gerd Hoffmann
,
06:50
[Qemu-devel] [PATCH 8/8] qxl: set default revision to 4
,
Gerd Hoffmann
,
06:50
[Qemu-devel] [PATCH 3/8] qxl: fix range check for rev3 io commands.
,
Gerd Hoffmann
,
06:50
[Qemu-devel] [PULL 0/8] spice patch queue
,
Gerd Hoffmann
,
06:50
[Qemu-devel] [PATCH] vfio: Fix BAR->VFIODevice translation in vfio_bar_read/write
,
Jan Kiszka
,
06:45
Re: [Qemu-devel] [PATCH 1/1] kvmclock: fix guest stop notification
,
Amit Shah
,
06:43
Re: [Qemu-devel] [PATCH 1/1] kvmclock: fix guest stop notification
,
Amit Shah
,
06:40
[Qemu-devel] [PATCH v10 07/14] target-mips-ase-dsp: Add GPR-based shift instructions
,
Jia Liu
,
05:55
[Qemu-devel] [PATCH v10 06/14] target-mips-ase-dsp: Add arithmetic instructions
,
Jia Liu
,
05:49
Re: [Qemu-devel] bug in popcnt emulation with some register operand(s)?
,
Andriy Gapon
,
05:02
[Qemu-devel] [PATCH v10 13/14] target-mips-ase-dsp: Add testcases
,
Jia Liu
,
04:53
[Qemu-devel] [PATCH v10 14/14] target-mips-ase-dsp: Change TODO file
,
Jia Liu
,
04:52
[Qemu-devel] [PATCH v10 12/14] target-mips-ase-dsp: Add MIPS DSP processors
,
Jia Liu
,
04:52
[Qemu-devel] [PATCH v10 11/14] target-mips-ase-dsp: Add DSP accumulator instructions
,
Jia Liu
,
04:52
[Qemu-devel] [PATCH v10 10/14] target-mips-ase-dsp: Add compare-pick instructions
,
Jia Liu
,
04:52
[Qemu-devel] [PATCH v10 09/14] target-mips-ase-dsp: Add bit/manipulation instructions
,
Jia Liu
,
04:52
[Qemu-devel] [PATCH v10 08/14] target-mips-ase-dsp: Add multiply instructions
,
Jia Liu
,
04:52
[Qemu-devel] [PATCH v10 05/14] target-mips-ase-dsp: Add load instructions
,
Jia Liu
,
04:51
[Qemu-devel] [PATCH v10 04/14] target-mips-ase-dsp: Add branch instructions
,
Jia Liu
,
04:51
[Qemu-devel] [PATCH v10 03/14] target-mips-ase-dsp: Use correct acc value to index cpu_HI/cpu_LO rather than using a fix number
,
Jia Liu
,
04:51
[Qemu-devel] [PATCH v10 02/14] target-mips-ase-dsp: Add dsp resources access check
,
Jia Liu
,
04:51
[Qemu-devel] [PATCH v10 01/14] target-mips-ase-dsp: Add internal functions
,
Jia Liu
,
04:51
[Qemu-devel] [PATCH v10 00/14] QEMU MIPS ASE DSP su pport
,
Jia Liu
,
04:51
Re: [Qemu-devel] [PATCH 2/2] Adding BAR0 for e500 PCI controller
,
Alexander Graf
,
04:50
[Qemu-devel] CPU utilization between physical CPU and virtual CPU in KVM
,
Dennis Chen
,
04:35
Re: [Qemu-devel] [PATCH 2/2] Adding BAR0 for e500 PCI controller
,
Bhushan Bharat-R65777
,
04:23
Re: [Qemu-devel] Ping [PATCH 0/2] Add TPCI200 and IP-Octal 232 IndustryPack emulation
,
Alberto Garcia
,
04:03
Re: [Qemu-devel] bug in popcnt emulation with some register operand(s)?
,
malc
,
03:52
[Qemu-devel] [PATCH 11/12] ehci: Improve latency of interrupt delivery and async schedule scanning
,
Hans de Goede
,
03:50
[Qemu-devel] [PATCH 10/12] ehci: Add support for input queuing
,
Hans de Goede
,
03:50
[Qemu-devel] [PATCH 09/12] ehci: Set int flag on a short input packet
,
Hans de Goede
,
03:50
[Qemu-devel] [PATCH 12/12] ehci: Speed up the timer of raising int from the async schedule
,
Hans de Goede
,
03:50
[Qemu-devel] [PATCH 05/12] uhci: Properly unmap packets on cancel / invalid pid
,
Hans de Goede
,
03:50
[Qemu-devel] [PATCH 06/12] uhci: Move checks to continue queuing to uhci_fill_queue()
,
Hans de Goede
,
03:50
[Qemu-devel] [PATCH 04/12] usb: Add support for input pipelining
,
Hans de Goede
,
03:50
[Qemu-devel] [PATCH 03/12] usb-host-linux: Only enabling pipeling for output endpoints
,
Hans de Goede
,
03:50
[Qemu-devel] [PATCH 08/12] ehci: Get rid of packet tbytes field
,
Hans de Goede
,
03:50
[Qemu-devel] [PATCH 07/12] uhci: Add support for input queuing
,
Hans de Goede
,
03:50
[Qemu-devel] [PATCH 01/12] usb-redir: When a packet contains data on a stall, ignore the stall
,
Hans de Goede
,
03:50
Re: [Qemu-devel] [patch 1/7] cirrus_vga: allow configurable vram size
,
Gerd Hoffmann
,
03:50
[Qemu-devel] [PATCH 02/12] usb-redir: Add support for 32 bits bulk packet length
,
Hans de Goede
,
03:50
[Qemu-devel] [PATCH 00/12] RFC: usb: input pipelining support and other speedups
,
Hans de Goede
,
03:50
Re: [Qemu-devel] [Bug 1062201] Re: qemu core dumped by kvm-spice
,
Tom Wijmenga
,
03:41
Re: [Qemu-devel] [PATCH] hw/arm_boot.c: bump initrd address (again) to accommodate large kernels
,
Peter Maydell
,
03:34
Re: [Qemu-devel] [PATCH] Require spice-server 0.12.0 and spice-protocol 0.12.2
,
Gerd Hoffmann
,
03:33
Re: [Qemu-devel] [PATCH 02/17] event_notifier: enable it to use pipes
,
Stefan Hajnoczi
,
03:03
Re: [Qemu-devel] [PATCH] versatile: Push lsi initialization to the end
,
Jan Kiszka
,
02:52
[Qemu-devel] Building QEMU with multiple CPU targets.
,
Peter Crosthwaite
,
02:39
Re: [Qemu-devel] [Qemu-trivial] [PATCH] sheepdog: use bool for boolean variables
,
Stefan Hajnoczi
,
02:34
Re: [Qemu-devel] [Qemu-trivial] [PATCH] configure: Tidy up remnants of non-64-bit physaddrs
,
Stefan Hajnoczi
,
02:29
Re: [Qemu-devel] [PATCH] target-sparc register window handling
,
Aurelien Jarno
,
02:18
Re: [Qemu-devel] [Qemu-trivial] [PATCH] sheepdog: use bool for boolean variables
,
Stefan Hajnoczi
,
02:10
Re: [Qemu-devel] buildbot failure in qemu on default_mingw32
,
Stefan Hajnoczi
,
02:07
Re: [Qemu-devel] [Bug 1062589] [NEW] Xp guest disk is corrupted when the data size exceeds 4 GB
,
Stefan Hajnoczi
,
02:04
[Qemu-devel] [PATCH v9 11/13] xilinx_zynq: Added SPI controllers + flashes
,
Peter Crosthwaite
,
01:05
[Qemu-devel] [PATCH v9 09/13] petalogix-ml605: added SPI controller with n25q128
,
Peter Crosthwaite
,
01:04
[Qemu-devel] [PATCH v9 08/13] xilinx_spi: Initial impl. of Xilinx SPI controller
,
Peter Crosthwaite
,
00:55
[Qemu-devel] [PATCH v9 13/13] ssi: Add slave autoconnect helper
,
Peter Crosthwaite
,
00:20
[Qemu-devel] [PATCH v9 12/13] MAINTAINERS: Added maintainerships for SSI
,
Peter Crosthwaite
,
00:20
[Qemu-devel] [PATCH v9 10/13] xilinx_spips: Xilinx Zynq SPI cntrlr device model
,
Peter Crosthwaite
,
00:20
[Qemu-devel] [PATCH v9 07/13] m25p80: Initial implementation of SPI flash device
,
Peter Crosthwaite
,
00:19
[Qemu-devel] [PATCH v9 06/13] hw: Added generic FIFO API.
,
Peter Crosthwaite
,
00:19
[Qemu-devel] [PATCH v9 05/13] stellaris: Removed SSI mux
,
Peter Crosthwaite
,
00:19
[Qemu-devel] [PATCH v9 04/13] qdev: allow multiple qdev_init_gpio_in() calls
,
Peter Crosthwaite
,
00:19
[Qemu-devel] [PATCH v9 03/13] ssi: Added create_slave_no_init()
,
Peter Crosthwaite
,
00:19
[Qemu-devel] [PATCH v9 02/13] ssi: Implemented CS behaviour
,
Peter Crosthwaite
,
00:19
[Qemu-devel] [PATCH v9 01/13] ssi: Support for multiple attached devices
,
Peter Crosthwaite
,
00:19
[Qemu-devel] [PATCH v9 00/13] Ehnahced SSI bus support + M25P80 SPI flash + Xilinx SPI controller
,
Peter Crosthwaite
,
00:19
October 07, 2012
[Qemu-devel] bug in popcnt emulation with some register operand(s)?
,
Andriy Gapon
,
22:29
[Qemu-devel] Using PCI config space to indicate config location
,
Rusty Russell
,
22:24
Re: [Qemu-devel] [Qemu-ppc] [PATCH v10 1/1] Add USB option in machine options
,
Li Zhang
,
22:09
Re: [Qemu-devel] [PATCH V6 1/5] libqblock build system
,
wenchao xia
,
21:39
Re: [Qemu-devel] [PATCH] hw/arm_boot.c: bump initrd address (again) to accommodate large kernels
,
Peter Crosthwaite
,
20:09
Re: [Qemu-devel] [PATCH 23/23] target-sparc: Optimize conditionals using SUBCC
,
Aurelien Jarno
,
18:40
Re: [Qemu-devel] [PATCH] hw/arm_boot.c: bump initrd address (again) to accommodate large kernels
,
Peter Maydell
,
18:36
[Qemu-devel] [PATCH] hw/arm_boot.c: bump initrd address (again) to accommodate large kernels
,
Cole Robinson
,
18:27
Re: [Qemu-devel] Win2k broken by kvmvapic
,
Jan Kiszka
,
16:55
Re: [Qemu-devel] [PATCH V6 1/5] libqblock build system
,
Blue Swirl
,
16:35
Re: [Qemu-devel] [PATCH 14/14] i386: optimize setcc instructions
,
Blue Swirl
,
15:58
Re: [Qemu-devel] [PATCH 13/14] i386: optimize setbe
,
Blue Swirl
,
15:43
Re: [Qemu-devel] [PATCH] exec: Don't request an address for code_gen_buffer if -fpie
,
Blue Swirl
,
15:41
Re: [Qemu-devel] [PATCH 12/14] i386: change gen_setcc_slow_T0 to gen_setcc_slow
,
Blue Swirl
,
15:36
Re: [Qemu-devel] [PATCH 11/14] i386: convert gen_compute_eflags_c to TCG
,
Blue Swirl
,
15:35
Re: [Qemu-devel] [PATCH] exec: Don't request an address for code_gen_buffer if -fpie
,
Richard Henderson
,
15:20
Re: [Qemu-devel] [PATCH 10/14] i386: use inverted setcond when computing NS or NZ
,
Blue Swirl
,
15:20
Re: [Qemu-devel] [PATCH 09/14] i386: do not call helper to compute ZF/SF
,
Blue Swirl
,
15:17
Re: [Qemu-devel] [PATCH 23/23] target-sparc: Optimize conditionals using SUBCC
,
Richard Henderson
,
15:17
Re: [Qemu-devel] [PATCH 08/14] i386: do not compute eflags multiple times consecutively
,
Blue Swirl
,
15:09
Re: [Qemu-devel] [PATCH 07/14] i386: add helper functions to get other flags
,
Blue Swirl
,
15:04
[Qemu-devel] [PATCH] MAINTAINERS: Update email address for Stefan Hajnoczi
,
Stefan Hajnoczi
,
15:04
[Qemu-devel] [Bug 1063281] [NEW] qemu-kvm-1.2.0+noroms cannot be rebuilt with spice and usb redirection enabled at a time
,
Boris Derzhavets
,
15:04
Re: [Qemu-devel] [PATCH 02/14] i386: introduce gen_ext_tl
,
Blue Swirl
,
14:53
Re: [Qemu-devel] [PATCH 01/14] i386: use OT_* consistently
,
Blue Swirl
,
14:50
Re: [Qemu-devel] [PATCH 23/23] target-sparc: Optimize conditionals using SUBCC
,
Blue Swirl
,
14:48
Re: [Qemu-devel] [PATCH 00/23] target-sparc comparison improvements
,
Blue Swirl
,
14:45
Re: [Qemu-devel] [PATCH] tcg: Remove redundant pointer from TCGContext
,
Blue Swirl
,
14:43
Re: [Qemu-devel] Win2k broken by kvmvapic
,
Blue Swirl
,
14:41
Re: [Qemu-devel] [PATCH] qemu-barrier: Fix compilation on i386 hosts
,
Aurelien Jarno
,
14:10
Re: [Qemu-devel] Win2k broken by kvmvapic
,
Jan Kiszka
,
13:25
Re: [Qemu-devel] [PATCH] exec: Don't request an address for code_gen_buffer if -fpie
,
Blue Swirl
,
12:34
Re: [Qemu-devel] [PATCH] qemu-barrier: Fix compilation on i386 hosts
,
Blue Swirl
,
12:11
[Qemu-devel] Win2k broken by kvmvapic
,
Blue Swirl
,
11:23
[Qemu-devel] [PATCH] hw/qxl: qxl_dirty_surfaces: use uintptr_t
,
Alon Levy
,
11:03
[Qemu-devel] [PATCH v1 17/23] memory: use AddressSpace for MemoryListener filtering
,
Avi Kivity
,
09:35
[Qemu-devel] [PATCH v1 18/23] s390: avoid reaching into memory core internals
,
Avi Kivity
,
09:35
[Qemu-devel] [PATCH v1 23/23] pci: honor PCI_COMMAND_MASTER
,
Avi Kivity
,
09:24
Re: [Qemu-devel] [PATCH v2] Make target_phys_addr_t 64 bits unconditionally
,
Avi Kivity
,
09:16
[Qemu-devel] [PATCH v1 16/23] memory: move tcg flush into a tcg memory listener
,
Avi Kivity
,
08:55
Re: [Qemu-devel] [PATCH 2/2] Adding BAR0 for e500 PCI controller
,
Avi Kivity
,
08:41
[Qemu-devel] [PATCH v1 22/23] pci: give each device its own address space
,
Avi Kivity
,
08:39
[Qemu-devel] [PATCH v1 21/23] memory: add address_space_destroy()
,
Avi Kivity
,
08:39
[Qemu-devel] [PATCH v1 19/23] memory: per-AddressSpace dispatch
,
Avi Kivity
,
08:39
[Qemu-devel] [PATCH v1 20/23] dma: make dma access its own address space
,
Avi Kivity
,
08:39
[Qemu-devel] [PATCH v1 13/23] xen: use new MEMORY_LISTENER_DEFAULT_OPS
,
Avi Kivity
,
08:39
[Qemu-devel] [PATCH v1 12/23] kvm: use new MEMORY_LISTENER_DEFAULT_OPS
,
Avi Kivity
,
08:39
[Qemu-devel] [PATCH v1 11/23] xen_pt: use new MEMORY_LISTENER_DEFAULT_OPS
,
Avi Kivity
,
08:39
[Qemu-devel] [PATCH v1 14/23] memory: manage coalesced mmio via a MemoryListener
,
Avi Kivity
,
08:39
[Qemu-devel] [PATCH v1 15/23] memory: move address_space_memory and address_space_io out of memory core
,
Avi Kivity
,
08:39
[Qemu-devel] [PATCH v1 09/23] memory: use new MEMORY_LISTENER_DEFAULT_OPS
,
Avi Kivity
,
08:39
[Qemu-devel] [PATCH v1 10/23] vfio: use new MEMORY_LISTENER_DEFAULT_OPS
,
Avi Kivity
,
08:39
[Qemu-devel] [PATCH v1 08/23] memory: provide defaults for MemoryListener operations
,
Avi Kivity
,
08:39
[Qemu-devel] [PATCH v1 07/23] memory: maintain a list of address spaces
,
Avi Kivity
,
08:39
[Qemu-devel] [PATCH v1 06/23] memory: export AddressSpace
,
Avi Kivity
,
08:39
[Qemu-devel] [PATCH v1 05/23] memory: prepare AddressSpace for exporting
,
Avi Kivity
,
08:38
[Qemu-devel] [PATCH v1 04/23] xen_pt: use separate MemoryListeners for memory and I/O
,
Avi Kivity
,
08:38
[Qemu-devel] [PATCH v1 03/23] kvm: use separate MemoryListeners for memory and I/O
,
Avi Kivity
,
08:38
[Qemu-devel] [PATCH v1 02/23] vhost: use MemoryListener filtering to only monitor RAM address space
,
Avi Kivity
,
08:38
[Qemu-devel] [PATCH v1 01/23] memory: rename 'exec-obsolete.h'
,
Avi Kivity
,
08:38
[Qemu-devel] [PATCH v1 00/23] Integrate DMA into the memory API
,
Avi Kivity
,
08:38
Re: [Qemu-devel] [PATCH 2/2] Adding BAR0 for e500 PCI controller
,
Alexander Graf
,
07:57
Re: [Qemu-devel] [RFC v1 19/22] memory: per-AddressSpace dispatch
,
Avi Kivity
,
06:35
Re: [Qemu-devel] [PATCH] build: rm libhw
,
Avi Kivity
,
06:29
Re: [Qemu-devel] [PATCH v2] Make target_phys_addr_t 64 bits unconditionally
,
Avi Kivity
,
06:26
Re: [Qemu-devel] Ping [PATCH 0/2] Add TPCI200 and IP-Octal 232 IndustryPack emulation
,
Avi Kivity
,
06:19
Re: [Qemu-devel] Ping [PATCH 0/2] Add TPCI200 and IP-Octal 232 IndustryPack emulation
,
Avi Kivity
,
06:14
Re: [Qemu-devel] [PATCH 2/2] Adding BAR0 for e500 PCI controller
,
Avi Kivity
,
05:48
Re: [Qemu-devel] [PATCH 10/14] qxl: add QXL_IO_MONITORS_CONFIG_ASYNC
,
Alon Levy
,
05:35
[Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
,
Wessel Dankers
,
03:16
[Qemu-devel] [PATCH V6 5/5] libqblock test example
,
Wenchao Xia
,
01:35
[Qemu-devel] [PATCH V6 3/5] libqblock API
,
Wenchao Xia
,
01:35
[Qemu-devel] [PATCH V6 2/5] libqblock type defines
,
Wenchao Xia
,
01:35
[Qemu-devel] [PATCH V6 4/5] libqblock test build system
,
Wenchao Xia
,
01:35
[Qemu-devel] [PATCH V6 1/5] libqblock build system
,
Wenchao Xia
,
01:35
[Qemu-devel] [PATCH V6 0/5] libqblock qemu block layer library
,
Wenchao Xia
,
01:35
October 06, 2012
Re: [Qemu-devel] [PATCH] PPC: e500: Only expose even TLB sizes in initial TLB
,
Alexander Graf
,
16:08
Re: [Qemu-devel] Enablig DLPAR capacity on QEMU pSeries
,
Benjamin Herrenschmidt
,
15:40
Re: [Qemu-devel] [PULL 0/8] target-arm queue
,
Aurelien Jarno
,
15:16
[Qemu-devel] [PATCH 4/4 v3] vmware_vga: Allow simple drivers to work without using the fifo
,
BALATON Zoltan
,
14:36
Re: [Qemu-devel] [PULL 00/34] ppc patch queue 2012-10-04
,
Aurelien Jarno
,
14:35
Re: [Qemu-devel] [PULL 00/12] Trivial patches for 24 September to 5 October 2012
,
Aurelien Jarno
,
14:35
Re: [Qemu-devel] [PATCH] qemu-barrier: Fix compilation on i386 hosts
,
Aurelien Jarno
,
14:35
Re: [Qemu-devel] [PATCH] PPC: e500: Only expose even TLB sizes in initial TLB
,
Aurelien Jarno
,
14:35
Re: [Qemu-devel] [PATCH 0/3] TCGCond improvements
,
Aurelien Jarno
,
14:35
Re: [Qemu-devel] [PATCH] PPC: KVM: Fix BAT put
,
Aurelien Jarno
,
14:35
[Qemu-devel] [PATCH 3/4 v3] vmware_vga: Return a value for FB_SIZE before the device is enabled
,
BALATON Zoltan
,
14:35
[Qemu-devel] [PATCH 2/4 v3] vmware_vga: Remove duplicated info from local state
,
BALATON Zoltan
,
14:34
[Qemu-devel] [PATCH 1/4 v3] vmware_vga: Coding style cleanup
,
BALATON Zoltan
,
14:34
[Qemu-devel] DVD-Video on qemu guest
,
Dalvik Khertel
,
14:32
[Qemu-devel] [PATCH] sheepdog: use bool for boolean variables
,
MORITA Kazutaka
,
12:58
Re: [Qemu-devel] Enablig DLPAR capacity on QEMU pSeries
,
David Gibson
,
11:37
Re: [Qemu-devel] [PATCH v9 13/14] target-mips-ase-dsp: Add testcases
,
Aurelien Jarno
,
10:53
Re: [Qemu-devel] [PATCH v9 14/14] target-mips-ase-dsp: Change TODO file
,
Aurelien Jarno
,
10:52
Re: [Qemu-devel] [PATCH v9 11/14] target-mips-ase-dsp: Add DSP accumulator instructions
,
Aurelien Jarno
,
10:52
Re: [Qemu-devel] [PATCH v9 08/14] target-mips-ase-dsp: Add multiply instructions
,
Aurelien Jarno
,
10:52
Re: [Qemu-devel] [PATCH v9 10/14] target-mips-ase-dsp: Add compare-pick instructions
,
Aurelien Jarno
,
10:52
Re: [Qemu-devel] [PATCH v9 12/14] target-mips-ase-dsp: Add MIPS DSP processors
,
Aurelien Jarno
,
10:52
Re: [Qemu-devel] [PATCH v9 06/14] target-mips-ase-dsp: Add arithmetic instructions
,
Aurelien Jarno
,
10:52
Re: [Qemu-devel] [PATCH v9 09/14] target-mips-ase-dsp: Add bit/manipulation instructions
,
Aurelien Jarno
,
10:52
Re: [Qemu-devel] [PATCH v9 07/14] target-mips-ase-dsp: Add GPR-based shift instructions
,
Aurelien Jarno
,
10:52
Re: [Qemu-devel] [PATCH v9 01/14] target-mips-ase-dsp: Add internal funtions
,
Aurelien Jarno
,
10:52
Re: [Qemu-devel] [PATCH v9 05/14] target-mips-ase-dsp: Add load instructions
,
Aurelien Jarno
,
10:51
Re: [Qemu-devel] [PATCH v9 04/14] target-mips-ase-dsp: Add branch instructions
,
Aurelien Jarno
,
10:51
Re: [Qemu-devel] [PATCH v9 03/14] target-mips-ase-dsp: Use correct acc value to index cpu_HI/cpu_LO rather than using a fix number
,
Aurelien Jarno
,
10:51
Re: [Qemu-devel] [PATCH v9 02/14] target-mips-ase-dsp: Add dsp resources access check
,
Aurelien Jarno
,
10:51
[Qemu-devel] [PATCH 14/14] i386: optimize setcc instructions
,
Paolo Bonzini
,
08:31
[Qemu-devel] [PATCH 11/14] i386: convert gen_compute_eflags_c to TCG
,
Paolo Bonzini
,
08:31
[Qemu-devel] [PATCH 12/14] i386: change gen_setcc_slow_T0 to gen_setcc_slow
,
Paolo Bonzini
,
08:31
[Qemu-devel] [PATCH 13/14] i386: optimize setbe
,
Paolo Bonzini
,
08:31
[Qemu-devel] [PATCH 10/14] i386: use inverted setcond when computing NS or NZ
,
Paolo Bonzini
,
08:31
[Qemu-devel] [PATCH 05/14] i386: move eflags computation closer to gen_op_set_cc_op
,
Paolo Bonzini
,
08:31
[Qemu-devel] [PATCH 08/14] i386: do not compute eflags multiple times consecutively
,
Paolo Bonzini
,
08:31
[Qemu-devel] [PATCH 09/14] i386: do not call helper to compute ZF/SF
,
Paolo Bonzini
,
08:31
[Qemu-devel] [PATCH 06/14] i386: factor gen_op_set_cc_op/tcg_gen_discard_tl around computing flags
,
Paolo Bonzini
,
08:31
[Qemu-devel] [PATCH 07/14] i386: add helper functions to get other flags
,
Paolo Bonzini
,
08:30
[Qemu-devel] [PATCH 02/14] i386: introduce gen_ext_tl
,
Paolo Bonzini
,
08:30
[Qemu-devel] [PATCH 04/14] i386: drop cc_op argument of gen_jcc1
,
Paolo Bonzini
,
08:30
[Qemu-devel] [PATCH 03/14] i386: factor setting of s->cc_op handling for string functions
,
Paolo Bonzini
,
08:30
[Qemu-devel] [PATCH 01/14] i386: use OT_* consistently
,
Paolo Bonzini
,
08:30
[Qemu-devel] [CFT PATCH 00/14] Improve handling of x86 condition codes (tcg)
,
Paolo Bonzini
,
08:30
Re: [Qemu-devel] MIPS DSP for Qemu
,
Aurelien Jarno
,
08:03
Re: [Qemu-devel] Ping [PATCH 0/2] Add TPCI200 and IP-Octal 232 IndustryPack emulation
,
Alberto Garcia
,
07:29
[Qemu-devel] [PATCH] qemu-barrier: Fix compilation on i386 hosts
,
Stefan Weil
,
06:46
[Qemu-devel] [Bug 1062589] Re: Xp guest disk is corrupted when the data size exceeds 4 GB
,
pil926
,
06:30
Re: [Qemu-devel] [PATCH] target-sparc register window handling
,
Aurelien Jarno
,
06:15
[Qemu-devel] [Bug 1062589] [NEW] Xp guest disk is corrupted when the data size exceeds 4 GB
,
pil926
,
00:07
October 05, 2012
Re: [Qemu-devel] [PATCH v9 00/14] QEMU MIPS ASE DSP support
,
Jia Liu
,
22:34
Re: [Qemu-devel] [PATCH] versatile: Push lsi initialization to the end
,
Peter Maydell
,
22:14
[Qemu-devel] [PATCH] PPC: Bamboo: Fix memory size DT property
,
Alexander Graf
,
20:19
[Qemu-devel] [PATCH] target-sparc register window handling
,
Richard Henderson
,
20:08
[Qemu-devel] [PATCH] target-sparc: Use TCG registers for windowed registers
,
Richard Henderson
,
20:05
[Qemu-devel] [PATCH 20/23] target-sparc: Use movcond for FMOV*R
,
Richard Henderson
,
19:56
[Qemu-devel] [PATCH 19/23] target-sparc: Use movcond in mulscc
,
Richard Henderson
,
19:56
[Qemu-devel] [PATCH 22/23] target-sparc: Fall through from not-taken trap
,
Richard Henderson
,
19:56
[Qemu-devel] [PATCH 23/23] target-sparc: Optimize conditionals using SUBCC
,
Richard Henderson
,
19:56
[Qemu-devel] [PATCH 21/23] target-sparc: Cleanup "global" temporary allocation
,
Richard Henderson
,
19:56
[Qemu-devel] [PATCH 15/23] target-sparc: Use movcond in gen_generic_branch
,
Richard Henderson
,
19:56
[Qemu-devel] [PATCH 14/23] target-sparc: Use DisasCompare and movcond in MOVR
,
Richard Henderson
,
19:56
[Qemu-devel] [PATCH 16/23] target-sparc: Move sdivx and udivx out of line
,
Richard Henderson
,
19:56
[Qemu-devel] [PATCH 04/23] target-sparc: Tidy flush_cond interface
,
Richard Henderson
,
19:56
[Qemu-devel] [PATCH 18/23] target-sparc: Move taddcctv and tsubcctv out of line
,
Richard Henderson
,
19:56
[Qemu-devel] [PATCH 13/23] target-sparc: Use DisasCompare and movcond in MOVCC
,
Richard Henderson
,
19:56
[Qemu-devel] [PATCH 11/23] target-sparc: Use DisasCompare in Tcc
,
Richard Henderson
,
19:56
[Qemu-devel] [PATCH 12/23] target-sparc: Use DisasCompare and movcond in FMOVR, FMOVCC
,
Richard Henderson
,
19:56
[Qemu-devel] [PATCH 17/23] target-sparc: Tidy Tcc
,
Richard Henderson
,
19:56
[Qemu-devel] [PATCH 09/23] target-sparc: Tidy gen_generic_branch interface
,
Richard Henderson
,
19:56
[Qemu-devel] [PATCH 08/23] target-sparc: Tidy save_npc interface
,
Richard Henderson
,
19:56
[Qemu-devel] [PATCH 06/23] target-sparc: Tidy save_state interface
,
Richard Henderson
,
19:55
[Qemu-devel] [PATCH 10/23] target-sparc: Introduce DisasCompare and functions to generate it
,
Richard Henderson
,
19:55
[Qemu-devel] [PATCH 05/23] target-sparc: Tidy gen_trap_ifnofpu interface
,
Richard Henderson
,
19:55
[Qemu-devel] [PATCH 07/23] target-sparc: Tidy gen_mov_pc_npc interface
,
Richard Henderson
,
19:55
[Qemu-devel] [PATCH 03/23] target-sparc: Tidy do_branch interfaces
,
Richard Henderson
,
19:55
[Qemu-devel] [PATCH 02/23] target-sparc: Make CPU_LOG_INT useful by default
,
Richard Henderson
,
19:55
[Qemu-devel] [PATCH 01/23] target-sparc: Tidy cpu_dump_state
,
Richard Henderson
,
19:55
[Qemu-devel] [PATCH 00/23] target-sparc comparison improvements
,
Richard Henderson
,
19:55
[Qemu-devel] RFC: making QMP query-block more useful
,
Eric Blake
,
19:52
[Qemu-devel] buildbot failure in qemu on default_mingw32
,
qemu
,
19:51
Re: [Qemu-devel] [PATCH] qtest: implement QTEST_STOP
,
Anthony Liguori
,
17:20
Re: [Qemu-devel] [PATCH 1/3] rtc: fix overflow in mktimegm
,
Anthony Liguori
,
17:20
Re: [Qemu-devel] [PATCH] Remove libhw
,
Anthony Liguori
,
17:17
Re: [Qemu-devel] [PATCHv3 01/20] scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL
,
Anthony Liguori
,
17:17
Re: [Qemu-devel] Enablig DLPAR capacity on QEMU pSeries
,
Benjamin Herrenschmidt
,
16:56
Re: [Qemu-devel] [QEMU PATCH] create struct for machine initialization arguments (v2)
,
Eric Blake
,
16:54
Re: [Qemu-devel] Enablig DLPAR capacity on QEMU pSeries
,
Benjamin Herrenschmidt
,
16:49
[Qemu-devel] [QEMU PATCH] create struct for machine initialization arguments (v3)
,
Eduardo Habkost
,
16:44
Re: [Qemu-devel] [QEMU PATCH] create struct for machine initialization arguments (v2)
,
Eduardo Habkost
,
16:39
Re: [Qemu-devel] [QEMU PATCH] create struct for machine initialization arguments (v2)
,
Max Filippov
,
16:33
Re: [Qemu-devel] [PATCH] Remove TARGET_PHYS_ADDR_BITS define completely
,
Alexander Graf
,
16:23
[Qemu-devel] [QEMU PATCH] create struct for machine initialization arguments (v2)
,
Eduardo Habkost
,
16:22
Re: [Qemu-devel] [QEMU PATCH] create struct for machine initialization arguments
,
Eduardo Habkost
,
16:09
[Qemu-devel] [PATCH] Call MADV_HUGEPAGE for guest RAM allocations
,
Luiz Capitulino
,
16:03
[Qemu-devel] [PATCH] vfio-pci: Clang cleanup
,
Alex Williamson
,
15:34
Re: [Qemu-devel] [PATCH 3/4] qemu-config: Add -drive fd and opaque options
,
Corey Bryant
,
14:58
Re: [Qemu-devel] [PATCH 3/4] qemu-config: Add -drive fd and opaque options
,
Eric Blake
,
14:51
Re: [Qemu-devel] [PATCH 1/4] monitor: Less restrictive fd matching for fd sets
,
Corey Bryant
,
14:51
Re: [Qemu-devel] [PATCH 3/4] qemu-config: Add -drive fd and opaque options
,
Corey Bryant
,
14:48
Re: [Qemu-devel] [QEMU PATCH] create struct for machine initialization arguments
,
Alexander Graf
,
14:45
Re: [Qemu-devel] [PATCH 3/4] qemu-config: Add -drive fd and opaque options
,
Corey Bryant
,
14:45
Re: [Qemu-devel] [patch 0/7] qemu-kvm compat (v3)
,
Jan Kiszka
,
14:39
Re: [Qemu-devel] [PATCH 0/4] command line fd passing using fd sets
,
Corey Bryant
,
14:38
[Qemu-devel] [QEMU PATCH] create struct for machine initialization arguments
,
Eduardo Habkost
,
14:37
Re: [Qemu-devel] [PATCH 1/4] monitor: Less restrictive fd matching for fd sets
,
Eric Blake
,
14:35
Re: [Qemu-devel] [PATCH 3/4] qemu-config: Add -drive fd and opaque options
,
Eric Blake
,
14:30
Re: [Qemu-devel] [PATCH 0/4] command line fd passing using fd sets
,
Eric Blake
,
14:26
Re: [Qemu-devel] [PATCH 3/4] qemu-config: Add -drive fd and opaque options
,
Blue Swirl
,
14:26
Re: [Qemu-devel] [PATCH v6 3/4] vfio: vfio-pci device assignment driver
,
Alex Williamson
,
14:23
Re: [Qemu-devel] [PATCH v6 3/4] vfio: vfio-pci device assignment driver
,
Blue Swirl
,
14:12
[Qemu-devel] [PATCH 1/4] monitor: Less restrictive fd matching for fd sets
,
Corey Bryant
,
14:09
[Qemu-devel] [PATCH 4/4] blockdev: Process -drive fd and opaque options
,
Corey Bryant
,
14:09
[Qemu-devel] [PATCH 2/4] monitor: Enable adding an inherited fd to an fd set
,
Corey Bryant
,
14:09
[Qemu-devel] [PATCH 0/4] command line fd passing using fd sets
,
Corey Bryant
,
14:08
[Qemu-devel] [PATCH 3/4] qemu-config: Add -drive fd and opaque options
,
Corey Bryant
,
14:08
Re: [Qemu-devel] [PATCH 12/30] QAPI: add command for live block commit, 'block-commit'
,
Eric Blake
,
14:06
Re: [Qemu-devel] [PATCH] versatile: Push lsi initialization to the end
,
Jan Kiszka
,
14:01
[Qemu-devel] [patch 4/7] Use global properties to emulate -no-kvm-pit-reinjection
,
Marcelo Tosatti
,
13:52
[Qemu-devel] [patch 2/7] Use machine options to emulate -no-kvm-irqchip
,
Marcelo Tosatti
,
13:52
[Qemu-devel] [patch 6/7] Issue warning when deprecated -tdf option is used
,
Marcelo Tosatti
,
13:52
[Qemu-devel] [patch 0/7] qemu-kvm compat (v3)
,
Marcelo Tosatti
,
13:52
[Qemu-devel] [patch 7/7] Emulate qemu-kvms -no-kvm option
,
Marcelo Tosatti
,
13:52
[Qemu-devel] [patch 3/7] Issue warning when deprecated -no-kvm-pit is used
,
Marcelo Tosatti
,
13:52
[Qemu-devel] [patch 1/7] cirrus_vga: allow configurable vram size
,
Marcelo Tosatti
,
13:52
[Qemu-devel] [patch 5/7] Issue warning when deprecated drive parameter boot=on|off is used
,
Marcelo Tosatti
,
13:52
[Qemu-devel] [PATCH] Remove libhw
,
Stefan Weil
,
13:45
Re: [Qemu-devel] [PATCH] versatile: Push lsi initialization to the end
,
Peter Maydell
,
13:42
Re: [Qemu-devel] [Qemu-ppc] [PATCH] Workaround to bypass default qemu boot devices passed to SLOF
,
Nikunj A Dadhania
,
13:42
Re: [Qemu-devel] [patch 3/7] Use machine options to emulate -no-kvm-pit
,
Jan Kiszka
,
13:36
Re: [Qemu-devel] [PATCH v6 3/4] vfio: vfio-pci device assignment driver
,
Alex Williamson
,
13:33
[Qemu-devel] [PATCH] versatile: Push lsi initialization to the end
,
Jan Kiszka
,
13:30
Re: [Qemu-devel] [PATCH 12/30] QAPI: add command for live block commit, 'block-commit'
,
Eric Blake
,
13:29
Re: [Qemu-devel] [patch 3/7] Use machine options to emulate -no-kvm-pit
,
Marcelo Tosatti
,
13:29
Re: [Qemu-devel] [patch 0/7] qemu-kvm compat (v2)
,
Marcelo Tosatti
,
13:29
Re: [Qemu-devel] [patch 0/7] qemu-kvm compat (v2)
,
Jan Kiszka
,
13:25
Re: [Qemu-devel] [patch 6/7] Emulate qemu-kvms -tdf option
,
Jan Kiszka
,
13:24
Re: [Qemu-devel] [patch 5/7] Emulate qemu-kvms drive parameter boot=on|off
,
Jan Kiszka
,
13:24
Re: [Qemu-devel] [patch 3/7] Use machine options to emulate -no-kvm-pit
,
Jan Kiszka
,
13:23
Re: [Qemu-devel] [PATCH v6 3/4] vfio: vfio-pci device assignment driver
,
Blue Swirl
,
13:22
Re: [Qemu-devel] [PATCH 1/1] versatilepb: add gpio pl061 support
,
Peter Maydell
,
13:19
[Qemu-devel] [patch 5/7] Emulate qemu-kvms drive parameter boot=on|off
,
Marcelo Tosatti
,
13:16
[Qemu-devel] [patch 4/7] Use global properties to emulate -no-kvm-pit-reinjection
,
Marcelo Tosatti
,
13:15
[Qemu-devel] [patch 6/7] Emulate qemu-kvms -tdf option
,
Marcelo Tosatti
,
13:15
[Qemu-devel] [patch 7/7] Emulate qemu-kvms -no-kvm option
,
Marcelo Tosatti
,
13:15
[Qemu-devel] [patch 1/7] cirrus_vga: allow configurable vram size
,
Marcelo Tosatti
,
13:15
[Qemu-devel] [patch 3/7] Use machine options to emulate -no-kvm-pit
,
Marcelo Tosatti
,
13:15
[Qemu-devel] [patch 2/7] Use machine options to emulate -no-kvm-irqchip
,
Marcelo Tosatti
,
13:15
[Qemu-devel] [patch 0/7] qemu-kvm compat (v2)
,
Marcelo Tosatti
,
13:15
Re: [Qemu-devel] Enablig DLPAR capacity on QEMU pSeries
,
Erlon Cruz
,
13:14
[Qemu-devel] [Bug 1062201] Re: qemu core dumped by kvm-spice
,
Serge Hallyn
,
13:14
[Qemu-devel] [Bug 1062201] Re: qemu core dumped by kvm-spice
,
Serge Hallyn
,
13:14
[Qemu-devel] [Bug 1062201] [NEW] qemu core dumped by kvm-spice
,
Tom Wijmenga
,
13:13
[Qemu-devel] [PATCH 1/1] versatilepb: add gpio pl061 support
,
Jean-Christophe PLAGNIOL-VILLARD
,
13:13
Re: [Qemu-devel] [PATCH v6 3/4] vfio: vfio-pci device assignment driver
,
Alex Williamson
,
13:11
[Qemu-devel] [PATCH] Remove TARGET_PHYS_ADDR_BITS define completely
,
Peter Maydell
,
13:09
Re: [Qemu-devel] [PATCH v2] target-mips: Use TCG registers for the FPU.
,
Aurelien Jarno
,
13:04
Re: [Qemu-devel] [PATCH 0/3] TCGCond improvements
,
Richard Henderson
,
13:00
Re: [Qemu-devel] [PATCH v6 3/4] vfio: vfio-pci device assignment driver
,
Blue Swirl
,
12:54
Re: [Qemu-devel] [PATCH v3 21/22] qidl: qidl.h, definitions for qidl annotations
,
Michael Roth
,
12:47
Re: [Qemu-devel] [PATCH] build: rm libhw
,
Anthony Liguori
,
12:46
Re: [Qemu-devel] [PATCH v2] Make target_phys_addr_t 64 bits unconditionally
,
Peter Maydell
,
12:46
[Qemu-devel] [Bug 1062411] [NEW] QEMU fails during migration and reports "qemu: VQ 0 size 0x80 Guest index 0x2d6 inconsistent with Host index 0x18: delta 0x2be"
,
Lucas Meneghel Rodrigues
,
12:45
[Qemu-devel] [PATCH] configure: Tidy up remnants of non-64-bit physaddrs
,
Peter Maydell
,
12:33
Re: [Qemu-devel] [PATCH] build: rm libhw
,
Blue Swirl
,
12:27
Re: [Qemu-devel] Ping [PATCH 0/2] Add TPCI200 and IP-Octal 232 IndustryPack emulation
,
Blue Swirl
,
12:24
Re: [Qemu-devel] [PATCH 1/2] debugexit: support for custom exit port (LGPL VGA BIOS port 0x501)
,
Blue Swirl
,
12:09
Re: [Qemu-devel] [PATCH v2] Make target_phys_addr_t 64 bits unconditionally
,
Anthony Liguori
,
12:07
[Qemu-devel] [PATCH] build: rm libhw
,
Anthony Liguori
,
12:07
Re: [Qemu-devel] [PATCH v3 21/22] qidl: qidl.h, definitions for qidl annotations
,
Paolo Bonzini
,
11:53
Re: [Qemu-devel] [PATCH v2] Make target_phys_addr_t 64 bits unconditionally
,
Blue Swirl
,
11:47
Re: [Qemu-devel] [PATCH v3 21/22] qidl: qidl.h, definitions for qidl annotations
,
Michael Roth
,
11:41
Re: [Qemu-devel] [PATCH] target-i386: initialize APIC at CPU level
,
Igor Mammedov
,
11:33
Re: [Qemu-devel] [PATCH v3 21/22] qidl: qidl.h, definitions for qidl annotations
,
Paolo Bonzini
,
11:07
Re: [Qemu-devel] MIPS DSP for Qemu
,
Peter Maydell
,
11:07
[Qemu-devel] [PATCH 1/8] cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic
,
Peter Maydell
,
10:57
[Qemu-devel] [PATCH 3/8] target-arm: use globals for CC flags
,
Peter Maydell
,
10:57
[Qemu-devel] [PATCH 5/8] target-arm: convert sar, shl and shr helpers to TCG
,
Peter Maydell
,
10:57
[Qemu-devel] [PATCH 2/8] target-arm: Reinstate display of VFP registers in cpu_dump_state
,
Peter Maydell
,
10:57
[Qemu-devel] [PULL 0/8] target-arm queue
,
Peter Maydell
,
10:57
[Qemu-devel] [PATCH 8/8] target-arm: Drop unused DECODE_CPREG_CRN macro
,
Peter Maydell
,
10:56
[Qemu-devel] [PATCH 6/8] target-arm: mark a few integer helpers const and pure
,
Peter Maydell
,
10:56
Re: [Qemu-devel] [Qemu-ppc] [PATCH] Workaround to bypass default qemu boot devices passed to SLOF
,
Alexander Graf
,
10:55
Re: [Qemu-devel] Ping [PATCH 0/2] Add TPCI200 and IP-Octal 232 IndustryPack emulation
,
Andreas Färber
,
10:54
Re: [Qemu-devel] Ping [PATCH 0/2] Add TPCI200 and IP-Octal 232 IndustryPack emulation
,
Anthony Liguori
,
10:53
Re: [Qemu-devel] [PATCH] Require spice-server 0.12.0 and spice-protocol 0.12.2
,
Søren Sandmann
,
10:52
Re: [Qemu-devel] [PATCH v3] Add infrastructure for QIDL-based device serialization
,
Michael Roth
,
10:52
Re: [Qemu-devel] [PATCH v3 21/22] qidl: qidl.h, definitions for qidl annotations
,
Michael Roth
,
10:50
Re: [Qemu-devel] Enablig DLPAR capacity on QEMU pSeries
,
Anthony Liguori
,
10:42
[Qemu-devel] [PATCH 4/8] target-arm: convert add_cc and sub_cc helpers to TCG
,
Peter Maydell
,
10:35
[Qemu-devel] [PATCH 7/8] target-arm: use deposit instead of hardcoded version
,
Peter Maydell
,
10:35
Re: [Qemu-devel] [PATCH 1/2] debugexit: support for custom exit port (LGPL VGA BIOS port 0x501)
,
Paolo Bonzini
,
10:30
Re: [Qemu-devel] Ping [PATCH 0/2] Add TPCI200 and IP-Octal 232 IndustryPack emulation
,
Paolo Bonzini
,
10:28
Re: [Qemu-devel] [Qemu-ppc] [PATCH] Workaround to bypass default qemu boot devices passed to SLOF
,
Anthony Liguori
,
10:26
Re: [Qemu-devel] [PATCH 1/2] debugexit: support for custom exit port (LGPL VGA BIOS port 0x501)
,
Anthony Liguori
,
10:23
Re: [Qemu-devel] [PATCH v2] target-mips: Use TCG registers for the FPU.
,
Richard Henderson
,
10:20
Re: [Qemu-devel] [PATCH 05/14] hw/stellaris: Removed gpio_out init array.
,
Peter Crosthwaite
,
10:17
Re: [Qemu-devel] [PATCH 1/2] debugexit: support for custom exit port (LGPL VGA BIOS port 0x501)
,
Paolo Bonzini
,
10:16
Re: [Qemu-devel] [PATCH 06/14] stellaris: Removed SSI mux
,
Peter Crosthwaite
,
10:15
Re: [Qemu-devel] [Qemu-ppc] [PATCH] Workaround to bypass default qemu boot devices passed to SLOF
,
Alexander Graf
,
10:13
Re: [Qemu-devel] Enablig DLPAR capacity on QEMU pSeries
,
Erlon Cruz
,
10:09
[Qemu-devel] [PATCH 11/12] qdev: kill bogus comment
,
Stefan Hajnoczi
,
10:01
[Qemu-devel] [PATCH 12/12] versatilepb: Use symbolic indices for ARM PIC
,
Stefan Hajnoczi
,
10:01
[Qemu-devel] [PATCH 09/12] hw: Add missing 'static' attribute for QEMUMachine
,
Stefan Hajnoczi
,
10:01
[Qemu-devel] [PATCH 08/12] cleanup useless return sentence
,
Stefan Hajnoczi
,
10:01
[Qemu-devel] [PATCH 10/12] qemu-barrier: Fix compiler version check for future gcc versions
,
Stefan Hajnoczi
,
10:01
[Qemu-devel] [PATCH 06/12] vnc: Fix spelling (hellmen -> hellman) in comment
,
Stefan Hajnoczi
,
10:01
[Qemu-devel] [PATCH 07/12] qemu-sockets: Fix compiler warning (regression for MinGW)
,
Stefan Hajnoczi
,
10:01
[Qemu-devel] [PATCH 04/12] tcg/arm: Use tcg_out_mov_reg rather than inline equivalent code
,
Stefan Hajnoczi
,
10:01
[Qemu-devel] [PATCH 05/12] slirp: Fix spelling in comment (enought -> enough, insure -> ensure)
,
Stefan Hajnoczi
,
10:01
[Qemu-devel] [PATCH 01/12] hw: Fix return value check for bdrv_read, bdrv_write
,
Stefan Hajnoczi
,
10:01
[Qemu-devel] [PATCH 02/12] configure: Support empty target list (--target-list=)
,
Stefan Hajnoczi
,
10:01
[Qemu-devel] [PATCH 03/12] cpu: Add missing 'static' attribute to qemu_global_mutex
,
Stefan Hajnoczi
,
10:01
[Qemu-devel] [PULL 00/12] Trivial patches for 24 September to 5 October 2012
,
Stefan Hajnoczi
,
10:00
Re: [Qemu-devel] [PATCH 1/2] debugexit: support for custom exit port (LGPL VGA BIOS port 0x501)
,
Anthony Liguori
,
09:59
Re: [Qemu-devel] [Qemu-trivial] [PATCH] versatilepb: Use symbolic indices for ARM PIC
,
Stefan Hajnoczi
,
09:58
Re: [Qemu-devel] [Qemu-trivial] [RFC 01/13] qdev: kill bogus comment
,
Stefan Hajnoczi
,
09:49
Re: [Qemu-devel] [Qemu-trivial] [PATCH] qemu-barrier: Fix compiler version check for future gcc versions
,
Stefan Hajnoczi
,
09:49
Re: [Qemu-devel] [Qemu-trivial] [PATCH] hw: Add missing 'static' attribute for QEMUMachine
,
Stefan Hajnoczi
,
09:24
Re: [Qemu-devel] Ping [PATCH 0/2] Add TPCI200 and IP-Octal 232 IndustryPack emulation
,
Alberto Garcia
,
09:21
Re: [Qemu-devel] [PATCH] cleanup useless return sentence
,
Stefan Hajnoczi
,
09:10
Re: [Qemu-devel] [PATCH 1/2] debugexit: support for custom exit port (LGPL VGA BIOS port 0x501)
,
Jan Kiszka
,
09:10
Re: [Qemu-devel] [PULL 0/14] Ehnahced SSI bus support + M25P80 SPI flash + Xilinx SPI controller
,
Peter Maydell
,
08:58
Re: [Qemu-devel] [PATCH 09/14] xilinx_spi: Initial impl. of Xilinx SPI controller
,
Peter Maydell
,
08:52
Re: [Qemu-devel] [Qemu-trivial] [PATCH] qemu-sockets: Fix compiler warning (regression for MinGW)
,
Stefan Hajnoczi
,
08:49
Re: [Qemu-devel] [PATCH 09/14] xilinx_spi: Initial impl. of Xilinx SPI controller
,
Peter Crosthwaite
,
08:49
Re: [Qemu-devel] [PATCH 1/2] debugexit: support for custom exit port (LGPL VGA BIOS port 0x501)
,
Paolo Bonzini
,
08:47
Re: [Qemu-devel] [PATCH 07/14] hw: Added generic FIFO API.
,
Peter Maydell
,
08:45
Re: [Qemu-devel] [PATCH 08/18] migration (outgoing): add error propagation for fd and exec protocols
,
Paolo Bonzini
,
08:44
Re: [Qemu-devel] [PATCH 1/2] debugexit: support for custom exit port (LGPL VGA BIOS port 0x501)
,
Jan Kiszka
,
08:43
Re: [Qemu-devel] [PATCH 09/14] xilinx_spi: Initial impl. of Xilinx SPI controller
,
Peter Maydell
,
08:42
Re: [Qemu-devel] [PATCH 11/18] nbd: ask and print error information from qemu-sockets
,
Luiz Capitulino
,
08:42
Re: [Qemu-devel] [PATCH 08/18] migration (outgoing): add error propagation for fd and exec protocols
,
Luiz Capitulino
,
08:40
Re: [Qemu-devel] [PATCH 06/14] stellaris: Removed SSI mux
,
Peter Maydell
,
08:34
Re: [Qemu-devel] [PATCH 05/14] hw/stellaris: Removed gpio_out init array.
,
Peter Maydell
,
08:31
Re: [Qemu-devel] [PATCH] vnc: Fix spelling (hellmen -> hellman) in comment
,
Stefan Hajnoczi
,
08:26
Re: [Qemu-devel] [PATCH] slirp: Fix spelling in comment (enought -> enough, insure -> ensure)
,
Stefan Hajnoczi
,
08:25
Re: [Qemu-devel] [PATCH 08/14] m25p80: Initial implementation of SPI flash device
,
Peter Maydell
,
08:22
Re: [Qemu-devel] [Qemu-trivial] [PATCH] tcg/arm: Use tcg_out_mov_reg rather than inline equivalent code
,
Stefan Hajnoczi
,
08:21
Re: [Qemu-devel] [Qemu-trivial] [PATCH] cpu: Add missing 'static' attribute to qemu_global_mutex
,
Stefan Hajnoczi
,
08:11
Re: [Qemu-devel] [PATCH] configure: Support empty target list (--target-list=)
,
Stefan Hajnoczi
,
08:02
Re: [Qemu-devel] [PATCH 2/2] Adding BAR0 for e500 PCI controller
,
Alexander Graf
,
07:59
Re: [Qemu-devel] [Qemu-trivial] [PATCH] hw: Fix return value check for bdrv_read, bdrv_write
,
Stefan Hajnoczi
,
07:56
Re: [Qemu-devel] [Qemu-trivial] [PATCH] hw: Disable code after return statement
,
Stefan Hajnoczi
,
07:53
Re: [Qemu-devel] [PATCH] fsdev: Don't ignore setfsuid/setfsgid return values
,
Eric Blake
,
07:53
Re: [Qemu-devel] [PATCH V5 5/5] libqblock test example
,
Paolo Bonzini
,
07:32
Re: [Qemu-devel] [PATCH V5 5/5] libqblock test example
,
wenchao xia
,
07:21
Re: [Qemu-devel] [RFC] Starting a (secondary) CPU when it is halted or reset
,
Jan Kiszka
,
06:45
Re: [Qemu-devel] [Qemu-ppc] Qemu boot device precedence over nvram boot-device setting
,
Alexander Graf
,
06:32
Re: [Qemu-devel] [Qemu-ppc] [PATCH] PPC: KVM: Fix BAT put
,
Alexander Graf
,
06:19
[Qemu-devel] [RFC] Starting a (secondary) CPU when it is halted or reset
,
Ronald Hecht
,
05:31
Re: [Qemu-devel] [Qemu-ppc] Qemu boot device precedence over nvram boot-device setting
,
Benjamin Herrenschmidt
,
05:13
Re: [Qemu-devel] [PATCH 04/18] qemu-sockets: add nonblocking connect for Unix sockets
,
Paolo Bonzini
,
04:57
Re: [Qemu-devel] [PATCH 04/14] qdev: allow multiple qdev_init_gpio_in() calls
,
Peter Maydell
,
04:50
Re: [Qemu-devel] List of Virtualized IO devices - QEMU
,
Stefan Hajnoczi
,
04:39
[Qemu-devel] [PATCH] fsdev: Don't ignore setfsuid/setfsgid return values
,
M. Mohan Kumar
,
04:36
Re: [Qemu-devel] [PATCH v3] Add infrastructure for QIDL-based device serialization
,
Paolo Bonzini
,
04:26
Re: [Qemu-devel] [PATCH v3 22/22] qidl: unit tests and build infrastructure
,
Paolo Bonzini
,
04:24
Re: [Qemu-devel] [PATCH v3 21/22] qidl: qidl.h, definitions for qidl annotations
,
Paolo Bonzini
,
04:19
Re: [Qemu-devel] [PATCH] kvm: Set default accelerator to "kvm" if the host supports it
,
Peter Maydell
,
04:15
Re: [Qemu-devel] [PATCH v2] virtio-blk: add default serial id
,
Stefan Hajnoczi
,
04:15
Re: [Qemu-devel] [PATCH v3 05/22] qapi: qapi_visit.py, support arrays and complex qapi definitions
,
Paolo Bonzini
,
04:11
Re: [Qemu-devel] [PATCH v3 07/22] qapi: qapi_visit.py, support for visiting non-pointer/embedded structs
,
Paolo Bonzini
,
04:10
Re: [Qemu-devel] Qcow2 allocate and free cluster
,
Stefan Hajnoczi
,
04:07
Re: [Qemu-devel] [PATCH v3 09/22] qapi: QmpOutputVisitor, implement array handling
,
Paolo Bonzini
,
04:05
Re: [Qemu-devel] [Bug 1060928] [NEW] Error in launch virtual server port
,
Stefan Hajnoczi
,
03:33
Re: [Qemu-devel] [PATCH] Require spice-server 0.12.0 and spice-protocol 0.12.2
,
Paolo Bonzini
,
03:25
Re: [Qemu-devel] [PATCH] qxl: Default to PCI revision 4 when spice-server is new enough
,
Paolo Bonzini
,
03:21
Re: [Qemu-devel] [PATCH 2/2] Adding BAR0 for e500 PCI controller
,
Bhushan Bharat-R65777
,
03:11
Re: [Qemu-devel] [PATCH 13/18] vnc: add error propagation to vnc_display_open
,
Paolo Bonzini
,
02:29
Re: [Qemu-devel] [PATCH 13/18] vnc: add error propagation to vnc_display_open
,
Paolo Bonzini
,
02:28
Re: [Qemu-devel] [PATCH 11/18] nbd: ask and print error information from qemu-sockets
,
Paolo Bonzini
,
02:27
Re: [Qemu-devel] [PATCH 08/18] migration (outgoing): add error propagation for fd and exec protocols
,
Paolo Bonzini
,
02:25
Re: [Qemu-devel] [PATCH 05/18] migration: avoid using error_is_set
,
Paolo Bonzini
,
02:23
Re: [Qemu-devel] [Qemu-ppc] Qemu boot device precedence over nvram boot-device setting
,
Avik Sil
,
01:45
Re: [Qemu-devel] [PATCH v2] Make target_phys_addr_t 64 bits unconditionally
,
Stefan Weil
,
01:39
Re: [Qemu-devel] [Qemu-ppc] Qemu boot device precedence over nvram boot-device setting
,
Nikunj A Dadhania
,
01:30
Re: [Qemu-devel] [Qemu-ppc] Qemu boot device precedence over nvram boot-device setting
,
Nikunj A Dadhania
,
00:46
October 04, 2012
Re: [Qemu-devel] [Qemu-ppc] [PATCH] PPC: KVM: Fix BAT put
,
David Gibson
,
23:28
[Qemu-devel] [PATCH] PPC: KVM: Fix BAT put
,
Alexander Graf
,
22:36
Re: [Qemu-devel] [PATCH] kvm: Set default accelerator to "kvm" if the host supports it
,
Alexander Graf
,
22:24
Re: [Qemu-devel] [PATCH] kvm: Set default accelerator to "kvm" if the host supports it
,
Anthony Liguori
,
22:18
Re: [Qemu-devel] [PULL 0/8] usb patch queue
,
Anthony Liguori
,
22:13
Re: [Qemu-devel] [PULL] virtio fixes
,
Anthony Liguori
,
22:12
Re: [Qemu-devel] [PULL 00/15]: QMP queue
,
Anthony Liguori
,
22:12
Re: [Qemu-devel] [PULL 00/30] Block patches
,
Anthony Liguori
,
22:11
Re: [Qemu-devel] [PULL] Xen tree 2012-10-03
,
Anthony Liguori
,
22:11
Re: [Qemu-devel] [PATCH v2] Make target_phys_addr_t 64 bits unconditionally
,
Anthony Liguori
,
22:11
Re: [Qemu-devel] [Qemu-ppc] Qemu boot device precedence over nvram boot-device setting
,
David Gibson
,
21:22
Re: [Qemu-devel] [PATCH] kvm: Set default accelerator to "kvm" if the host supports it
,
Alexander Graf
,
21:16
Re: [Qemu-devel] [Qemu-ppc] Qemu boot device precedence over nvram boot-device setting
,
Alexander Graf
,
20:43
[Qemu-devel] [PATCH 09/14] xilinx_spi: Initial impl. of Xilinx SPI controller
,
Peter Crosthwaite
,
20:43
[Qemu-devel] [PATCH 08/14] m25p80: Initial implementation of SPI flash device
,
Peter Crosthwaite
,
20:35
Re: [Qemu-devel] [Qemu-ppc] Qemu boot device precedence over nvram boot-device setting
,
David Gibson
,
20:33
[Qemu-devel] [PATCH 14/14] ssi: Add slave autoconnect helper
,
Peter Crosthwaite
,
20:32
[Qemu-devel] [PATCH 12/14] xilinx_zynq: Added SPI controllers + flashes
,
Peter Crosthwaite
,
20:31
[Qemu-devel] [PATCH 11/14] xilinx_spips: Xilinx Zynq SPI cntrlr device model
,
Peter Crosthwaite
,
20:28
[Qemu-devel] [PATCH 13/14] MAINTAINERS: Added maintainerships for SSI
,
Peter Crosthwaite
,
20:18
[Qemu-devel] [PATCH 10/14] petalogix-ml605: added SPI controller with n25q128
,
Peter Crosthwaite
,
20:09
[Qemu-devel] [PATCH 07/14] hw: Added generic FIFO API.
,
Peter Crosthwaite
,
20:09
[Qemu-devel] [PATCH 06/14] stellaris: Removed SSI mux
,
Peter Crosthwaite
,
20:09
[Qemu-devel] [PATCH 05/14] hw/stellaris: Removed gpio_out init array.
,
Peter Crosthwaite
,
20:09
[Qemu-devel] [PATCH 04/14] qdev: allow multiple qdev_init_gpio_in() calls
,
Peter Crosthwaite
,
20:09
[Qemu-devel] [PATCH 03/14] ssi: Added create_slave_no_init()
,
Peter Crosthwaite
,
20:09
[Qemu-devel] [PATCH 02/14] ssi: Implemented CS behaviour
,
Peter Crosthwaite
,
20:09
[Qemu-devel] [PATCH 01/14] ssi: Support for multiple attached devices
,
Peter Crosthwaite
,
20:09
[Qemu-devel] [PULL 0/14] Ehnahced SSI bus support + M25P80 SPI flash + Xilinx SPI controller
,
Peter Crosthwaite
,
20:09
[Qemu-devel] buildbot failure in qemu on default_i386_rhel61
,
qemu
,
19:49
[Qemu-devel] [Bug 1061778] [NEW] signal mask not reset on exec
,
John Sullivan
,
19:05
[Qemu-devel] [PATCH 09/11] vfio-pci: Remove setting of MSI qsize
,
Alex Williamson
,
18:55
[Qemu-devel] [PATCH 04/11] vfio-pci: Rework MSIX setup/teardown
,
Alex Williamson
,
18:54
[Qemu-devel] [PATCH 10/11] vfio-pci: Extend reset
,
Alex Williamson
,
18:35
[Qemu-devel] [PATCH 08/11] vfio-pci: Use uintptr_t for void* cast
,
Alex Williamson
,
18:34
[Qemu-devel] [PATCH 11/11] vfio-pci: Cleanup on INTx setup failure
,
Alex Williamson
,
18:18
[Qemu-devel] [PATCH 07/11] vfio-pci: Don't peak at msi_supported
,
Alex Williamson
,
18:18
[Qemu-devel] [PATCH 06/11] vfio-pci: Roll the header into the .c file
,
Alex Williamson
,
18:18
[Qemu-devel] [PATCH 05/11] vfio-pci: No spurious MSIs
,
Alex Williamson
,
18:18
[Qemu-devel] [PATCH 03/11] vfio-pci: Unmap and retry DMA mapping
,
Alex Williamson
,
18:17
[Qemu-devel] [PATCH 02/11] vfio-pci: Re-order map/unmap
,
Alex Williamson
,
18:17
[Qemu-devel] [PATCH 01/11] vfio-pci: Update slow path INTx algorithm
,
Alex Williamson
,
18:17
[Qemu-devel] [PATCH 00/11] vfio-pci cleanup and fixes
,
Alex Williamson
,
18:17
Re: [Qemu-devel] [PATCH] tcg: Remove redundant pointer from TCGContext
,
Richard Henderson
,
17:39
[Qemu-devel] [PATCH] versatilepb: Use symbolic indices for ARM PIC
,
Stefan Weil
,
17:34
[Qemu-devel] [PATCH] exec: Don't request an address for code_gen_buffer if -fpie
,
Richard Henderson
,
17:31
Re: [Qemu-devel] [PATCH 00/16 v4] Add an IPMI device to qemu
,
Corey Minyard
,
17:29
[Qemu-devel] [ 30/33] x86/alternatives: Fix p6 nops on non-modular kernels
,
Greg Kroah-Hartman
,
17:28
[Qemu-devel] [ 50/52] x86/alternatives: Fix p6 nops on non-modular kernels
,
Greg Kroah-Hartman
,
17:26
[Qemu-devel] [ 56/58] x86/alternatives: Fix p6 nops on non-modular kernels
,
Greg Kroah-Hartman
,
17:23
Re: [Qemu-devel] [PATCH] versatilepb: Use symbolic indices for ARM PIC
,
Peter Maydell
,
16:56
[Qemu-devel] [PATCH 03/15] i386: kvm: kvm_arch_get_supported_cpuid: use 'entry' variable
,
Eduardo Habkost
,
16:49
[Qemu-devel] [PATCH 09/15] i386: kvm: set CPUID_EXT_TSC_DEADLINE_TIMER on kvm_arch_get_supported_cpuid()
,
Eduardo Habkost
,
16:49
[Qemu-devel] [PATCH 05/15] i386: kvm: extract CPUID entry lookup to cpuid_find_entry() function
,
Eduardo Habkost
,
16:49
[Qemu-devel] [PATCH 12/15] i386: kvm: mask cpuid_ext4_features bits earlier
,
Eduardo Habkost
,
16:49
[Qemu-devel] [PATCH 13/15] i386: kvm: filter CPUID feature words earlier, on cpu.c
,
Eduardo Habkost
,
16:49
[Qemu-devel] [PATCH 15/15] i386: kvm: filter CPUID leaf 7 based on GET_SUPPORTED_CPUID, too
,
Eduardo Habkost
,
16:49
[Qemu-devel] [PATCH 02/15] i386: kvm: kvm_arch_get_supported_cpuid: clean up has_kvm_features check
,
Eduardo Habkost
,
16:49
[Qemu-devel] [PATCH 04/15] i386: kvm: extract register switch to cpuid_entry_get_reg() function
,
Eduardo Habkost
,
16:49
[Qemu-devel] [PATCH 14/15] i386: kvm: reformat filter_features_for_kvm() code
,
Eduardo Habkost
,
16:49
[Qemu-devel] [PATCH 08/15] i386: kvm: set CPUID_EXT_HYPERVISOR on kvm_arch_get_supported_cpuid()
,
Eduardo Habkost
,
16:49
[Qemu-devel] [PATCH 10/15] i386: kvm: x2apic is not supported without in-kernel irqchip
,
Eduardo Habkost
,
16:49
[Qemu-devel] [PATCH 07/15] i386: kvm: kvm_arch_get_supported_cpuid: replace if+switch with single 'if'
,
Eduardo Habkost
,
16:49
[Qemu-devel] [PATCH 11/15] i386: kvm: mask cpuid_kvm_features earlier
,
Eduardo Habkost
,
16:49
[Qemu-devel] [PATCH 06/15] i386: kvm: extract try_get_cpuid() loop to get_supported_cpuid() function
,
Eduardo Habkost
,
16:49
[Qemu-devel] [PATCH 00/15] QEMU KVM_GET_SUPPORTED_CPUID cleanups and fixes
,
Eduardo Habkost
,
16:49
[Qemu-devel] [PATCH 01/15] i386: kvm: kvm_arch_get_supported_cpuid: move R_EDX hack outside of for loop
,
Eduardo Habkost
,
16:49
[Qemu-devel] [PATCH v3 13/22] qom-fuse: force single-threaded mode to avoid QMP races
,
Michael Roth
,
16:43
Re: [Qemu-devel] [PATCH 13/18] vnc: add error propagation to vnc_display_open
,
Luiz Capitulino
,
16:28
Re: [Qemu-devel] [RFC 10/13] move qemu_irq typedef out of cpu-common.h
,
Peter Maydell
,
16:27
Re: [Qemu-devel] [PATCH 10/18] qemu-char: ask and print error information from qemu-sockets
,
Luiz Capitulino
,
16:23
Re: [Qemu-devel] [PATCH 12/18] qemu-ga: ask and print error information from qemu-sockets
,
Luiz Capitulino
,
16:20
Re: [Qemu-devel] [PATCH 08/18] migration (outgoing): add error propagation for fd and exec protocols
,
Luiz Capitulino
,
16:19
Re: [Qemu-devel] [PATCH 11/18] nbd: ask and print error information from qemu-sockets
,
Luiz Capitulino
,
16:08
Re: [Qemu-devel] [RFC v1 19/22] memory: per-AddressSpace dispatch
,
Blue Swirl
,
16:07
[Qemu-devel] [PATCH v3 20/22] qidl: add QAPI-based code generator
,
Michael Roth
,
16:05
[Qemu-devel] [PATCH v3 14/22] qom-fuse: workaround for truncated properties > 4096
,
Michael Roth
,
15:59
Re: [Qemu-devel] [RFC v1 10/22] vfio: use new MEMORY_LISTENER_DEFAULT_OPS
,
Alex Williamson
,
15:43
[Qemu-devel] [PATCH v3 19/22] qidl: add C parser (based on QC parser)
,
Michael Roth
,
15:39
Re: [Qemu-devel] [RFC v1 19/22] memory: per-AddressSpace dispatch
,
Peter Maydell
,
15:16
[Qemu-devel] [RFC 08/13] qdev-core: isolate reset register/unregister code
,
Eduardo Habkost
,
15:15
Re: [Qemu-devel] [RFC v1 14/22] memory: manage coalesced mmio via a MemoryListener
,
Anthony Liguori
,
15:15
[Qemu-devel] [RFC 10/13] move qemu_irq typedef out of cpu-common.h
,
Eduardo Habkost
,
15:15
[Qemu-devel] [RFC 04/13] qdev: separate core from the code used only by qemu-system-*
,
Eduardo Habkost
,
15:15
[Qemu-devel] [RFC 12/13] include core qdev code into *-user, too
,
Eduardo Habkost
,
15:15
[Qemu-devel] [RFC 13/13] make CPU a child of DeviceState
,
Eduardo Habkost
,
15:15
[Qemu-devel] [RFC 06/13] qdev-core: isolate vmstate handling into separate functions
,
Eduardo Habkost
,
15:15
[Qemu-devel] [RFC 02/13] qdev: split up header so it can be used in cpu.h
,
Eduardo Habkost
,
15:15
[Qemu-devel] [RFC 01/13] qdev: kill bogus comment
,
Eduardo Habkost
,
15:15
[Qemu-devel] [RFC 07/13] qdev: move vmstate handling to qdev-system.c
,
Eduardo Habkost
,
15:15
[Qemu-devel] [RFC 09/13] qdev: move reset register/unregister code to qdev-system.c
,
Eduardo Habkost
,
15:15
[Qemu-devel] [RFC v2 00/13] include qdev core in *-user, make CPU child of DeviceState
,
Eduardo Habkost
,
15:14
[Qemu-devel] [RFC 05/13] qdev: rename qdev.c to qdev-core.c
,
Eduardo Habkost
,
15:14
[Qemu-devel] [RFC 03/13] qapi-types.h doesn't really need to include qemu-common.h
,
Eduardo Habkost
,
15:14
[Qemu-devel] [RFC 11/13] qdev: use full qdev.h include path on qdev*.c
,
Eduardo Habkost
,
15:14
Re: [Qemu-devel] [RFC 01/18] pc: create "PC" device class
,
Eduardo Habkost
,
15:10
Re: [Qemu-devel] [PATCH 09/18] migration (incoming): add error propagation for fd and exec protocols
,
Luiz Capitulino
,
15:09
[Qemu-devel] [PATCH v3 16/22] qdev: move Property-related declarations to qdev-properties.h
,
Michael Roth
,
15:09
Re: [Qemu-devel] [RFC v1 19/22] memory: per-AddressSpace dispatch
,
Anthony Liguori
,
15:06
Re: [Qemu-devel] [PATCHv3 11/20] ui/vnc: simplify and avoid strncpy
,
Peter Maydell
,
15:02
Re: [Qemu-devel] [PATCHv3 11/20] ui/vnc: simplify and avoid strncpy
,
Jim Meyering
,
14:56
Re: [Qemu-devel] [PATCH 05/18] migration: avoid using error_is_set
,
Luiz Capitulino
,
14:54
Re: [Qemu-devel] [RFC v1 19/22] memory: per-AddressSpace dispatch
,
Avi Kivity
,
14:51
Re: [Qemu-devel] Proposal for virtio standardization.
,
Anthony Liguori
,
14:50
Re: [Qemu-devel] [PATCHv3 11/20] ui/vnc: simplify and avoid strncpy
,
Peter Maydell
,
14:48
[Qemu-devel] [PATCH] target-i386: initialize APIC at CPU level
,
Igor Mammedov
,
14:37
Re: [Qemu-devel] [PATCH] net: consolidate NetClientState header files into one
,
Stefan Hajnoczi
,
14:31
[Qemu-devel] [PATCH] tcg: Remove redundant pointer from TCGContext
,
Stefan Weil
,
14:29
Re: [Qemu-devel] [PATCH 07/23] target-i386: convert cpuid features into properties
,
Eduardo Habkost
,
14:28
Re: [Qemu-devel] [RFC v1 19/22] memory: per-AddressSpace dispatch
,
Anthony Liguori
,
14:27
Re: [Qemu-devel] [PATCH v2] Make target_phys_addr_t 64 bits unconditionally
,
Stefan Weil
,
14:15
Re: [Qemu-devel] [RFC 01/18] pc: create "PC" device class
,
Anthony Liguori
,
14:11
Re: [Qemu-devel] [PATCH 06/18] migration: centralize call to migrate_fd_error()
,
Luiz Capitulino
,
14:10
Re: [Qemu-devel] [PATCH 2/2] qemu-ga: use state dir from CONFIG_QEMU_LOCALSTATEDIR
,
Michael Roth
,
14:02
Re: [Qemu-devel] [Qemu-ppc] Qemu boot device precedence over nvram boot-device setting
,
Avik Sil
,
13:54
Re: [Qemu-devel] [Qemu-ppc] Qemu boot device precedence over nvram boot-device setting
,
Avik Sil
,
13:54
Re: [Qemu-devel] [Qemu-ppc] Qemu boot device precedence over nvram boot-device setting
,
Avik Sil
,
13:54
Re: [Qemu-devel] [Qemu-ppc] Qemu boot device precedence over nvram boot-device setting
,
Avik Sil
,
13:54
[Qemu-devel] [PATCHv3 17/20] acpi: remove strzcpy (strncpy-identical) function; just use strncpy
,
Jim Meyering
,
13:54
[Qemu-devel] [PATCHv3 19/20] hw/r2d: add comment: this strncpy use is ok
,
Jim Meyering
,
13:54
[Qemu-devel] [PATCHv3 18/20] qcow2: mark this file's sole strncpy use as justified
,
Jim Meyering
,
13:54
[Qemu-devel] [PATCHv3 20/20] doc: update HACKING wrt strncpy/pstrcpy
,
Jim Meyering
,
13:54
[Qemu-devel] [PATCHv3 14/20] vscsi: avoid unwarranted strncpy
,
Jim Meyering
,
13:54
[Qemu-devel] [PATCHv3 13/20] virtio-9p: avoid unwarranted uses of strncpy
,
Jim Meyering
,
13:54
[Qemu-devel] [PATCHv3 16/20] libcacard/vcard_emul_nss: use pstrcpy in place of strncpy
,
Jim Meyering
,
13:54
[Qemu-devel] [PATCHv3 15/20] qemu-ga: prefer pstrcpy: consistently NUL-terminate ifreq.ifr_name
,
Jim Meyering
,
13:54
[Qemu-devel] [PATCHv3 11/20] ui/vnc: simplify and avoid strncpy
,
Jim Meyering
,
13:54
[Qemu-devel] [PATCHv3 12/20] bt: replace fragile snprintf use and unwarranted strncpy
,
Jim Meyering
,
13:54
[Qemu-devel] [PATCHv3 09/20] ppc: avoid buffer overrun: use pstrcpy, not strncpy
,
Jim Meyering
,
13:54
[Qemu-devel] [PATCHv3 08/20] os-posix: avoid buffer overrun
,
Jim Meyering
,
13:54
[Qemu-devel] [PATCHv3 10/20] linux-user: remove two unchecked uses of strdup
,
Jim Meyering
,
13:54
[Qemu-devel] [PATCHv3 07/20] lm32: avoid buffer overrun
,
Jim Meyering
,
13:54
[Qemu-devel] [PATCHv3 04/20] sheepdog: avoid a few buffer overruns
,
Jim Meyering
,
13:54
[Qemu-devel] [PATCHv3 06/20] hw/9pfs: avoid buffer overrun
,
Jim Meyering
,
13:54
[Qemu-devel] [PATCHv3 05/20] vmdk: relative_path: use pstrcpy in place of strncpy
,
Jim Meyering
,
13:54
[Qemu-devel] [PATCHv3 03/20] block: avoid buffer overrun by using pstrcpy, not strncpy
,
Jim Meyering
,
13:54
[Qemu-devel] [PATCHv3 02/20] sparc: use g_strdup in place of unchecked strdup
,
Jim Meyering
,
13:54
[Qemu-devel] [PATCHv3 01/20] scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL
,
Jim Meyering
,
13:54
[Qemu-devel] [PATCHv3 00/20] strncpy: best avoided
,
Jim Meyering
,
13:54
Re: [Qemu-devel] [Qemu-ppc] Qemu boot device precedence over nvram boot-device setting
,
Avik Sil
,
13:54
[Qemu-devel] [Bug 921208] Re: win7/x64 installer hangs on startup with 0x0000005d.
,
Rolando Zappacosta
,
13:54
Re: [Qemu-devel] [RFC 01/18] pc: create "PC" device class
,
Eduardo Habkost
,
13:50
Re: [Qemu-devel] [PATCH 2/2] qemu-ga: use state dir from CONFIG_QEMU_LOCALSTATEDIR
,
Luiz Capitulino
,
13:47
Re: [Qemu-devel] [patch 2/6] Use machine options to emulate -no-kvm-irqchip
,
Anthony Liguori
,
13:47
Re: [Qemu-devel] [PATCH 2/2] hw: Add test device for unittests execution v2
,
Jan Kiszka
,
13:47
Re: [Qemu-devel] [RFC 01/18] pc: create "PC" device class
,
Anthony Liguori
,
13:43
Re: [Qemu-devel] [RFC v1 19/22] memory: per-AddressSpace dispatch
,
Blue Swirl
,
13:43
Re: [Qemu-devel] [RFC 01/18] pc: create "PC" device class
,
Anthony Liguori
,
13:42
Re: [Qemu-devel] [PATCH 2/2] qemu-ga: use state dir from CONFIG_QEMU_LOCALSTATEDIR
,
Michael Roth
,
13:38
Re: [Qemu-devel] [PATCH 04/18] qemu-sockets: add nonblocking connect for Unix sockets
,
Luiz Capitulino
,
13:37
[Qemu-devel] [PATCH v3 22/22] qidl: unit tests and build infrastructure
,
Michael Roth
,
13:34
[Qemu-devel] [PATCH v3 21/22] qidl: qidl.h, definitions for qidl annotations
,
Michael Roth
,
13:34
[Qemu-devel] [PATCH v3 17/22] qidl: add documentation
,
Michael Roth
,
13:34
[Qemu-devel] [PATCH v3 18/22] qidl: add lexer library (based on QC parser)
,
Michael Roth
,
13:34
[Qemu-devel] [PATCH v3 15/22] module additions for schema registration
,
Michael Roth
,
13:34
[Qemu-devel] [PATCH v3 11/22] qapi: qapi.py, make json parser more robust
,
Michael Roth
,
13:34
[Qemu-devel] [PATCH v3 07/22] qapi: qapi_visit.py, support for visiting non-pointer/embedded structs
,
Michael Roth
,
13:34
[Qemu-devel] [PATCH v3 12/22] qapi: add open-coded visitor for struct tm types
,
Michael Roth
,
13:34
[Qemu-devel] [PATCH v3 09/22] qapi: QmpOutputVisitor, implement array handling
,
Michael Roth
,
13:34
[Qemu-devel] [PATCH v3 08/22] qapi: add visitor interfaces for C arrays
,
Michael Roth
,
13:34
[Qemu-devel] [PATCH v3 10/22] qapi: QmpInputVisitor, implement array handling
,
Michael Roth
,
13:34
[Qemu-devel] [PATCH v3 04/22] qapi: qapi_visit.py, make code useable as module
,
Michael Roth
,
13:34
[Qemu-devel] [PATCH v3 06/22] qapi: qapi_visit.py, support generating static functions
,
Michael Roth
,
13:34
[Qemu-devel] [PATCH v3 05/22] qapi: qapi_visit.py, support arrays and complex qapi definitions
,
Michael Roth
,
13:34
[Qemu-devel] [PATCH] Require spice-server 0.12.0 and spice-protocol 0.12.2
,
Søren Sandmann
,
13:34
[Qemu-devel] [PATCH v3 03/22] qapi: qapi-commands.py -> qapi_commands.py
,
Michael Roth
,
13:34
[Qemu-devel] [PATCH v3 02/22] qapi: qapi-types.py -> qapi_types.py
,
Michael Roth
,
13:34
[Qemu-devel] [PATCH v3 01/22] qapi: qapi-visit.py -> qapi_visit.py so we can import
,
Michael Roth
,
13:34
[Qemu-devel] [PATCH v3] Add infrastructure for QIDL-based device serialization
,
Michael Roth
,
13:34
[Qemu-devel] [PATCH v2] qemu-options.hx: Change from recommending '?' to 'help'
,
Peter Maydell
,
13:33
Re: [Qemu-devel] [PATCH] qxl: Default to PCI revision 4 when spice-server is new enough
,
Søren Sandmann
,
13:31
[Qemu-devel] [PATCH 2/2] hw: Add test device for unittests execution v2
,
Lucas Meneghel Rodrigues
,
13:31
[Qemu-devel] [PATCH 1/2] debugexit: support for custom exit port (LGPL VGA BIOS port 0x501)
,
Lucas Meneghel Rodrigues
,
13:31
[Qemu-devel] [PATCH 0/2] Adding pc-testdev to qemu
,
Lucas Meneghel Rodrigues
,
13:31
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
,
Jan Kiszka
,
13:24
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
,
Lucas Meneghel Rodrigues
,
13:21
Re: [Qemu-devel] [PATCH 2/2] qemu-ga: use state dir from CONFIG_QEMU_LOCALSTATEDIR
,
Michael Roth
,
13:20
Re: [Qemu-devel] [RFC v1 19/22] memory: per-AddressSpace dispatch
,
Avi Kivity
,
13:20
Re: [Qemu-devel] [RFC v1 20/22] dma: make dma access its own address space
,
Anthony Liguori
,
13:19
Re: [Qemu-devel] [patch 2/6] Use machine options to emulate -no-kvm-irqchip
,
Marcelo Tosatti
,
13:17
Re: [Qemu-devel] [patch 2/6] Use machine options to emulate -no-kvm-irqchip
,
Marcelo Tosatti
,
13:17
Re: [Qemu-devel] [RFC v1 19/22] memory: per-AddressSpace dispatch
,
Blue Swirl
,
13:13
Re: [Qemu-devel] [RFC 01/18] pc: create "PC" device class
,
Anthony Liguori
,
13:09
Re: [Qemu-devel] [PATCH v2] Make target_phys_addr_t 64 bits unconditionally
,
Michael Walle
,
13:09
Re: [Qemu-devel] [PATCH v5 0/3] net: fix link status
,
Stefan Hajnoczi
,
13:02
Re: [Qemu-devel] [PATCH 2/2] Adding BAR0 for e500 PCI controller
,
Avi Kivity
,
13:02
Re: [Qemu-devel] [RFC v1 03/22] kvm: use separate MemoryListeners for memory and I/O
,
Avi Kivity
,
12:58
Re: [Qemu-devel] [RFC v1 17/22] memory: use AddressSpace for MemoryListener filtering
,
Blue Swirl
,
12:57
[Qemu-devel] [PATCH] PPC: e500: Only expose even TLB sizes in initial TLB
,
Alexander Graf
,
12:55
Re: [Qemu-devel] [PATCH v2] Make target_phys_addr_t 64 bits unconditionally
,
Blue Swirl
,
12:54
Re: [Qemu-devel] [PATCH 2/2] Adding BAR0 for e500 PCI controller
,
Alexander Graf
,
12:50
Re: [Qemu-devel] [PATCH 0/4] ds1338 I2C RTC+NVRAM: various fixes
,
Peter Maydell
,
12:48
Re: [Qemu-devel] [PATCH 2/2] Adding BAR0 for e500 PCI controller
,
Bhushan Bharat-R65777
,
12:48
Re: [Qemu-devel] [PATCH] target-i386: initialize APIC at CPU level
,
Andreas Färber
,
12:47
Re: [Qemu-devel] [RFC v1 03/22] kvm: use separate MemoryListeners for memory and I/O
,
Blue Swirl
,
12:45
Re: [Qemu-devel] [PATCH] target-i386: initialize APIC at CPU level
,
Jan Kiszka
,
12:44
Re: [Qemu-devel] [RFC 01/18] pc: create "PC" device class
,
Andreas Färber
,
12:43
Re: [Qemu-devel] [PATCH 2/2] qemu-ga: use state dir from CONFIG_QEMU_LOCALSTATEDIR
,
Luiz Capitulino
,
12:42
Re: [Qemu-devel] [PATCH 02/18] qemu-sockets: add Error ** to all functions
,
Luiz Capitulino
,
12:41
Re: [Qemu-devel] [patch 2/6] Use machine options to emulate -no-kvm-irqchip
,
Jan Kiszka
,
12:41
Re: [Qemu-devel] [PATCH 02/18] qemu-sockets: add Error ** to all functions
,
Paolo Bonzini
,
12:39
Re: [Qemu-devel] [PATCH 03/18] qemu-sockets: unix_listen and unix_connect are portable
,
Luiz Capitulino
,
12:38
Re: [Qemu-devel] [PATCH v2] qemu-ga: ga_open_pidfile(): add new line to pidfile
,
Michael Roth
,
12:36
Re: [Qemu-devel] [PATCH] target-i386: initialize APIC at CPU level
,
Igor Mammedov
,
12:31
Re: [Qemu-devel] [PATCH 01/18] error: add error_set_errno and error_setg_errno
,
Luiz Capitulino
,
12:20
Re: [Qemu-devel] [PATCH v2] qemu-options.hx: Change from recommending '?' to 'help'
,
Eric Blake
,
12:20
Re: [Qemu-devel] [PATCH 02/18] qemu-sockets: add Error ** to all functions
,
Luiz Capitulino
,
12:18
Re: [Qemu-devel] [PATCH 01/18] error: add error_set_errno and error_setg_errno
,
Paolo Bonzini
,
12:16
Re: [Qemu-devel] [PATCH] target-i386: initialize APIC at CPU level
,
Andreas Färber
,
12:16
Re: [Qemu-devel] [PATCH 01/18] error: add error_set_errno and error_setg_errno
,
Luiz Capitulino
,
12:14
Re: [Qemu-devel] [patch 2/6] Use machine options to emulate -no-kvm-irqchip
,
Andreas Färber
,
12:14
Re: [Qemu-devel] [PATCH 2/2] Adding BAR0 for e500 PCI controller
,
Alexander Graf
,
12:07
Re: [Qemu-devel] [patch 2/6] Use machine options to emulate -no-kvm-irqchip
,
Jan Kiszka
,
12:05
Re: [Qemu-devel] [PATCH 2/2] Adding BAR0 for e500 PCI controller
,
Bhushan Bharat-R65777
,
12:04
Re: [Qemu-devel] [RFC 01/18] pc: create "PC" device class
,
Eduardo Habkost
,
12:02
Re: [Qemu-devel] [PATCH 2/2] Adding BAR0 for e500 PCI controller
,
Alexander Graf
,
12:02
Re: [Qemu-devel] [RFC 01/18] pc: create "PC" device class
,
Eduardo Habkost
,
11:58
Re: [Qemu-devel] [PATCH 2/2] Adding BAR0 for e500 PCI controller
,
Andreas Färber
,
11:54
Re: [Qemu-devel] [patch 2/6] Use machine options to emulate -no-kvm-irqchip
,
Andreas Färber
,
11:50
Re: [Qemu-devel] [PATCH 1/2] configure: add --localstatedir
,
Michael Roth
,
11:46
[Qemu-devel] [PATCH 30/34] device tree: simplify dumpdtb code
,
Alexander Graf
,
11:20
[Qemu-devel] [PATCH 29/34] fdt: move dumpdtb interpretation code to device_tree.c
,
Alexander Graf
,
11:14
[Qemu-devel] [PATCH 33/34] pseries: Don't test for MSR_PR for hypercalls under KVM
,
Alexander Graf
,
11:14
Re: [Qemu-devel] [RFC 01/18] pc: create "PC" device class
,
Anthony Liguori
,
11:10
Re: [Qemu-devel] [RFC v1 08/22] memory: provide defaults for MemoryListener operations
,
Avi Kivity
,
11:10
Re: [Qemu-devel] [PATCH 2/2] Adding BAR0 for e500 PCI controller
,
Avi Kivity
,
10:58
[Qemu-devel] [PATCH 34/34] ppc/pseries: Reset VPA registration on CPU reset
,
Alexander Graf
,
10:51
Re: [Qemu-devel] [PATCH V5 06/14] hw/9pfs: Open and create files
,
Eric Blake
,
10:50
[Qemu-devel] [PATCH 32/34] PPC: e500: calculate initrd_base like dt_base
,
Alexander Graf
,
10:49
Re: [Qemu-devel] [patch 2/6] Use machine options to emulate -no-kvm-irqchip
,
Jan Kiszka
,
10:49
Re: [Qemu-devel] [RFC v1 00/22] Integrate DMA into the memory API
,
Avi Kivity
,
10:38
[Qemu-devel] [PATCH] target-arm: Drop unused DECODE_CPREG_CRN macro
,
Peter Maydell
,
10:34
Re: [Qemu-devel] [RFC v1 14/22] memory: manage coalesced mmio via a MemoryListener
,
Avi Kivity
,
10:33
[Qemu-devel] [PATCH 28/34] target-ppc: Extend FPU state for newer POWER CPUs
,
Alexander Graf
,
10:25
Re: [Qemu-devel] [patch 2/6] Use machine options to emulate -no-kvm-irqchip
,
Anthony Liguori
,
10:23
Re: [Qemu-devel] [RFC v1 00/22] Integrate DMA into the memory API
,
Anthony Liguori
,
10:19
[Qemu-devel] [PATCH v2 1/1] atapi: make change media detection for guests easier
,
Pavel Hrdina
,
10:18
Re: [Qemu-devel] [RFC v1 17/22] memory: use AddressSpace for MemoryListener filtering
,
Anthony Liguori
,
10:11
Re: [Qemu-devel] [RFC v1 15/22] memory: move address_space_memory and address_space_io out of memory core
,
Anthony Liguori
,
10:10
Re: [Qemu-devel] [RFC v1 08/22] memory: provide defaults for MemoryListener operations
,
Anthony Liguori
,
10:05
Re: [Qemu-devel] [RFC 05/18] cpus.h: include qemu-stdio.h
,
Igor Mammedov
,
10:05
Re: [Qemu-devel] [RFC v1 07/22] memory: maintain a list of address spaces
,
Anthony Liguori
,
10:03
Re: [Qemu-devel] [RFC v1 06/22] memory: export AddressSpace
,
Anthony Liguori
,
10:02
Re: [Qemu-devel] [RFC v1 05/22] memory: prepare AddressSpace for exporting
,
Anthony Liguori
,
10:01
Re: [Qemu-devel] [PATCH 2/2] Adding BAR0 for e500 PCI controller
,
Bhushan Bharat-R65777
,
10:01
Re: [Qemu-devel] [RFC v1 01/22] memory: rename 'exec-obsolete.h'
,
Anthony Liguori
,
09:58
[Qemu-devel] [PATCH 23/34] target-ppc: KVM: Fix some kernel version edge cases for kvmppc_reset_htab()
,
Alexander Graf
,
09:58
[Qemu-devel] [PATCH 27/34] target-ppc: Remove unused power_mode field from cpu state
,
Alexander Graf
,
09:58
[Qemu-devel] [PATCH 25/34] pseries: Remove unnecessary locking from PAPR hash table hcalls
,
Alexander Graf
,
09:58
[Qemu-devel] [PATCH 26/34] pseries: Set hash table size based on RAM size
,
Alexander Graf
,
09:58
[Qemu-devel] [PATCH 31/34] PPC: e500: increase DTC_LOAD_PAD
,
Alexander Graf
,
09:57
[Qemu-devel] [PATCH 24/34] ppc405_uc: Fix buffer overflow
,
Alexander Graf
,
09:57
[Qemu-devel] [PATCH 20/34] pseries: Remove never used flags field from spapr vio devices
,
Alexander Graf
,
09:57
[Qemu-devel] [PATCH 13/34] pseries: Add support for new KVM hash table control call
,
Alexander Graf
,
09:57
[Qemu-devel] [PATCH 21/34] pseries: Rework implementation of TCE bypass
,
Alexander Graf
,
09:57
[Qemu-devel] [PATCH 19/34] pseries: Remove XICS irq type enum type
,
Alexander Graf
,
09:57
[Qemu-devel] [PATCH 22/34] pseries: Fix semantics of RTAS int-on, int-off and set-xive functions
,
Alexander Graf
,
09:57
[Qemu-devel] [PATCH 18/34] pseries: Remove C bitfields from xics code
,
Alexander Graf
,
09:57
[Qemu-devel] [PATCH 10/34] ppc: Make kvm_arch_put_registers() put *all* the registers
,
Alexander Graf
,
09:57
[Qemu-devel] [PATCH 12/34] pseries: Use new method to correct reset sequence
,
Alexander Graf
,
09:57
[Qemu-devel] [PATCH 17/34] pseries: Small cleanup to H_CEDE implementation
,
Alexander Graf
,
09:57
[Qemu-devel] [PATCH 14/34] pseries: Clear TCE and signal state when resetting PAPR VIO devices
,
Alexander Graf
,
09:57
[Qemu-devel] [PATCH 15/34] pseries: Reset emulated PCI TCE tables on system reset
,
Alexander Graf
,
09:57
[Qemu-devel] [PATCH 11/34] pseries: Fix and cleanup CPU initialization and reset
,
Alexander Graf
,
09:57
[Qemu-devel] [PATCH 16/34] pseries: Fix XICS reset
,
Alexander Graf
,
09:57
[Qemu-devel] [PATCH 09/34] target-ppc: get rid of the HANDLE_NAN{1, 2, 3} macros
,
Alexander Graf
,
09:57
[Qemu-devel] [PATCH 08/34] target-ppc: use the softfloat float32_muladd function
,
Alexander Graf
,
09:57
[Qemu-devel] [PATCH 06/34] target-ppc: simplify NaN propagation for vector functions
,
Alexander Graf
,
09:57
[Qemu-devel] [PATCH 04/34] MAINTAINERS: Document Bamboo machine and ppc4xx devices
,
Alexander Graf
,
09:57
[Qemu-devel] [PATCH 05/34] MAINTAINERS: Document virtex_ml507 machine
,
Alexander Graf
,
09:57
[Qemu-devel] [PATCH 03/34] MAINTAINERS: Downgrade ppc405 to Odd Fixes
,
Alexander Graf
,
09:57
[Qemu-devel] [PATCH 01/34] MAINTAINERS: Document sPAPR (pSeries) machine
,
Alexander Graf
,
09:57
[Qemu-devel] [PATCH 02/34] MAINTAINERS: Document e500 machines and devices
,
Alexander Graf
,
09:57
[Qemu-devel] [PULL 00/34] ppc patch queue 2012-10-04
,
Alexander Graf
,
09:57
Re: [Qemu-devel] [PATCH v2] Make target_phys_addr_t 64 bits unconditionally
,
Anthony Liguori
,
09:57
[Qemu-devel] [PATCH 07/34] target-ppc: use the softfloat min/max functions
,
Alexander Graf
,
09:57
Re: [Qemu-devel] [RFC 01/18] pc: create "PC" device class
,
Eduardo Habkost
,
09:57
Re: [Qemu-devel] [RFC 01/18] pc: create "PC" device class
,
Paolo Bonzini
,
09:55
Re: [Qemu-devel] [PATCH 07/23] target-i386: convert cpuid features into properties
,
Igor Mammedov
,
09:51
[Qemu-devel] [PATCH 1/1] atapi: make change media detection for guests easier
,
Pavel Hrdina
,
09:49
Re: [Qemu-devel] [RFC 01/18] pc: create "PC" device class
,
Anthony Liguori
,
09:47
Re: [Qemu-devel] [PATCH] hw: Add support for new LSI Logic devices.
,
Hannes Reinecke
,
09:45
Re: [Qemu-devel] [PATCH 07/23] target-i386: convert cpuid features into properties
,
Eduardo Habkost
,
09:32
Re: [Qemu-devel] [PATCH 07/23] target-i386: convert cpuid features into properties
,
Igor Mammedov
,
09:26
Re: [Qemu-devel] [PATCH 07/23] target-i386: convert cpuid features into properties
,
Eduardo Habkost
,
09:19
Re: [Qemu-devel] [RFC 05/18] cpus.h: include qemu-stdio.h
,
Eduardo Habkost
,
09:13
Re: [Qemu-devel] [PATCH 07/23] target-i386: convert cpuid features into properties
,
Igor Mammedov
,
09:11
Re: [Qemu-devel] [PATCH 07/23] target-i386: convert cpuid features into properties
,
Eduardo Habkost
,
09:09
Re: [Qemu-devel] [PATCH 07/23] target-i386: convert cpuid features into properties
,
Eduardo Habkost
,
09:06
Re: [Qemu-devel] [PATCH 07/23] target-i386: convert cpuid features into properties
,
Igor Mammedov
,
09:01
Re: [Qemu-devel] [PATCH 07/23] target-i386: convert cpuid features into properties
,
Andreas Färber
,
08:57
Re: [Qemu-devel] [RFC 11/18] target-i386: cpu_x86_init: allow APIC ID to be set by caller
,
Igor Mammedov
,
08:47
Re: [Qemu-devel] [PATCH 07/23] target-i386: convert cpuid features into properties
,
Eduardo Habkost
,
08:43
Re: [Qemu-devel] [Qemu-ppc] Qemu boot device precedence over nvram boot-device setting
,
Gleb Natapov
,
08:39
Re: [Qemu-devel] [Qemu-ppc] Qemu boot device precedence over nvram boot-device setting
,
Alexander Graf
,
08:37
Re: [Qemu-devel] [PATCH 2/2] Adding BAR0 for e500 PCI controller
,
Avi Kivity
,
08:32
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
,
Jan Kiszka
,
08:27
Re: [Qemu-devel] [Qemu-ppc] Qemu boot device precedence over nvram boot-device setting
,
Alexander Graf
,
08:21
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
,
Lucas Meneghel Rodrigues
,
08:11
Re: [Qemu-devel] [RFC 05/18] cpus.h: include qemu-stdio.h
,
Igor Mammedov
,
08:01
Re: [Qemu-devel] [PATCH] hw/arm_gic.c: Fix improper DPRINTF output.
,
Peter Maydell
,
07:59
Re: [Qemu-devel] [RFC 03/18] pc: add PC object argument to some init functions
,
Igor Mammedov
,
07:56
Re: [Qemu-devel] [PATCH] hw/arm_gic.c: Fix improper DPRINTF output.
,
Evgeny Voevodin
,
07:50
Re: [Qemu-devel] [PATCH v2] Make target_phys_addr_t 64 bits unconditionally
,
Max Filippov
,
07:42
Re: [Qemu-devel] [Qemu-ppc] Qemu boot device precedence over nvram boot-device setting
,
Gleb Natapov
,
07:32
Re: [Qemu-devel] [Qemu-ppc] Qemu boot device precedence over nvram boot-device setting
,
Alexander Graf
,
07:30
Re: [Qemu-devel] [Qemu-ppc] Qemu boot device precedence over nvram boot-device setting
,
Gleb Natapov
,
07:22
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
,
Jan Kiszka
,
06:49
Re: [Qemu-devel] [PATCH v2] Make target_phys_addr_t 64 bits unconditionally
,
Edgar E. Iglesias
,
06:43
[Qemu-devel] [PATCH v2] Make target_phys_addr_t 64 bits unconditionally
,
Avi Kivity
,
06:36
Re: [Qemu-devel] [RFC v1 19/22] memory: per-AddressSpace dispatch
,
Avi Kivity
,
06:30
Re: [Qemu-devel] [RFC v1 19/22] memory: per-AddressSpace dispatch
,
Peter Maydell
,
06:29
Re: [Qemu-devel] [PATCH] Make target_phys_addr_t 64 bits unconditionally
,
Peter Maydell
,
06:28
Re: [Qemu-devel] [PATCH] Make target_phys_addr_t 64 bits unconditionally
,
Michael Tokarev
,
06:24
Re: [Qemu-devel] [RFC v1 07/22] memory: maintain a list of address spaces
,
Avi Kivity
,
06:19
Re: [Qemu-devel] [RFC v1 00/22] Integrate DMA into the memory API
,
Avi Kivity
,
06:18
Re: [Qemu-devel] [RFC v1 07/22] memory: maintain a list of address spaces
,
Gleb Natapov
,
06:17
Re: [Qemu-devel] [RFC v1 17/22] memory: use AddressSpace for MemoryListener filtering
,
Avi Kivity
,
06:17
Re: [Qemu-devel] [RFC v1 19/22] memory: per-AddressSpace dispatch
,
Avi Kivity
,
06:15
[Qemu-devel] [PATCH] Make target_phys_addr_t 64 bits unconditionally
,
Avi Kivity
,
06:08
Re: [Qemu-devel] [PATCH] qxl: Default to PCI revision 4 when spice-server is new enough
,
Paolo Bonzini
,
05:44
[Qemu-devel] [PATCH v2] s390: avoid reaching into memory core internals
,
Avi Kivity
,
05:38
Re: [Qemu-devel] [patch 2/6] Use machine options to emulate -no-kvm-irqchip
,
Jan Kiszka
,
05:29
Re: [Qemu-devel] [RFC v1 19/22] memory: per-AddressSpace dispatch
,
Peter Maydell
,
04:48
Re: [Qemu-devel] [RFC v1 00/22] Integrate DMA into the memory API
,
Paolo Bonzini
,
04:13
Re: [Qemu-devel] [RFC v1 18/22] s390: avoid reaching into memory core internals
,
Christian Borntraeger
,
04:13
Re: [Qemu-devel] [PATCH] hw: Add test device for unittests execution
,
Paolo Bonzini
,
04:05
Re: [Qemu-devel] [PATCH] hw: Add test device for unittests execution
,
Peter Maydell
,
04:02
[Qemu-devel] [PATCH] s390: use sync regs for register transfer
,
Jens Freimann
,
03:57
Re: [Qemu-devel] [PATCH 07/23] target-i386: convert cpuid features into properties
,
Paolo Bonzini
,
03:22
Re: [Qemu-devel] [PATCH] hw: Add test device for unittests execution
,
Paolo Bonzini
,
03:19
Re: [Qemu-devel] [PATCH v2 0/2] qemu-ga: change default state dir to /var/run
,
Paolo Bonzini
,
03:08
Re: [Qemu-devel] [PATCH 07/23] target-i386: convert cpuid features into properties
,
Igor Mammedov
,
02:53
Re: [Qemu-devel] [RFC v1 00/22] Integrate DMA into the memory API
,
Avi Kivity
,
02:41
Re: [Qemu-devel] [RFC v1 19/22] memory: per-AddressSpace dispatch
,
Avi Kivity
,
02:38
Re: [Qemu-devel] [RFC v1 03/22] kvm: use separate MemoryListeners for memory and I/O
,
Avi Kivity
,
02:33
Re: [Qemu-devel] Block Migration and xbzrle
,
Peter Lieven
,
02:31
Re: [Qemu-devel] [PATCH] Fix compilation on GCC 4.5
,
Søren Sandmann
,
01:44
Re: [Qemu-devel] [PATCH] cadence_ttc: Fix 'clear on read' behavior
,
Peter Crosthwaite
,
01:43
Re: [Qemu-devel] [PATCH] Fix compilation on GCC 4.5
,
Søren Sandmann
,
00:31
Re: [Qemu-devel] [PATCH] hw: Add test device for unittests execution
,
Lucas Meneghel Rodrigues
,
00:25
October 03, 2012
[Qemu-devel] [PATCH] hw: Add test device for unittests execution
,
Lucas Meneghel Rodrigues
,
23:50
Re: [Qemu-devel] MIPS DSP for Qemu
,
Wei-Ren Chen
,
21:45
[Qemu-devel] [PATCH v2 4/4] zynq_slcr: Implement CPU reset and halting
,
Peter Crosthwaite
,
20:16
[Qemu-devel] [PATCH v2 3/4] zynq_slcr: Fixed ResetValues enum
,
Peter Crosthwaite
,
20:16
[Qemu-devel] [PATCH v2 2/4] zynq_slcr: Add links to the CPUs
,
Peter Crosthwaite
,
20:16
[Qemu-devel] [PATCH v2 1/4] xilinx_zynq: added smp support
,
Peter Crosthwaite
,
20:16
[Qemu-devel] [PATCH v2 0/4] Xilinx-Zynq boot process patches
,
Peter Crosthwaite
,
20:16
[Qemu-devel] MIPS DSP for Qemu
,
reed kotler
,
19:21
[Qemu-devel] [PATCH 1/2] configure: add --localstatedir
,
Luiz Capitulino
,
18:02
[Qemu-devel] [PATCH v2] qemu-ga: ga_open_pidfile(): add new line to pidfile
,
Luiz Capitulino
,
17:39
[Qemu-devel] [PATCH 2/2] qemu-ga: use state dir from CONFIG_QEMU_LOCALSTATEDIR
,
Luiz Capitulino
,
17:35
[Qemu-devel] [PATCH v2 0/2] qemu-ga: change default state dir to /var/run
,
Luiz Capitulino
,
17:35
[Qemu-devel] [PATCH] qemu-barrier: Fix compiler version check for future gcc versions
,
Stefan Weil
,
17:11
Re: [Qemu-devel] [PATCH] Fix compilation on GCC 4.5
,
Richard Henderson
,
16:55
Re: [Qemu-devel] [PATCH] Fix compilation on GCC 4.5
,
Stefan Weil
,
16:45
Re: [Qemu-devel] [RFC v1 00/22] Integrate DMA into the memory API
,
Blue Swirl
,
16:26
Re: [Qemu-devel] [PATCH] kvm: Set default accelerator to "kvm" if the host supports it
,
Peter Maydell
,
16:26
Re: [Qemu-devel] [PATCH] qemu-ga: ga_open_pidfile(): add new line to pidfile
,
Blue Swirl
,
16:25
Re: [Qemu-devel] [RFC v1 19/22] memory: per-AddressSpace dispatch
,
Blue Swirl
,
16:24
Re: [Qemu-devel] [PATCH] tcg: remove obsolete jmp op
,
Stefan Weil
,
16:21
Re: [Qemu-devel] [PATCH 18/22] target-i386: parse cpu_model string into set of stringified properties
,
Igor Mammedov
,
16:18
Re: [Qemu-devel] [RFC v1 17/22] memory: use AddressSpace for MemoryListener filtering
,
Blue Swirl
,
16:17
Re: [Qemu-devel] [RFC v1 03/22] kvm: use separate MemoryListeners for memory and I/O
,
Blue Swirl
,
16:16
Re: [Qemu-devel] [RFC 17/18] target-i386: topology & APIC ID utility functions (v2)
,
Blue Swirl
,
16:12
Re: [Qemu-devel] [PATCH 18/22] target-i386: parse cpu_model string into set of stringified properties
,
Blue Swirl
,
16:10
Re: [Qemu-devel] [PATCH 1/5] s390: use sync regs for register transfer
,
Blue Swirl
,
16:09
Re: [Qemu-devel] [PATCH] tcg: remove obsolete jmp op
,
Blue Swirl
,
16:03
Re: [Qemu-devel] [PATCH] kvm: Set default accelerator to "kvm" if the host supports it
,
Blue Swirl
,
16:02
Re: [Qemu-devel] [PATCH] Fix compilation on GCC 4.5
,
Søren Sandmann
,
15:49
Re: [Qemu-devel] [PATCH 2/3] configure: add --guest-agent-statedir
,
Luiz Capitulino
,
15:01
Re: [Qemu-devel] [PATCH 2/3] configure: add --guest-agent-statedir
,
Paolo Bonzini
,
14:56
Re: [Qemu-devel] [patch 2/6] Use machine options to emulate -no-kvm-irqchip
,
Marcelo Tosatti
,
14:54
Re: [Qemu-devel] [patch 2/6] Use machine options to emulate -no-kvm-irqchip
,
Aurelien Jarno
,
14:54
Re: [Qemu-devel] [PATCH 2/3] configure: add --guest-agent-statedir
,
Luiz Capitulino
,
14:52
Re: [Qemu-devel] [PATCH V19 7/7] Add fd parameter for TPM passthrough driver
,
Corey Bryant
,
14:46
Re: [Qemu-devel] [PATCH V19 2/7] Add TPM (frontend) hardware interface (TPM TIS) to Qemu
,
Corey Bryant
,
14:37
Re: [Qemu-devel] [PATCH 0/3] qemu-ga: change default state dir to /var/run
,
Paolo Bonzini
,
14:33
Re: [Qemu-devel] [PATCH 2/3] configure: add --guest-agent-statedir
,
Paolo Bonzini
,
14:32
[Qemu-devel] [Bug 1060928] [NEW] Error in launch virtual server port
,
javier navarro altimira
,
14:29
Re: [Qemu-devel] O_DIRECT on glusterfs (was Re: [PATCH v9 4/4] block: Support GlusterFS as a QEMU block backend)
,
Paolo Bonzini
,
14:27
Re: [Qemu-devel] [PATCH 2/3] configure: add --guest-agent-statedir
,
Michael Roth
,
14:23
Re: [Qemu-devel] O_DIRECT on glusterfs (was Re: [PATCH v9 4/4] block: Support GlusterFS as a QEMU block backend)
,
Anand Avati
,
14:21
Re: [Qemu-devel] [PATCH 3/3] qemu-ga: use state dir from CONFIG_QEMUGA_STATEDIR
,
Michael Roth
,
14:20
Re: [Qemu-devel] [PATCH] Fix compilation on GCC 4.5
,
Stefan Weil
,
14:19
Re: [Qemu-devel] O_DIRECT on glusterfs (was Re: [PATCH v9 4/4] block: Support GlusterFS as a QEMU block backend)
,
Paolo Bonzini
,
14:17
Re: [Qemu-devel] [patch 2/6] Use machine options to emulate -no-kvm-irqchip
,
Anthony Liguori
,
14:14
[Qemu-devel] [PATCH] hw/qxl: exit on failure to register qxl interface
,
Alon Levy
,
14:14
Re: [Qemu-devel] [PATCH 2/3] configure: add --guest-agent-statedir
,
Michael Roth
,
14:13
Re: [Qemu-devel] [PATCH 1/3] configure: guest_agent -> qemuga
,
Michael Roth
,
14:08
Re: [Qemu-devel] O_DIRECT on glusterfs (was Re: [PATCH v9 4/4] block: Support GlusterFS as a QEMU block backend)
,
Anand Avati
,
14:02
[Qemu-devel] [PATCH] Fix compilation on GCC 4.5
,
Søren Sandmann
,
14:01
[Qemu-devel] [PATCH] qxl: Default to PCI revision 4 when spice-server is new enough
,
Søren Sandmann
,
13:55
[Qemu-devel] [PATCH 1/6] qdev: split up header so it can be used in cpu.h
,
Eduardo Habkost
,
13:47
[Qemu-devel] [PATCH 3/6] qdev: separate core from the code used only by qemu-system-*
,
Eduardo Habkost
,
13:47
[Qemu-devel] [PATCH 4/6] tests: unit tests for qdev global-properties handling
,
Eduardo Habkost
,
13:47
[Qemu-devel] [PATCH 0/6] qdev: handle global properties after all instance_init calls
,
Eduardo Habkost
,
13:47
[Qemu-devel] [PATCH 6/6] qdev: set globals on post_init() function
,
Eduardo Habkost
,
13:47
[Qemu-devel] [PATCH 2/6] qapi-types.h doesn't really need to include qemu-common.h
,
Eduardo Habkost
,
13:47
[Qemu-devel] [PATCH 5/6] qom: introduce post_init() function
,
Eduardo Habkost
,
13:47
[Qemu-devel] [PATCH] qemu-ga: ga_open_pidfile(): add new line to pidfile
,
Luiz Capitulino
,
13:25
Re: [Qemu-devel] [patch 2/6] Use machine options to emulate -no-kvm-irqchip
,
Jan Kiszka
,
13:25
[Qemu-devel] [PATCH 1/3] configure: guest_agent -> qemuga
,
Luiz Capitulino
,
13:24
[Qemu-devel] [PATCH 3/3] qemu-ga: use state dir from CONFIG_QEMUGA_STATEDIR
,
Luiz Capitulino
,
13:23
[Qemu-devel] [PATCH 2/3] configure: add --guest-agent-statedir
,
Luiz Capitulino
,
13:23
[Qemu-devel] [PATCH 0/3] qemu-ga: change default state dir to /var/run
,
Luiz Capitulino
,
13:23
[Qemu-devel] [RFC v1 18/22] s390: avoid reaching into memory core internals
,
Avi Kivity
,
13:20
Re: [Qemu-devel] [patch 2/6] Use machine options to emulate -no-kvm-irqchip
,
Anthony Liguori
,
13:17
Re: [Qemu-devel] [PATCH 07/23] target-i386: convert cpuid features into properties
,
Eduardo Habkost
,
12:54
Re: [Qemu-devel] [PATCH 07/23] target-i386: convert cpuid features into properties
,
Igor Mammedov
,
12:25
[Qemu-devel] [RFC v1 17/22] memory: use AddressSpace for MemoryListener filtering
,
Avi Kivity
,
12:22
[Qemu-devel] [RFC v1 19/22] memory: per-AddressSpace dispatch
,
Avi Kivity
,
12:05
[Qemu-devel] [RFC v1 20/22] dma: make dma access its own address space
,
Avi Kivity
,
12:05
[Qemu-devel] [RFC v1 22/22] pci: honor PCI_COMMAND_MASTER
,
Avi Kivity
,
12:05
[Qemu-devel] [RFC v1 21/22] pci: give each device its own address space
,
Avi Kivity
,
12:05
[Qemu-devel] [RFC v1 16/22] memory: move tcg flush into a tcg memory listener
,
Avi Kivity
,
12:05
[Qemu-devel] [RFC v1 14/22] memory: manage coalesced mmio via a MemoryListener
,
Avi Kivity
,
12:05
[Qemu-devel] [RFC v1 15/22] memory: move address_space_memory and address_space_io out of memory core
,
Avi Kivity
,
12:05
[Qemu-devel] [RFC v1 12/22] kvm: use new MEMORY_LISTENER_DEFAULT_OPS
,
Avi Kivity
,
12:05
[Qemu-devel] [RFC v1 11/22] xen_pt: use new MEMORY_LISTENER_DEFAULT_OPS
,
Avi Kivity
,
12:05
[Qemu-devel] [RFC v1 10/22] vfio: use new MEMORY_LISTENER_DEFAULT_OPS
,
Avi Kivity
,
12:04
[Qemu-devel] [RFC v1 13/22] xen: use new MEMORY_LISTENER_DEFAULT_OPS
,
Avi Kivity
,
12:04
[Qemu-devel] [RFC v1 08/22] memory: provide defaults for MemoryListener operations
,
Avi Kivity
,
12:04
[Qemu-devel] [RFC v1 07/22] memory: maintain a list of address spaces
,
Avi Kivity
,
12:04
[Qemu-devel] [RFC v1 06/22] memory: export AddressSpace
,
Avi Kivity
,
12:04
[Qemu-devel] [RFC v1 09/22] memory: use new MEMORY_LISTENER_DEFAULT_OPS
,
Avi Kivity
,
12:04
[Qemu-devel] [RFC v1 03/22] kvm: use separate MemoryListeners for memory and I/O
,
Avi Kivity
,
12:04
[Qemu-devel] [RFC v1 04/22] xen_pt: use separate MemoryListeners for memory and I/O
,
Avi Kivity
,
12:04
[Qemu-devel] [RFC v1 05/22] memory: prepare AddressSpace for exporting
,
Avi Kivity
,
12:04
[Qemu-devel] [RFC v1 02/22] vhost: use MemoryListener filtering to only monitor RAM address space
,
Avi Kivity
,
12:04
[Qemu-devel] [RFC v1 01/22] memory: rename 'exec-obsolete.h'
,
Avi Kivity
,
12:04
[Qemu-devel] [RFC v1 00/22] Integrate DMA into the memory API
,
Avi Kivity
,
12:04
[Qemu-devel] O_DIRECT on glusterfs (was Re: [PATCH v9 4/4] block: Support GlusterFS as a QEMU block backend)
,
Paolo Bonzini
,
11:50
Re: [Qemu-devel] [patch 2/6] Use machine options to emulate -no-kvm-irqchip
,
Jan Kiszka
,
11:49
Re: [Qemu-devel] [patch 2/6] Use machine options to emulate -no-kvm-irqchip
,
Jan Kiszka
,
11:47
[Qemu-devel] [PATCH 18/18] qemu-sockets: add error propagation to Unix socket functions
,
Paolo Bonzini
,
11:36
Re: [Qemu-devel] [patch 0/6] qemu-kvm compat
,
Anthony Liguori
,
11:35
Re: [Qemu-devel] [RFC 01/18] pc: create "PC" device class
,
Paolo Bonzini
,
11:33
Re: [Qemu-devel] [PATCH 07/23] target-i386: convert cpuid features into properties
,
Paolo Bonzini
,
11:21
[Qemu-devel] [PATCH 14/18] qemu-sockets: include strerror or gai_strerror output in error messages
,
Paolo Bonzini
,
11:15
[Qemu-devel] [PATCH 13/18] vnc: add error propagation to vnc_display_open
,
Paolo Bonzini
,
11:11
Re: [Qemu-devel] [patch 0/6] qemu-kvm compat
,
Marcelo Tosatti
,
11:05
Re: [Qemu-devel] [patch 2/6] Use machine options to emulate -no-kvm-irqchip
,
Marcelo Tosatti
,
11:05
Re: [Qemu-devel] [PATCH 07/23] target-i386: convert cpuid features into properties
,
Eduardo Habkost
,
11:03
Re: [Qemu-devel] [RFC 02/18] pc: create PC object on pc_init1()
,
Paolo Bonzini
,
10:54
Re: [Qemu-devel] [RFC 02/18] pc: create PC object on pc_init1()
,
Eduardo Habkost
,
10:53
Re: [Qemu-devel] [RFC 01/18] pc: create "PC" device class
,
Paolo Bonzini
,
10:50
Re: [Qemu-devel] [patch 1/6] cirrus_vga: allow configurable vram size
,
Anthony Liguori
,
10:48
Re: [Qemu-devel] [RFC 02/18] pc: create PC object on pc_init1()
,
Paolo Bonzini
,
10:47
Re: [Qemu-devel] [RFC 01/18] pc: create "PC" device class
,
Eduardo Habkost
,
10:47
Re: [Qemu-devel] a user here - pci-assign
,
Alex Williamson
,
10:46
Re: [Qemu-devel] [patch 0/6] qemu-kvm compat
,
Anthony Liguori
,
10:45
Re: [Qemu-devel] [patch 6/6] Emulate qemu-kvms -tdf option
,
Anthony Liguori
,
10:44
Re: [Qemu-devel] [patch 5/6] Emulate qemu-kvms drive parameter boot=on|off
,
Anthony Liguori
,
10:44
Re: [Qemu-devel] [patch 4/6] Use global properties to emulate -no-kvm-pit-reinjection
,
Anthony Liguori
,
10:42
Re: [Qemu-devel] [patch 3/6] Use machine options to emulate -no-kvm-pit
,
Anthony Liguori
,
10:41
Re: [Qemu-devel] [patch 2/6] Use machine options to emulate -no-kvm-irqchip
,
Anthony Liguori
,
10:40
[Qemu-devel] [PATCH 16/18] qemu-sockets: add error propagation to inet_dgram_opts
,
Paolo Bonzini
,
10:38
[Qemu-devel] [PATCH 15/18] qemu-sockets: add error propagation to inet_connect_addr
,
Paolo Bonzini
,
10:38
[Qemu-devel] [PATCH 17/18] qemu-sockets: add error propagation to inet_parse
,
Paolo Bonzini
,
10:38
[Qemu-devel] [PATCH 10/18] qemu-char: ask and print error information from qemu-sockets
,
Paolo Bonzini
,
10:38
[Qemu-devel] [PATCH 12/18] qemu-ga: ask and print error information from qemu-sockets
,
Paolo Bonzini
,
10:38
[Qemu-devel] [PATCH 11/18] nbd: ask and print error information from qemu-sockets
,
Paolo Bonzini
,
10:38
[Qemu-devel] [PATCH 08/18] migration (outgoing): add error propagation for fd and exec protocols
,
Paolo Bonzini
,
10:38
[Qemu-devel] [PATCH 09/18] migration (incoming): add error propagation for fd and exec protocols
,
Paolo Bonzini
,
10:38
[Qemu-devel] [PATCH 07/18] migration: use qemu-sockets to establish Unix sockets
,
Paolo Bonzini
,
10:37
[Qemu-devel] [PATCH 06/18] migration: centralize call to migrate_fd_error()
,
Paolo Bonzini
,
10:37
[Qemu-devel] [PATCH 04/18] qemu-sockets: add nonblocking connect for Unix sockets
,
Paolo Bonzini
,
10:37
[Qemu-devel] [PATCH 05/18] migration: avoid using error_is_set
,
Paolo Bonzini
,
10:37
[Qemu-devel] [PATCH 03/18] qemu-sockets: unix_listen and unix_connect are portable
,
Paolo Bonzini
,
10:37
[Qemu-devel] [PATCH 00/18] qemu-sockets error propagation and related cleanups
,
Paolo Bonzini
,
10:37
[Qemu-devel] [PATCH 02/18] qemu-sockets: add Error ** to all functions
,
Paolo Bonzini
,
10:37
[Qemu-devel] [PATCH 01/18] error: add error_set_errno and error_setg_errno
,
Paolo Bonzini
,
10:37
Re: [Qemu-devel] a user here - pci-assign
,
lejeczek
,
10:30
[Qemu-devel] [PATCH] s390: avoid reaching into memory core internals
,
Avi Kivity
,
10:15
[Qemu-devel] [PULL] Xen tree 2012-10-03
,
Stefano Stabellini
,
10:02
Re: [Qemu-devel] [PATCH 1/1] kvmclock: fix guest stop notification
,
Marcelo Tosatti
,
09:58
Re: [Qemu-devel] [PATCH] hw: Add missing 'static' attribute for QEMUMachine
,
Andreas Färber
,
09:37
[Qemu-devel] [RFC 10/18] target-i386: cpu: add apic_id argument to cpu_x86_register()
,
Eduardo Habkost
,
09:29
[Qemu-devel] [RFC 03/18] pc: add PC object argument to some init functions
,
Eduardo Habkost
,
09:29
[Qemu-devel] [RFC 17/18] target-i386: topology & APIC ID utility functions (v2)
,
Eduardo Habkost
,
09:29
[Qemu-devel] [RFC 08/18] target-i386: kvm: set vcpu_id to APIC ID instead of CPU index (v2)
,
Eduardo Habkost
,
09:29
[Qemu-devel] [RFC 18/18] pc: generate APIC IDs according to CPU topology (v3)
,
Eduardo Habkost
,
09:29
[Qemu-devel] [RFC 14/18] pc: create apic_id_for_cpu() function (v3)
,
Eduardo Habkost
,
09:29
[Qemu-devel] [RFC 15/18] pc: set fw_cfg data based on APIC ID calculation (v2)
,
Eduardo Habkost
,
09:29
[Qemu-devel] [RFC 13/18] pc: set explicit APIC ID for CPUs
,
Eduardo Habkost
,
09:29
[Qemu-devel] [RFC 07/18] kvm: create kvm_arch_vcpu_id() function
,
Eduardo Habkost
,
09:29
[Qemu-devel] [RFC 11/18] target-i386: cpu_x86_init: allow APIC ID to be set by caller
,
Eduardo Habkost
,
09:29
[Qemu-devel] [RFC 16/18] tests: support target-specific unit tests
,
Eduardo Habkost
,
09:29
[Qemu-devel] [RFC 02/18] pc: create PC object on pc_init1()
,
Eduardo Habkost
,
09:29
[Qemu-devel] [RFC v2 00/18] Fix APIC-ID-based CPU topology
,
Eduardo Habkost
,
09:28
[Qemu-devel] [RFC 05/18] cpus.h: include qemu-stdio.h
,
Eduardo Habkost
,
09:28
[Qemu-devel] [RFC 06/18] hw/apic.c: rename bit functions to not conflict with bitops.h (v2)
,
Eduardo Habkost
,
09:28
[Qemu-devel] [RFC 04/18] move I/O-related definitions from qemu-common.h to a new header (qemu-stdio.h)
,
Eduardo Habkost
,
09:28
[Qemu-devel] [RFC 01/18] pc: create "PC" device class
,
Eduardo Habkost
,
09:28
[Qemu-devel] [RFC 12/18] fw_cfg: remove FW_CFG_MAX_CPUS from fw_cfg_init()
,
Eduardo Habkost
,
09:28
[Qemu-devel] [RFC 09/18] target-i386: cpu: move cpuid_apic_id initialization to cpu_x86_register()
,
Eduardo Habkost
,
09:28
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
,
Gleb Natapov
,
09:28
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
,
Paolo Bonzini
,
09:20
Re: [Qemu-devel] [PATCH] cadence_ttc: Fix 'clear on read' behavior
,
Peter Maydell
,
09:18
Re: [Qemu-devel] [PATCH] cadence_ttc: Fix 'clear on read' behavior
,
Peter Crosthwaite
,
09:10
Re: [Qemu-devel] [PATCH 2/2] Adding BAR0 for e500 PCI controller
,
Bhushan Bharat-R65777
,
08:53
Re: [Qemu-devel] [PATCH 2/6] pci-assign: Add support for no-route
,
Anthony Liguori
,
08:32
Re: [Qemu-devel] [PATCH V5 5/5] libqblock test example
,
Paolo Bonzini
,
08:22
Re: [Qemu-devel] [PATCH 1/2] e500: Adding CCSR memory region
,
Alexander Graf
,
08:18
Re: [Qemu-devel] [PATCH V5 5/5] libqblock test example
,
wenchao xia
,
08:18
Re: [Qemu-devel] [PATCH 1/2] e500: Adding CCSR memory region
,
Bhushan Bharat-R65777
,
08:17
Re: [Qemu-devel] [PATCH 2/2] Adding BAR0 for e500 PCI controller
,
Alexander Graf
,
08:11
Re: [Qemu-devel] [PATCH 1/2] e500: Adding CCSR memory region
,
Alexander Graf
,
08:08
[Qemu-devel] [PATCH 2/2] Adding BAR0 for e500 PCI controller
,
Bharat Bhushan
,
07:57
[Qemu-devel] [PATCH 1/2] e500: Adding CCSR memory region
,
Bharat Bhushan
,
07:57
[Qemu-devel] [PATCH 0/2] e500: creating CCSR region and registering bar0
,
Bharat Bhushan
,
07:57
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
,
Lucas Meneghel Rodrigues
,
06:57
[Qemu-devel] [patch 3/6] Use machine options to emulate -no-kvm-pit
,
Marcelo Tosatti
,
06:56
[Qemu-devel] [patch 5/6] Emulate qemu-kvms drive parameter boot=on|off
,
Marcelo Tosatti
,
06:56
[Qemu-devel] [patch 1/6] cirrus_vga: allow configurable vram size
,
Marcelo Tosatti
,
06:55
[Qemu-devel] [patch 0/6] qemu-kvm compat
,
Marcelo Tosatti
,
06:55
[Qemu-devel] [patch 2/6] Use machine options to emulate -no-kvm-irqchip
,
Marcelo Tosatti
,
06:55
[Qemu-devel] [patch 6/6] Emulate qemu-kvms -tdf option
,
Marcelo Tosatti
,
06:55
[Qemu-devel] [patch 4/6] Use global properties to emulate -no-kvm-pit-reinjection
,
Marcelo Tosatti
,
06:55
Re: [Qemu-devel] [PATCH] net: consolidate NetClientState header files into one
,
Paolo Bonzini
,
06:45
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
,
Gleb Natapov
,
06:11
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
,
Jan Kiszka
,
06:07
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
,
Gleb Natapov
,
05:55
Re: [Qemu-devel] [PATCH 2/6] pci-assign: Add support for no-route
,
Paolo Bonzini
,
05:52
Re: [Qemu-devel] [PATCH 3/3 v2] vmware_vga: Allow simple drivers to work without using the fifo
,
Paolo Bonzini
,
05:46
Re: [Qemu-devel] [PATCH 2/3 v2] vmware_vga: Return a value for FB_SIZE before the device is enabled
,
Paolo Bonzini
,
05:44
Re: [Qemu-devel] [PATCH 1/3 v2] vmware_vga: Cleanup and remove duplicated info from local state
,
Paolo Bonzini
,
05:42
[Qemu-devel] [PATCH 3/3 v2] vmware_vga: Allow simple drivers to work without using the fifo
,
BALATON Zoltan
,
05:31
[Qemu-devel] [PATCH 2/3 v2] vmware_vga: Return a value for FB_SIZE before the device is enabled
,
BALATON Zoltan
,
05:31
[Qemu-devel] [PATCH 1/3 v2] vmware_vga: Cleanup and remove duplicated info from local state
,
BALATON Zoltan
,
05:30
[Qemu-devel] [PATCH 0/3] vmware_vga: Cleanup and allow simple drivers to work without the fifo
,
BALATON Zoltan
,
05:28
[Qemu-devel] [PATCH] hw: Add missing 'static' attribute for QEMUMachine
,
Stefan Weil
,
05:19
Re: [Qemu-devel] [PATCH] kvm: Set default accelerator to "kvm" if the host supports it
,
Jan Kiszka
,
05:06
Re: [Qemu-devel] [PATCH] kvm: Set default accelerator to "kvm" if the host supports it
,
Jan Kiszka
,
05:02
[Qemu-devel] [PATCH v8 11/14] xilinx_spips: Xilinx Zynq SPI cntrlr device model
,
Peter Crosthwaite
,
04:25
[Qemu-devel] [PATCH v8 12/14] xilinx_zynq: Added SPI controllers + flashes
,
Peter Crosthwaite
,
04:23
[Qemu-devel] [PATCH v8 10/14] petalogix-ml605: added SPI controller with n25q128
,
Peter Crosthwaite
,
03:53
[Qemu-devel] [PATCH v8 14/14] ssi: Add slave autoconnect helper
,
Peter Crosthwaite
,
03:50
[Qemu-devel] [PATCH v8 13/14] MAINTAINERS: Added maintainerships for SSI
,
Peter Crosthwaite
,
03:50
[Qemu-devel] [PATCH v8 09/14] xilinx_spi: Initial impl. of Xilinx SPI controller
,
Peter Crosthwaite
,
03:50
[Qemu-devel] [PATCH v8 08/14] m25p80: Initial implementation of SPI flash device
,
Peter Crosthwaite
,
03:50
[Qemu-devel] [PATCH v8 06/14] stellaris: Removed SSI mux
,
Peter Crosthwaite
,
03:49
[Qemu-devel] [PATCH v8 07/14] hw: Added generic FIFO API.
,
Peter Crosthwaite
,
03:49
[Qemu-devel] [PATCH v8 05/14] hw/stellaris: Removed gpio_out init array.
,
Peter Crosthwaite
,
03:49
[Qemu-devel] [PATCH v8 04/14] qdev: allow multiple qdev_init_gpio_in() calls
,
Peter Crosthwaite
,
03:49
[Qemu-devel] [PATCH v8 03/14] ssi: Added create_slave_no_init()
,
Peter Crosthwaite
,
03:49
[Qemu-devel] [PATCH v8 02/14] ssi: Implemented CS behaviour
,
Peter Crosthwaite
,
03:49
[Qemu-devel] [PATCH v8 01/14] ssi: Support for multiple attached devices
,
Peter Crosthwaite
,
03:49
[Qemu-devel] [PATCH v8 00/14] Ehnahced SSI bus support + M25P80 SPI flash + Xilinx SPI controller
,
Peter Crosthwaite
,
03:48
Re: [Qemu-devel] [PATCH] kvm: Set default accelerator to "kvm" if the host supports it
,
Michael Tokarev
,
02:59
October 02, 2012
Re: [Qemu-devel] [PATCH] esp: On qemu-system-sparc's esp, TC is not set properly
,
odanet
,
20:11
Re: [Qemu-devel] [PATCH 07/23] target-i386: convert cpuid features into properties
,
Eduardo Habkost
,
16:37
Re: [Qemu-devel] [RFC 07/20] target-i386: convert cpuid features into properties
,
Eduardo Habkost
,
16:30
Re: [Qemu-devel] [PATCH 2/6] pci-assign: Add support for no-route
,
Alex Williamson
,
16:12
Re: [Qemu-devel] [PATCH 2/6] pci-assign: Add support for no-route
,
Anthony Liguori
,
15:56
[Qemu-devel] [PATCH 6/6] pci-assign: Use msi_get_message()
,
Alex Williamson
,
15:22
[Qemu-devel] [PATCH 5/6] msi: Add msi_get_message()
,
Alex Williamson
,
15:22
[Qemu-devel] [PATCH 4/6] pci-assign: Use pci_intx_route_changed()
,
Alex Williamson
,
15:22
[Qemu-devel] [PATCH 3/6] pci: Helper function for testing if an INTx route changed
,
Alex Williamson
,
15:22
[Qemu-devel] [PATCH 2/6] pci-assign: Add support for no-route
,
Alex Williamson
,
15:22
[Qemu-devel] [PATCH 1/6] pci: Add INTx no-route option
,
Alex Williamson
,
15:21
[Qemu-devel] [PATCH 0/6] Misc PCI cleanups
,
Alex Williamson
,
15:21
[Qemu-devel] [PATCH] exec: Fix walk_memory_regions
,
Toshiki Iwata
,
15:01
[Qemu-devel] [PATCH 07/10] tcg: Do constant folding on double-word comparisons
,
Richard Henderson
,
14:54
[Qemu-devel] [PATCH 09/10] tcg: Optimize half-dead add2/sub2
,
Richard Henderson
,
14:34
[Qemu-devel] [PATCH 08/10] tcg: Constant fold add2 and sub2
,
Richard Henderson
,
14:34
[Qemu-devel] [PATCH 10/10] tcg: Optimize mulu2
,
Richard Henderson
,
14:34
[Qemu-devel] [PATCH 06/10] tcg: Split out subroutines from do_constant_folding_cond
,
Richard Henderson
,
14:34
[Qemu-devel] [PATCH 05/10] tcg: Optimize double-word comparisons against zero
,
Richard Henderson
,
14:34
[Qemu-devel] [PATCH 04/10] tcg: Use common code when failing to optimize
,
Richard Henderson
,
14:33
[Qemu-devel] [PATCH 02/10] tcg: Canonicalize add2 operand ordering
,
Richard Henderson
,
14:33
[Qemu-devel] [PATCH 03/10] tcg: Swap commutative double-word comparisons
,
Richard Henderson
,
14:33
[Qemu-devel] [PATCH 01/10] tcg: Split out swap_commutative as a subroutine
,
Richard Henderson
,
14:33
[Qemu-devel] [PATCH v2 00/10] Double-word tcg/optimize improvements
,
Richard Henderson
,
14:32
[Qemu-devel] [PATCH V5 2/5] xen: Introduce xen_modified_memory.
,
Anthony PERARD
,
14:21
[Qemu-devel] [PATCH V5 1/5] QMP, Introduce xen-set-global-dirty-log command.
,
Anthony PERARD
,
14:21
[Qemu-devel] [PATCH V5 3/5] exec: Introduce helper to set dirty flags.
,
Anthony PERARD
,
14:21
[Qemu-devel] [PATCH V5 0/5] Xen, introducing dirty log for migration.
,
Anthony PERARD
,
14:21
[Qemu-devel] [PATCH V5 5/5] xen: Set the vram dirty when an error occur.
,
Anthony PERARD
,
14:21
[Qemu-devel] [PATCH V5 4/5] exec, memory: Call to xen_modified_memory.
,
Anthony PERARD
,
14:21
Re: [Qemu-devel] [PATCH V5 1/5] QMP, Introduce xen-set-global-dirty-log command.
,
Anthony PERARD
,
14:09
Re: [Qemu-devel] Block Migration and xbzrle
,
lieven-lists
,
13:47
Re: [Qemu-devel] [PATCH v9 2/4] qemu: URI parsing library
,
Daniel Veillard
,
13:47
Re: [Qemu-devel] [PATCH V5 1/5] QMP, Introduce xen-set-global-dirty-log command.
,
Eric Blake
,
12:56
[Qemu-devel] [PATCH 17/23] target-i386: postpone cpuid_level update to realize time
,
Igor Mammedov
,
12:56
Re: [Qemu-devel] [PATCH V5 4/5] exec, memory: Call to xen_modified_memory.
,
Avi Kivity
,
12:54
[Qemu-devel] [PATCH V5 2/5] xen: Introduce xen_modified_memory.
,
Anthony PERARD
,
12:53
[Qemu-devel] [PATCH V5 3/5] exec: Introduce helper to set dirty flags.
,
Anthony PERARD
,
12:53
[Qemu-devel] [PATCH V5 4/5] exec, memory: Call to xen_modified_memory.
,
Anthony PERARD
,
12:53
[Qemu-devel] [PATCH V5 5/5] xen: Set the vram dirty when an error occur.
,
Anthony PERARD
,
12:52
[Qemu-devel] [PATCH V5 0/5] Xen, introducing dirty log for migration.
,
Anthony PERARD
,
12:52
[Qemu-devel] [PATCH V5 1/5] QMP, Introduce xen-set-global-dirty-log command.
,
Anthony PERARD
,
12:52
[Qemu-devel] [PATCH 23/23] target-i386: cleanup cpu_x86_find_by_name(), only fill x86_def_t in it
,
Igor Mammedov
,
12:29
[Qemu-devel] [PATCH 12/23] target-i386: convert 'check' and 'enforce' features into properties
,
Igor Mammedov
,
12:22
Re: [Qemu-devel] [PATCH V4 4/5] exec, memory: Call to xen_modified_memory.
,
Avi Kivity
,
12:21
Re: [Qemu-devel] [PATCH V4 4/5] exec, memory: Call to xen_modified_memory.
,
Anthony PERARD
,
12:17
Re: [Qemu-devel] [PATCH 20/23] target-i386: use properties to set/unset user specified features on CPU
,
Igor Mammedov
,
12:12
Re: [Qemu-devel] [PATCH 20/23] target-i386: use properties to set/unset user specified features on CPU
,
Eduardo Habkost
,
12:01
[Qemu-devel] [PATCH 20/23] target-i386: use properties to set/unset user specified features on CPU
,
Igor Mammedov
,
11:43
[Qemu-devel] [PATCH 19/23] target-i386: parse cpu_model string into set of stringified properties
,
Igor Mammedov
,
11:39
[Qemu-devel] [PATCH 14/23] target-i386: use visit_type_hz to parse tsc_freq property value
,
Igor Mammedov
,
11:39
[Qemu-devel] [PATCH 21/23] target-i386: move init of "hypervisor" feature into CPU initializer from cpudef
,
Igor Mammedov
,
11:39
[Qemu-devel] [PATCH 13/23] add visitor for parsing hz[KMG] input string
,
Igor Mammedov
,
11:39
[Qemu-devel] [PATCH 18/23] target-i386: replace uint32_t vendor fields by vendor string in x86_def_t
,
Igor Mammedov
,
11:39
[Qemu-devel] [PATCH 15/23] target-i386: introduce vendor-override property
,
Igor Mammedov
,
11:39
[Qemu-devel] [PATCH 22/23] target-i386: move default init of cpuid_kvm_features bitmap into CPU initializer from cpudef
,
Igor Mammedov
,
11:38
[Qemu-devel] [PATCH 05/23] target-i386: move out CPU features initialization in separate func
,
Igor Mammedov
,
11:38
[Qemu-devel] [PATCH 06/23] target-i386: xlevel should be more than 0x80000000, move fixup into setter
,
Igor Mammedov
,
11:38
[Qemu-devel] [PATCH 16/23] target-i386: use define for cpuid vendor string size
,
Igor Mammedov
,
11:38
[Qemu-devel] [PATCH 11/23] target-i386: convert 'hv_vapic' feature into property
,
Igor Mammedov
,
11:38
[Qemu-devel] [PATCH 04/23] target-i386: filter out not TCG features if running without kvm at realize time
,
Igor Mammedov
,
11:38
[Qemu-devel] [PATCH 09/23] target-i386: convert 'hv_spinlocks' feature into property
,
Igor Mammedov
,
11:38
[Qemu-devel] [PATCH 10/23] target-i386: convert 'hv_relaxed' feature into property
,
Igor Mammedov
,
11:38
[Qemu-devel] [PATCH 08/23] target-i386: add stubs for hyperv_(vapic_recommended|relaxed_timing_enabled|get_spinlock_retries)()
,
Igor Mammedov
,
11:38
[Qemu-devel] [PATCH 07/23] target-i386: convert cpuid features into properties
,
Igor Mammedov
,
11:38
[Qemu-devel] [PATCH 02/23] target-i386: cpu_x86_register(): report error from property setter
,
Igor Mammedov
,
11:38
[Qemu-devel] [PATCH 03/23] target-i386: if x86_cpu_realize() failed report error and do cleanup
,
Igor Mammedov
,
11:37
[Qemu-devel] [PATCH 00/23 v4] target-i386: convert CPU features into properties
,
Igor Mammedov
,
11:37
[Qemu-devel] [PATCH 01/23] target-i386: return Error from cpu_x86_find_by_name()
,
Igor Mammedov
,
11:37
Re: [Qemu-devel] a user here - pci-assign
,
Michael Roth
,
11:33
Re: [Qemu-devel] [PATCH v2 2/9] qapi: add socket address types
,
Paolo Bonzini
,
11:31
Re: [Qemu-devel] [PATCH v2 2/9] qapi: add socket address types
,
Luiz Capitulino
,
11:27
Re: [Qemu-devel] EHCI USB regression in 1.2.0 - ehci_state_fetchqtd() asserting
,
Shawn Starr
,
11:26
Re: [Qemu-devel] [PATCH] vfio_pci: fix build on 32-bit systems
,
Anthony Liguori
,
11:08
Re: [Qemu-devel] [PATCH] vfio_pci: fix build on 32-bit systems
,
Alex Williamson
,
10:37
Re: [Qemu-devel] [PATCH v2 2/9] qapi: add socket address types
,
Paolo Bonzini
,
10:25
[Qemu-devel] KVM call minutes 2012-10-02
,
Juan Quintela
,
10:20
[Qemu-devel] [PATCH 18/22 v3] target-i386: parse cpu_model string into set of stringified properties
,
Igor Mammedov
,
09:09
[Qemu-devel] [PATCH 35/41] buffered_file: buffered_put_buffer() don't need to set last_error
,
Juan Quintela
,
09:05
Re: [Qemu-devel] [PATCH v2 8/9] qmp: add NBD server commands
,
Luiz Capitulino
,
08:54
[Qemu-devel] [PATCH 32/41] savevm: unexport qemu_ftell()
,
Juan Quintela
,
08:53
[Qemu-devel] [PATCH 34/41] savevm: Only qemu_fflush() can generate errors
,
Juan Quintela
,
08:49
[Qemu-devel] [PATCH 25/41] buffered_file: make buffered_flush return the error code
,
Juan Quintela
,
08:47
[Qemu-devel] [PATCH 23/41] buffered_file: We can access directly to bandwidth_limit
,
Juan Quintela
,
08:46
Re: [Qemu-devel] [PATCH 04/41] migration: print total downtime for final phase of migration
,
Eric Blake
,
08:45
Re: [Qemu-devel] [PATCH v2 9/9] hmp: add NBD server commands
,
Luiz Capitulino
,
08:37
Re: [Qemu-devel] [PATCH v2 6/9] qemu-sockets: add socket_listen, socket_connect, socket_parse
,
Luiz Capitulino
,
08:36
Re: [Qemu-devel] [PATCH v2 5/9] qemu-sockets: return IPSocketAddress from inet_parse
,
Luiz Capitulino
,
08:36
Re: [Qemu-devel] [PATCH v2 3/9] qemu-sockets: add error propagation to inet_parse
,
Luiz Capitulino
,
08:33
Re: [Qemu-devel] [PATCH v2 2/9] qapi: add socket address types
,
Luiz Capitulino
,
08:32
Re: [Qemu-devel] [PATCH v2 1/9] build: add QAPI files to the tools
,
Luiz Capitulino
,
08:30
[Qemu-devel] [PATCH 27/41] savevm: unexport qemu_fflush
,
Juan Quintela
,
08:30
Re: [Qemu-devel] [PATCH v2 2/9] qapi: add socket address types
,
Luiz Capitulino
,
08:26
[Qemu-devel] [PATCH 41/41] cpus: create qemu_in_vcpu_thread()
,
Juan Quintela
,
08:23
[Qemu-devel] [PATCH 24/41] buffered_file: callers of buffered_flush() already check for errors
,
Juan Quintela
,
08:21
Re: [Qemu-devel] [PATCH 15/41] migration: Add dirty_pages_rate to query migrate output
,
Eric Blake
,
08:12
[Qemu-devel] [PATCH 31/41] savevm: unfold qemu_fclose_internal()
,
Juan Quintela
,
07:43
Re: [Qemu-devel] [PATCH v2 2/9] qapi: add socket address types
,
Eric Blake
,
07:40
Re: [Qemu-devel] [PATCH 02/41] fix migration sync
,
Paolo Bonzini
,
07:38
Re: [Qemu-devel] [PATCH 18/22] target-i386: parse cpu_model string into set of stringified properties
,
Paolo Bonzini
,
07:37
[Qemu-devel] [PATCH 39/41] savevm: un-export qemu_file_set_error()
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 40/41] savevm: make qemu_file_put_notify() return errors
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 38/41] block-migration: handle errors with the return codes correctly
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 37/41] block-migration: Switch meaning of return value
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 36/41] block-migration: make flush_blks() return errors
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 33/41] savevm: make qemu_fill_buffer() be consistent
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 28/41] virtio-net: use qemu_get_buffer() in a temp buffer
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 29/41] savevm: Remove qemu_fseek()
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 30/41] savevm: make qemu_fflush() return an error code
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 22/41] buffered_file: unfold migrate_fd_close
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 26/41] migration: make migrate_fd_wait_for_unfreeze() return errors
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 21/41] buffered_file: unfold migrate_fd_wait_for_unfreeze
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 19/41] buffered_file: unfold migrate_fd_put_buffer
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 16/41] BufferedFile: append, then flush
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 18/41] buffered_file: opaque is MigrationState
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 20/41] buffered_file: unfold migrate_fd_put_ready
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 15/41] migration: Add dirty_pages_rate to query migrate output
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 13/41] ram: create trace event for migration sync bitmap
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 17/41] buffered_file: rename opaque to migration_state
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 12/41] ram: introduce migration_bitmap_sync()
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 10/41] ram: Introduce migration_bitmap_test_and_reset_dirty()
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 06/41] migration: export migrate_get_current()
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 11/41] ram: Export last_ram_offset()
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 09/41] ram: introduce migration_bitmap_set_dirty()
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 14/41] Separate migration bitmap
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 08/41] savevm: Factorize ram globals reset in its own function
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 07/41] migration: print expected downtime in info migrate
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 05/41] migration: rename expected_time to expected_downtime
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 04/41] migration: print total downtime for final phase of migration
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH v2 00/41] Migration cleanups, refactorings, stats, and more
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 03/41] migration: store end_time in a local variable
,
Juan Quintela
,
07:34
[Qemu-devel] [PATCH 02/41] fix migration sync
,
Juan Quintela
,
07:33
[Qemu-devel] [PATCH 01/41] buffered_file: g_realloc() can't fail
,
Juan Quintela
,
07:33
Re: [Qemu-devel] [PATCH 18/22] target-i386: parse cpu_model string into set of stringified properties
,
Eric Blake
,
07:28
Re: [Qemu-devel] [PATCH 25/41] buffered_file: make buffered_flush return the error code
,
Paolo Bonzini
,
07:16
Re: [Qemu-devel] [PATCH 25/41] buffered_file: make buffered_flush return the error code
,
Juan Quintela
,
07:06
Re: [Qemu-devel] [PATCH 17/41] buffered_file: rename opaque to migration_state
,
Juan Quintela
,
06:55
Re: [Qemu-devel] [PATCH 02/41] fix migration sync
,
Paolo Bonzini
,
06:54
Re: [Qemu-devel] [PATCH 07/41] migration: print expected downtime in info migrate
,
Juan Quintela
,
06:47
Re: [Qemu-devel] [PATCH 02/41] fix migration sync
,
Juan Quintela
,
06:44
Re: [Qemu-devel] Block Migration and xbzrle
,
Orit Wasserman
,
06:40
Re: [Qemu-devel] [PATCH V4 4/5] exec, memory: Call to xen_modified_memory.
,
Avi Kivity
,
06:25
Re: [Qemu-devel] Block Migration and xbzrle
,
Paolo Bonzini
,
06:09
Re: [Qemu-devel] Block Migration and xbzrle
,
Peter Lieven
,
05:44
Re: [Qemu-devel] [PATCH] kvm: Set default accelerator to "kvm" if the host supports it
,
Aurelien Jarno
,
05:41
[Qemu-devel] [PATCH] hw/qxl: fix condition for exiting guest_bug
,
Alon Levy
,
05:39
Re: [Qemu-devel] Block Migration and xbzrle
,
Paolo Bonzini
,
05:39
Re: [Qemu-devel] Block Migration and xbzrle
,
Peter Lieven
,
05:30
Re: [Qemu-devel] Block Migration and xbzrle
,
Orit Wasserman
,
05:28
Re: [Qemu-devel] [PATCH v2 2/9] qapi: add socket address types
,
Paolo Bonzini
,
05:00
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
,
Daniel P. Berrange
,
04:15
Re: [Qemu-devel] a user here - pci-assign
,
lejeczek
,
03:46
Re: [Qemu-devel] [PATCH] kvm: Set default accelerator to "kvm" if the host supports it
,
Markus Armbruster
,
03:46
[Qemu-devel] [PATCH 3/5] s390: sclp event support
,
Jens Freimann
,
03:34
[Qemu-devel] [PATCH 5/5] s390: sclp ascii console support
,
Jens Freimann
,
03:34
[Qemu-devel] [PATCH 4/5] s390: sclp signal quiesce support
,
Jens Freimann
,
03:34
[Qemu-devel] [PATCH 2/5] s390: sclp base support
,
Jens Freimann
,
03:34
[Qemu-devel] [PATCH 1/5] s390: use sync regs for register transfer
,
Jens Freimann
,
03:34
[Qemu-devel] [PATCH 0/5] s390: current patches
,
Jens Freimann
,
03:34
Re: [Qemu-devel] [PATCH v9 2/4] qemu: URI parsing library
,
Paolo Bonzini
,
02:17
Re: [Qemu-devel] [PATCH] vfio_pci: fix build on 32-bit systems
,
Paolo Bonzini
,
02:11
Re: [Qemu-devel] [PATCH v2 4/9] qemu-sockets: add error propagation to Unix socket functions
,
Paolo Bonzini
,
02:10
Re: [Qemu-devel] [PATCH] qtest: implement QTEST_STOP
,
Paolo Bonzini
,
02:07
October 01, 2012
[Qemu-devel] [PATCH] hw/arm_gic.c: Fix improper DPRINTF output.
,
Evgeny Voevodin
,
23:50
Re: [Qemu-devel] [PATCH v2 8/9] qmp: add NBD server commands
,
Eric Blake
,
22:50
Re: [Qemu-devel] [PATCH 1/6] savevm: Add VMSTATE_UINT64_EQUAL helpers
,
David Gibson
,
22:42
Re: [Qemu-devel] [PATCH v2 2/9] qapi: add socket address types
,
Eric Blake
,
19:56
Re: [Qemu-devel] [PATCH v2 4/9] qemu-sockets: add error propagation to Unix socket functions
,
Luiz Capitulino
,
19:04
Re: [Qemu-devel] [PATCH] Add option to mlock guest and qemu memory
,
Satoru Moriya
,
17:24
Re: [Qemu-devel] [PATCH] qtest: implement QTEST_STOP
,
Anthony Liguori
,
17:19
Re: [Qemu-devel] [PATCH] tcg: remove obsolete jmp op
,
Richard Henderson
,
17:15
Re: [Qemu-devel] KVM call agenda for 2012-10-01
,
Anthony Liguori
,
17:09
Re: [Qemu-devel] [PATCH v2] target-xtensa: de-optimize EXTUI
,
Max Filippov
,
16:21
Re: [Qemu-devel] [PATCH] fpu/softfloat.c: Remove pointless shift of always-zero value
,
Aurelien Jarno
,
16:12
Re: [Qemu-devel] [PATCH] fpu/softfloat.c: Return correctly signed values from uint64_to_float32
,
Aurelien Jarno
,
16:12
Re: [Qemu-devel] [PATCH] kvm: Set default accelerator to "kvm" if the host supports it
,
Anthony Liguori
,
16:07
[Qemu-devel] KVM call agenda for 2012-10-01
,
Juan Quintela
,
15:56
Re: [Qemu-devel] [PATCH v10] kvm: notify host when the guest is panicked
,
Marcelo Tosatti
,
15:31
Re: [Qemu-devel] [PATCH] vfio_pci: fix build on 32-bit systems
,
Anthony Liguori
,
15:27
Re: [Qemu-devel] [PATCH] kvm: Set default accelerator to "kvm" if the host supports it
,
Paolo Bonzini
,
15:25
Re: [Qemu-devel] [PATCH] device tree: simplify dumpdtb code
,
Aurelien Jarno
,
15:15
Re: [Qemu-devel] [PATCH v2 4/9] qemu-sockets: add error propagation to Unix socket functions
,
Paolo Bonzini
,
15:08
Re: [Qemu-devel] [PATCH] kvm: Set default accelerator to "kvm" if the host supports it
,
Anthony Liguori
,
15:04
[Qemu-devel] [PATCH] tcg: remove obsolete jmp op
,
Aurelien Jarno
,
15:01
Re: [Qemu-devel] [PATCH v10] kvm: notify host when the guest is panicked
,
Luiz Capitulino
,
14:57
[Qemu-devel] [PATCH v2] target-xtensa: de-optimize EXTUI
,
Aurelien Jarno
,
14:54
Re: [Qemu-devel] [PATCH 7/7] tcg: Do constant folding on double-word comparisons
,
Aurelien Jarno
,
14:50
Re: [Qemu-devel] [PATCH] vfio_pci: fix build on 32-bit systems
,
Alex Williamson
,
14:50
Re: [Qemu-devel] [PATCH 6/7] tcg: Tidy brcond optimization
,
Aurelien Jarno
,
14:48
Re: [Qemu-devel] [PATCH 4/7] tcg: Optimize double-word comparisons against zero
,
Richard Henderson
,
14:47
Re: [Qemu-devel] [PATCH 5/7] tcg: Split out subroutines from do_constant_folding_cond
,
Aurelien Jarno
,
14:46
Re: [Qemu-devel] [PATCH 4/7] tcg: Optimize double-word comparisons against zero
,
Aurelien Jarno
,
14:44
[Qemu-devel] [PATCH] vfio_pci: fix build on 32-bit systems
,
Anthony Liguori
,
14:42
Re: [Qemu-devel] [PATCH 2/7] tcg: Optimize add2 + sub2
,
Richard Henderson
,
14:41
Re: [Qemu-devel] [PATCH 2/7] tcg: Optimize add2 + sub2
,
Richard Henderson
,
14:36
Re: [Qemu-devel] [PATCH v2 0/9] Embedded NBD server
,
Luiz Capitulino
,
14:07
Re: [Qemu-devel] [PATCH 2/7] tcg: Optimize add2 + sub2
,
Aurelien Jarno
,
13:46
Re: [Qemu-devel] [PATCH 2/2] linux-user: register align p{read, write}64
,
Alex Barcelo
,
13:31
Re: [Qemu-devel] [PATCH 1/2] linux-user: ppc: mark as long long aligned
,
malc
,
13:27
Re: [Qemu-devel] [PATCH v6 3/4] vfio: vfio-pci device assignment driver
,
Alex Barcelo
,
13:23
Re: [Qemu-devel] [PATCH v2 4/9] qemu-sockets: add error propagation to Unix socket functions
,
Luiz Capitulino
,
13:16
Re: [Qemu-devel] [PATCH] fpu/softfloat.c: Return correctly signed values from uint64_to_float32
,
Aurelien Jarno
,
12:59
Re: [Qemu-devel] pwrite64 error because of argument position
,
Alexander Graf
,
12:59
Re: [Qemu-devel] pwrite64 error because of argument position
,
Alex Barcelo
,
12:57
Re: [Qemu-devel] [PATCH] fpu/softfloat.c: Return correctly signed values from uint64_to_float32
,
Aurelien Jarno
,
12:57
Re: [Qemu-devel] [PATCH] kvm: Set default accelerator to "kvm" if the host supports it
,
Aurelien Jarno
,
12:56
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility (fwd)
,
Serge Hallyn
,
12:50
Re: [Qemu-devel] [PATCH] kvm: Set default accelerator to "kvm" if the host supports it
,
Daniel P. Berrange
,
12:47
Re: [Qemu-devel] [PATCH] kvm: Set default accelerator to "kvm" if the host supports it
,
Andreas Färber
,
12:43
Re: [Qemu-devel] [PATCH 2/2] cpu_physical_memory_write_rom() needs to do TB invalidates
,
Pavel Hrdina
,
12:25
Re: [Qemu-devel] [PATCH 2/2] cpu_physical_memory_write_rom() needs to do TB invalidates
,
Anthony Liguori
,
12:22
Re: [Qemu-devel] [PATCH] kvm: Set default accelerator to "kvm" if the host supports it
,
Anthony Liguori
,
12:20
Re: [Qemu-devel] [PATCH v6 0/4] VFIO-based PCI device assignment
,
Anthony Liguori
,
12:07
Re: [Qemu-devel] [PATCH v2] x86: Implement SMEP and SMAP
,
Anthony Liguori
,
12:05
Re: [Qemu-devel] failed to fail over between two bonded interface under user mode network stack
,
Mulyadi Santosa
,
11:58
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
,
Bruce Rogers
,
11:40
Re: [Qemu-devel] [PATCH 2/2] cpu_physical_memory_write_rom() needs to do TB invalidates
,
Pavel Hrdina
,
11:34
[Qemu-devel] [PATCH v2 9/9] hmp: add NBD server commands
,
Paolo Bonzini
,
10:53
[Qemu-devel] [PATCH v2 8/9] qmp: add NBD server commands
,
Paolo Bonzini
,
10:53
[Qemu-devel] [PATCH v2 6/9] qemu-sockets: add socket_listen, socket_connect, socket_parse
,
Paolo Bonzini
,
10:53
[Qemu-devel] [PATCH v2 5/9] qemu-sockets: return IPSocketAddress from inet_parse
,
Paolo Bonzini
,
10:53
[Qemu-devel] [PATCH v2 7/9] block: add close notifiers
,
Paolo Bonzini
,
10:53
[Qemu-devel] [PATCH v2 4/9] qemu-sockets: add error propagation to Unix socket functions
,
Paolo Bonzini
,
10:53
[Qemu-devel] [PATCH v2 3/9] qemu-sockets: add error propagation to inet_parse
,
Paolo Bonzini
,
10:53
[Qemu-devel] [PATCH v2 2/9] qapi: add socket address types
,
Paolo Bonzini
,
10:53
[Qemu-devel] [PATCH v2 1/9] build: add QAPI files to the tools
,
Paolo Bonzini
,
10:53
[Qemu-devel] [PATCH v2 0/9] Embedded NBD server
,
Paolo Bonzini
,
10:52
[Qemu-devel] [PATCH] kvm: Set default accelerator to "kvm" if the host supports it
,
Jan Kiszka
,
10:34
Re: [Qemu-devel] [PATCH 2/2] cpu_physical_memory_write_rom() needs to do TB invalidates
,
Anthony Liguori
,
10:33
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility (fwd)
,
Peter Maydell
,
10:26
Re: [Qemu-devel] [PATCH] hw: Add support for new LSI Logic devices.
,
Paolo Bonzini
,
10:26
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
,
Paolo Bonzini
,
10:21
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility (fwd)
,
Serge Hallyn
,
10:16
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
,
Alexander Graf
,
10:08
Re: [Qemu-devel] a user here - pci-assign
,
lejeczek
,
10:07
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
,
Anthony Liguori
,
10:04
Re: [Qemu-devel] a user here - pci-assign
,
Alex Williamson
,
09:51
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
,
Jan Kiszka
,
09:48
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
,
Jan Kiszka
,
09:46
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
,
Michael Tokarev
,
09:44
Re: [Qemu-devel] [PATCH 2/2] cpu_physical_memory_write_rom() needs to do TB invalidates
,
Pavel Hrdina
,
09:44
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
,
Paolo Bonzini
,
09:38
Re: [Qemu-devel] [PULL for Kevin 00/19] Block job improvements part 1
,
Paolo Bonzini
,
09:37
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
,
Jan Kiszka
,
09:36
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
,
Marcelo Tosatti
,
09:32
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
,
Jan Kiszka
,
09:26
Re: [Qemu-devel] qemu-kvm: remove "boot=on|off" drive parameter compatibility
,
Anthony Liguori
,
09:19
Re: [Qemu-devel] [PATCH 1/2] linux-user: ppc: mark as long long aligned
,
Alexander Graf
,
09:10
Re: [Qemu-devel] [PATCH 1/2] linux-user: ppc: mark as long long aligned
,
Andreas Färber
,
09:04
[Qemu-devel] [PATCH 18/22 v3] target-i386: parse cpu_model string into set of stringified properties
,
Igor Mammedov
,
08:56
[Qemu-devel] [PATCH 07/22 v4] target-i386: convert cpuid features into properties
,
Igor Mammedov
,
08:54
Re: [Qemu-devel] [PATCH 18/22] target-i386: parse cpu_model string into set of stringified properties
,
Igor Mammedov
,
08:46
Re: [Qemu-devel] [PATCH] hw/arm_gic.c: Fix improper DPRINTF output.
,
Peter Maydell
,
08:30
[Qemu-devel] [PATCH 3/3] rtc: implement century byte
,
Paolo Bonzini
,
08:22
[Qemu-devel] [PATCH 2/3] rtc: map CMOS index 0x37 to 0x32 on read and writes
,
Paolo Bonzini
,
08:22
[Qemu-devel] [PATCH 1/3] rtc: fix overflow in mktimegm
,
Paolo Bonzini
,
08:22
[Qemu-devel] [PATCH 0/3] Fix autotest-exposed RTC bug 1058225
,
Paolo Bonzini
,
08:22
[Qemu-devel] [PATCH] qtest: implement QTEST_STOP
,
Paolo Bonzini
,
08:18
[Qemu-devel] [PATCH] hw/arm_gic.c: Fix improper DPRINTF output.
,
Evgeny Voevodin
,
08:12
[Qemu-devel] [PATCH 2/2] linux-user: register align p{read, write}64
,
Alexander Graf
,
08:02
[Qemu-devel] [PATCH 1/2] linux-user: ppc: mark as long long aligned
,
Alexander Graf
,
08:02
Re: [Qemu-devel] [Bug 1058225] [NEW] When setting hardware clock on linux guest, hwclock shows crazy date (in the year 2043)
,
Paolo Bonzini
,
08:01
Re: [Qemu-devel] pwrite64 error because of argument position
,
Alexander Graf
,
07:52
Re: [Qemu-devel] a user here - pci-assign
,
lejeczek
,
07:11
Re: [Qemu-devel] [PATCH V4 4/5] exec, memory: Call to xen_modified_memory.
,
Stefano Stabellini
,
06:37
Re: [Qemu-devel] [PATCH V4 5/5] xen: Set the vram dirty when an error occur.
,
Stefano Stabellini
,
06:34
Re: [Qemu-devel] [PATCH V4 2/5] xen: Introduce xen_modified_memory.
,
Stefano Stabellini
,
06:33
[Qemu-devel] Any other cross ISA and system mode binary translator like QEMU?
,
Wei-Ren Chen
,
04:39
Re: [Qemu-devel] [PATCH 09/17] aio: prepare for introducing GSource-based dispatch
,
Paolo Bonzini
,
02:40
[Qemu-devel] [PATCH v6 8/8] i8259/i8254: migration workaround for timer
,
Matthew Ogilvie
,
01:02
[Qemu-devel] [PATCH v6 7/8] i8259: refactor pic_set_irq level logic
,
Matthew Ogilvie
,
01:02
[Qemu-devel] [PATCH v6 6/8] i8259: fix so that dropping IRQ level always clears the interrupt request
,
Matthew Ogilvie
,
01:02
[Qemu-devel] [PATCH v6 4/8] vga: add some optional CGA compatibility hacks
,
Matthew Ogilvie
,
01:02
[Qemu-devel] [PATCH v6 5/8] i8254: fix inaccuracies in pit_get_out()
,
Matthew Ogilvie
,
01:02
[Qemu-devel] [PATCH v6 3/8] qemu-options.hx: mention retrace= VGA option
,
Matthew Ogilvie
,
01:02
[Qemu-devel] [PATCH v6 2/8] vl: fix -hdachs/-hda argument order parsing issues
,
Matthew Ogilvie
,
01:02
[Qemu-devel] [PATCH v6 1/8] fix some debug printf format strings
,
Matthew Ogilvie
,
01:02
[Qemu-devel] [PATCH v6 0/8] i8254, i8259 and running Microport UNIX (ca 1987)
,
Matthew Ogilvie
,
01:02
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc