Archives are refreshed every 30 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-devel (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Mon Mar 31 2014 23:30:22 -0400
Threads in reverse chronological order
[
Next Period
]
[Qemu-devel] [PATCH] net: Report error when device / hub combo is not found.
,
Hani Benhabiles
,
2014/03/31
[Qemu-devel] [PATCH v2] input: mouse_set should check input device type.
,
Hani Benhabiles
,
2014/03/31
[Qemu-devel] [PULL for-2.0 00/16] QOM devices patch queue 2014-03-31
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PULL for-2.0 03/16] tests: Remove unsupported tests for MinGW
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PULL for-2.0 02/16] qtest: Keep list of qtest instances for SIGABRT handler
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PULL for-2.0 04/16] tests: Skip POSIX-only tests on Windows
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PULL for-2.0 07/16] tests: Add nvme qtest
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PULL for-2.0 08/16] tests: Add virtio-9p qtest
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PULL for-2.0 06/16] nvme: Permit zero-length block devices
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PULL for-2.0 05/16] tests: Correctly skip qtest on non-POSIX hosts
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PULL for-2.0 01/16] Revert "qtest: Fix crash if SIGABRT during qtest_init()"
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PULL for-2.0 10/16] qtest: Factor out qtest_qmp_receive()
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PULL for-2.0 11/16] pvpanic-test: Assert pause event
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PULL for-2.0 12/16] tests: Add i82801b11 qtest
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PULL for-2.0 09/16] tests: Add pvpanic qtest
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PULL for-2.0 13/16] tmp105: Read temperature in milli-celsius
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PULL for-2.0 15/16] tmp105-test: Add a second sensor and test that one
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PULL for-2.0 14/16] tmp105-test: Wrap simple building blocks for testing
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PULL for-2.0 16/16] tmp105-test: Test QOM property and precision
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [V2 PATCH 0/9] target-ppc: VSX Bug Fixes
,
Tom Musta
,
2014/03/31
[Qemu-devel] [V2 PATCH 1/9] softfloat: Introduce float32_to_uint64_round_to_zero
,
Tom Musta
,
2014/03/31
Re: [Qemu-devel] [V2 PATCH 1/9] softfloat: Introduce float32_to_uint64_round_to_zero
,
Peter Maydell
,
2014/03/31
[Qemu-devel] [V2 PATCH 2/9] target-ppc: Bug: VSX Convert to Integer Should Truncate
,
Tom Musta
,
2014/03/31
[Qemu-devel] [V2 PATCH 3/9] target-ppc: Define Endian-Correct Accessors for VSR Field Acess
,
Tom Musta
,
2014/03/31
[Qemu-devel] [V2 PATCH 4/9] target-ppc: Correct LE Host Inversion of Lower VSRs
,
Tom Musta
,
2014/03/31
[Qemu-devel] [V2 PATCH 5/9] target-ppc: Correct Simple VSR LE Host Inversions
,
Tom Musta
,
2014/03/31
[Qemu-devel] [V2 PATCH 6/9] target-ppc: Correct VSX Scalar Compares
,
Tom Musta
,
2014/03/31
[Qemu-devel] [V2 PATCH 8/9] target-ppc: Correct VSX FP to Integer Conversion
,
Tom Musta
,
2014/03/31
[Qemu-devel] [V2 PATCH 9/9] target-ppc: Correct VSX Integer to FP Conversion
,
Tom Musta
,
2014/03/31
[Qemu-devel] [V2 PATCH 7/9] target-ppc: Correct VSX FP to FP Conversions
,
Tom Musta
,
2014/03/31
[Qemu-devel] [PATCH v6 0/4] qapi: Allow modularization of QAPI schema files
,
Lluís Vilanova
,
2014/03/31
[Qemu-devel] [PATCH v6 1/4] qapi: [trivial] Break long command lines
,
Lluís Vilanova
,
2014/03/31
Re: [Qemu-devel] [PATCH v6 1/4] qapi: [trivial] Break long command lines
,
Eric Blake
,
2014/03/31
[Qemu-devel] [PATCH v6 2/4] qapi: Use an explicit input file
,
Lluís Vilanova
,
2014/03/31
Re: [Qemu-devel] [PATCH v6 2/4] qapi: Use an explicit input file
,
Eric Blake
,
2014/03/31
[Qemu-devel] [PATCH v6 3/4] qapi: Add a primitive to include other files from a QAPI schema file
,
Lluís Vilanova
,
2014/03/31
Re: [Qemu-devel] [PATCH v6 3/4] qapi: Add a primitive to include other files from a QAPI schema file
,
Eric Blake
,
2014/03/31
[Qemu-devel] [PATCH v6 4/4] qapi: Add tests for the "include" directive
,
Lluís Vilanova
,
2014/03/31
Re: [Qemu-devel] [PATCH v6 4/4] qapi: Add tests for the "include" directive
,
Eric Blake
,
2014/03/31
[Qemu-devel] [PATCH] configure: Fix indentation of help for --enable/disable-debug-info
,
Peter Maydell
,
2014/03/31
[Qemu-devel] [PATCH for-2.0] pci: Fix clearing IRQs on reset
,
Cole Robinson
,
2014/03/31
Re: [Qemu-devel] [PATCH for-2.0] pci: Fix clearing IRQs on reset
,
Paolo Bonzini
,
2014/03/31
Re: [Qemu-devel] [PATCH for-2.0] pci: Fix clearing IRQs on reset
,
Michael S. Tsirkin
,
2014/03/31
Re: [Qemu-devel] [PATCH for-2.0] pci: Fix clearing IRQs on reset
,
Peter Maydell
,
2014/03/31
[Qemu-devel] When are register values committed to CPUARMState
,
Gaurav Sharma
,
2014/03/31
Re: [Qemu-devel] When are register values committed to CPUARMState
,
Peter Maydell
,
2014/03/31
Message not available
Re: [Qemu-devel] When are register values committed to CPUARMState
,
Peter Maydell
,
2014/03/31
[Qemu-devel] [PULL for-2.0 0/2] QOM CPUState patch queue 2014-03-31
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PULL for-2.0 2/2] cpu: Avoid QOM casts for CPU()
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PULL for-2.0 1/2] target-i386: x86_cpu_get_phys_page_debug(): support 1GB page translation
,
Andreas Färber
,
2014/03/31
Re: [Qemu-devel] [PULL for-2.0 0/2] QOM CPUState patch queue 2014-03-31
,
Peter Maydell
,
2014/03/31
[Qemu-devel] [PATCH] savevm: Ignore minimum_version_id_old if there is no load_state_old
,
Peter Maydell
,
2014/03/31
Re: [Qemu-devel] [PATCH] savevm: Ignore minimum_version_id_old if there is no load_state_old
,
Michael S. Tsirkin
,
2014/03/31
[Qemu-devel] [PATCH for-2.0 0/7] SMBus and tmp105 fixes
,
Paolo Bonzini
,
2014/03/31
[Qemu-devel] [PATCH for-2.0 1/7] smbus: allow returning an error from reads
,
Paolo Bonzini
,
2014/03/31
Re: [Qemu-devel] [PATCH for-2.0 1/7] smbus: allow returning an error from reads
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PATCH for-2.0 2/7] smbus: return -1 if nothing found at the given address
,
Paolo Bonzini
,
2014/03/31
Re: [Qemu-devel] [PATCH for-2.0 2/7] smbus: return -1 if nothing found at the given address
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PATCH for-2.0 3/7] pm_smbus: correctly report unclaimed cycles
,
Paolo Bonzini
,
2014/03/31
Re: [Qemu-devel] [PATCH for-2.0 3/7] pm_smbus: correctly report unclaimed cycles
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PATCH for-2.0 4/7] tmp105: read temperature in milli-celsius
,
Paolo Bonzini
,
2014/03/31
[Qemu-devel] [PATCH for-2.0 5/7] tmp105-test: wrap simple building blocks for testing
,
Paolo Bonzini
,
2014/03/31
[Qemu-devel] [PATCH for-2.0 6/7] tmp105-test: add a second sensor and test that one
,
Paolo Bonzini
,
2014/03/31
Re: [Qemu-devel] [PATCH for-2.0 6/7] tmp105-test: add a second sensor and test that one
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PATCH for-2.0 7/7] tmp105-test: test QOM property and precision
,
Paolo Bonzini
,
2014/03/31
Re: [Qemu-devel] [PATCH for-2.0 0/7] SMBus and tmp105 fixes
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PATCH] Fix for qemu-img info to supply FORMAT values for SPARSE extents
,
Shwetha Mathangi Chandra Choodamani
,
2014/03/31
Re: [Qemu-devel] [PATCH] Fix for qemu-img info to supply FORMAT values for SPARSE extents
,
Fam Zheng
,
2014/03/31
[Qemu-devel] [PATCH v2] linux-user: pass correct host flags to accept4()
,
Petar Jovanovic
,
2014/03/31
Re: [Qemu-devel] [PATCH v2] linux-user: pass correct host flags to accept4()
,
Peter Maydell
,
2014/03/31
[Qemu-devel] [PATCH] linux-user: pass correct host flags to accept4()
,
Petar Jovanovic
,
2014/03/31
Re: [Qemu-devel] [PATCH] linux-user: pass correct host flags to accept4()
,
Peter Maydell
,
2014/03/31
Re: [Qemu-devel] [PATCH] linux-user: pass correct host flags to accept4()
,
Petar Jovanovic
,
2014/03/31
[Qemu-devel] [PATCH v7] net: L2TPv3 transport
,
anton . ivanov
,
2014/03/31
[Qemu-devel] vm disk blockio and fileio
,
longguang.yue
,
2014/03/31
[Qemu-devel] [PATCH v4 00/30] qemu state loading issues
,
Michael S. Tsirkin
,
2014/03/31
[Qemu-devel] [PATCH v4 01/30] vmstate: reduce code duplication
,
Michael S. Tsirkin
,
2014/03/31
Re: [Qemu-devel] [PATCH v4 01/30] vmstate: reduce code duplication
,
Dr. David Alan Gilbert
,
2014/03/31
Re: [Qemu-devel] [PATCH v4 01/30] vmstate: reduce code duplication
,
Michael S. Tsirkin
,
2014/03/31
[Qemu-devel] [PATCH v4 02/30] vmstate: add VMS_MUST_EXIST
,
Michael S. Tsirkin
,
2014/03/31
[Qemu-devel] [PATCH v4 03/30] vmstate: add VMSTATE_VALIDATE
,
Michael S. Tsirkin
,
2014/03/31
[Qemu-devel] [PATCH v4 04/30] virtio-net: fix buffer overflow on invalid state load
,
Michael S. Tsirkin
,
2014/03/31
Re: [Qemu-devel] [PATCH v4 04/30] virtio-net: fix buffer overflow on invalid state load
,
Laszlo Ersek
,
2014/03/31
Re: [Qemu-devel] [PATCH v4 04/30] virtio-net: fix buffer overflow on invalid state load
,
Michael S. Tsirkin
,
2014/03/31
[Qemu-devel] [PATCH v4 05/30] virtio-net: out-of-bounds buffer write on load
,
Michael S. Tsirkin
,
2014/03/31
[Qemu-devel] [PATCH v4 06/30] virtio-net: out-of-bounds buffer write on invalid state load
,
Michael S. Tsirkin
,
2014/03/31
[Qemu-devel] [PATCH v4 07/30] virtio: out-of-bounds buffer write on invalid state load
,
Michael S. Tsirkin
,
2014/03/31
[Qemu-devel] [PATCH v4 09/30] hpet: fix buffer overrun on invalid state load
,
Michael S. Tsirkin
,
2014/03/31
[Qemu-devel] [PATCH v4 11/30] pl022: fix buffer overun on invalid state load
,
Michael S. Tsirkin
,
2014/03/31
Re: [Qemu-devel] [PATCH v4 11/30] pl022: fix buffer overun on invalid state load
,
Peter Maydell
,
2014/03/31
[Qemu-devel] [PATCH v4 10/30] hw/pci/pcie_aer.c: fix buffer overruns on invalid state load
,
Michael S. Tsirkin
,
2014/03/31
[Qemu-devel] [PATCH v4 12/30] vmstate: fix buffer overflow in target-arm/machine.c
,
Michael S. Tsirkin
,
2014/03/31
Re: [Qemu-devel] [PATCH v4 12/30] vmstate: fix buffer overflow in target-arm/machine.c
,
Peter Maydell
,
2014/03/31
[Qemu-devel] [PATCH v4 13/30] stellaris_enet: avoid buffer overrun on incoming migration
,
Michael S. Tsirkin
,
2014/03/31
Re: [Qemu-devel] [PATCH v4 13/30] stellaris_enet: avoid buffer overrun on incoming migration
,
Dr. David Alan Gilbert
,
2014/03/31
Re: [Qemu-devel] [PATCH v4 13/30] stellaris_enet: avoid buffer overrun on incoming migration
,
Michael S. Tsirkin
,
2014/03/31
Re: [Qemu-devel] [PATCH v4 13/30] stellaris_enet: avoid buffer overrun on incoming migration
,
Peter Maydell
,
2014/03/31
[Qemu-devel] [PATCH v4 14/30] stellaris_enet: avoid buffer overrun on incoming migration (part 2)
,
Michael S. Tsirkin
,
2014/03/31
[Qemu-devel] [PATCH v4 15/30] stellaris_enet: avoid buffer orerrun on incoming migration (part 3)
,
Michael S. Tsirkin
,
2014/03/31
[Qemu-devel] [PATCH v4 16/30] virtio: avoid buffer overrun on incoming migration
,
Michael S. Tsirkin
,
2014/03/31
Re: [Qemu-devel] [PATCH v4 16/30] virtio: avoid buffer overrun on incoming migration
,
Peter Maydell
,
2014/03/31
[Qemu-devel] [PATCH v4 17/30] openpic: avoid buffer overrun on incoming migration
,
Michael S. Tsirkin
,
2014/03/31
Re: [Qemu-devel] [PATCH v4 17/30] openpic: avoid buffer overrun on incoming migration
,
Peter Maydell
,
2014/03/31
[Qemu-devel] [PATCH v4 18/30] virtio: validate num_sg when mapping
,
Michael S. Tsirkin
,
2014/03/31
[Qemu-devel] [PATCH v4 19/30] pxa2xx: avoid buffer overrun on incoming migration
,
Michael S. Tsirkin
,
2014/03/31
Re: [Qemu-devel] [PATCH v4 19/30] pxa2xx: avoid buffer overrun on incoming migration
,
Peter Maydell
,
2014/03/31
Re: [Qemu-devel] [PATCH v4 19/30] pxa2xx: avoid buffer overrun on incoming migration
,
Don Koch
,
2014/03/31
[Qemu-devel] [PATCH v4 21/30] ssd0323: fix buffer overun on invalid state load
,
Michael S. Tsirkin
,
2014/03/31
Re: [Qemu-devel] [PATCH v4 21/30] ssd0323: fix buffer overun on invalid state load
,
Peter Maydell
,
2014/03/31
[Qemu-devel] [PATCH v4 20/30] ssi-sd: fix buffer overrun on invalid state load
,
Michael S. Tsirkin
,
2014/03/31
Re: [Qemu-devel] [PATCH v4 20/30] ssi-sd: fix buffer overrun on invalid state load
,
Peter Maydell
,
2014/03/31
[Qemu-devel] [PATCH v4 23/30] zaurus: fix buffer overrun on invalid state load
,
Michael S. Tsirkin
,
2014/03/31
[Qemu-devel] [PATCH v4 22/30] tsc210x: fix buffer overrun on invalid state load
,
Michael S. Tsirkin
,
2014/03/31
Re: [Qemu-devel] [PATCH v4 22/30] tsc210x: fix buffer overrun on invalid state load
,
Peter Maydell
,
2014/03/31
[Qemu-devel] [PATCH v4 24/30] usb: sanity check setup_index+setup_len in post_load
,
Michael S. Tsirkin
,
2014/03/31
Re: [Qemu-devel] [PATCH v4 24/30] usb: sanity check setup_index+setup_len in post_load
,
Peter Maydell
,
2014/03/31
[Qemu-devel] [PATCH v4 25/30] virtio-scsi: fix buffer overrun on invalid state load
,
Michael S. Tsirkin
,
2014/03/31
[Qemu-devel] [PATCH v4 26/30] savevm: fix potential segfault on invalid state
,
Michael S. Tsirkin
,
2014/03/31
Re: [Qemu-devel] [PATCH v4 26/30] savevm: fix potential segfault on invalid state
,
Peter Maydell
,
2014/03/31
[Qemu-devel] [PATCH v4 27/30] vmxnet3: validate interrupt indices coming from guest
,
Michael S. Tsirkin
,
2014/03/31
Re: [Qemu-devel] [PATCH v4 27/30] vmxnet3: validate interrupt indices coming from guest
,
Dr. David Alan Gilbert
,
2014/03/31
[Qemu-devel] [PATCH v4 28/30] vmxnet3: validate interrupt indices read on migration
,
Michael S. Tsirkin
,
2014/03/31
Re: [Qemu-devel] [PATCH v4 28/30] vmxnet3: validate interrupt indices read on migration
,
Dr. David Alan Gilbert
,
2014/03/31
Re: [Qemu-devel] [PATCH v4 28/30] vmxnet3: validate interrupt indices read on migration
,
Michael S. Tsirkin
,
2014/03/31
[Qemu-devel] [PATCH v4 29/30] vmxnet3: validate queues configuration coming from quest
,
Michael S. Tsirkin
,
2014/03/31
Re: [Qemu-devel] [PATCH v4 29/30] vmxnet3: validate queues configuration coming from quest
,
Dr. David Alan Gilbert
,
2014/03/31
[Qemu-devel] [PATCH v4 30/30] vmxnet3: validate queues configuration read on migration
,
Michael S. Tsirkin
,
2014/03/31
[Qemu-devel] [PATCH v4 08/30] ahci: fix buffer overrun on invalid state load
,
Michael S. Tsirkin
,
2014/03/31
Re: [Qemu-devel] [PATCH v4 08/30] ahci: fix buffer overrun on invalid state load
,
Peter Maydell
,
2014/03/31
[Qemu-devel] [PATCH v2 0/2] xbzrle: fix one corruption issue
,
arei.gonglei
,
2014/03/31
[Qemu-devel] [PATCH v2 2/2] xbzrle: check 8 bytes at a time after an concurrency scene
,
arei.gonglei
,
2014/03/31
[Qemu-devel] [PATCH v2 1/2] xbzrle: don't check the value in the vm ram repeatedly
,
arei.gonglei
,
2014/03/31
Re: [Qemu-devel] [PATCH v2 1/2] xbzrle: don't check the value in the vm ram repeatedly
,
Dr. David Alan Gilbert
,
2014/03/31
Re: [Qemu-devel] [PATCH v2 1/2] xbzrle: don't check the value in the vm ram repeatedly
,
Paolo Bonzini
,
2014/03/31
[Qemu-devel] [PATCH] tests/Makefile: Don't run any qtests twice
,
Peter Maydell
,
2014/03/31
[Qemu-devel] KVM call agenfda for 2014-04-01
,
Juan Quintela
,
2014/03/31
Re: [Qemu-devel] KVM call agenda for 2014-04-01
,
Andreas Färber
,
2014/03/31
Re: [Qemu-devel] KVM call agenda for 2014-04-01
,
Stefan Hajnoczi
,
2014/03/31
Re: [Qemu-devel] KVM call agenda for 2014-04-01
,
Christian Borntraeger
,
2014/03/31
Re: [Qemu-devel] KVM call agenda for 2014-04-01
,
Peter Maydell
,
2014/03/31
Re: [Qemu-devel] KVM call agenda for 2014-04-01
,
Anthony Liguori
,
2014/03/31
Re: [Qemu-devel] KVM call agenda for 2014-04-01
,
Paolo Bonzini
,
2014/03/31
Re: [Qemu-devel] KVM call agenda for 2014-04-01
,
Peter Maydell
,
2014/03/31
Re: [Qemu-devel] KVM call agenda for 2014-04-01
,
Andreas Färber
,
2014/03/31
Re: [Qemu-devel] KVM call agenda for 2014-04-01
,
Anthony Liguori
,
2014/03/31
Re: [Qemu-devel] KVM call agenda for 2014-04-01
,
Markus Armbruster
,
2014/03/31
Re: [Qemu-devel] KVM call agenda for 2014-04-01
,
Michael Roth
,
2014/03/31
[Qemu-devel] [PATCH V2 0/5] remove QEMUMachine indirection from MachineClass
,
Marcel Apfelbaum
,
2014/03/31
[Qemu-devel] [PATCH V2 1/5] hw/boards.h: add QEMUMachine's fields to MachineClass
,
Marcel Apfelbaum
,
2014/03/31
[Qemu-devel] [PATCH V2 2/5] machine: remove QEMUMachine indirection from MachineClass
,
Marcel Apfelbaum
,
2014/03/31
[Qemu-devel] [PATCH V2 3/5] machine: replace QEMUMachine by MachineClass in accelerator configuration
,
Marcel Apfelbaum
,
2014/03/31
[Qemu-devel] [PATCH V2 5/5] vl.c: Remove QEMUMachine usage
,
Marcel Apfelbaum
,
2014/03/31
[Qemu-devel] [PATCH V2 4/5] hw/ppc: remove QEMUMachine indirection
,
Marcel Apfelbaum
,
2014/03/31
Re: [Qemu-devel] [PATCH] tests/Makefile: Run qom-test for every architecture
,
Andreas Färber
,
2014/03/31
Re: [Qemu-devel] [PATCH] tests/Makefile: Run qom-test for every architecture
,
Peter Maydell
,
2014/03/31
Re: [Qemu-devel] [PATCH] tests/Makefile: Run qom-test for every architecture
,
Andreas Färber
,
2014/03/31
Re: [Qemu-devel] [PATCH] tests/Makefile: Run qom-test for every architecture
,
Peter Maydell
,
2014/03/31
Re: [Qemu-devel] [PATCH v6] e1000: add interrupt mitigation support
,
Alexey Kardashevskiy
,
2014/03/31
[Qemu-devel] [PATCH 0/2] ivshmem: validate incoming_posn value from server
,
Stefan Hajnoczi
,
2014/03/31
[Qemu-devel] [PATCH 1/2] ivshmem: check ivshmem_read() size argument
,
Stefan Hajnoczi
,
2014/03/31
[Qemu-devel] [PATCH 2/2] ivshmem: validate incoming_posn value from server
,
Stefan Hajnoczi
,
2014/03/31
[Qemu-devel] [PATCHv4 00/18] slirp: Adding IPv6 support to Qemu -net user mode
,
Samuel Thibault
,
2014/03/30
[Qemu-devel] [PATCH 01/18] slirp: goto bad in udp_input if sosendto fails
,
Samuel Thibault
,
2014/03/30
[Qemu-devel] [PATCH 02/18] slirp: Generalizing and neutralizing code before adding IPv6 stuff
,
Samuel Thibault
,
2014/03/30
[Qemu-devel] [PATCH 18/18] qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses
,
Samuel Thibault
,
2014/03/30
[Qemu-devel] [PATCH 03/18] slirp: Reindent after refactoring
,
Samuel Thibault
,
2014/03/30
[Qemu-devel] [PATCH 09/18] qemu/timer.h : Adding function to second scale
,
Samuel Thibault
,
2014/03/30
[Qemu-devel] [PATCH 05/18] slirp: Factorizing address translation
,
Samuel Thibault
,
2014/03/30
[Qemu-devel] [PATCH 04/18] slirp: Make Socket structure IPv6 compatible
,
Samuel Thibault
,
2014/03/30
[Qemu-devel] [PATCH 16/18] slirp: Handle IPv6 in TCP functions
,
Samuel Thibault
,
2014/03/30
[Qemu-devel] [PATCH 06/18] slirp: Factorizing and cleaning solookup()
,
Samuel Thibault
,
2014/03/30
[Qemu-devel] [PATCH 07/18] slirp: Make udp_attach IPv6 compatible
,
Samuel Thibault
,
2014/03/30
[Qemu-devel] [PATCH 17/18] slirp: Adding IPv6 address for DNS relay
,
Samuel Thibault
,
2014/03/30
[Qemu-devel] [PATCH 12/18] slirp: Adding IPv6 UDP support
,
Samuel Thibault
,
2014/03/30
[Qemu-devel] [PATCH 15/18] slirp: Reindent after refactoring
,
Samuel Thibault
,
2014/03/30
[Qemu-devel] [PATCH 08/18] slirp: Adding family argument to tcp_fconnect()
,
Samuel Thibault
,
2014/03/30
[Qemu-devel] [PATCH 10/18] slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfiguration
,
Samuel Thibault
,
2014/03/30
[Qemu-devel] [PATCH 14/18] slirp: Generalizing and neutralizing various TCP functions before adding IPv6 stuff
,
Samuel Thibault
,
2014/03/30
[Qemu-devel] [PATCH 11/18] slirp: Adding ICMPv6 error sending
,
Samuel Thibault
,
2014/03/30
[Qemu-devel] [PATCH 13/18] slirp: Factorizing tcpiphdr structure with an union
,
Samuel Thibault
,
2014/03/30
[Qemu-devel] Qemu and access to guest memory
,
sdrb
,
2014/03/30
[Qemu-devel] [PATCHv50/3] qapi: Allow modularization of QAPI schema files
,
Lluís Vilanova
,
2014/03/30
[Qemu-devel] [PATCHv51/3] qapi: Use an explicit input file
,
Lluís Vilanova
,
2014/03/30
Re: [Qemu-devel] [PATCHv51/3] qapi: Use an explicit input file
,
Eric Blake
,
2014/03/31
[Qemu-devel] [PATCHv52/3] qapi: Add a primitive to include other files from a QAPI schema file
,
Lluís Vilanova
,
2014/03/30
Re: [Qemu-devel] [PATCHv52/3] qapi: Add a primitive to include other files from a QAPI schema file
,
Eric Blake
,
2014/03/31
[Qemu-devel] [PATCHv53/3] qapi: Add tests for the "include" directive
,
Lluís Vilanova
,
2014/03/30
Re: [Qemu-devel] [PATCHv50/3] qapi: Allow modularization of QAPI schema files
,
Benoît Canet
,
2014/03/31
Re: [Qemu-devel] [PATCHv50/3] qapi: Allow modularization of QAPI schema files
,
Lluís Vilanova
,
2014/03/31
[Qemu-devel] 2.0 regression: loadvm assertion with ehci + tablet
,
Cole Robinson
,
2014/03/30
Re: [Qemu-devel] 2.0 regression: loadvm assertion with ehci + tablet
,
Michael S. Tsirkin
,
2014/03/30
Re: [Qemu-devel] 2.0 regression: loadvm assertion with ehci + tablet
,
Cole Robinson
,
2014/03/31
Re: [Qemu-devel] 2.0 regression: loadvm assertion with ehci + tablet
,
Andreas Färber
,
2014/03/30
Re: [Qemu-devel] 2.0 regression: loadvm assertion with ehci + tablet
,
Cole Robinson
,
2014/03/31
Re: [Qemu-devel] 2.0 regression: loadvm assertion with ehci + tablet
,
Paolo Bonzini
,
2014/03/31
[Qemu-devel] [PATCH trival] vl.c: clean up code
,
Chen Gang
,
2014/03/30
Re: [Qemu-devel] [PATCH trival] vl.c: clean up code
,
Chen Gang
,
2014/03/30
Re: [Qemu-devel] [PATCH trival] vl.c: clean up code
,
Markus Armbruster
,
2014/03/31
Re: [Qemu-devel] [PATCH trival] vl.c: clean up code
,
Chen Gang
,
2014/03/31
[Qemu-devel] [PATCH] input: mouse_set should check input device type.
,
Hani Benhabiles
,
2014/03/30
Re: [Qemu-devel] [PATCH] input: mouse_set should check input device type.
,
Gerd Hoffmann
,
2014/03/31
Re: [Qemu-devel] [PATCH] input: mouse_set should check input device type.
,
Markus Armbruster
,
2014/03/31
Re: [Qemu-devel] [PATCH] input: mouse_set should check input device type.
,
Hani Benhabiles
,
2014/03/31
[Qemu-devel] qemu core dump when vnc client connect to VM, Is anyone has the similar problem, thanks!
,
Caizhifeng
,
2014/03/30
Re: [Qemu-devel] qemu core dump when vnc client connect to VM, Is anyone has the similar problem, thanks!
,
Gonglei (Arei)
,
2014/03/31
[Qemu-devel] Guest bandwidth setting
,
Pradeep Kiruvale
,
2014/03/30
[Qemu-devel] address@hidden: [members] 15-day Public Review for Virtual I/O Device (VIRTIO) V1.0 - ends 14 April]
,
Michael S. Tsirkin
,
2014/03/30
[Qemu-devel] [PATCH v2 00/17] monitor: Completion support for various commands
,
Hani Benhabiles
,
2014/03/30
[Qemu-devel] [PATCH v2 01/17] monitor: Fix drive_del id argument type completion.
,
Hani Benhabiles
,
2014/03/30
[Qemu-devel] [PATCH v2 02/17] monitor: Add command_completion callback to mon_cmd_t.
,
Hani Benhabiles
,
2014/03/30
[Qemu-devel] [PATCH v2 03/17] monitor: Add device_add and device_del completion.
,
Hani Benhabiles
,
2014/03/30
[Qemu-devel] [PATCH v2 04/17] monitor: Add chardev-remove id argument completion.
,
Hani Benhabiles
,
2014/03/30
[Qemu-devel] [PATCH v2 05/17] monitor: Add chardev-add backend argument completion.
,
Hani Benhabiles
,
2014/03/30
[Qemu-devel] [PATCH v2 06/17] monitor: Add cpu index argument completion.
,
Hani Benhabiles
,
2014/03/30
[Qemu-devel] [PATCH v2 07/17] monitor: Add set_link arguments completion.
,
Hani Benhabiles
,
2014/03/30
[Qemu-devel] [PATCH v2 08/17] monitor: Add netdev_add type argument completion.
,
Hani Benhabiles
,
2014/03/30
[Qemu-devel] [PATCH v2 09/17] monitor: Add netdev_del id argument completion.
,
Hani Benhabiles
,
2014/03/30
[Qemu-devel] [PATCH v2 10/17] monitor: Add ringbuf_write and ringbuf_read argument completion.
,
Hani Benhabiles
,
2014/03/30
[Qemu-devel] [PATCH v2 11/17] monitor: Add watchdog_action argument completion.
,
Hani Benhabiles
,
2014/03/30
[Qemu-devel] [PATCH v2 12/17] monitor: Add migrate_set_capability completion.
,
Hani Benhabiles
,
2014/03/30
[Qemu-devel] [PATCH v2 13/17] monitor: Add host_net_add device argument completion.
,
Hani Benhabiles
,
2014/03/30
[Qemu-devel] [PATCH v2 14/17] readline: Make completion strings always unique.
,
Hani Benhabiles
,
2014/03/30
[Qemu-devel] [PATCH v2 15/17] monitor: Add host_net_remove arguments completion.
,
Hani Benhabiles
,
2014/03/30
[Qemu-devel] [PATCH v2 16/17] monitor: Add mouse_set index argument completion.
,
Hani Benhabiles
,
2014/03/30
[Qemu-devel] [PATCH v2 17/17] monitor: Add delvm and loadvm argument completion.
,
Hani Benhabiles
,
2014/03/30
[Qemu-devel] [PATCH] xbzrle: don't check the value in the vm ram repeatedly
,
arei.gonglei
,
2014/03/29
Re: [Qemu-devel] [PATCH] xbzrle: don't check the value in the vm ram repeatedly
,
Eric Blake
,
2014/03/29
Re: [Qemu-devel] [PATCH] xbzrle: don't check the value in the vm ram repeatedly
,
陈梁
,
2014/03/29
Re: [Qemu-devel] [PATCH] xbzrle: don't check the value in the vm ram repeatedly
,
Eric Blake
,
2014/03/29
Message not available
Message not available
Re: [Qemu-devel] [PATCH] xbzrle: don't check the value in the vm ram repeatedly
,
Eric Blake
,
2014/03/29
Message not available
Message not available
Re: [Qemu-devel] [PATCH] xbzrle: don't check the value in the vm ram repeatedly
,
Eric Blake
,
2014/03/29
Re: [Qemu-devel] [PATCH] xbzrle: don't check the value in the vm ram repeatedly
,
Dr. David Alan Gilbert
,
2014/03/31
[Qemu-devel] [PATCH 0/8] tcg: tidy the type of code_ptr
,
Richard Henderson
,
2014/03/28
[Qemu-devel] [PATCH 1/8] exec-all.h: Use stl_p to avoid undefined behaviour patching x86 jumps
,
Richard Henderson
,
2014/03/28
[Qemu-devel] [PATCH 2/8] tcg: Avoid stores to unaligned addresses
,
Richard Henderson
,
2014/03/28
[Qemu-devel] [PATCH 3/8] tcg: Avoid undefined behaviour patching code at unaligned addresses
,
Richard Henderson
,
2014/03/28
[Qemu-devel] [PATCH 4/8] tcg: Define tcg_itype for code pointers
,
Richard Henderson
,
2014/03/28
[Qemu-devel] [PATCH 5/8] tcg-ppc64: Define TCG_TARGET_ITYPE_SIZE
,
Richard Henderson
,
2014/03/28
[Qemu-devel] [PATCH 6/8] tcg-ppc: Define TCG_TARGET_ITYPE_SIZE
,
Richard Henderson
,
2014/03/28
[Qemu-devel] [PATCH 7/8] tcg-aarch64: Define TCG_TARGET_ITYPE_SIZE
,
Richard Henderson
,
2014/03/28
[Qemu-devel] [PATCH 8/8] tcg-sparc: Define TCG_TARGET_ITYPE_SIZE
,
Richard Henderson
,
2014/03/28
Re: [Qemu-devel] [PATCH 0/8] tcg: tidy the type of code_ptr
,
Peter Maydell
,
2014/03/29
Re: [Qemu-devel] [PATCH 0/8] tcg: tidy the type of code_ptr
,
Richard Henderson
,
2014/03/30
Re: [Qemu-devel] [PATCH 0/8] tcg: tidy the type of code_ptr
,
Richard Henderson
,
2014/03/30
Re: [Qemu-devel] [PATCH 0/8] tcg: tidy the type of code_ptr
,
Jay Foad
,
2014/03/31
[Qemu-devel] [PATCH] vexpress: Add support for the -bios flag to provide firmware
,
Grant Likely
,
2014/03/28
[Qemu-devel] [PATCH] qcow2: fix two memory leaks in qcow2_open error code path
,
Prasad Joshi
,
2014/03/28
Re: [Qemu-devel] [PATCH] qcow2: fix two memory leaks in qcow2_open error code path
,
Max Reitz
,
2014/03/28
Re: [Qemu-devel] [PATCH] qcow2: fix two memory leaks in qcow2_open error code path
,
Stefan Hajnoczi
,
2014/03/31
[Qemu-devel] [PATCH v2 0/7] qemu-log: various fixes and enhancements
,
Alex Bennée
,
2014/03/28
[Qemu-devel] [PATCH v2 1/7] qemu-log: correct help text for -d cpu
,
Alex Bennée
,
2014/03/28
[Qemu-devel] [PATCH v2 2/7] qemu-log: Avoid function call for disabled qemu_log_mask logging
,
Alex Bennée
,
2014/03/28
[Qemu-devel] [PATCH v2 4/7] qemu-log: support simple pid substitution in logfile
,
Alex Bennée
,
2014/03/28
[Qemu-devel] [PATCH v2 3/7] qemu-log: Improve the "exec" TB execution logging
,
Alex Bennée
,
2014/03/28
[Qemu-devel] [PATCH v2 5/7] qemu-log: new option -dfilter to limit output
,
Alex Bennée
,
2014/03/28
[Qemu-devel] [PATCH v2 6/7] qemu-log: dfilter-ise exec, in_asm, out_asm, and op_opt
,
Alex Bennée
,
2014/03/28
[Qemu-devel] [PATCH v2 7/7] qemu-log: add nochain option to disable TB chaining
,
Alex Bennée
,
2014/03/28
Re: [Qemu-devel] [PATCH v2 7/7] qemu-log: add nochain option to disable TB chaining
,
Peter Maydell
,
2014/03/28
Re: [Qemu-devel] [PATCH v2 7/7] qemu-log: add nochain option to disable TB chaining
,
Alex Bennée
,
2014/03/28
[Qemu-devel] [PATCH v5 00/37] AArch64 system emulation
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 22/37] hw/arm/virt: Add support for Cortex-A57
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 34/37] target-arm: Implement CBAR for Cortex-A57
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 16/37] target-arm: Implement SP_EL0, SP_EL1
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 10/37] target-arm: Add v8 mmu translation support
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 32/37] target-arm: Implement RVBAR register
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 25/37] target-arm: Implement AArch64 view of ACTLR
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 24/37] target-arm: Implement AArch64 view of CONTEXTIDR
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 01/37] target-arm: Split out private-to-target functions into internals.h
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 15/37] target-arm: Add AArch64 ELR_EL1 register.
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 35/37] target-arm: Make Cortex-A15 CBAR read-only
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 04/37] target-arm: Provide correct syndrome information for cpreg access traps
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 03/37] target-arm: Define exception record for AArch64 exceptions
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 28/37] target-arm: Don't expose wildcard ID register definitions for ARMv8
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 07/37] target-arm: A64: Correctly fault FP/Neon if CPACR.FPEN set
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 37/37] target-arm: Dump 32-bit CPU state if 64 bit CPU is in AArch32
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 29/37] target-arm: Replace wildcarded cpreg definitions with precise ones for ARMv8
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 31/37] target-arm: Implement AArch64 address translation operations
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 33/37] target-arm: Implement Cortex-A57 implementation-defined system registers
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 14/37] target-arm: Implement AArch64 views of fault status and data registers
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 11/37] target-arm: Don't mention PMU in debug feature register
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 13/37] target-arm: Use dedicated CPU state fields for ARM946 access bit registers
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 05/37] target-arm: Add support for generating exceptions with syndrome information
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 12/37] target-arm: A64: Implement DC ZVA
,
Peter Maydell
,
2014/03/28
Re: [Qemu-devel] [PATCH v5 12/37] target-arm: A64: Implement DC ZVA
,
Richard Henderson
,
2014/03/28
[Qemu-devel] [PATCH v5 17/37] target-arm: Implement AArch64 SPSR_EL1
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 23/37] target-arm: Implement AArch64 views of AArch32 ID registers
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 21/37] target-arm: Add Cortex-A57 processor
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 02/37] target-arm: Implement AArch64 DAIF system register
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 20/37] target-arm: Implement ARMv8 MVFR registers
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 09/37] target-arm: Fix VFP enables for AArch32 EL0 under AArch64 EL1
,
Peter Maydell
,
2014/03/28
Re: [Qemu-devel] [PATCH v5 09/37] target-arm: Fix VFP enables for AArch32 EL0 under AArch64 EL1
,
Peter Crosthwaite
,
2014/03/31
[Qemu-devel] [PATCH v5 08/37] target-arm: A64: Add assertion that FP access was checked
,
Peter Maydell
,
2014/03/28
Re: [Qemu-devel] [PATCH v5 08/37] target-arm: A64: Add assertion that FP access was checked
,
Peter Crosthwaite
,
2014/03/31
[Qemu-devel] [PATCH v5 06/37] target-arm: Provide syndrome information for MMU faults
,
Peter Maydell
,
2014/03/28
Re: [Qemu-devel] [PATCH v5 06/37] target-arm: Provide syndrome information for MMU faults
,
Peter Crosthwaite
,
2014/03/31
[Qemu-devel] [PATCH v5 19/37] target-arm: Implement AArch64 EL1 exception handling
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 36/37] target-arm: Handle the CPU being in AArch32 mode in the AArch64 set_pc
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 27/37] target-arm: Remove THUMB2EE feature from AArch64 'any' CPU
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 30/37] target-arm: Implement auxiliary fault status registers
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 18/37] target-arm: Move arm_log_exception() into internals.h
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v5 26/37] target-arm: Implement ISR_EL1 register
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH V3 0/3] Create an include directive for QAPI JSON files
,
Benoît Canet
,
2014/03/28
[Qemu-devel] [PATCH V3 2/3] qapi: Change the qapi scripts to take their input as first argument.
,
Benoît Canet
,
2014/03/28
[Qemu-devel] [PATCH V3 3/3] qapi: Create an include directive for use in the JSON description files.
,
Benoît Canet
,
2014/03/28
Re: [Qemu-devel] [PATCH V3 3/3] qapi: Create an include directive for use in the JSON description files.
,
Eric Blake
,
2014/03/31
[Qemu-devel] [PATCH V3 1/3] test-qapi: Make test-qapi.py spit useful error messages.
,
Benoît Canet
,
2014/03/28
[Qemu-devel] [PATCH for-2.0] configure: add option to disable -fstack-protector flags
,
Paolo Bonzini
,
2014/03/28
Re: [Qemu-devel] [PATCH for-2.0] configure: add option to disable -fstack-protector flags
,
Laurent Desnogues
,
2014/03/28
Re: [Qemu-devel] [PATCH for-2.0] configure: add option to disable -fstack-protector flags
,
Paolo Bonzini
,
2014/03/28
Re: [Qemu-devel] [PATCH for-2.0] configure: add option to disable -fstack-protector flags
,
Noonan, Steven
,
2014/03/28
Re: [Qemu-devel] [PATCH for-2.0] configure: add option to disable -fstack-protector flags
,
Brad Smith
,
2014/03/28
Re: [Qemu-devel] [PATCH for-2.0] configure: add option to disable -fstack-protector flags
,
Peter Maydell
,
2014/03/31
[Qemu-devel] [PATCH RESEND] tcg/ppc64: Prepare support for Little Endian ppc64 hosts
,
Andreas Färber
,
2014/03/28
Re: [Qemu-devel] [PATCH RESEND] tcg/ppc64: Prepare support for Little Endian ppc64 hosts
,
Richard Henderson
,
2014/03/28
[Qemu-devel] [PATCH qom-cpu for-2.0] cpu: Avoid QOM casts for CPU()
,
Andreas Färber
,
2014/03/28
Re: [Qemu-devel] [PATCH qom-cpu for-2.0] cpu: Avoid QOM casts for CPU()
,
Peter Maydell
,
2014/03/28
Re: [Qemu-devel] [PATCH qom-cpu for-2.0] cpu: Avoid QOM casts for CPU()
,
Andreas Färber
,
2014/03/28
Re: [Qemu-devel] [PATCH qom-cpu for-2.0] cpu: Avoid QOM casts for CPU()
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PATCH v2 for-2.0 0/2] Bounds checking for VDI
,
Jeff Cody
,
2014/03/28
[Qemu-devel] [PATCH v2 for-2.0 1/2] vdi: add bounds checks for blocks_in_image and disk_size header fields (CVE-2014-0144)
,
Jeff Cody
,
2014/03/28
[Qemu-devel] [PATCH v2 for-2.0 2/2] block: vdi bounds check qemu-io tests
,
Jeff Cody
,
2014/03/28
Re: [Qemu-devel] [PATCH v3] configure: add option to disable -fstack-protector flags
,
Laurent Desnogues
,
2014/03/28
[Qemu-devel] [RFC 0/3] tcg: Avoid undefined behaviour on unaligned stores
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [RFC 2/3] tcg: Avoid stores to unaligned addresses
,
Peter Maydell
,
2014/03/28
Re: [Qemu-devel] [RFC 2/3] tcg: Avoid stores to unaligned addresses
,
Andreas Färber
,
2014/03/28
[Qemu-devel] [RFC 3/3] tcg: Avoid undefined behaviour patching code at unaligned addresses
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [RFC 1/3] exec-all.h: Use stl_p to avoid undefined behaviour patching x86 jumps
,
Peter Maydell
,
2014/03/28
Re: [Qemu-devel] [RFC 0/3] tcg: Avoid undefined behaviour on unaligned stores
,
Richard Henderson
,
2014/03/28
Re: [Qemu-devel] [RFC 0/3] tcg: Avoid undefined behaviour on unaligned stores
,
Peter Maydell
,
2014/03/28
Re: [Qemu-devel] [RFC 0/3] tcg: Avoid undefined behaviour on unaligned stores
,
Richard Henderson
,
2014/03/28
[Qemu-devel] [PATCH 0/3] More fixes for undefined behaviour
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH 1/3] hw/ide/ahci.c: Avoid shift left into sign bit
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH 3/3] xbzrle.c: Avoid undefined behaviour with signed arithmetic
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH 2/3] int128.h: Avoid undefined behaviours involving signed arithmetic
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCHv2] block: optimize zero writes with bdrv_write_zeroes
,
Peter Lieven
,
2014/03/28
Re: [Qemu-devel] [PATCHv2] block: optimize zero writes with bdrv_write_zeroes
,
Eric Blake
,
2014/03/28
[Qemu-devel] Bug with mpc8544ds machine.
,
Frederic Konrad
,
2014/03/28
Re: [Qemu-devel] Bug with mpc8544ds machine.
,
Gerd Hoffmann
,
2014/03/31
Re: [Qemu-devel] Bug with mpc8544ds machine.
,
Frederic Konrad
,
2014/03/31
[Qemu-devel] [PATCH 1/2] dma-helpers: Initialize DMAAIOCB in_cancel flag
,
Peter Maydell
,
2014/03/28
Re: [Qemu-devel] [PATCH 1/2] dma-helpers: Initialize DMAAIOCB in_cancel flag
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PULL for-2.0] tcg-arm update
,
Richard Henderson
,
2014/03/28
[Qemu-devel] [PULL for-2.0] tcg-arm: Avoid ldrd/strd for user-only emulation
,
Richard Henderson
,
2014/03/28
Re: [Qemu-devel] [PULL for-2.0] tcg-arm update
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v2 0/5] nmi: add interface
,
Alexey Kardashevskiy
,
2014/03/28
[Qemu-devel] [PATCH v2 1/5] cpu: Add NMI callback
,
Alexey Kardashevskiy
,
2014/03/28
Re: [Qemu-devel] [PATCH v2 1/5] cpu: Add NMI callback
,
Alexander Graf
,
2014/03/31
[Qemu-devel] [PATCH v2 2/5] target-i386: Implement nmi() callback
,
Alexey Kardashevskiy
,
2014/03/28
Re: [Qemu-devel] [PATCH v2 2/5] target-i386: Implement nmi() callback
,
Alexey Kardashevskiy
,
2014/03/30
Re: [Qemu-devel] [PATCH v2 2/5] target-i386: Implement nmi() callback
,
Richard Henderson
,
2014/03/30
Re: [Qemu-devel] [PATCH v2 2/5] target-i386: Implement nmi() callback
,
Alexander Graf
,
2014/03/31
[Qemu-devel] [PATCH v2 5/5] cpus: Enable nmi() callback use
,
Alexey Kardashevskiy
,
2014/03/28
Re: [Qemu-devel] [PATCH v2 5/5] cpus: Enable nmi() callback use
,
Alexander Graf
,
2014/03/31
[Qemu-devel] [PATCH v2 3/5] target-s390: Implement nmi() callback
,
Alexey Kardashevskiy
,
2014/03/28
[Qemu-devel] [PATCH v2 4/5] target-ppc: Implement nmi() callback
,
Alexey Kardashevskiy
,
2014/03/28
Re: [Qemu-devel] [PATCH v2 4/5] target-ppc: Implement nmi() callback
,
Alexander Graf
,
2014/03/31
[Qemu-devel] [PULL for-2.0 0/3] acpi,pc,build bug fixes
,
Michael S. Tsirkin
,
2014/03/28
[Qemu-devel] [PULL for-2.0 2/3] Don't enable a HPET timer if HPET is disabled
,
Michael S. Tsirkin
,
2014/03/28
[Qemu-devel] [PULL for-2.0 1/3] Detect pthread_setname_np at configure time
,
Michael S. Tsirkin
,
2014/03/28
[Qemu-devel] [PULL for-2.0 3/3] acpi: fix ACPI generation for pci bridges
,
Michael S. Tsirkin
,
2014/03/28
Re: [Qemu-devel] [PULL for-2.0 0/3] acpi,pc,build bug fixes
,
Peter Maydell
,
2014/03/28
[Qemu-devel] [PATCH v6 0/8] virtio endian-ambivalent target fixes
,
Greg Kurz
,
2014/03/28
[Qemu-devel] [PATCH v6 1/8] virtio_legacy_get_byteswap: endian-ambivalent targets using legacy virtio
,
Greg Kurz
,
2014/03/28
Re: [Qemu-devel] [PATCH v6 1/8] virtio_legacy_get_byteswap: endian-ambivalent targets using legacy virtio
,
Thomas Huth
,
2014/03/28
Re: [Qemu-devel] [PATCH v6 1/8] virtio_legacy_get_byteswap: endian-ambivalent targets using legacy virtio
,
Greg Kurz
,
2014/03/28
Re: [Qemu-devel] [PATCH v6 1/8] virtio_legacy_get_byteswap: endian-ambivalent targets using legacy virtio
,
Andreas Färber
,
2014/03/28
Re: [Qemu-devel] [PATCH v6 1/8] virtio_legacy_get_byteswap: endian-ambivalent targets using legacy virtio
,
Greg Kurz
,
2014/03/28
Re: [Qemu-devel] [PATCH v6 1/8] virtio_legacy_get_byteswap: endian-ambivalent targets using legacy virtio
,
Alexander Graf
,
2014/03/31
[Qemu-devel] [PATCH v6 2/8] virtio: allow byte swapping for vring and config access
,
Greg Kurz
,
2014/03/28
Re: [Qemu-devel] [PATCH v6 2/8] virtio: allow byte swapping for vring and config access
,
Thomas Huth
,
2014/03/28
Re: [Qemu-devel] [PATCH v6 2/8] virtio: allow byte swapping for vring and config access
,
Greg Kurz
,
2014/03/28
Re: [Qemu-devel] [PATCH v6 2/8] virtio: allow byte swapping for vring and config access
,
Alexander Graf
,
2014/03/31
Re: [Qemu-devel] [PATCH v6 2/8] virtio: allow byte swapping for vring and config access
,
Andreas Färber
,
2014/03/31
[Qemu-devel] [PATCH v6 3/8] virtio-net: use virtio wrappers to access headers
,
Greg Kurz
,
2014/03/28
Re: [Qemu-devel] [PATCH v6 3/8] virtio-net: use virtio wrappers to access headers
,
Alexander Graf
,
2014/03/31
[Qemu-devel] [PATCH v6 4/8] virtio-balloon: use virtio wrappers to access page frame numbers
,
Greg Kurz
,
2014/03/28
Re: [Qemu-devel] [PATCH v6 4/8] virtio-balloon: use virtio wrappers to access page frame numbers
,
Alexander Graf
,
2014/03/31
[Qemu-devel] [PATCH v6 5/8] virtio-blk: use virtio wrappers to access headers
,
Greg Kurz
,
2014/03/28
Re: [Qemu-devel] [PATCH v6 5/8] virtio-blk: use virtio wrappers to access headers
,
Alexander Graf
,
2014/03/31
[Qemu-devel] [PATCH v6 6/8] virtio-scsi: use virtio wrappers to access headers
,
Greg Kurz
,
2014/03/28
Re: [Qemu-devel] [PATCH v6 6/8] virtio-scsi: use virtio wrappers to access headers
,
Greg Kurz
,
2014/03/28
Re: [Qemu-devel] [PATCH v6 6/8] virtio-scsi: use virtio wrappers to access headers
,
Andreas Färber
,
2014/03/28
Re: [Qemu-devel] [PATCH v6 6/8] virtio-scsi: use virtio wrappers to access headers
,
Greg Kurz
,
2014/03/28
Re: [Qemu-devel] [PATCH v6 6/8] virtio-scsi: use virtio wrappers to access headers
,
Peter Maydell
,
2014/03/28
Re: [Qemu-devel] [PATCH v6 6/8] virtio-scsi: use virtio wrappers to access headers
,
Greg Kurz
,
2014/03/28
Re: [Qemu-devel] [PATCH v6 6/8] virtio-scsi: use virtio wrappers to access headers
,
Peter Maydell
,
2014/03/28
Re: [Qemu-devel] [PATCH v6 6/8] virtio-scsi: use virtio wrappers to access headers
,
Greg Kurz
,
2014/03/28
Re: [Qemu-devel] [PATCH v6 6/8] virtio-scsi: use virtio wrappers to access headers
,
Alexander Graf
,
2014/03/31
[Qemu-devel] [PATCH v6 7/8] virtio-serial-bus: use virtio wrappers to access headers
,
Greg Kurz
,
2014/03/28
Re: [Qemu-devel] [PATCH v6 7/8] virtio-serial-bus: use virtio wrappers to access headers
,
Alexander Graf
,
2014/03/31
[Qemu-devel] [PATCH v6 8/8] virtio-9p: use virtio wrappers to access headers
,
Greg Kurz
,
2014/03/28
[Qemu-devel] [PATCH v4] target-ppc: ppc64 target's virtio can be either endian
,
Greg Kurz
,
2014/03/28
[Qemu-devel] [PATCHv2] block/iscsi: speed up read for unallocated sectors
,
Peter Lieven
,
2014/03/28
[Qemu-devel] [PATCH v3 0/3] tests: mingw32 make check fixes
,
Stefan Hajnoczi
,
2014/03/28
[Qemu-devel] [PATCH v3 1/3] tests: Remove unsupported tests for MinGW
,
Stefan Hajnoczi
,
2014/03/28
[Qemu-devel] [PATCH v3 2/3] tests: skip POSIX-only tests on Windows
,
Stefan Hajnoczi
,
2014/03/28
Re: [Qemu-devel] [PATCH v3 2/3] tests: skip POSIX-only tests on Windows
,
Stefan Weil
,
2014/03/28
[Qemu-devel] [PATCH v3 3/3] tests: correctly skip qtest on non-POSIX hosts
,
Stefan Hajnoczi
,
2014/03/28
Re: [Qemu-devel] [PATCH v3 0/3] tests: mingw32 make check fixes
,
Stefan Hajnoczi
,
2014/03/31
Re: [Qemu-devel] [PATCH v3 0/3] tests: mingw32 make check fixes
,
Andreas Färber
,
2014/03/31
Re: [Qemu-devel] [PATCH v3 0/3] tests: mingw32 make check fixes
,
Andreas Färber
,
2014/03/31
[Qemu-devel] target-ppc: Problem with mtmsr emulation
,
Thomas Huth
,
2014/03/28
Re: [Qemu-devel] target-ppc: Problem with mtmsr emulation
,
Alexander Graf
,
2014/03/28
Re: [Qemu-devel] target-ppc: Problem with mtmsr emulation
,
Thomas Huth
,
2014/03/28
Re: [Qemu-devel] [Qemu-ppc] target-ppc: Problem with mtmsr emulation
,
Tom Musta
,
2014/03/28
Re: [Qemu-devel] [Qemu-ppc] target-ppc: Problem with mtmsr emulation
,
Tom Musta
,
2014/03/28
[Qemu-devel] QEMU Command Line Options
,
Qasim Maqbool
,
2014/03/28
Re: [Qemu-devel] QEMU Command Line Options
,
junqing . wang
,
2014/03/28
Re: [Qemu-devel] QEMU Command Line Options
,
Alex Bennée
,
2014/03/28
Re: [Qemu-devel] QEMU Command Line Options
,
Qasim Maqbool
,
2014/03/31
[Qemu-devel] Unresponsive linux guest once migrated
,
Chris Dunlop
,
2014/03/27
Re: [Qemu-devel] Unresponsive linux guest once migrated
,
Marcin Gibuła
,
2014/03/27
Re: [Qemu-devel] Unresponsive linux guest once migrated
,
Chris Dunlop
,
2014/03/27
Re: [Qemu-devel] Unresponsive linux guest once migrated
,
Marcin Gibuła
,
2014/03/31
[Qemu-devel] networking stalls in the guest -- backlog in the host
,
David Ahern
,
2014/03/27
Re: [Qemu-devel] [PATCH 16/16] qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses
,
Eric Blake
,
2014/03/27
Re: [Qemu-devel] [PATCH 4/5] xen, gfx passthrough: support Intel IGD passthrough with VT-D
,
Stefano Stabellini
,
2014/03/27
Re: [Qemu-devel] [PATCH 4/5] xen, gfx passthrough: support Intel IGD passthrough with VT-D
,
Michael S. Tsirkin
,
2014/03/27
[Qemu-devel] [RFC PATCH] tcg: add ability to dump /tmp/perf-<pid>.map files
,
alex . bennee
,
2014/03/27
Re: [Qemu-devel] [RFC PATCH] tcg: add ability to dump /tmp/perf-<pid>.map files
,
Richard Henderson
,
2014/03/27
Re: [Qemu-devel] [RFC PATCH] tcg: add ability to dump /tmp/perf-<pid>.map files
,
Alex Bennée
,
2014/03/28
Re: [Qemu-devel] [RFC PATCH] tcg: add ability to dump /tmp/perf-<pid>.map files
,
Richard Henderson
,
2014/03/28
Re: [Qemu-devel] [RFC PATCH] tcg: add ability to dump /tmp/perf-<pid>.map files
,
Richard Henderson
,
2014/03/28
Re: [Qemu-devel] [RFC PATCH] tcg: add ability to dump /tmp/perf-<pid>.map files
,
Kirill Batuzov
,
2014/03/28
Re: [Qemu-devel] [RFC PATCH] tcg: add ability to dump /tmp/perf-<pid>.map files
,
Alex Bennée
,
2014/03/28
Re: [Qemu-devel] [RFC PATCH] tcg: add ability to dump /tmp/perf-<pid>.map files
,
Kirill Batuzov
,
2014/03/28
[Qemu-devel] [PULL for-2.0 0/5] PowerPC patch queue 2014-03-27
,
Andreas Färber
,
2014/03/27
[Qemu-devel] [PULL for-2.0 2/5] target-ppc: POWER8 supports the MSR_LE bit
,
Andreas Färber
,
2014/03/27
[Qemu-devel] [PULL for-2.0 3/5] target-ppc: POWER8 supports isel
,
Andreas Färber
,
2014/03/27
[Qemu-devel] [PULL for-2.0 4/5] target-ppc: POWER7+ supports the MSR_VSX bit
,
Andreas Färber
,
2014/03/27
[Qemu-devel] [PULL for-2.0 1/5] intc/openpic_kvm: Fix MemListener delete region callback function
,
Andreas Färber
,
2014/03/27
[Qemu-devel] [PULL for-2.0 5/5] target-ppc: MSR_POW not supported on POWER7/7+/8
,
Andreas Färber
,
2014/03/27
Re: [Qemu-devel] [PULL for-2.0 0/5] PowerPC patch queue 2014-03-27
,
Peter Maydell
,
2014/03/27
[Qemu-devel] [PATCH for-2.0] acpi: Fixed incorrect ACPI generation for pci bridges
,
Marcel Apfelbaum
,
2014/03/27
Re: [Qemu-devel] [PATCH for-2.0] acpi: Fixed incorrect ACPI generation for pci bridges
,
Michael S. Tsirkin
,
2014/03/27
[Qemu-devel] [PATCH V2 0/3] Create an include directive for QAPI JSON files
,
Benoît Canet
,
2014/03/27
[Qemu-devel] [PATCH V2 1/3] test-qapi: Make test-qapi.py spit useful error messages.
,
Benoît Canet
,
2014/03/27
[Qemu-devel] [PATCH V2 2/3] qapi: Change the qapi scripts to take their input as first argument.
,
Benoît Canet
,
2014/03/27
Re: [Qemu-devel] [PATCH V2 2/3] qapi: Change the qapi scripts to take their input as first argument.
,
Eric Blake
,
2014/03/27
Re: [Qemu-devel] [PATCH V2 2/3] qapi: Change the qapi scripts to take their input as first argument.
,
Markus Armbruster
,
2014/03/28
Re: [Qemu-devel] [PATCH V2 2/3] qapi: Change the qapi scripts to take their input as first argument.
,
Markus Armbruster
,
2014/03/27
[Qemu-devel] [PATCH V2 3/3] qapi: Create an include directive for use in the JSON description files.
,
Benoît Canet
,
2014/03/27
Re: [Qemu-devel] [PATCH V2 3/3] qapi: Create an include directive for use in the JSON description files.
,
Eric Blake
,
2014/03/27
Re: [Qemu-devel] [PATCH V2 3/3] qapi: Create an include directive for use in the JSON description files.
,
Markus Armbruster
,
2014/03/27
Re: [Qemu-devel] [PATCH V2 3/3] qapi: Create an include directive for use in the JSON description files.
,
Benoît Canet
,
2014/03/27
[Qemu-devel] [PULL for-2.0 00/23] Trivial patches for 2014-03-27
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PULL 07/23] doc: update sun4m documentation
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PULL 06/23] fix return check for KVM_GET_DIRTY_LOG ioctl
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PULL 05/23] target-i386: Add missing 'static' and 'const' attributes
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PULL 23/23] linux-user: remove duplicate statement
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PULL 12/23] hw/pci/pci_host.c: Avoid shifting left into sign bit
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PULL 20/23] hw/intc/xilinx_intc: Avoid shifting left into sign bit
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PULL 13/23] hw/i386/acpi_build.c: Avoid shifting left into sign bit
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PULL 21/23] hw/pci-host/apb.c: Avoid shifting left into sign bit
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PULL 10/23] target-i386: Avoid shifting left into sign bit
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PULL 14/23] target-mips: Avoid shifting left into sign bit
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PULL 22/23] hw/timer/grlib_gptimer: remove unnecessary assignment
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PULL 01/23] target-s390x: Add missing 'static' and 'const' attributes
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PULL 17/23] hw/ppc: Avoid shifting left into sign bit
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PULL 16/23] hw/intc/openpic: Avoid shifting left into sign bit
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PULL 15/23] hw/usb/hcd-ohci.c: Avoid shifting left into sign bit
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PULL 09/23] CODING_STYLE: Section about mixed declarations
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PULL 18/23] tests/libqos/pci-pc: Avoid shifting left into sign bit
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PULL 02/23] target-arm: Add missing 'static' attribute
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PULL 08/23] doc: update default PowerPC framebuffer settings
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PULL 04/23] util: Add 'static' attribute to function implementation
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PULL 19/23] hw/intc/slavio_intctl: Avoid shifting left into sign bit
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PULL 11/23] hw/intc/apic.c: Use uint32_t for mask word in foreach_apic
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PULL 03/23] hw/ide: Add missing 'static' attributes
,
Michael Tokarev
,
2014/03/27
Re: [Qemu-devel] [PULL for-2.0 00/23] Trivial patches for 2014-03-27
,
Peter Maydell
,
2014/03/27
Re: [Qemu-devel] [PATCH RFC] char: fix avail_connections init in qemu_chr_open_eventfd()
,
David Marchand
,
2014/03/27
[Qemu-devel] [PATCH v4 1/1] Count used RAMBlock pages for migration_dirty_pages
,
Dr. David Alan Gilbert (git)
,
2014/03/27
[Qemu-devel] [PATCH v2 0/2] tests: mingw32 make check fixes
,
Stefan Hajnoczi
,
2014/03/27
[Qemu-devel] [PATCH v2 1/2] tests: skip POSIX-only tests on Windows
,
Stefan Hajnoczi
,
2014/03/27
Re: [Qemu-devel] [PATCH v2 1/2] tests: skip POSIX-only tests on Windows
,
Stefan Weil
,
2014/03/27
[Qemu-devel] [PATCH v2 2/2] tests: correctly skip qtest on non-POSIX hosts
,
Stefan Hajnoczi
,
2014/03/27
Re: [Qemu-devel] [PATCH v2 2/2] tests: correctly skip qtest on non-POSIX hosts
,
Stefan Weil
,
2014/03/27
[Qemu-devel] [PATCH 0/2] qtest: fix SIGABRT handler for multiple qtest instances
,
Stefan Hajnoczi
,
2014/03/27
[Qemu-devel] [PATCH 1/2] Revert "qtest: Fix crash if SIGABRT during qtest_init()"
,
Stefan Hajnoczi
,
2014/03/27
[Qemu-devel] [PATCH 2/2] qtest: keep list of qtest instances for SIGABRT handler
,
Stefan Hajnoczi
,
2014/03/27
Re: [Qemu-devel] [PATCH 0/2] qtest: fix SIGABRT handler for multiple qtest instances
,
Marcel Apfelbaum
,
2014/03/27
Re: [Qemu-devel] [PATCH 0/2] qtest: fix SIGABRT handler for multiple qtest instances
,
Andreas Färber
,
2014/03/27
[Qemu-devel] [PATCH] block/iscsi: speed up read for unallocated sectors
,
Peter Lieven
,
2014/03/27
Re: [Qemu-devel] [PATCH] block/iscsi: speed up read for unallocated sectors
,
Paolo Bonzini
,
2014/03/27
Re: [Qemu-devel] [PATCH] block/iscsi: speed up read for unallocated sectors
,
Peter Lieven
,
2014/03/27
[Qemu-devel] [PATCH] block: optimize zero writes with bdrv_write_zeroes
,
Peter Lieven
,
2014/03/27
Re: [Qemu-devel] Virtual VFAT with floppy option doesn't work
,
Markus Armbruster
,
2014/03/27
Re: [Qemu-devel] Virtual VFAT with floppy option doesn't work
,
Kiyokazu SUTO
,
2014/03/27
Re: [Qemu-devel] Virtual VFAT with floppy option doesn't work
,
Markus Armbruster
,
2014/03/28
[Qemu-devel] [PATCH v5 for 2.0 0/3] ABI change: change group name of option table to match with option name
,
Amos Kong
,
2014/03/27
[Qemu-devel] [PATCH v5 for 2.0 1/3] only add qemu_tpmdev_opts when CONFIG_TPM is defined
,
Amos Kong
,
2014/03/27
Re: [Qemu-devel] [PATCH v5 for 2.0 1/3] only add qemu_tpmdev_opts when CONFIG_TPM is defined
,
Markus Armbruster
,
2014/03/28
Re: [Qemu-devel] [libvirt] [PATCH v5 for 2.0 1/3] only add qemu_tpmdev_opts when CONFIG_TPM is defined
,
Eric Blake
,
2014/03/28
Re: [Qemu-devel] [libvirt] [PATCH v5 for 2.0 1/3] only add qemu_tpmdev_opts when CONFIG_TPM is defined
,
Markus Armbruster
,
2014/03/28
[Qemu-devel] [PATCH v5 for 2.0 2/3] update names in option tables to match with actual command-line spelling
,
Amos Kong
,
2014/03/27
[Qemu-devel] [PATCH v5 for 2.0 3/3] abort QEMU if group name in option table doesn't match with defined option name
,
Amos Kong
,
2014/03/27
Re: [Qemu-devel] [PATCH v5 for 2.0 3/3] abort QEMU if group name in option table doesn't match with defined option name
,
Leandro Dorileo
,
2014/03/28
Re: [Qemu-devel] [PATCH v5 for 2.0 3/3] abort QEMU if group name in option table doesn't match with defined option name
,
Markus Armbruster
,
2014/03/28
Re: [Qemu-devel] [PATCH v5 for 2.0 3/3] abort QEMU if group name in option table doesn't match with defined option name
,
Eric Blake
,
2014/03/28
Re: [Qemu-devel] [PATCH v5 for 2.0 3/3] abort QEMU if group name in option table doesn't match with defined option name
,
Markus Armbruster
,
2014/03/28
[Qemu-devel] [PATCH for-2.0] vvfat: Fix :floppy: option to suppress partition table
,
Markus Armbruster
,
2014/03/27
Re: [Qemu-devel] [PATCH for-2.0] vvfat: Fix :floppy: option to suppress partition table
,
Stefan Hajnoczi
,
2014/03/27
[Qemu-devel] [PATCH v3 1/1] Make qemu_peek_buffer loop until it gets it's data
,
Dr. David Alan Gilbert (git)
,
2014/03/27
[Qemu-devel] [PATCH 0/2] tests: mingw32 make check fixes
,
Stefan Hajnoczi
,
2014/03/27
[Qemu-devel] [PATCH 1/2] tests: skip POSIX-only tests on Windows
,
Stefan Hajnoczi
,
2014/03/27
Re: [Qemu-devel] [PATCH 1/2] tests: skip POSIX-only tests on Windows
,
Paolo Bonzini
,
2014/03/27
Re: [Qemu-devel] [PATCH 1/2] tests: skip POSIX-only tests on Windows
,
Stefan Hajnoczi
,
2014/03/27
Re: [Qemu-devel] [PATCH 1/2] tests: skip POSIX-only tests on Windows
,
Andreas Färber
,
2014/03/27
Re: [Qemu-devel] [PATCH 1/2] tests: skip POSIX-only tests on Windows
,
Stefan Weil
,
2014/03/27
[Qemu-devel] [PATCH 2/2] tests: correctly skip qtest on non-POSIX hosts
,
Stefan Hajnoczi
,
2014/03/27
Re: [Qemu-devel] [PATCH 2/2] tests: correctly skip qtest on non-POSIX hosts
,
Andreas Färber
,
2014/03/27
Re: [Qemu-devel] [PATCH 0/2] tests: mingw32 make check fixes
,
Stefan Hajnoczi
,
2014/03/27
[Qemu-devel] [PULL for-2.0] migration: add traces
,
Amit Shah
,
2014/03/27
Re: [Qemu-devel] [PULL for-2.0] migration: add traces
,
Peter Maydell
,
2014/03/27
Re: [Qemu-devel] [PULL for-2.0] migration: add traces
,
Amit Shah
,
2014/03/27
Re: [Qemu-devel] [PULL for-2.0] migration: add traces
,
Peter Maydell
,
2014/03/27
[Qemu-devel] [PATCH] target-arm: add support for v8 VMULL.P64 instruction
,
Ard Biesheuvel
,
2014/03/27
Re: [Qemu-devel] [PATCH] target-arm: add support for v8 VMULL.P64 instruction
,
Peter Maydell
,
2014/03/27
Re: [Qemu-devel] [PATCH] target-arm: add support for v8 VMULL.P64 instruction
,
Ard Biesheuvel
,
2014/03/27
[Qemu-devel] [PATCH v4 0/9] QMP: Introduce incremental drive-backup with in-memory dirty bitmap
,
Fam Zheng
,
2014/03/27
[Qemu-devel] [PATCH v4 1/9] qapi: Add optional field "name" to block dirty bitmap
,
Fam Zheng
,
2014/03/27
Re: [Qemu-devel] [PATCH v4 1/9] qapi: Add optional field "name" to block dirty bitmap
,
Stefan Hajnoczi
,
2014/03/27
[Qemu-devel] [PATCH v4 2/9] qmp: Add dirty-bitmap-add and dirty-bitmap-remove
,
Fam Zheng
,
2014/03/27
Re: [Qemu-devel] [PATCH v4 2/9] qmp: Add dirty-bitmap-add and dirty-bitmap-remove
,
Stefan Hajnoczi
,
2014/03/27
Re: [Qemu-devel] [PATCH v4 2/9] qmp: Add dirty-bitmap-add and dirty-bitmap-remove
,
Stefan Hajnoczi
,
2014/03/27
Re: [Qemu-devel] [PATCH v4 2/9] qmp: Add dirty-bitmap-add and dirty-bitmap-remove
,
Dr. David Alan Gilbert
,
2014/03/27
Re: [Qemu-devel] [PATCH v4 2/9] qmp: Add dirty-bitmap-add and dirty-bitmap-remove
,
Eric Blake
,
2014/03/27
[Qemu-devel] [PATCH v4 4/9] block: Introduce bdrv_dirty_bitmap_granularity()
,
Fam Zheng
,
2014/03/27
[Qemu-devel] [PATCH v4 5/9] hbitmap: Add hbitmap_copy
,
Fam Zheng
,
2014/03/27
[Qemu-devel] [PATCH v4 6/9] block: Add bdrv_copy_dirty_bitmap and bdrv_reset_dirty_bitmap
,
Fam Zheng
,
2014/03/27
Re: [Qemu-devel] [PATCH v4 6/9] block: Add bdrv_copy_dirty_bitmap and bdrv_reset_dirty_bitmap
,
Stefan Hajnoczi
,
2014/03/28
[Qemu-devel] [PATCH v4 7/9] qmp: Add dirty-bitmap-enable and dirty-bitmap-disable
,
Fam Zheng
,
2014/03/27
Re: [Qemu-devel] [PATCH v4 7/9] qmp: Add dirty-bitmap-enable and dirty-bitmap-disable
,
Eric Blake
,
2014/03/27
[Qemu-devel] [PATCH v4 8/9] qmp: Add support of "dirty-bitmap" sync mode for drive-backup
,
Fam Zheng
,
2014/03/27
[Qemu-devel] [PATCH v4 9/9] qapi: Add transaction support to dirty-bitmap-{add, disable}
,
Fam Zheng
,
2014/03/27
Re: [Qemu-devel] [PATCH v4 9/9] qapi: Add transaction support to dirty-bitmap-{add, disable}
,
Eric Blake
,
2014/03/27
[Qemu-devel] [PATCH v4 3/9] block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmap
,
Fam Zheng
,
2014/03/27
[Qemu-devel] Missing guest clock-sync on Host clock change
,
Erik Rull
,
2014/03/27
Re: [Qemu-devel] Missing guest clock-sync on Host clock change
,
Laszlo Ersek
,
2014/03/27
Re: [Qemu-devel] Missing guest clock-sync on Host clock change
,
Erik Rull
,
2014/03/27
Re: [Qemu-devel] Missing guest clock-sync on Host clock change
,
Laszlo Ersek
,
2014/03/27
Re: [Qemu-devel] [Qemu-stable] [PATCH 1/1] virtio-blk: Use a req pool instead of malloc/free
,
Fam Zheng
,
2014/03/27
[Qemu-devel] [RFC PATCH V4 0/5] add direct support of event in qapi schema
,
Wenchao Xia
,
2014/03/27
[Qemu-devel] [RFC PATCH V4 1/5] os-posix: include sys/time.h
,
Wenchao Xia
,
2014/03/27
[Qemu-devel] [RFC PATCH V4 2/5] qapi: add event helper functions
,
Wenchao Xia
,
2014/03/27
Re: [Qemu-devel] [RFC PATCH V4 2/5] qapi: add event helper functions
,
Eric Blake
,
2014/03/27
Re: [Qemu-devel] [RFC PATCH V4 2/5] qapi: add event helper functions
,
Markus Armbruster
,
2014/03/28
[Qemu-devel] [RFC PATCH V4 3/5] qapi script: add event support
,
Wenchao Xia
,
2014/03/27
[Qemu-devel] [RFC PATCH V4 4/5] test: add test cases for qapi event
,
Wenchao Xia
,
2014/03/27
[Qemu-devel] [RFC PATCH V4 5/5] qapi event: convert RTC_CHANGE
,
Wenchao Xia
,
2014/03/27
[Qemu-devel] Trace Log for registers changed with executed instruction
,
Gaurav Sharma
,
2014/03/27
[Qemu-devel] [PATCH v6 0/3] fix query-command-line-options
,
Amos Kong
,
2014/03/27
[Qemu-devel] [PATCH v6 1/3] qmp: rename query_option_descs() to get_param_info()
,
Amos Kong
,
2014/03/27
[Qemu-devel] [PATCH v6 2/3] query-command-line-options: expose implicit parameter name
,
Amos Kong
,
2014/03/27
[Qemu-devel] [PATCH v6 3/3] query-command-line-options: query all the options in qemu-options.hx
,
Amos Kong
,
2014/03/27
Re: [Qemu-devel] [PATCH v6 0/3] fix query-command-line-options
,
Amos Kong
,
2014/03/27
Re: [Qemu-devel] Massive read only kvm guests when backing file was missing
,
Michael S. Tsirkin
,
2014/03/27
Re: [Qemu-devel] Massive read only kvm guests when backing file was missing
,
Markus Armbruster
,
2014/03/27
Re: [Qemu-devel] Massive read only kvm guests when backing file was missing
,
Michael S. Tsirkin
,
2014/03/27
Re: [Qemu-devel] Massive read only kvm guests when backing file was missing
,
Stefan Hajnoczi
,
2014/03/27
Re: [Qemu-devel] Massive read only kvm guests when backing file was missing
,
Alejandro Comisario
,
2014/03/28
Re: [Qemu-devel] Massive read only kvm guests when backing file was missing
,
Alejandro Comisario
,
2014/03/28
Re: [Qemu-devel] Massive read only kvm guests when backing file was missing
,
Michael Tokarev
,
2014/03/28
Re: [Qemu-devel] Massive read only kvm guests when backing file was missing
,
Stefan Hajnoczi
,
2014/03/28
Re: [Qemu-devel] Massive read only kvm guests when backing file was missing
,
Alejandro Comisario
,
2014/03/31
[Qemu-devel] current (2014-03-27) trivial patches
,
Michael Tokarev
,
2014/03/27
Re: [Qemu-devel] current (2014-03-27) trivial patches
,
Igor Mammedov
,
2014/03/27
[Qemu-devel] RDMA upstream moved to stable status - will proceed formally with libvirt patchset and more FT review
,
Michael R. Hines
,
2014/03/27
[Qemu-devel] [PATCH] exec: Limit translation limiting in address_space_translate to xen
,
Alexey Kardashevskiy
,
2014/03/27
Re: [Qemu-devel] [PATCH] exec: Limit translation limiting in address_space_translate to xen
,
Paolo Bonzini
,
2014/03/27
Re: [Qemu-devel] [PATCH] exec: Limit translation limiting in address_space_translate to xen
,
Stefano Stabellini
,
2014/03/27
[Qemu-devel] [PATCH v2 0/8] tcg-ia64 ldst updates
,
Richard Henderson
,
2014/03/27
[Qemu-devel] [PATCH v2 1/8] tcg-ia64: Optimize small arguments to exit_tb
,
Richard Henderson
,
2014/03/27
[Qemu-devel] [PATCH v2 2/8] tcg-ia64: Re-bundle the tlb load
,
Richard Henderson
,
2014/03/27
[Qemu-devel] [PATCH v2 4/8] tcg-ia64: Move tlb addend load into tlb read
,
Richard Henderson
,
2014/03/27
[Qemu-devel] [PATCH v2 3/8] tcg-ia64: Move bswap for store into tlb load
,
Richard Henderson
,
2014/03/27
[Qemu-devel] [PATCH v2 5/8] tcg-ia64: Reduce code duplication in tcg_out_qemu_ld
,
Richard Henderson
,
2014/03/27
[Qemu-devel] [PATCH v2 6/8] tcg-ia64: Convert to new ldst helpers
,
Richard Henderson
,
2014/03/27
[Qemu-devel] [PATCH v2 7/8] tcg-ia64: Move part of softmmu slow path out of line
,
Richard Henderson
,
2014/03/27
[Qemu-devel] [PATCH v2 8/8] tcg-ia64: Convert to new ldst opcodes
,
Richard Henderson
,
2014/03/27
[Qemu-devel] [PATCH] migration: Increase default max_downtime from 30ms to 300ms
,
Alexey Kardashevskiy
,
2014/03/26
Re: [Qemu-devel] [PATCH] migration: Increase default max_downtime from 30ms to 300ms
,
Markus Armbruster
,
2014/03/27
[Qemu-devel] [PATCH v4 0/8] migration: Optimizate the xbzrle and fix one corruption issue
,
arei.gonglei
,
2014/03/26
[Qemu-devel] [PATCH v4 7/8] migration: optimize xbzrle by reducing data copy
,
arei.gonglei
,
2014/03/26
Re: [Qemu-devel] [PATCH v4 7/8] migration: optimize xbzrle by reducing data copy
,
Dr. David Alan Gilbert
,
2014/03/28
Re: [Qemu-devel] [PATCH v4 7/8] migration: optimize xbzrle by reducing data copy
,
Gonglei (Arei)
,
2014/03/29
[Qemu-devel] [PATCH v4 2/8] migration: Add counts of updating the dirty bitmap
,
arei.gonglei
,
2014/03/26
[Qemu-devel] [PATCH v4 4/8] migration: expose xbzrle cache miss rate
,
arei.gonglei
,
2014/03/26
Re: [Qemu-devel] [PATCH v4 4/8] migration: expose xbzrle cache miss rate
,
Eric Blake
,
2014/03/26
[Qemu-devel] [PATCH v4 8/8] migration: clear the dead code
,
arei.gonglei
,
2014/03/26
[Qemu-devel] [PATCH v4 6/8] XBZRLE: rebuild the cache_is_cached function
,
arei.gonglei
,
2014/03/26
[Qemu-devel] [PATCH v4 3/8] migration: expose the bitmap_sync_count to the end user
,
arei.gonglei
,
2014/03/26
Re: [Qemu-devel] [PATCH v4 3/8] migration: expose the bitmap_sync_count to the end user
,
Eric Blake
,
2014/03/26
[Qemu-devel] [PATCH v4 1/8] XBZRLE: Fix one XBZRLE corruption issues
,
arei.gonglei
,
2014/03/26
[Qemu-devel] for 2.0? Re: [PATCH v4 1/8] XBZRLE: Fix one XBZRLE corruption issues
,
Eric Blake
,
2014/03/26
Re: [Qemu-devel] for 2.0? Re: [PATCH v4 1/8] XBZRLE: Fix one XBZRLE corruption issues
,
Gonglei (Arei)
,
2014/03/27
Re: [Qemu-devel] for 2.0? Re: [PATCH v4 1/8] XBZRLE: Fix one XBZRLE corruption issues
,
Paolo Bonzini
,
2014/03/27
[Qemu-devel] [PATCH v4 5/8] XBZRLE: optimize XBZRLE to decrease the cache misses
,
arei.gonglei
,
2014/03/26
Re: [Qemu-devel] [PATCH] rdma: bug fixes
,
Michael R. Hines
,
2014/03/26
Re: [Qemu-devel] [PATCH] rdma: bug fixes
,
Michael Roth
,
2014/03/27
[Qemu-devel] [PATCH] target-ppc: Add @cpu_dt_id into migration stream
,
Alexey Kardashevskiy
,
2014/03/26
Re: [Qemu-devel] [PATCH] target-ppc: Add @cpu_dt_id into migration stream
,
Andreas Färber
,
2014/03/27
Re: [Qemu-devel] [PATCH] target-ppc: Add @cpu_dt_id into migration stream
,
Alexey Kardashevskiy
,
2014/03/27
Re: [Qemu-devel] [PATCH] target-ppc: Add @cpu_dt_id into migration stream
,
Peter Maydell
,
2014/03/27
Re: [Qemu-devel] [PATCH] target-ppc: Add @cpu_dt_id into migration stream
,
Alexey Kardashevskiy
,
2014/03/27
[Qemu-devel] [PATCH 0/3] ABI change: change group name of option table to match with option name
,
Amos Kong
,
2014/03/26
[Qemu-devel] [PATCH 1/3] only add qemu_tpmdev_opts when CONFIG_TPM is defined
,
Amos Kong
,
2014/03/26
[Qemu-devel] [PATCH 2/3] abort QEMU if group name in option table doesn't match with defined option name
,
Amos Kong
,
2014/03/26
[Qemu-devel] [PATCH 3/3] update names in option tables to match with actual command-line spelling
,
Amos Kong
,
2014/03/26
Re: [Qemu-devel] [PATCH 0/3] ABI change: change group name of option table to match with option name
,
Paolo Bonzini
,
2014/03/27
Re: [Qemu-devel] [PATCH v4 for 2.0 0/3] ABI change: change group name of option table to match with option name
,
Amos Kong
,
2014/03/27
[Qemu-devel] [PATCH 0/2] nmi: add interface
,
Alexey Kardashevskiy
,
2014/03/26
[Qemu-devel] [PATCH 1/2] spapr: Add NMI interface
,
Alexey Kardashevskiy
,
2014/03/26
[Qemu-devel] [PATCH 2/2] spapr: Define NMI interface
,
Alexey Kardashevskiy
,
2014/03/26
Re: [Qemu-devel] [PATCH 2/2] spapr: Define NMI interface
,
Paolo Bonzini
,
2014/03/27
Re: [Qemu-devel] [PATCH 2/2] spapr: Define NMI interface
,
Alexey Kardashevskiy
,
2014/03/27
Re: [Qemu-devel] [PATCH 2/2] spapr: Define NMI interface
,
Paolo Bonzini
,
2014/03/27
Re: [Qemu-devel] [Qemu-ppc] [PATCH 2/2] spapr: Define NMI interface
,
Alexander Graf
,
2014/03/27
[Qemu-devel] [PATCH] vl.c: use 'break' instead of 'continue' in configure_accelerator()
,
Chen Gang
,
2014/03/26
Re: [Qemu-devel] [PATCH] vl.c: use 'break' instead of 'continue' in configure_accelerator()
,
Marcel Apfelbaum
,
2014/03/27
Re: [Qemu-devel] [PATCH] vl.c: use 'break' instead of 'continue' in configure_accelerator()
,
Chen Gang
,
2014/03/27
Re: [Qemu-devel] [PATCH] vl.c: use 'break' instead of 'continue' in configure_accelerator()
,
Markus Armbruster
,
2014/03/27
Re: [Qemu-devel] [PATCH] vl.c: use 'break' instead of 'continue' in configure_accelerator()
,
Chen Gang
,
2014/03/27
Re: [Qemu-devel] [PATCH] vl.c: use 'break' instead of 'continue' in configure_accelerator()
,
Chen Gang
,
2014/03/30
Re: [Qemu-devel] [PATCH] vl.c: use 'break' instead of 'continue' in configure_accelerator()
,
Markus Armbruster
,
2014/03/31
Re: [Qemu-devel] [PATCH] vl.c: use 'break' instead of 'continue' in configure_accelerator()
,
Chen Gang
,
2014/03/31
Re: [Qemu-devel] [PATCH] vl.c: use 'break' instead of 'continue' in configure_accelerator()
,
Peter Maydell
,
2014/03/31
Re: [Qemu-devel] [PATCH] vl.c: use 'break' instead of 'continue' in configure_accelerator()
,
Chen Gang
,
2014/03/31
Re: [Qemu-devel] [PATCH] vl.c: use 'break' instead of 'continue' in configure_accelerator()
,
Peter Maydell
,
2014/03/31
Re: [Qemu-devel] [PATCH] vl.c: use 'break' instead of 'continue' in configure_accelerator()
,
Chen Gang
,
2014/03/31
Re: [Qemu-devel] [PATCH] vl.c: use 'break' instead of 'continue' in configure_accelerator()
,
Peter Maydell
,
2014/03/31
Re: [Qemu-devel] [PATCH] vl.c: use 'break' instead of 'continue' in configure_accelerator()
,
Chen Gang
,
2014/03/31
[Qemu-devel] [Bug 1278977] Re: qemu-system-sparc64 crash when initializing disk
,
Mark Cave-Ayland
,
2014/03/26
[Qemu-devel] [Bug 1278977] Re: qemu-system-sparc64 crash when initializing disk
,
wbx
,
2014/03/31
Re: [Qemu-devel] [Bug 1278977] Re: qemu-system-sparc64 crash when initializing disk
,
Artyom Tarasenko
,
2014/03/31
[Qemu-devel] [Bug 1262081] Re: qemu-system-sparc in qemu 1.7.0 fails to boot with Sun ROM
,
Mark Cave-Ayland
,
2014/03/26
[Qemu-devel] [PULL for-2.0] target-sparc: fix 32bit integer division overflow
,
Mark Cave-Ayland
,
2014/03/26
Re: [Qemu-devel] [PULL for-2.0] target-sparc: fix 32bit integer division overflow
,
Peter Maydell
,
2014/03/27
[Qemu-devel] [PATCH 1/2] vdi: Fix error message and two more small code improvements
,
Stefan Weil
,
2014/03/26
[Qemu-devel] [PATCH 2/2] vdi: add bounds checks for block related header fields (CVE-2014-0144)
,
Stefan Weil
,
2014/03/26
Re: [Qemu-devel] [PATCH 2/2] vdi: add bounds checks for block related header fields (CVE-2014-0144)
,
Jeff Cody
,
2014/03/27
Re: [Qemu-devel] [PATCH 2/2] vdi: add bounds checks for block related header fields (CVE-2014-0144)
,
Stefan Weil
,
2014/03/27
Re: [Qemu-devel] [PATCH 2/2] vdi: add bounds checks for block related header fields (CVE-2014-0144)
,
Markus Armbruster
,
2014/03/28
[Qemu-devel] [PATCH 0/9] target-ppc: VSX Bug Fixes
,
Tom Musta
,
2014/03/26
[Qemu-devel] [PATCH 1/9] softfloat: Introduce float32_to_uint64_round_to_zero
,
Tom Musta
,
2014/03/26
Re: [Qemu-devel] [Qemu-ppc] [PATCH 1/9] softfloat: Introduce float32_to_uint64_round_to_zero
,
Alexander Graf
,
2014/03/31
Re: [Qemu-devel] [PATCH 1/9] softfloat: Introduce float32_to_uint64_round_to_zero
,
Peter Maydell
,
2014/03/31
Re: [Qemu-devel] [PATCH 1/9] softfloat: Introduce float32_to_uint64_round_to_zero
,
Tom Musta
,
2014/03/31
Re: [Qemu-devel] [PATCH 1/9] softfloat: Introduce float32_to_uint64_round_to_zero
,
Peter Maydell
,
2014/03/31
[Qemu-devel] [PATCH 2/9] target-ppc: Bug: VSX Convert to Integer Should Truncate
,
Tom Musta
,
2014/03/26
[Qemu-devel] [PATCH 3/9] target-ppc: Define Endian-Correct Accessors for VSR Field Acess
,
Tom Musta
,
2014/03/26
[Qemu-devel] [PATCH 4/9] target-ppc: Correct LE Host Inversion of Lower VSRs
,
Tom Musta
,
2014/03/26
[Qemu-devel] [PATCH 5/9] target-ppc: Correct Simple VSR LE Host Inversions
,
Tom Musta
,
2014/03/26
[Qemu-devel] [PATCH 6/9] target-ppc: Correct VSX Scalar Compares
,
Tom Musta
,
2014/03/26
[Qemu-devel] [PATCH 7/9] target-ppc: Correct VSX FP to FP Conversions
,
Tom Musta
,
2014/03/26
[Qemu-devel] [PATCH 8/9] target-ppc: Correct VSX FP to Integer Conversion
,
Tom Musta
,
2014/03/26
[Qemu-devel] [PATCH 9/9] target-ppc: Correct VSX Integer to FP Conversion
,
Tom Musta
,
2014/03/26
Re: [Qemu-devel] [PATCH 0/9] target-ppc: VSX Bug Fixes
,
Anton Blanchard
,
2014/03/27
Re: [Qemu-devel] [PATCH] Don't enable a HPET timer if HPET is disabled
,
Matt Lupfer
,
2014/03/26
Re: [Qemu-devel] [PATCH] Don't enable a HPET timer if HPET is disabled
,
Paolo Bonzini
,
2014/03/27
Re: [Qemu-devel] [PATCH] Don't enable a HPET timer if HPET is disabled
,
Michael S. Tsirkin
,
2014/03/27
[Qemu-devel] [PATCH 0/2] qga: vss-win32: Fix build failure
,
Tomoki Sekiyama
,
2014/03/26
[Qemu-devel] [PATCH 1/2] Makefile: add qga-vss-dll-obj-y to nested variables
,
Tomoki Sekiyama
,
2014/03/26
[Qemu-devel] [PATCH 2/2] vss-win32: Fix build with mingw64-headers-3.1.0
,
Tomoki Sekiyama
,
2014/03/26
[Qemu-devel] Automatic spice port selection
,
Fabio Fantoni
,
2014/03/26
[Qemu-devel] [RFC PATCH 0/4] qemu-log: various fixes and enhancements
,
alex . bennee
,
2014/03/26
[Qemu-devel] [RFC PATCH 1/4] qemu-log: correct help text for -d cpu
,
alex . bennee
,
2014/03/26
Re: [Qemu-devel] [RFC PATCH 1/4] qemu-log: correct help text for -d cpu
,
Leandro Dorileo
,
2014/03/26
Re: [Qemu-devel] [RFC PATCH 1/4] qemu-log: correct help text for -d cpu
,
Markus Armbruster
,
2014/03/27
[Qemu-devel] [RFC PATCH 2/4] qemu-log: support simple pid substitution in logfile
,
alex . bennee
,
2014/03/26
Re: [Qemu-devel] [RFC PATCH 2/4] qemu-log: support simple pid substitution in logfile
,
Leandro Dorileo
,
2014/03/26
Re: [Qemu-devel] [RFC PATCH 2/4] qemu-log: support simple pid substitution in logfile
,
Alex Bennée
,
2014/03/27
Re: [Qemu-devel] [RFC PATCH 2/4] qemu-log: support simple pid substitution in logfile
,
Leandro Dorileo
,
2014/03/28
[Qemu-devel] [RFC PATCH 3/4] qemu-log: new option -dfilter to limit output
,
alex . bennee
,
2014/03/26
Re: [Qemu-devel] [RFC PATCH 3/4] qemu-log: new option -dfilter to limit output
,
Christopher Covington
,
2014/03/26
Re: [Qemu-devel] [RFC PATCH 3/4] qemu-log: new option -dfilter to limit output
,
Alex Bennée
,
2014/03/26
Re: [Qemu-devel] [RFC PATCH 3/4] qemu-log: new option -dfilter to limit output
,
Alex Bennée
,
2014/03/27
Re: [Qemu-devel] [RFC PATCH 3/4] qemu-log: new option -dfilter to limit output
,
Christopher Covington
,
2014/03/27
Re: [Qemu-devel] [RFC PATCH 3/4] qemu-log: new option -dfilter to limit output
,
Peter Maydell
,
2014/03/27
[Qemu-devel] [RFC PATCH 4/4] qemu-log: make in_asm, out_asm and op_opt understand dfilter
,
alex . bennee
,
2014/03/26
[Qemu-devel] [PATCH for-2.0] fw-path-provider: Change GPL version to 2+
,
Alexey Kardashevskiy
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0] fw-path-provider: Change GPL version to 2+
,
Paolo Bonzini
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0] fw-path-provider: Change GPL version to 2+
,
Andreas Färber
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 v2] fw-path-provider: Change GPL version to 2+
,
Alexey Kardashevskiy
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 v2] fw-path-provider: Change GPL version to 2+
,
Alexey Kardashevskiy
,
2014/03/26
[Qemu-devel] [PATCH for-2.0] cpu: do not use QOM casts in ENV_GET_CPU
,
Paolo Bonzini
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0] cpu: do not use QOM casts in ENV_GET_CPU
,
Paolo Bonzini
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0] cpu: do not use QOM casts in ENV_GET_CPU
,
Laurent Desnogues
,
2014/03/28
Re: [Qemu-devel] [PATCH for-2.0] cpu: do not use QOM casts in ENV_GET_CPU
,
Laurent Desnogues
,
2014/03/28
Re: [Qemu-devel] [PATCH for-2.0] cpu: do not use QOM casts in ENV_GET_CPU
,
Paolo Bonzini
,
2014/03/28
Re: [Qemu-devel] [PATCH for-2.0] cpu: do not use QOM casts in ENV_GET_CPU
,
Andreas Färber
,
2014/03/28
Re: [Qemu-devel] [PATCH for-2.0] cpu: do not use QOM casts in ENV_GET_CPU
,
Paolo Bonzini
,
2014/03/28
[Qemu-devel] [PULL for-2.0] linux-user: Correct DLINFO_ITEMS
,
riku . voipio
,
2014/03/26
[Qemu-devel] [PULL for-2.0] linux-user fix
,
riku . voipio
,
2014/03/26
Re: [Qemu-devel] [PULL for-2.0] linux-user fix
,
Peter Maydell
,
2014/03/26
[Qemu-devel] multiple USB Serial devices qemu load
,
Stefan Priebe - Profihost AG
,
2014/03/26
[Qemu-devel] [PULL for-2.0 0/4] acpi,virtio bug fixes
,
Michael S. Tsirkin
,
2014/03/26
[Qemu-devel] [PULL for-2.0 1/4] acpi: make SSDT 1.0 spec compliant when possible
,
Michael S. Tsirkin
,
2014/03/26
[Qemu-devel] [PULL for-2.0 2/4] Revert "acpi-test: rebuild SSDT"
,
Michael S. Tsirkin
,
2014/03/26
[Qemu-devel] [PULL for-2.0 3/4] virtio-net: Do not filter VLANs without F_CTRL_VLAN
,
Michael S. Tsirkin
,
2014/03/26
[Qemu-devel] [PULL for-2.0 4/4] virtio-net: add vlan receive state to RxFilterInfo
,
Michael S. Tsirkin
,
2014/03/26
Re: [Qemu-devel] [PULL for-2.0 0/4] acpi,virtio bug fixes
,
Peter Maydell
,
2014/03/26
[Qemu-devel] [PULL 0/2] SCSI changes for 2.0
,
Paolo Bonzini
,
2014/03/26
[Qemu-devel] [PULL 1/2] scsi: check req pointer before dereferencing it
,
Paolo Bonzini
,
2014/03/26
[Qemu-devel] [PULL 2/2] spapr_vscsi: remove duplicate condition check
,
Paolo Bonzini
,
2014/03/26
Re: [Qemu-devel] [PULL 0/2] SCSI changes for 2.0
,
Peter Maydell
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 00/47] block: image format input validation fixes
,
Stefan Hajnoczi
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 02/47] qemu-iotests: add cloop input validation tests
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 02/47] qemu-iotests: add cloop input validation tests
,
Max Reitz
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 01/47] qemu-iotests: add ./check -cloop support
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 01/47] qemu-iotests: add ./check -cloop support
,
Max Reitz
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 03/47] block/cloop: validate block_size header field (CVE-2014-0144)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 03/47] block/cloop: validate block_size header field (CVE-2014-0144)
,
Max Reitz
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 04/47] block/cloop: prevent offsets_size integer overflow (CVE-2014-0143)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 04/47] block/cloop: prevent offsets_size integer overflow (CVE-2014-0143)
,
Max Reitz
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 05/47] block/cloop: refuse images with huge offsets arrays (CVE-2014-0144)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 05/47] block/cloop: refuse images with huge offsets arrays (CVE-2014-0144)
,
Max Reitz
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 06/47] block/cloop: refuse images with bogus offsets (CVE-2014-0144)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 06/47] block/cloop: refuse images with bogus offsets (CVE-2014-0144)
,
Max Reitz
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 08/47] qemu-iotests: Support for bochs format
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 08/47] qemu-iotests: Support for bochs format
,
Max Reitz
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 07/47] block/cloop: fix offsets[] size off-by-one
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 07/47] block/cloop: fix offsets[] size off-by-one
,
Max Reitz
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 09/47] bochs: Unify header structs and make them QEMU_PACKED
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 09/47] bochs: Unify header structs and make them QEMU_PACKED
,
Max Reitz
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 10/47] bochs: Use unsigned variables for offsets and sizes (CVE-2014-0147)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 10/47] bochs: Use unsigned variables for offsets and sizes (CVE-2014-0147)
,
Max Reitz
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 11/47] bochs: Check catalog_size header field (CVE-2014-0143)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 11/47] bochs: Check catalog_size header field (CVE-2014-0143)
,
Max Reitz
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 12/47] bochs: Check extent_size header field (CVE-2014-0142)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 12/47] bochs: Check extent_size header field (CVE-2014-0142)
,
Max Reitz
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 13/47] bochs: Fix bitmap offset calculation
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 13/47] bochs: Fix bitmap offset calculation
,
Max Reitz
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 14/47] vpc/vhd: add bounds check for max_table_entries and block_size (CVE-2014-0144)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 14/47] vpc/vhd: add bounds check for max_table_entries and block_size (CVE-2014-0144)
,
Max Reitz
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 15/47] vpc: Validate block size (CVE-2014-0142)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 15/47] vpc: Validate block size (CVE-2014-0142)
,
Max Reitz
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 19/47] qcow2: Check header_length (CVE-2014-0144)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 19/47] qcow2: Check header_length (CVE-2014-0144)
,
Max Reitz
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 16/47] vdi: add bounds checks for blocks_in_image and disk_size header fields (CVE-2014-0144)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 16/47] vdi: add bounds checks for blocks_in_image and disk_size header fields (CVE-2014-0144)
,
Stefan Weil
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 16/47] vdi: add bounds checks for blocks_in_image and disk_size header fields (CVE-2014-0144)
,
Jeff Cody
,
2014/03/27
Re: [Qemu-devel] [PATCH for-2.0 16/47] vdi: add bounds checks for blocks_in_image and disk_size header fields (CVE-2014-0144)
,
Stefan Weil
,
2014/03/27
Re: [Qemu-devel] [PATCH for-2.0 16/47] vdi: add bounds checks for blocks_in_image and disk_size header fields (CVE-2014-0144)
,
Stefan Hajnoczi
,
2014/03/28
Re: [Qemu-devel] [PATCH for-2.0 16/47] vdi: add bounds checks for blocks_in_image and disk_size header fields (CVE-2014-0144)
,
Jeff Cody
,
2014/03/28
[Qemu-devel] [PATCH for-2.0 17/47] vhdx: Bounds checking for block_size and logical_sector_size (CVE-2014-0148)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 17/47] vhdx: Bounds checking for block_size and logical_sector_size (CVE-2014-0148)
,
Max Reitz
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 18/47] curl: check data size before memcpy to local buffer. (CVE-2014-0144)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 18/47] curl: check data size before memcpy to local buffer. (CVE-2014-0144)
,
Max Reitz
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 20/47] qcow2: Check backing_file_offset (CVE-2014-0144)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 20/47] qcow2: Check backing_file_offset (CVE-2014-0144)
,
Max Reitz
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 22/47] qcow2: Validate refcount table offset
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 22/47] qcow2: Validate refcount table offset
,
Max Reitz
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 21/47] qcow2: Check refcount table size (CVE-2014-0144)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 21/47] qcow2: Check refcount table size (CVE-2014-0144)
,
Max Reitz
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 23/47] qcow2: Validate snapshot table offset/size (CVE-2014-0144)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 23/47] qcow2: Validate snapshot table offset/size (CVE-2014-0144)
,
Max Reitz
,
2014/03/26
[Qemu-devel] [PATCH for-2.0 25/47] qcow2: Fix backing file name length check
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 25/47] qcow2: Fix backing file name length check
,
Max Reitz
,
2014/03/28
[Qemu-devel] [PATCH for-2.0 24/47] qcow2: Validate active L1 table offset and size (CVE-2014-0144)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 24/47] qcow2: Validate active L1 table offset and size (CVE-2014-0144)
,
Max Reitz
,
2014/03/28
[Qemu-devel] [PATCH for-2.0 26/47] qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0147)
,
Stefan Hajnoczi
,
2014/03/26
[Qemu-devel] [PATCH v2 for-2.0 26/47] qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0147)
,
Stefan Hajnoczi
,
2014/03/28
Re: [Qemu-devel] [PATCH v2 for-2.0 26/47] qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0147)
,
Max Reitz
,
2014/03/28
[Qemu-devel] [PATCH for-2.0 27/47] qcow2: Avoid integer overflow in get_refcount (CVE-2014-0143)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 27/47] qcow2: Avoid integer overflow in get_refcount (CVE-2014-0143)
,
Max Reitz
,
2014/03/28
[Qemu-devel] [PATCH for-2.0 28/47] qcow2: Check new refcount table size on growth
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 28/47] qcow2: Check new refcount table size on growth
,
Max Reitz
,
2014/03/28
[Qemu-devel] [PATCH for-2.0 29/47] qcow2: Fix types in qcow2_alloc_clusters and alloc_clusters_noref
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 29/47] qcow2: Fix types in qcow2_alloc_clusters and alloc_clusters_noref
,
Max Reitz
,
2014/03/28
[Qemu-devel] [PATCH for-2.0 30/47] qcow2: Protect against some integer overflows in bdrv_check
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 30/47] qcow2: Protect against some integer overflows in bdrv_check
,
Max Reitz
,
2014/03/28
[Qemu-devel] [PATCH for-2.0 32/47] dmg: coding style and indentation cleanup
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 32/47] dmg: coding style and indentation cleanup
,
Max Reitz
,
2014/03/28
[Qemu-devel] [PATCH for-2.0 31/47] qcow2: Fix new L1 table size check (CVE-2014-0143)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 31/47] qcow2: Fix new L1 table size check (CVE-2014-0143)
,
Max Reitz
,
2014/03/28
[Qemu-devel] [PATCH for-2.0 33/47] dmg: prevent out-of-bounds array access on terminator
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 33/47] dmg: prevent out-of-bounds array access on terminator
,
Max Reitz
,
2014/03/28
[Qemu-devel] [PATCH for-2.0 34/47] dmg: drop broken bdrv_pread() loop
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 34/47] dmg: drop broken bdrv_pread() loop
,
Max Reitz
,
2014/03/28
[Qemu-devel] [PATCH for-2.0 35/47] dmg: use appropriate types when reading chunks
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 35/47] dmg: use appropriate types when reading chunks
,
Max Reitz
,
2014/03/28
[Qemu-devel] [PATCH for-2.0 37/47] dmg: use uint64_t consistently for sectors and lengths
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 37/47] dmg: use uint64_t consistently for sectors and lengths
,
Max Reitz
,
2014/03/28
[Qemu-devel] [PATCH for-2.0 36/47] dmg: sanitize chunk length and sectorcount (CVE-2014-0145)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 36/47] dmg: sanitize chunk length and sectorcount (CVE-2014-0145)
,
Max Reitz
,
2014/03/28
[Qemu-devel] [PATCH for-2.0 47/47] parallels: Sanity check for s->tracks (CVE-2014-0142)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 47/47] parallels: Sanity check for s->tracks (CVE-2014-0142)
,
Max Reitz
,
2014/03/28
[Qemu-devel] [PATCH for-2.0 44/47] qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 44/47] qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)
,
Max Reitz
,
2014/03/28
[Qemu-devel] [PATCH for-2.0 39/47] block: vdi bounds check qemu-io tests
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 39/47] block: vdi bounds check qemu-io tests
,
Max Reitz
,
2014/03/28
Re: [Qemu-devel] [PATCH for-2.0 39/47] block: vdi bounds check qemu-io tests
,
Jeff Cody
,
2014/03/28
Re: [Qemu-devel] [PATCH for-2.0 39/47] block: vdi bounds check qemu-io tests
,
Stefan Hajnoczi
,
2014/03/31
[Qemu-devel] [PATCH for-2.0 45/47] qcow2: Limit snapshot table size
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 45/47] qcow2: Limit snapshot table size
,
Max Reitz
,
2014/03/28
[Qemu-devel] [PATCH for-2.0 43/47] qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 43/47] qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145)
,
Max Reitz
,
2014/03/28
[Qemu-devel] [PATCH for-2.0 42/47] qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 42/47] qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)
,
Max Reitz
,
2014/03/28
[Qemu-devel] [PATCH for-2.0 46/47] parallels: Fix catalog size integer overflow (CVE-2014-0143)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 46/47] parallels: Fix catalog size integer overflow (CVE-2014-0143)
,
Max Reitz
,
2014/03/28
[Qemu-devel] [PATCH for-2.0 40/47] block: Limit request size (CVE-2014-0143)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 40/47] block: Limit request size (CVE-2014-0143)
,
Max Reitz
,
2014/03/28
[Qemu-devel] [PATCH for-2.0 38/47] dmg: prevent chunk buffer overflow (CVE-2014-0145)
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 38/47] dmg: prevent chunk buffer overflow (CVE-2014-0145)
,
Max Reitz
,
2014/03/28
[Qemu-devel] [PATCH for-2.0 41/47] qcow2: Fix copy_sectors() with VM state
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH for-2.0 41/47] qcow2: Fix copy_sectors() with VM state
,
Max Reitz
,
2014/03/28
[Qemu-devel] [PATCH v3 00/34] NUMA series v3
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 02/34] NUMA: check if the total numa memory size is equal to ram_size
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 10/34] qmp: allow object-add completion handler to get canonical path
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 03/34] NUMA: Add numa_info structure to contain numa nodes info
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 01/34] NUMA: move numa related code to new file numa.c
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 12/34] pc: pass QEMUMachineInitArgs to pc_memory_init
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 16/34] memory: reorganize file-based allocation
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 15/34] numa: add -numa node,memdev= option
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 09/34] vl: redo -object parsing
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 05/34] NUMA: expand MAX_NODES from 64 to 128
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 18/34] memory: add error propagation to file-based RAM allocation
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 08/34] vl: convert -m to QemuOpts
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 14/34] add memdev backend infrastructure
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 21/34] hostmem: add file-based HostMemoryBackend
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 22/34] hostmem: separate allocation from UserCreatable complete method
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 26/34] configure: add Linux libnuma detection
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 24/34] hostmem: allow preallocation of any memory region
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 27/34] hostmem: add properties for NUMA memory policy
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 11/34] qmp: improve error reporting for -object and object-add
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 32/34] qom: introduce object_property_get_enum and object_property_get_uint16List
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 20/34] memory: move RAM_PREALLOC_MASK to exec.c, rename
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 25/34] hostmem: add property to map memory with MAP_SHARED
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 23/34] hostmem: add merge and dump properties
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 34/34] hmp: add info memdev
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 28/34] hw: switch all boards to use memory_region_allocate_system_memory
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 31/34] qapi: make string output visitor parse int list
,
address@hidden
,
2014/03/26
Re: [Qemu-devel] [PATCH v3 31/34] qapi: make string output visitor parse int list
,
Paolo Bonzini
,
2014/03/26
[Qemu-devel] [PATCH v3 33/34] qmp: add query-memdev
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 06/34] man: improve -numa doc
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 19/34] memory: move preallocation code out of exec.c
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 29/34] Introduce signed range.
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 13/34] numa: introduce memory_region_allocate_system_memory
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 04/34] NUMA: convert -numa option to use OptsVisitor
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 30/34] qapi: make string input visitor parse int list
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 07/34] qemu-option: introduce qemu_find_opts_singleton
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v3 17/34] memory: move mem_path handling to memory_region_allocate_system_memory
,
address@hidden
,
2014/03/26
[Qemu-devel] [PATCH v4] scripts: add sample model file for Coverity Scan
,
Paolo Bonzini
,
2014/03/26
Re: [Qemu-devel] live migration between amd fam15h-fam10h
,
Alexandre DERUMIER
,
2014/03/26
[Qemu-devel] [PATCH v6] net: L2TPv3 transport
,
anton . ivanov
,
2014/03/26
Re: [Qemu-devel] [PATCH v6] net: L2TPv3 transport
,
Stefan Hajnoczi
,
2014/03/27
Re: [Qemu-devel] [PATCH v6] net: L2TPv3 transport
,
Anton Ivanov (antivano)
,
2014/03/27
Re: [Qemu-devel] [PATCH v6] net: L2TPv3 transport
,
Stefan Hajnoczi
,
2014/03/27
Re: [Qemu-devel] [PATCH v6] net: L2TPv3 transport
,
Anton Ivanov
,
2014/03/27
Re: [Qemu-devel] [PATCH v6] net: L2TPv3 transport
,
Anton Ivanov
,
2014/03/31
Re: [Qemu-devel] [PATCH v6] net: L2TPv3 transport
,
Eric Blake
,
2014/03/27
[Qemu-devel] [PATCH v2 for 2.0] virtio-net: Do not filter VLANs without F_CTRL_VLAN
,
Amos Kong
,
2014/03/26
Re: [Qemu-devel] [PATCH v2 for 2.0] virtio-net: Do not filter VLANs without F_CTRL_VLAN
,
Michael S. Tsirkin
,
2014/03/26
Re: [Qemu-devel] [PATCH v2 for 2.0] virtio-net: Do not filter VLANs without F_CTRL_VLAN
,
Michael S. Tsirkin
,
2014/03/26
Re: [Qemu-devel] [PATCH v2 for 2.0] virtio-net: Do not filter VLANs without F_CTRL_VLAN
,
Amos Kong
,
2014/03/26
Re: [Qemu-devel] [PATCH v2 for 2.0] virtio-net: Do not filter VLANs without F_CTRL_VLAN
,
Vlad Yasevich
,
2014/03/26
[Qemu-devel] [PULL for 2.0] Support GTK without VTE
,
Stefan Weil
,
2014/03/26
Re: [Qemu-devel] [PULL for 2.0] Support GTK without VTE
,
Peter Maydell
,
2014/03/26
[Qemu-devel] [PATCH] net: netmap_poll must update both read/write poll state
,
Stefan Hajnoczi
,
2014/03/26
[Qemu-devel] [PATCH] uhci: Lower uhci timer freq when guest is idle
,
arei.gonglei
,
2014/03/25
Re: [Qemu-devel] [PATCH] uhci: Lower uhci timer freq when guest is idle
,
Gerd Hoffmann
,
2014/03/26
Re: [Qemu-devel] [PATCH] uhci: Lower uhci timer freq when guest is idle
,
Gonglei (Arei)
,
2014/03/26
[Qemu-devel] [PATCH v1 1/1] zynq_slcr: Change the comma to a underscore
,
Alistair Francis
,
2014/03/25
[Qemu-devel] [PATCH] target-arm: support AArch32 ID registers in AArch64 mode
,
Rob Herring
,
2014/03/25
[Qemu-devel] [PATCH v1 1/1] vl.c: Allow sysbus devices to be attached via commandline
,
Alistair Francis
,
2014/03/25
[Qemu-devel] [PATCH v4 for 2.0] virtio-net: add vlan receive state to RxFilterInfo
,
Amos Kong
,
2014/03/25
Re: [Qemu-devel] [PATCH v4 for 2.0] virtio-net: add vlan receive state to RxFilterInfo
,
Eric Blake
,
2014/03/25
Re: [Qemu-devel] [PATCH v4 for 2.0] virtio-net: add vlan receive state to RxFilterInfo
,
Michael S. Tsirkin
,
2014/03/26
Re: [Qemu-devel] [PATCH v4 for 2.0] virtio-net: add vlan receive state to RxFilterInfo
,
Amos Kong
,
2014/03/26
[Qemu-devel] [PATCH] linux-user: Assert stack used for auxvec, envp, argv
,
James Hogan
,
2014/03/25
[Qemu-devel] Pause / Stop Notification on Guest display?
,
Erik Rull
,
2014/03/25
[Qemu-devel] [PATCH] linux-user: Handle arches with llseek instead of _llseek
,
James Hogan
,
2014/03/25
Re: [Qemu-devel] [PATCH] linux-user: Handle arches with llseek instead of _llseek
,
Jia Liu
,
2014/03/25
[Qemu-devel] [PATCH] linux-user: Correct DLINFO_ITEMS
,
James Hogan
,
2014/03/25
Re: [Qemu-devel] [PATCH] linux-user: Correct DLINFO_ITEMS
,
Peter Maydell
,
2014/03/25
Re: [Qemu-devel] [PATCH] linux-user: Correct DLINFO_ITEMS
,
James Hogan
,
2014/03/25
Re: [Qemu-devel] [PATCH] linux-user: Correct DLINFO_ITEMS
,
Peter Maydell
,
2014/03/25
Re: [Qemu-devel] [PATCH] linux-user: Correct DLINFO_ITEMS
,
James Hogan
,
2014/03/25
Re: [Qemu-devel] [PATCH] linux-user: Correct DLINFO_ITEMS
,
Riku Voipio
,
2014/03/26
[Qemu-devel] [PATCH for-2.0] tcg-arm: Avoid ldrd/strd for user-only emulation
,
Richard Henderson
,
2014/03/25
Re: [Qemu-devel] [PATCH for-2.0] tcg-arm: Avoid ldrd/strd for user-only emulation
,
Peter Maydell
,
2014/03/27
[Qemu-devel] [PATCH] qemu-img: Release refernece to BlockDriverState
,
Prasad Joshi
,
2014/03/25
[Qemu-devel] for 2.0: Re: [PATCH] qemu-img: Release refernece to BlockDriverState
,
Eric Blake
,
2014/03/25
Re: [Qemu-devel] [PATCH] qemu-img: Release refernece to BlockDriverState
,
Stefan Hajnoczi
,
2014/03/26
[Qemu-devel] [RFC PATCH 00/16] visitor+BER migration format
,
Dr. David Alan Gilbert (git)
,
2014/03/25
[Qemu-devel] [RFC PATCH 02/16] QEMUSizedBuffer/QEMUFile
,
Dr. David Alan Gilbert (git)
,
2014/03/25
[Qemu-devel] [RFC PATCH 05/16] Visitor: Binary compatible output visitor
,
Dr. David Alan Gilbert (git)
,
2014/03/25
[Qemu-devel] [RFC PATCH 04/16] Header/constant/types fixes for visitors
,
Dr. David Alan Gilbert (git)
,
2014/03/25
[Qemu-devel] [RFC PATCH 06/16] Visitor: Debug output visitor
,
Dr. David Alan Gilbert (git)
,
2014/03/25
[Qemu-devel] [RFC PATCH 08/16] Visitor: Output path
,
Dr. David Alan Gilbert (git)
,
2014/03/25
[Qemu-devel] [RFC PATCH 09/16] Visitor: Load path
,
Dr. David Alan Gilbert (git)
,
2014/03/25
[Qemu-devel] [RFC PATCH 12/16] BER Visitor: Create output visitor
,
Dr. David Alan Gilbert (git)
,
2014/03/25
[Qemu-devel] [RFC PATCH 13/16] BER Visitor: Create input visitor
,
Dr. David Alan Gilbert (git)
,
2014/03/25
[Qemu-devel] [RFC PATCH 14/16] Start some BER format docs
,
Dr. David Alan Gilbert (git)
,
2014/03/25
[Qemu-devel] [RFC PATCH 15/16] ASN.1 schema for new migration format
,
Dr. David Alan Gilbert (git)
,
2014/03/25
[Qemu-devel] [RFC PATCH 01/16] Visitor: Add methods for migration format use
,
Dr. David Alan Gilbert (git)
,
2014/03/25
[Qemu-devel] [RFC PATCH 03/16] qemu-file: Add set/get tmp_visitor
,
Dr. David Alan Gilbert (git)
,
2014/03/25
[Qemu-devel] [RFC PATCH 07/16] Visitor: Binary compatible input visitor
,
Dr. David Alan Gilbert (git)
,
2014/03/25
[Qemu-devel] [RFC PATCH 10/16] Visitor: Common types to use visitors
,
Dr. David Alan Gilbert (git)
,
2014/03/25
[Qemu-devel] [RFC PATCH 11/16] Choose output visitor based on env variable
,
Dr. David Alan Gilbert (git)
,
2014/03/25
[Qemu-devel] [RFC PATCH 16/16] Wire in BER visitors
,
Dr. David Alan Gilbert (git)
,
2014/03/25
Re: [Qemu-devel] [RFC PATCH 00/16] visitor+BER migration format
,
Michael S. Tsirkin
,
2014/03/25
Re: [Qemu-devel] [RFC PATCH 00/16] visitor+BER migration format
,
Dr. David Alan Gilbert
,
2014/03/26
[Qemu-devel] [maybe-for-2.0 0/2] hw/arm: Don't specify any default board
,
Peter Maydell
,
2014/03/25
[Qemu-devel] [maybe-for-2.0 2/2] vl.c: Improve message when no default machine is found
,
Peter Maydell
,
2014/03/25
Re: [Qemu-devel] [maybe-for-2.0 2/2] vl.c: Improve message when no default machine is found
,
Marcel Apfelbaum
,
2014/03/26
Re: [Qemu-devel] [maybe-for-2.0 2/2] vl.c: Improve message when nodefault machine is foundd
,
Alex Bennée
,
2014/03/28
[Qemu-devel] [maybe-for-2.0 1/2] hw/arm: Stop specifying integratorcp as the default board
,
Peter Maydell
,
2014/03/25
Re: [Qemu-devel] [maybe-for-2.0 1/2] hw/arm: Stop specifyingintegratorcp as the default boardd
,
Alex Bennée
,
2014/03/28
Re: [Qemu-devel] [maybe-for-2.0 1/2] hw/arm: Stop specifyingintegratorcp as the default boardd
,
Peter Maydell
,
2014/03/28
Re: [Qemu-devel] [maybe-for-2.0 0/2] hw/arm: Don't specify any default board
,
Paolo Bonzini
,
2014/03/26
Re: [Qemu-devel] [maybe-for-2.0 0/2] hw/arm: Don't specify any default board
,
Peter Maydell
,
2014/03/26
[Qemu-devel] [PULL 0/2] vfio pull for QEMU 2.0
,
Alex Williamson
,
2014/03/25
[Qemu-devel] [PULL 1/2] vfio: Correction in vfio_rom_read when attempting rom loading
,
Alex Williamson
,
2014/03/25
[Qemu-devel] [PULL 2/2] vfio: Cosmetic error reporting fixes
,
Alex Williamson
,
2014/03/25
Re: [Qemu-devel] [PULL 0/2] vfio pull for QEMU 2.0
,
Peter Maydell
,
2014/03/25
[Qemu-devel] [PATCH v5 0/7] Allwinner A10 fixes
,
Beniamino Galvani
,
2014/03/25
[Qemu-devel] [PATCH v5 1/7] allwinner-a10-pic: set vector address when an interrupt is pending
,
Beniamino Galvani
,
2014/03/25
[Qemu-devel] [PATCH v5 2/7] allwinner-a10-pic: fix behaviour of pending register
,
Beniamino Galvani
,
2014/03/25
[Qemu-devel] [PATCH v5 3/7] allwinner-a10-pit: avoid generation of spurious interrupts
,
Beniamino Galvani
,
2014/03/25
[Qemu-devel] [PATCH v5 4/7] allwinner-a10-pit: use level triggered interrupts
,
Beniamino Galvani
,
2014/03/25
[Qemu-devel] [PATCH v5 5/7] allwinner-a10-pit: implement prescaler and source selection
,
Beniamino Galvani
,
2014/03/25
[Qemu-devel] [PATCH v5 6/7] allwinner-emac: set autonegotiation complete bit on link up
,
Beniamino Galvani
,
2014/03/25
[Qemu-devel] [PATCH v5 7/7] allwinner-emac: update irq status after writes to interrupt registers
,
Beniamino Galvani
,
2014/03/25
[Qemu-devel] [PATCH resend 0/3] QEMU/Xen: disentangle PV and HVM in QEMU
,
Wei Liu
,
2014/03/25
[Qemu-devel] [PATCH resend 2/3] xen: move Xen HVM files under hw/i386/xen
,
Wei Liu
,
2014/03/25
Re: [Qemu-devel] [PATCH resend 0/3] QEMU/Xen: disentangle PV and HVM in QEMU
,
Paolo Bonzini
,
2014/03/25
Re: [Qemu-devel] [PATCH resend 0/3] QEMU/Xen: disentangle PV and HVM in QEMU
,
Wei Liu
,
2014/03/25
Re: [Qemu-devel] [PATCH resend 0/3] QEMU/Xen: disentangle PV and HVM in QEMU
,
Stefano Stabellini
,
2014/03/25
Re: [Qemu-devel] [PATCH resend 0/3] QEMU/Xen: disentangle PV and HVM in QEMU
,
Paolo Bonzini
,
2014/03/26
Re: [Qemu-devel] [PATCH resend 0/3] QEMU/Xen: disentangle PV and HVM in QEMU
,
Stefano Stabellini
,
2014/03/25
[Qemu-devel] [PATCH resend 1/3] xen: move Xen PV machine files to hw/xenpv
,
Wei Liu
,
2014/03/25
[Qemu-devel] [PATCH resend 3/3] xen: factor out common functions
,
Wei Liu
,
2014/03/25
[Qemu-devel] [PULL for-2.0 0/1] Net patches
,
Stefan Hajnoczi
,
2014/03/25
[Qemu-devel] [PULL for-2.0 1/1] net: netmap_poll must update both read/write poll state
,
Stefan Hajnoczi
,
2014/03/25
Re: [Qemu-devel] [PULL for-2.0 0/1] Net patches
,
Peter Maydell
,
2014/03/25
[Qemu-devel] [PATCH] target-arm: add support for v8 SHA1 and SHA256 instructions
,
Ard Biesheuvel
,
2014/03/25
Re: [Qemu-devel] [PATCH] target-arm: add support for v8 SHA1 and SHA256 instructions
,
Andreas Färber
,
2014/03/25
Re: [Qemu-devel] [PATCH] target-arm: add support for v8 SHA1 and SHA256 instructions
,
Peter Maydell
,
2014/03/25
Re: [Qemu-devel] [PATCH] target-arm: add support for v8 SHA1 and SHA256 instructions
,
Peter Maydell
,
2014/03/25
[Qemu-devel] [RFC PATCH v2 00/12] Reverse execution.
,
fred . konrad
,
2014/03/25
[Qemu-devel] [RFC PATCH v2 01/12] icount: put icount variables into TimerState.
,
fred . konrad
,
2014/03/25
[Qemu-devel] [RFC PATCH v2 05/12] icount: check for icount clock deadline when cpu loop exits.
,
fred . konrad
,
2014/03/25
[Qemu-devel] [RFC PATCH v2 03/12] migration: make qemu_savevm_state public.
,
fred . konrad
,
2014/03/25
[Qemu-devel] [RFC PATCH v2 07/12] timer: add cpu_icount_to_ns function.
,
fred . konrad
,
2014/03/25
[Qemu-devel] [RFC PATCH v2 11/12] cexe: synchronize icount on the next event.
,
fred . konrad
,
2014/03/25
[Qemu-devel] [RFC PATCH v2 08/12] introduce reverse execution mechanism.
,
fred . konrad
,
2014/03/25
Re: [Qemu-devel] [RFC PATCH v2 08/12] introduce reverse execution mechanism.
,
Lluís Vilanova
,
2014/03/25
[Qemu-devel] [RFC PATCH v2 04/12] icount: introduce icount timer.
,
fred . konrad
,
2014/03/25
Re: [Qemu-devel] [RFC PATCH v2 04/12] icount: introduce icount timer.
,
Lluís Vilanova
,
2014/03/25
[Qemu-devel] [RFC PATCH v2 02/12] migration: migrate icount fields.
,
fred . konrad
,
2014/03/25
[Qemu-devel] [RFC PATCH v2 10/12] cpu-exec: trigger a debug request when rexec stops.
,
fred . konrad
,
2014/03/25
[Qemu-devel] [RFC PATCH v2 09/12] gdbstub: allow reverse execution in gdb stub.
,
fred . konrad
,
2014/03/25
[Qemu-devel] [RFC PATCH v2 06/12] icount: make icount extra computed on icount clock as well.
,
fred . konrad
,
2014/03/25
[Qemu-devel] [RFC PATCH v2 12/12] cexe: allow to enable reverse execution.
,
fred . konrad
,
2014/03/25
[Qemu-devel] [PATCH v3 for 2.0] virtio-net: add vlan receive state to RxFilterInfo
,
Amos Kong
,
2014/03/25
Re: [Qemu-devel] [PATCH v3 for 2.0] virtio-net: add vlan receive state to RxFilterInfo
,
Eric Blake
,
2014/03/25
Re: [Qemu-devel] [PATCH v3 for 2.0] virtio-net: add vlan receive state to RxFilterInfo
,
Amos Kong
,
2014/03/25
[Qemu-devel] [PATCH 0/5] remove QEMUMachine indirection from MachineClass
,
Marcel Apfelbaum
,
2014/03/25
[Qemu-devel] [PATCH 1/5] hw/boards.h: add QEMUMachine's fields to MachineClass
,
Marcel Apfelbaum
,
2014/03/25
[Qemu-devel] [PATCH 4/5] hw/ppc: remove QEMUMachine indirection
,
Marcel Apfelbaum
,
2014/03/25
Re: [Qemu-devel] [PATCH 4/5] hw/ppc: remove QEMUMachine indirection
,
Paolo Bonzini
,
2014/03/25
Re: [Qemu-devel] [PATCH 4/5] hw/ppc: remove QEMUMachine indirection
,
Marcel Apfelbaum
,
2014/03/25
[Qemu-devel] [PATCH 5/5] vl.c: Remove QEMUMachine usage
,
Marcel Apfelbaum
,
2014/03/25
[Qemu-devel] [PATCH 2/5] machine: remove QEMUMachine indirection from MachineClass
,
Marcel Apfelbaum
,
2014/03/25
[Qemu-devel] [PATCH 3/5] machine: replace QEMUMachine by MachineClass in accelerator configuration
,
Marcel Apfelbaum
,
2014/03/25
[Qemu-devel] [PATCH 0/5] remove QEMUMachine indirection from MachineClass
,
Marcel Apfelbaum
,
2014/03/25
[Qemu-devel] [PATCH 2/5] machine: remove QEMUMachine indirection from MachineClass
,
Marcel Apfelbaum
,
2014/03/25
[Qemu-devel] [PATCH 5/5] vl.c: Remove QEMUMachine usage
,
Marcel Apfelbaum
,
2014/03/25
[Qemu-devel] [PATCH 4/5] hw/ppc: remove QEMUMachine indirection
,
Marcel Apfelbaum
,
2014/03/25
[Qemu-devel] [PATCH 1/5] hw/boards.h: add QEMUMachine's fields to MachineClass
,
Marcel Apfelbaum
,
2014/03/25
[Qemu-devel] [PATCH 3/5] machine: replace QEMUMachine by MachineClass in accelerator configuration
,
Marcel Apfelbaum
,
2014/03/25
[Qemu-devel] aarch64: -device virtio-scsi-device, id=scsi: No 'virtio-bus' bus found for device 'virtio-scsi-device'
,
Richard W.M. Jones
,
2014/03/25
Re: [Qemu-devel] aarch64: -device virtio-scsi-device, id=scsi: No 'virtio-bus' bus found for device 'virtio-scsi-device'
,
Paolo Bonzini
,
2014/03/25
Re: [Qemu-devel] aarch64: -device virtio-scsi-device, id=scsi: No 'virtio-bus' bus found for device 'virtio-scsi-device'
,
Peter Maydell
,
2014/03/25
Re: [Qemu-devel] aarch64: -device virtio-scsi-device, id=scsi: No 'virtio-bus' bus found for device 'virtio-scsi-device'
,
Paolo Bonzini
,
2014/03/25
Re: [Qemu-devel] aarch64: -device virtio-scsi-device, id=scsi: No 'virtio-bus' bus found for device 'virtio-scsi-device'
,
Peter Maydell
,
2014/03/25
Re: [Qemu-devel] aarch64: -device virtio-scsi-device, id=scsi: No 'virtio-bus' bus found for device 'virtio-scsi-device'
,
Paolo Bonzini
,
2014/03/26
Re: [Qemu-devel] aarch64: -device virtio-scsi-device, id=scsi: No 'virtio-bus' bus found for device 'virtio-scsi-device'
,
Peter Maydell
,
2014/03/26
Re: [Qemu-devel] aarch64: -device virtio-scsi-device, id=scsi: No 'virtio-bus' bus found for device 'virtio-scsi-device'
,
Richard W.M. Jones
,
2014/03/25
[Qemu-devel] [PULL for-2.0 0/5] Block patches
,
Stefan Hajnoczi
,
2014/03/25
[Qemu-devel] [PULL for-2.0 3/5] Fixed various typos
,
Stefan Hajnoczi
,
2014/03/25
[Qemu-devel] [PULL for-2.0 1/5] osdep: initialize glib threads in all QEMU tools
,
Stefan Hajnoczi
,
2014/03/25
[Qemu-devel] [PULL for-2.0 2/5] qemu-img: mandate argument to 'qemu-img check --repair'
,
Stefan Hajnoczi
,
2014/03/25
[Qemu-devel] [PULL for-2.0 0/5] Block patches
,
Stefan Hajnoczi
,
2014/03/25
[Qemu-devel] [PULL for-2.0 4/5] mirror: fix throttling delay calculation
,
Stefan Hajnoczi
,
2014/03/25
[Qemu-devel] [PULL for-2.0 1/5] osdep: initialize glib threads in all QEMU tools
,
Stefan Hajnoczi
,
2014/03/25
[Qemu-devel] [PULL for-2.0 5/5] mirror: fix early wake from sleep due to aio
,
Stefan Hajnoczi
,
2014/03/25
[Qemu-devel] [PULL for-2.0 2/5] qemu-img: mandate argument to 'qemu-img check --repair'
,
Stefan Hajnoczi
,
2014/03/25
Re: [Qemu-devel] [PULL for-2.0 0/5] Block patches
,
Stefan Hajnoczi
,
2014/03/25
Re: [Qemu-devel] [PULL for-2.0 0/5] Block patches
,
Peter Maydell
,
2014/03/25
[Qemu-devel] [PULL for-2.0 3/5] Fixed various typos
,
Stefan Hajnoczi
,
2014/03/25
[Qemu-devel] [ANNOUNCE] QEMU 1.7.1 Stable released
,
Michael Roth
,
2014/03/25
Re: [Qemu-devel] [ANNOUNCE] QEMU 1.7.1 Stable released
,
Michael Roth
,
2014/03/25
Re: [Qemu-devel] [ANNOUNCE] QEMU 1.7.1 Stable released
,
Laszlo Ersek
,
2014/03/25
Re: [Qemu-devel] [ANNOUNCE] QEMU 1.7.1 Stable released
,
Andreas Färber
,
2014/03/25
[Qemu-devel] [PATCH 1/1] virtio-blk: Use a req pool instead of malloc/free
,
Li, Zhen-Hua
,
2014/03/25
Re: [Qemu-devel] [PATCH 1/1] virtio-blk: Use a req pool instead of malloc/free
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH 1/1] virtio-blk: Use a req pool instead of malloc/free
,
Li, ZhenHua
,
2014/03/26
[Qemu-devel] [PATCH 1/1] virtio-blk: Use a req pool instead of malloc/free
,
Li, Zhen-Hua
,
2014/03/25
Re: [Qemu-devel] [PATCH 1/1] virtio-blk: Use a req pool instead of malloc/free
,
Li, ZhenHua
,
2014/03/25
Re: [Qemu-devel] [PATCH 1/1] virtio-blk: Use a req pool instead of malloc/free
,
Paolo Bonzini
,
2014/03/26
Re: [Qemu-devel] [PATCH 1/1] virtio-blk: Use a req pool instead of malloc/free
,
Li, ZhenHua
,
2014/03/26
Re: [Qemu-devel] [PATCH 1/1] virtio-blk: Use a req pool instead of malloc/free
,
Paolo Bonzini
,
2014/03/26
[Qemu-devel] How to emulate a new device in qemu
,
Hafiz Shafiq
,
2014/03/25
[Qemu-devel] [PATCH for-2.0] target-mips: fix MTHC1 and MFHC1 when FPU in FR=0 mode
,
Petar Jovanovic
,
2014/03/25
Re: [Qemu-devel] [PATCH for-2.0] target-mips: fix MTHC1 and MFHC1 when FPU in FR=0 mode
,
Aurelien Jarno
,
2014/03/25
[Qemu-devel] [PATCH v3] QemuOpt: add unit tests
,
Leandro Dorileo
,
2014/03/25
[Qemu-devel] [PATCH v3] QemuOpt: add unit tests
,
Leandro Dorileo
,
2014/03/25
[Qemu-devel] [PATCH v3] QemuOpt: add unit tests
,
Leandro Dorileo
,
2014/03/25
[Qemu-devel] [PATCH v3] trace: add workaround for SystemTap PR13296
,
Stefan Hajnoczi
,
2014/03/25
Re: [Qemu-devel] [PATCH v3] trace: add workaround for SystemTap PR13296
,
Stefan Hajnoczi
,
2014/03/26
[Qemu-devel] updated virtio-gpu code
,
Dave Airlie
,
2014/03/25
Re: [Qemu-devel] updated virtio-gpu code
,
Dave Airlie
,
2014/03/25
Re: [Qemu-devel] updated virtio-gpu code
,
Gerd Hoffmann
,
2014/03/25
[Qemu-devel] [PATCH] QEMU: ARM: boot: Load kernel at an Image friendly address
,
Joel Fernandes
,
2014/03/25
Re: [Qemu-devel] [PATCH] QEMU: ARM: boot: Load kernel at an Image friendly address
,
Christopher Covington
,
2014/03/25
Re: [Qemu-devel] [PATCH] QEMU: ARM: boot: Load kernel at an Image friendly address
,
Joel Fernandes
,
2014/03/25
Re: [Qemu-devel] [PATCH] QEMU: ARM: boot: Load kernel at an Image friendly address
,
Peter Maydell
,
2014/03/25
Re: [Qemu-devel] [PATCH] QEMU: ARM: boot: Load kernel at an Image friendly address
,
Joel Fernandes
,
2014/03/25
[Qemu-devel] [RFC]Two ideas to optimize updating irq routing table
,
Gonglei (Arei)
,
2014/03/24
Re: [Qemu-devel] [RFC]Two ideas to optimize updating irq routing table
,
Paolo Bonzini
,
2014/03/25
Re: [Qemu-devel] [RFC]Two ideas to optimize updating irq routing table
,
Christian Borntraeger
,
2014/03/26
Re: [Qemu-devel] [RFC]Two ideas to optimize updating irq routing table
,
Gonglei (Arei)
,
2014/03/26
Re: [Qemu-devel] [RFC]Two ideas to optimize updating irq routing table
,
Gonglei (Arei)
,
2014/03/26
Re: [Qemu-devel] [RFC]Two ideas to optimize updating irq routing table
,
Paolo Bonzini
,
2014/03/26
Re: [Qemu-devel] [RFC]Two ideas to optimize updating irq routing table
,
Michael S. Tsirkin
,
2014/03/26
Re: [Qemu-devel] [RFC]Two ideas to optimize updating irq routing table
,
Christian Borntraeger
,
2014/03/26
[Qemu-devel] [PATCH 1/6] target-ppc: POWER8 supports the MSR_LE bit
,
Anton Blanchard
,
2014/03/24
[Qemu-devel] [PATCH 2/6] target-ppc: POWER8 supports isel
,
Anton Blanchard
,
2014/03/24
[Qemu-devel] [PATCH 5/6] target-ppc: Fix Book3S PMU SPRs
,
Anton Blanchard
,
2014/03/24
[Qemu-devel] [PATCH 4/6] target-ppc: MSR_POW not supported on POWER7/7+/8
,
Anton Blanchard
,
2014/03/24
[Qemu-devel] [PATCH 6/6] target-ppc: Add PMC7/8 to 970
,
Anton Blanchard
,
2014/03/24
Re: [Qemu-devel] [Qemu-ppc] [PATCH 6/6] target-ppc: Add PMC7/8 to 970
,
Alexey Kardashevskiy
,
2014/03/27
Re: [Qemu-devel] [Qemu-ppc] [PATCH 6/6] target-ppc: Add PMC7/8 to 970
,
Andreas Färber
,
2014/03/27
[Qemu-devel] [PATCH 3/6] target-ppc: POWER7+ supports the MSR_VSX bit
,
Anton Blanchard
,
2014/03/24
Re: [Qemu-devel] [PATCH 1/6] target-ppc: POWER8 supports the MSR_LE bit
,
Alex Bennée
,
2014/03/25
Re: [Qemu-devel] [PATCH 1/6] target-ppc: POWER8 supports the MSR_LE bit
,
Andreas Färber
,
2014/03/27
Re: [Qemu-devel] [PATCH 1/6] target-ppc: POWER8 supports the MSR_LE bit
,
Tom Musta
,
2014/03/27
Re: [Qemu-devel] [PATCH 1/6] target-ppc: POWER8 supports the MSR_LE bit
,
Andreas Färber
,
2014/03/27
[Qemu-devel] Qemu ARM9 weirdness
,
Joel Fernandes
,
2014/03/24
Re: [Qemu-devel] Qemu ARM9 weirdness
,
Peter Maydell
,
2014/03/24
Re: [Qemu-devel] Qemu ARM9 weirdness
,
Joel Fernandes
,
2014/03/24
[Qemu-devel] [PATCH v3 0/4] Add max-ram-below-4g (was Add pci_hole_min_size machine option)
,
Don Slutz
,
2014/03/24
[Qemu-devel] [PATCH v3 1/4] xen-all: Fix xen_hvm_init() to adjust pc memory layout.
,
Don Slutz
,
2014/03/24
[Qemu-devel] [PATCH v3 2/4] GlobalProperty: Display warning about unused -global
,
Don Slutz
,
2014/03/24
[Qemu-devel] [PATCH v3 3/4] pc & q35: Add new object pc-memory-layout.
,
Don Slutz
,
2014/03/24
[Qemu-devel] [PATCH v3 4/4] xen-all: Pass max_ram_below_4g to xen_hvm_init.
,
Don Slutz
,
2014/03/24
Re: [Qemu-devel] [PATCH v3 4/4] xen-all: Pass max_ram_below_4g to xen_hvm_init.
,
Stefano Stabellini
,
2014/03/25
Re: [Qemu-devel] [PATCH v3 0/4] Add max-ram-below-4g (was Add pci_hole_min_size machine option)
,
Michael S. Tsirkin
,
2014/03/25
[Qemu-devel] [PATCH RFC v3 0/3] state loading security issues
,
Michael S. Tsirkin
,
2014/03/24
[Qemu-devel] [PATCH RFC v3 1/3] vmstate: add VMS_MUST_EXIST
,
Michael S. Tsirkin
,
2014/03/24
Re: [Qemu-devel] [PATCH RFC v3 1/3] vmstate: add VMS_MUST_EXIST
,
Dr. David Alan Gilbert
,
2014/03/25
[Qemu-devel] [PATCH RFC v3 3/3] hpet: fix buffer overrun on invalid state load
,
Michael S. Tsirkin
,
2014/03/24
Re: [Qemu-devel] [PATCH RFC v3 3/3] hpet: fix buffer overrun on invalid state load
,
Dr. David Alan Gilbert
,
2014/03/25
[Qemu-devel] [PATCH RFC v3 2/3] vmstate: add VMSTATE_TEST
,
Michael S. Tsirkin
,
2014/03/24
Re: [Qemu-devel] [PATCH RFC v3 2/3] vmstate: add VMSTATE_TEST
,
Dr. David Alan Gilbert
,
2014/03/25
[Qemu-devel] please release qemu version 1.7.1
,
Laszlo Ersek
,
2014/03/24
Re: [Qemu-devel] please release qemu version 1.7.1
,
Andreas Färber
,
2014/03/24
Re: [Qemu-devel] please release qemu version 1.7.1
,
Laszlo Ersek
,
2014/03/24
Re: [Qemu-devel] please release qemu version 1.7.1
,
Gerd Hoffmann
,
2014/03/25
Re: [Qemu-devel] please release qemu version 1.7.1
,
Stefan Hajnoczi
,
2014/03/25
Re: [Qemu-devel] please release qemu version 1.7.1
,
Michael Roth
,
2014/03/25
Re: [Qemu-devel] please release qemu version 1.7.1
,
Anthony Liguori
,
2014/03/25
Re: [Qemu-devel] please release qemu version 1.7.1
,
Andreas Färber
,
2014/03/25
[Qemu-devel] [PATCH] qemu-img: mandate argument to 'qemu-img check --repair'
,
Prasad Joshi
,
2014/03/24
Re: [Qemu-devel] [PATCH] qemu-img: mandate argument to 'qemu-img check --repair'
,
Leandro Dorileo
,
2014/03/24
Re: [Qemu-devel] [PATCH for-2.0] qemu-img: mandate argument to 'qemu-img check --repair'
,
Kevin Wolf
,
2014/03/25
Re: [Qemu-devel] [PATCH] qemu-img: mandate argument to 'qemu-img check --repair'
,
Stefan Hajnoczi
,
2014/03/25
[Qemu-devel] [PULL for-2.0 0/2] target-arm queue
,
Peter Maydell
,
2014/03/24
[Qemu-devel] [PULL 2/2] target-arm: Load ELF images with the correct machine type for CPU
,
Peter Maydell
,
2014/03/24
[Qemu-devel] [PULL 1/2] target-arm: Fix A64 Neon MLS
,
Peter Maydell
,
2014/03/24
Re: [Qemu-devel] [PULL for-2.0 0/2] target-arm queue
,
Peter Maydell
,
2014/03/24
[Qemu-devel] [PULL for-2.0 0/2] target-arm queue
,
Peter Maydell
,
2014/03/27
[Qemu-devel] [PULL 1/2] hw/arm: Stop specifying integratorcp as the default board
,
Peter Maydell
,
2014/03/27
[Qemu-devel] [PULL 2/2] vl.c: Improve message when no default machine is found
,
Peter Maydell
,
2014/03/27
Re: [Qemu-devel] [PULL for-2.0 0/2] target-arm queue
,
Peter Maydell
,
2014/03/27
[Qemu-devel] [PATCH] trace: teach lttng backend to use format strings
,
alex . bennee
,
2014/03/24
[Qemu-devel] [PATCH] trace: teach lttng backend to use format strings
,
alex . bennee
,
2014/03/24
Re: [Qemu-devel] [PATCH] trace: teach lttng backend to use format strings
,
Eric Blake
,
2014/03/24
Re: [Qemu-devel] [PATCH] trace: teach lttng backend to use format strings
,
Stefan Hajnoczi
,
2014/03/27
Re: [Qemu-devel] [PATCH] trace: teach lttng backend to use format strings
,
Stefan Hajnoczi
,
2014/03/25
Re: [Qemu-devel] [PATCH] trace: teach lttng backend to use format strings
,
Alex Bennée
,
2014/03/25
Re: [Qemu-devel] [PATCH] trace: teach lttng backend to use format strings
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH] trace: teach lttng backend to use format strings
,
Mohamad Gebai
,
2014/03/26
[Qemu-devel] [PATCH for-2.0] target-arm: Fix A64 Neon MLS
,
Peter Maydell
,
2014/03/24
Re: [Qemu-devel] [PATCH for-2.0] target-arm: Fix A64 Neon MLS
,
Laurent Desnogues
,
2014/03/24
[Qemu-devel] [PATCH] spapr_vscsi: remove duplicate condition check
,
Prasad Joshi
,
2014/03/24
Re: [Qemu-devel] [PATCH] spapr_vscsi: remove duplicate condition check
,
Paolo Bonzini
,
2014/03/24
Re: [Qemu-devel] [PATCH] spapr_vscsi: remove duplicate condition check
,
Prasad Joshi
,
2014/03/24
Re: [Qemu-devel] [PATCH] spapr_vscsi: remove duplicate condition check
,
Paolo Bonzini
,
2014/03/24
[Qemu-devel] [RFC PATCH] block/iscsi: speed up read for unallocated sectors
,
Peter Lieven
,
2014/03/24
Re: [Qemu-devel] [RFC PATCH] block/iscsi: speed up read for unallocated sectors
,
Paolo Bonzini
,
2014/03/24
Re: [Qemu-devel] [RFC PATCH] block/iscsi: speed up read for unallocated sectors
,
Peter Lieven
,
2014/03/24
[Qemu-devel] Qemu live migration code
,
Bechir Bani
,
2014/03/24
Re: [Qemu-devel] Qemu live migration code
,
陈梁
,
2014/03/24
Re: [Qemu-devel] Qemu live migration code
,
Dr. David Alan Gilbert
,
2014/03/24
Re: [Qemu-devel] Qemu live migration code
,
Bechir Bani
,
2014/03/24
Re: [Qemu-devel] Qemu live migration code
,
Sanidhya Kashyap
,
2014/03/24
Re: [Qemu-devel] Qemu live migration code
,
Bechir Bani
,
2014/03/24
Re: [Qemu-devel] Qemu live migration code
,
Sanidhya Kashyap
,
2014/03/25
[Qemu-devel] [RFC v2 0/5] state loading security issues
,
Michael S. Tsirkin
,
2014/03/24
[Qemu-devel] [RFC v2 2/5] vmstate: add VMS_NONE
,
Michael S. Tsirkin
,
2014/03/24
Re: [Qemu-devel] [RFC v2 2/5] vmstate: add VMS_NONE
,
Dr. David Alan Gilbert
,
2014/03/24
Re: [Qemu-devel] [RFC v2 2/5] vmstate: add VMS_NONE
,
Michael S. Tsirkin
,
2014/03/24
[Qemu-devel] [RFC v2 1/5] vmstate: reduce code duplication
,
Michael S. Tsirkin
,
2014/03/24
Re: [Qemu-devel] [RFC v2 1/5] vmstate: reduce code duplication
,
Dr. David Alan Gilbert
,
2014/03/24
[Qemu-devel] [RFC v2 3/5] vmstate: add VMS_MUST_EXIST
,
Michael S. Tsirkin
,
2014/03/24
Re: [Qemu-devel] [RFC v2 3/5] vmstate: add VMS_MUST_EXIST
,
Michael S. Tsirkin
,
2014/03/24
Re: [Qemu-devel] [RFC v2 3/5] vmstate: add VMS_MUST_EXIST
,
Dr. David Alan Gilbert
,
2014/03/24
Re: [Qemu-devel] [RFC v2 3/5] vmstate: add VMS_MUST_EXIST
,
Michael S. Tsirkin
,
2014/03/24
Re: [Qemu-devel] [RFC v2 3/5] vmstate: add VMS_MUST_EXIST
,
Dr. David Alan Gilbert
,
2014/03/25
Re: [Qemu-devel] [RFC v2 3/5] vmstate: add VMS_MUST_EXIST
,
Michael S. Tsirkin
,
2014/03/25
[Qemu-devel] [RFC v2 4/5] vmstate: add VMSTATE_TEST
,
Michael S. Tsirkin
,
2014/03/24
[Qemu-devel] [RFC v2 5/5] hpet: fix buffer overrun on invalid state load
,
Michael S. Tsirkin
,
2014/03/24
Re: [Qemu-devel] [RFC v2 0/5] state loading security issues
,
Michael S. Tsirkin
,
2014/03/24
[Qemu-devel] QEMU working
,
Mohammed Umar Shaikh Habib Ali
,
2014/03/24
[Qemu-devel] [PATCH] migration: Fix possible bug for migrate cancel
,
arei.gonglei
,
2014/03/24
Re: [Qemu-devel] [PATCH] migration: Fix possible bug for migrate cancel
,
Eric Blake
,
2014/03/24
Re: [Qemu-devel] [PATCH] migration: Fix possible bug for migrate cancel
,
Paolo Bonzini
,
2014/03/24
Re: [Qemu-devel] [PATCH] migration: Fix possible bug for migrate cancel
,
Eric Blake
,
2014/03/24
Re: [Qemu-devel] [PATCH] migration: Fix possible bug for migrate cancel
,
Gonglei (Arei)
,
2014/03/25
Re: [Qemu-devel] [PATCH] migration: Fix possible bug for migrate cancel
,
Gonglei (Arei)
,
2014/03/28
Re: [Qemu-devel] [PATCH] migration: Fix possible bug for migrate cancel
,
Paolo Bonzini
,
2014/03/28
Re: [Qemu-devel] [PATCH] migration: Fix possible bug for migrate cancel
,
Dr. David Alan Gilbert
,
2014/03/28
Re: [Qemu-devel] [PATCH] migration: Fix possible bug for migrate cancel
,
Paolo Bonzini
,
2014/03/28
[Qemu-devel] [PATCH v5] net: L2TPv3 transport
,
anton . ivanov
,
2014/03/24
Re: [Qemu-devel] [PATCH v5] net: L2TPv3 transport
,
Stefan Hajnoczi
,
2014/03/25
Re: [Qemu-devel] [PATCH v5] net: L2TPv3 transport
,
Anton Ivanov
,
2014/03/25
Re: [Qemu-devel] [PATCH v5] net: L2TPv3 transport
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH v5] net: L2TPv3 transport
,
Anton Ivanov (antivano)
,
2014/03/26
Re: [Qemu-devel] [PATCH v5] net: L2TPv3 transport
,
Anton Ivanov
,
2014/03/25
[Qemu-devel] [PULL 00/15] acpi,pc,test bug fixes
,
Michael S. Tsirkin
,
2014/03/24
[Qemu-devel] [PULL 01/15] acpi-build: fix misaligned access
,
Michael S. Tsirkin
,
2014/03/24
[Qemu-devel] [PULL 03/15] acpi: Add ACPI_CPU_HOTPLUG_ID_LIMIT macro
,
Michael S. Tsirkin
,
2014/03/24
[Qemu-devel] [PULL 02/15] acpi-test: update expected SSDT files
,
Michael S. Tsirkin
,
2014/03/24
[Qemu-devel] [PULL 04/15] pc: Refuse CPU hotplug if the resulting APIC ID is too large
,
Michael S. Tsirkin
,
2014/03/24
[Qemu-devel] [PULL 05/15] acpi: Assert sts array limit on AcpiCpuHotplug_add()
,
Michael S. Tsirkin
,
2014/03/24
[Qemu-devel] [PULL 06/15] acpi: Don't use MAX_CPUMASK_BITS for APIC ID bitmap
,
Michael S. Tsirkin
,
2014/03/24
[Qemu-devel] [PULL 07/15] pc: Refuse max_cpus if it results in too large APIC ID
,
Michael S. Tsirkin
,
2014/03/24
[Qemu-devel] [PULL 08/15] i386/acpi-build: allow more than 255 elements in CPON
,
Michael S. Tsirkin
,
2014/03/24
[Qemu-devel] [PULL 09/15] acpi-test: rebuild SSDT
,
Michael S. Tsirkin
,
2014/03/24
[Qemu-devel] [PULL 10/15] i386/acpi-build: support hotplug of VCPU with APIC ID 0xFF
,
Michael S. Tsirkin
,
2014/03/24
[Qemu-devel] [PULL 11/15] acpi-test: signature endian-ness fixes
,
Michael S. Tsirkin
,
2014/03/24
[Qemu-devel] [PULL 12/15] acpi: fix endian-ness for table ids
,
Michael S. Tsirkin
,
2014/03/24
[Qemu-devel] [PULL 14/15] vl.c: Use MAX_CPUMASK_BITS macro instead of hardcoded constant
,
Michael S. Tsirkin
,
2014/03/24
[Qemu-devel] [PULL 15/15] tests/acpi-test: do not fail if iasl is broken
,
Michael S. Tsirkin
,
2014/03/24
[Qemu-devel] [PULL 13/15] sysemu.h: Document what MAX_CPUMASK_BITS really limits
,
Michael S. Tsirkin
,
2014/03/24
Re: [Qemu-devel] [PULL 00/15] acpi,pc,test bug fixes
,
Peter Maydell
,
2014/03/24
[Qemu-devel] Qemu custom chardev
,
Tanase Sebastian
,
2014/03/24
Re: [Qemu-devel] [PATCH] tmp105: read temperature in milli-celsius
,
Paolo Bonzini
,
2014/03/24
[Qemu-devel] [PATCH for-2.0 V4] tests/acpi-test: do not fail if iasl is broken
,
Marcel Apfelbaum
,
2014/03/24
Re: [Qemu-devel] [PATCH for-2.0 V4] tests/acpi-test: do not fail if iasl is broken
,
Andreas Färber
,
2014/03/24
Re: [Qemu-devel] [PATCH for-2.0 V4] tests/acpi-test: do not fail if iasl is broken
,
Marcel Apfelbaum
,
2014/03/24
Re: [Qemu-devel] [PATCH for-2.0 V4] tests/acpi-test: do not fail if iasl is broken
,
Stefan Hajnoczi
,
2014/03/24
Re: [Qemu-devel] [PATCH for-2.0 V4] tests/acpi-test: do not fail if iasl is broken
,
Peter Maydell
,
2014/03/24
Re: [Qemu-devel] [PATCH for-2.0 V4] tests/acpi-test: do not fail if iasl is broken
,
Marcel Apfelbaum
,
2014/03/24
Re: [Qemu-devel] [PATCH for-2.0 V4] tests/acpi-test: do not fail if iasl is broken
,
Marcel Apfelbaum
,
2014/03/24
Re: [Qemu-devel] [PATCH for-2.0 V4] tests/acpi-test: do not fail if iasl is broken
,
Marcel Apfelbaum
,
2014/03/24
Re: [Qemu-devel] [PATCH for-2.0 V4] tests/acpi-test: do not fail if iasl is broken
,
Andreas Färber
,
2014/03/24
Re: [Qemu-devel] [PATCH for-2.0 V4] tests/acpi-test: do not fail if iasl is broken
,
Michael S. Tsirkin
,
2014/03/24
Re: [Qemu-devel] [PATCH for-2.0 V4] tests/acpi-test: do not fail if iasl is broken
,
Andreas Färber
,
2014/03/24
[Qemu-devel] [PATCH v3] scripts: add sample model file for Coverity Scan
,
Paolo Bonzini
,
2014/03/24
Re: [Qemu-devel] [PATCH v3] scripts: add sample model file for Coverity Scan
,
Eric Blake
,
2014/03/24
[Qemu-devel] Aarch64 MLS bug
,
Laurent Desnogues
,
2014/03/24
[Qemu-devel] [PATCH] display/qxl: don't abort on reset with non empty rings
,
Alon Levy
,
2014/03/24
Re: [Qemu-devel] [PATCH] display/qxl: don't abort on reset with non empty rings
,
Gerd Hoffmann
,
2014/03/26
[Qemu-devel] [PATCH] Fixed various typos
,
Deepak Kathayat
,
2014/03/24
Re: [Qemu-devel] [PATCH] Fixed various typos
,
Andreas Färber
,
2014/03/24
Re: [Qemu-devel] [PATCH] Fixed various typos
,
Stefan Hajnoczi
,
2014/03/25
[Qemu-devel] [PULL for-2, 0 0/1] spice: input: Fix absolute mouse y coordinates
,
Gerd Hoffmann
,
2014/03/24
[Qemu-devel] [PULL 1/1] spice: input: Fix absolute mouse y coordinates
,
Gerd Hoffmann
,
2014/03/24
Re: [Qemu-devel] [PULL for-2, 0 0/1] spice: input: Fix absolute mouse y coordinates
,
Peter Maydell
,
2014/03/24
[Qemu-devel] Bus in Malta Mips
,
Ayaz Akram
,
2014/03/24
[Qemu-devel] [PATCH] qcow2: Remove FIXME comment, already fixed
,
Deepak Kathayat
,
2014/03/24
Re: [Qemu-devel] [PATCH] qcow2: Remove FIXME comment, already fixed
,
Leandro Dorileo
,
2014/03/24
Re: [Qemu-devel] [PATCH] qcow2: Remove FIXME comment, already fixed
,
Stefan Hajnoczi
,
2014/03/25
[Qemu-devel] [RFC PATCH] target-ppc: enable migration within the same CPU family
,
Alexey Kardashevskiy
,
2014/03/24
[Qemu-devel] [PATCH] target-ppc: Bug: VSX Convert to Integer Should Truncate
,
Tom Musta
,
2014/03/23
Re: [Qemu-devel] [PATCH] target-ppc: Bug: VSX Convert to Integer Should Truncate
,
Peter Maydell
,
2014/03/23
[Qemu-devel] [V2 PATCH] target-ppc: Bug: VSX Convert to Integer Should Truncate
,
Tom Musta
,
2014/03/23
Re: [Qemu-devel] [V2 PATCH] target-ppc: Bug: VSX Convert to Integer Should Truncate
,
Peter Maydell
,
2014/03/25
Re: [Qemu-devel] [V2 PATCH] target-ppc: Bug: VSX Convert to Integer Should Truncate
,
Tom Musta
,
2014/03/25
Re: [Qemu-devel] [V2 PATCH] target-ppc: Bug: VSX Convert to Integer Should Truncate
,
Tom Musta
,
2014/03/26
Re: [Qemu-devel] [V2 PATCH] target-ppc: Bug: VSX Convert to Integer Should Truncate
,
Richard Henderson
,
2014/03/26
Re: [Qemu-devel] [PATCH] osdep: initialize glib threads in all QEMU tools
,
Stefan Hajnoczi
,
2014/03/23
[Qemu-devel] [PATCH 1/6] audio: set top level latch for each slot
,
Prasad Joshi
,
2014/03/23
[Qemu-devel] [PATCH 5/6] linux-user: remove duplicate statement
,
Prasad Joshi
,
2014/03/23
Re: [Qemu-devel] [PATCH 5/6] linux-user: remove duplicate statement
,
Riku Voipio
,
2014/03/24
Re: [Qemu-devel] [Qemu-trivial] [PATCH 5/6] linux-user: remove duplicate statement
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PATCH 2/6] intc/openpic_kvm: fix MemListener delete regiion callback function
,
Prasad Joshi
,
2014/03/23
Re: [Qemu-devel] [PATCH 2/6] intc/openpic_kvm: fix MemListener delete regiion callback function
,
Andreas Färber
,
2014/03/24
[Qemu-devel] [PATCH 4/6] hw/timer/grlib_gptimer: remove unnecessary assignment
,
Prasad Joshi
,
2014/03/23
Re: [Qemu-devel] [Qemu-trivial] [PATCH 4/6] hw/timer/grlib_gptimer: remove unnecessary assignment
,
Michael Tokarev
,
2014/03/27
[Qemu-devel] [PATCH 3/6] pcnet: remove duplicate assignment
,
Prasad Joshi
,
2014/03/23
Re: [Qemu-devel] [PATCH 3/6] pcnet: remove duplicate assignment
,
Stefan Hajnoczi
,
2014/03/24
Re: [Qemu-devel] [PATCH 3/6] pcnet: remove duplicate assignment
,
Stefan Hajnoczi
,
2014/03/25
[Qemu-devel] [PATCH 6/6] net: netmap_poll must update both read/write poll state
,
Prasad Joshi
,
2014/03/23
Re: [Qemu-devel] [PATCH 6/6] net: netmap_poll must update both read/write poll state
,
Stefan Hajnoczi
,
2014/03/24
Re: [Qemu-devel] [PATCH 6/6] net: netmap_poll must update both read/write poll state
,
Stefan Hajnoczi
,
2014/03/25
Re: [Qemu-devel] [PATCH 1/6] audio: set top level latch for each slot
,
Stefan Hajnoczi
,
2014/03/24
Re: [Qemu-devel] [PATCH 1/6] audio: set top level latch for each slot
,
Peter Maydell
,
2014/03/24
Re: [Qemu-devel] [PATCH 1/6] audio: set top level latch for each slot
,
Andreas Färber
,
2014/03/24
Re: [Qemu-devel] [PATCH 1/6] audio: set top level latch for each slot
,
Stefan Hajnoczi
,
2014/03/25
[Qemu-devel] [PATCH v6] spapr_hcall: add address-translation-mode-on-interrupt resource in H_SET_MODE
,
Alexey Kardashevskiy
,
2014/03/22
[Qemu-devel] [PATCH v2] target-ppc: improve "info registers" by printing SPRs
,
Alexey Kardashevskiy
,
2014/03/22
Re: [Qemu-devel] [PATCH v2] target-ppc: improve "info registers" by printing SPRs
,
Stuart Brady
,
2014/03/22
Re: [Qemu-devel] [PATCH v2] target-ppc: improve "info registers" by printing SPRs
,
Alexey Kardashevskiy
,
2014/03/24
Re: [Qemu-devel] [PATCH v2] target-ppc: improve "info registers" by printing SPRs
,
Alexey Kardashevskiy
,
2014/03/30
Re: [Qemu-devel] [PATCH v2] target-ppc: improve "info registers" by printing SPRs
,
Andreas Färber
,
2014/03/31
Re: [Qemu-devel] [PATCH v2] target-ppc: improve "info registers" by printing SPRs
,
Alexey Kardashevskiy
,
2014/03/31
Re: [Qemu-devel] [PATCH v2] target-ppc: improve "info registers" by printing SPRs
,
Peter Maydell
,
2014/03/31
Re: [Qemu-devel] [PATCH v2] target-ppc: improve "info registers" by printing SPRs
,
Alexey Kardashevskiy
,
2014/03/31
Re: [Qemu-devel] [PATCH v2] target-ppc: improve "info registers" by printing SPRs
,
Alexander Graf
,
2014/03/31
Re: [Qemu-devel] [PATCH v2] target-ppc: improve "info registers" by printing SPRs
,
Stuart Brady
,
2014/03/31
[Qemu-devel] Missing dependency checks in qemu build
,
Matthew Fernandez
,
2014/03/21
Re: [Qemu-devel] Missing dependency checks in qemu build
,
Stefan Weil
,
2014/03/22
Re: [Qemu-devel] Missing dependency checks in qemu build
,
Matthew Fernandez
,
2014/03/22
[Qemu-devel] [PATCH v2 0/9] error: Misc cleanups and improvements
,
Cole Robinson
,
2014/03/21
[Qemu-devel] [PATCH v2 1/9] slirp: Remove default_mon usage
,
Cole Robinson
,
2014/03/21
[Qemu-devel] [PATCH v2 3/9] error: Privatize error_print_loc
,
Cole Robinson
,
2014/03/21
[Qemu-devel] [PATCH v2 4/9] monitor: Remove unused monitor_print_filename
,
Cole Robinson
,
2014/03/21
[Qemu-devel] [PATCH v2 6/9] qerror.h: Remove unused error classes
,
Cole Robinson
,
2014/03/21
[Qemu-devel] [PATCH v2 5/9] error: Print error_report() to stderr if using qmp
,
Cole Robinson
,
2014/03/21
[Qemu-devel] [PATCH v2 7/9] qerror.h: Remove QERR defines that are only used once
,
Cole Robinson
,
2014/03/21
[Qemu-devel] [PATCH v2 8/9] qerror.h: Replace QERR_NOT_SUPPORTED with QERR_UNSUPPORTED
,
Cole Robinson
,
2014/03/21
[Qemu-devel] [PATCH v2 9/9] error: Remove some unused headers
,
Cole Robinson
,
2014/03/21
[Qemu-devel] [PATCH v2 2/9] vnc: Remove default_mon usage
,
Cole Robinson
,
2014/03/21
Re: [Qemu-devel] [PATCH v2 0/9] error: Misc cleanups and improvements
,
Paolo Bonzini
,
2014/03/22
Re: [Qemu-devel] [PATCH v2 0/9] error: Misc cleanups and improvements
,
Luiz Capitulino
,
2014/03/27
[Qemu-devel] [PATCH] backends/baum.c: Fix compilation when SDL is not available.
,
Richard W.M. Jones
,
2014/03/21
Re: [Qemu-devel] [PATCH] backends/baum.c: Fix compilation when SDL is not available.
,
Stefan Weil
,
2014/03/21
Re: [Qemu-devel] [PATCH] backends/baum.c: Fix compilation when SDL is not available.
,
Peter Maydell
,
2014/03/24
[Qemu-devel] [PATCH v3 1/1] Count used RAMBlock pages for migration_dirty_pages
,
Dr. David Alan Gilbert (git)
,
2014/03/21
[Qemu-devel] [PATCH v2 1/1] Make qemu_peek_buffer loop until it gets it's data
,
Dr. David Alan Gilbert (git)
,
2014/03/21
Re: [Qemu-devel] [PATCH v2 1/1] Make qemu_peek_buffer loop until it gets it's data
,
Eric Blake
,
2014/03/21
Re: [Qemu-devel] [PATCH v2 1/1] Make qemu_peek_buffer loop until it gets it's data
,
Dr. David Alan Gilbert
,
2014/03/24
Re: [Qemu-devel] [PATCH v2 1/1] Make qemu_peek_buffer loop until it gets it's data
,
Eric Blake
,
2014/03/24
Re: [Qemu-devel] [PATCH v2 1/1] Make qemu_peek_buffer loop until it gets it's data
,
Markus Armbruster
,
2014/03/26
Re: [Qemu-devel] [PATCH v2 1/1] Make qemu_peek_buffer loop until it gets it's data
,
Dr. David Alan Gilbert
,
2014/03/26
Re: [Qemu-devel] [PATCH v2 1/1] Make qemu_peek_buffer loop until it gets it's data
,
Markus Armbruster
,
2014/03/27
[Qemu-devel] [RFC PATCH 00/12] Reverse execution.
,
fred . konrad
,
2014/03/21
[Qemu-devel] [RFC PATCH 06/12] icount: make icount extra computed on icount clock as well.
,
fred . konrad
,
2014/03/21
Re: [Qemu-devel] [RFC PATCH 06/12] icount: make icount extra computed on icount clock as well.
,
Paolo Bonzini
,
2014/03/22
[Qemu-devel] [RFC PATCH 01/12] icount: put icount variables into TimerState.
,
fred . konrad
,
2014/03/21
Re: [Qemu-devel] [RFC PATCH 01/12] icount: put icount variables into TimerState.
,
Paolo Bonzini
,
2014/03/22
[Qemu-devel] [RFC PATCH 03/12] migration: make qemu_savevm_state public.
,
fred . konrad
,
2014/03/21
Re: [Qemu-devel] [RFC PATCH 03/12] migration: make qemu_savevm_state public.
,
Dr. David Alan Gilbert
,
2014/03/21
Re: [Qemu-devel] [RFC PATCH 03/12] migration: make qemu_savevm_state public.
,
Frederic Konrad
,
2014/03/24
Re: [Qemu-devel] [RFC PATCH 03/12] migration: make qemu_savevm_state public.
,
Dr. David Alan Gilbert
,
2014/03/24
[Qemu-devel] [RFC PATCH 07/12] timer: add cpu_icount_to_ns function.
,
fred . konrad
,
2014/03/21
Re: [Qemu-devel] [RFC PATCH 07/12] timer: add cpu_icount_to_ns function.
,
Paolo Bonzini
,
2014/03/22
[Qemu-devel] [RFC PATCH 02/12] migration: migrate icount fields.
,
fred . konrad
,
2014/03/21
Re: [Qemu-devel] [RFC PATCH 02/12] migration: migrate icount fields.
,
Paolo Bonzini
,
2014/03/22
Re: [Qemu-devel] [RFC PATCH 02/12] migration: migrate icount fields.
,
Frederic Konrad
,
2014/03/24
Re: [Qemu-devel] [RFC PATCH 02/12] migration: migrate icount fields.
,
Paolo Bonzini
,
2014/03/24
Re: [Qemu-devel] [RFC PATCH 02/12] migration: migrate icount fields.
,
Frederic Konrad
,
2014/03/25
[Qemu-devel] [RFC PATCH 11/12] cexe: synchronize icount on the next event.
,
fred . konrad
,
2014/03/21
[Qemu-devel] [RFC PATCH 04/12] icount: introduce icount timer.
,
fred . konrad
,
2014/03/21
Re: [Qemu-devel] [RFC PATCH 04/12] icount: introduce icount timer.
,
Paolo Bonzini
,
2014/03/22
[Qemu-devel] [RFC PATCH 05/12] icount: check for icount clock deadline when cpu loop exits.
,
fred . konrad
,
2014/03/21
Re: [Qemu-devel] [RFC PATCH 05/12] icount: check for icount clock deadline when cpu loop exits.
,
Paolo Bonzini
,
2014/03/22
[Qemu-devel] [RFC PATCH 08/12] introduce reverse execution mechanism.
,
fred . konrad
,
2014/03/21
[Qemu-devel] [RFC PATCH 09/12] gdbstub: allow reverse execution in gdb stub.
,
fred . konrad
,
2014/03/21
[Qemu-devel] [RFC PATCH 12/12] cexe: allow to enable reverse execution.
,
fred . konrad
,
2014/03/21
[Qemu-devel] [RFC PATCH 10/12] cpu-exec: trigger a debug request when rexec stops.
,
fred . konrad
,
2014/03/21
[Qemu-devel] [PATCH] target-arm: Load ELF images with the correct machine type for CPU
,
Peter Maydell
,
2014/03/21
Re: [Qemu-devel] [PATCH] target-arm: Load ELF images with the correct machine type for CPU
,
Andreas Färber
,
2014/03/22
Re: [Qemu-devel] [PATCH] target-arm: Load ELF images with the correct machine type for CPU
,
Peter Crosthwaite
,
2014/03/24
[Qemu-devel] [PATCH for-2.0] spice: input: Fix absolute mouse y coordinates
,
Cole Robinson
,
2014/03/21
[Qemu-devel] [PATCH v2 1/1] Count used RAMBlock pages for migration_dirty_p
,
Dr. David Alan Gilbert (git)
,
2014/03/21
Re: [Qemu-devel] [PATCH 2/5] xen, gfx passthrough: reserve 00:02.0 for INTEL IGD
,
Anthony PERARD
,
2014/03/21
Re: [Qemu-devel] [PATCH 1/5] xen, gfx passthrough: basic graphics passthrough support
,
Anthony PERARD
,
2014/03/21
[Qemu-devel] [PATCH for-2.0 v2] configure: add workaround for SystemTap PR13296
,
Stefan Hajnoczi
,
2014/03/21
Re: [Qemu-devel] [PATCH for-2.0 v2] configure: add workaround for SystemTap PR13296
,
Frank Ch. Eigler
,
2014/03/21
Re: [Qemu-devel] [PATCH for-2.0 v2] configure: add workaround for SystemTap PR13296
,
Stefan Hajnoczi
,
2014/03/24
[Qemu-devel] [PATCH 0/2] Create and include directive for QAPI JSON files
,
Benoît Canet
,
2014/03/21
[Qemu-devel] [PATCH 2/2] qapi: Create an include directive for use in the JSON description files.
,
Benoît Canet
,
2014/03/21
Re: [Qemu-devel] [PATCH 2/2] qapi: Create an include directive for use in the JSON description files.
,
Wenchao Xia
,
2014/03/26
Re: [Qemu-devel] [PATCH 2/2] qapi: Create an include directive for use in the JSON description files.
,
Eric Blake
,
2014/03/26
Re: [Qemu-devel] [PATCH 2/2] qapi: Create an include directive for use in the JSON description files.
,
Eric Blake
,
2014/03/26
[Qemu-devel] [PATCH 1/2] test-qapi: Make test-qapi.py spit useful error messages.
,
Benoît Canet
,
2014/03/21
Re: [Qemu-devel] [PATCH 1/2] test-qapi: Make test-qapi.py spit useful error messages.
,
Eric Blake
,
2014/03/26
[Qemu-devel] [RFC PATCHv2] block: optimize zero writes with bdrv_write_zeroes
,
Peter Lieven
,
2014/03/21
Re: [Qemu-devel] [RFC PATCHv2] block: optimize zero writes with bdrv_write_zeroes
,
Eric Blake
,
2014/03/21
Re: [Qemu-devel] [RFC PATCHv2] block: optimize zero writes with bdrv_write_zeroes
,
Peter Lieven
,
2014/03/21
Re: [Qemu-devel] [RFC PATCHv2] block: optimize zero writes with bdrv_write_zeroes
,
Markus Armbruster
,
2014/03/26
Re: [Qemu-devel] [RFC PATCHv2] block: optimize zero writes with bdrv_write_zeroes
,
Peter Lieven
,
2014/03/27
Re: [Qemu-devel] [RFC PATCHv2] block: optimize zero writes with bdrv_write_zeroes
,
Markus Armbruster
,
2014/03/27
[Qemu-devel] emulating a display, instead of just a dumb graphics card
,
Olaf Hering
,
2014/03/21
Re: [Qemu-devel] emulating a display, instead of just a dumb graphics card
,
Markus Armbruster
,
2014/03/27
Re: [Qemu-devel] emulating a display, instead of just a dumb graphics card
,
Gerd Hoffmann
,
2014/03/27
Re: [Qemu-devel] emulating a display, instead of just a dumb graphics card
,
Laszlo Ersek
,
2014/03/27
[Qemu-devel] multihead & multiseat in qemu
,
Gerd Hoffmann
,
2014/03/21
Re: [Qemu-devel] multihead & multiseat in qemu
,
Dr. David Alan Gilbert
,
2014/03/21
Re: [Qemu-devel] multihead & multiseat in qemu
,
Gerd Hoffmann
,
2014/03/24
Re: [Qemu-devel] multihead & multiseat in qemu
,
Dr. David Alan Gilbert
,
2014/03/24
Re: [Qemu-devel] multihead & multiseat in qemu
,
Gerd Hoffmann
,
2014/03/24
Re: [Qemu-devel] multihead & multiseat in qemu
,
Dr. David Alan Gilbert
,
2014/03/24
Re: [Qemu-devel] multihead & multiseat in qemu
,
Gerd Hoffmann
,
2014/03/24
Re: [Qemu-devel] multihead & multiseat in qemu
,
Dave Airlie
,
2014/03/21
Re: [Qemu-devel] multihead & multiseat in qemu
,
Gerd Hoffmann
,
2014/03/24
[Qemu-devel] [PATCH for-2.0 0/2] mirror: fix rate-limiting
,
Stefan Hajnoczi
,
2014/03/21
[Qemu-devel] [PATCH for-2.0 2/2] mirror: fix early wake from sleep due to aio
,
Stefan Hajnoczi
,
2014/03/21
[Qemu-devel] [PATCH for-2.0 1/2] mirror: fix throttling delay calculation
,
Stefan Hajnoczi
,
2014/03/21
Re: [Qemu-devel] [PATCH for-2.0 0/2] mirror: fix rate-limiting
,
Paolo Bonzini
,
2014/03/21
Re: [Qemu-devel] [PATCH for-2.0 0/2] mirror: fix rate-limiting
,
Stefan Hajnoczi
,
2014/03/25
[Qemu-devel] [PATCH v3 0/5] qemu: irqfds for s390x
,
Cornelia Huck
,
2014/03/21
[Qemu-devel] [PATCH v3 3/5] s390x: Add I/O adapter registration.
,
Cornelia Huck
,
2014/03/21
[Qemu-devel] [PATCH v3 2/5] kvm: add kvm_enable_cap_{vm,vcpu}
,
Cornelia Huck
,
2014/03/21
[Qemu-devel] [PATCH v3 5/5] s390x/virtio-ccw: Wire up irq routing and irqfds.
,
Cornelia Huck
,
2014/03/21
[Qemu-devel] [PATCH v3 1/5] linux-headers: add new interfaces
,
Cornelia Huck
,
2014/03/21
[Qemu-devel] [PATCH v3 4/5] s390x/virtio-ccw: reference-counted indicators
,
Cornelia Huck
,
2014/03/21
Re: [Qemu-devel] [PATCH v3 0/5] qemu: irqfds for s390x
,
Christian Borntraeger
,
2014/03/27
[Qemu-devel] [PATCH v3 0/4] KVM: irqfds for s390
,
Cornelia Huck
,
2014/03/21
[Qemu-devel] [PATCH v3 1/4] KVM: Add per-vm capability enablement.
,
Cornelia Huck
,
2014/03/21
[Qemu-devel] [PATCH v3 2/4] KVM: s390: adapter interrupt sources
,
Cornelia Huck
,
2014/03/21
[Qemu-devel] [PATCH v3 4/4] KVM: Bump KVM_MAX_IRQ_ROUTES for s390
,
Cornelia Huck
,
2014/03/21
[Qemu-devel] [PATCH v3 3/4] KVM: s390: irq routing for adapter interrupts.
,
Cornelia Huck
,
2014/03/21
Re: [Qemu-devel] [PATCH v3 0/4] KVM: irqfds for s390
,
Christian Borntraeger
,
2014/03/24
Re: [Qemu-devel] [PATCH v3 0/4] KVM: irqfds for s390
,
Paolo Bonzini
,
2014/03/24
[Qemu-devel] [PATCHv2] block: introduce BDRV_O_SEQUENTIAL
,
Peter Lieven
,
2014/03/21
Re: [Qemu-devel] [PATCHv2] block: introduce BDRV_O_SEQUENTIAL
,
Paolo Bonzini
,
2014/03/21
Re: [Qemu-devel] [PATCHv2] block: introduce BDRV_O_SEQUENTIAL
,
Peter Lieven
,
2014/03/21
Re: [Qemu-devel] [PATCHv2] block: introduce BDRV_O_SEQUENTIAL
,
Peter Lieven
,
2014/03/28
Re: [Qemu-devel] [PATCHv2] block: introduce BDRV_O_SEQUENTIAL
,
Fam Zheng
,
2014/03/24
Re: [Qemu-devel] [PATCHv2] block: introduce BDRV_O_SEQUENTIAL
,
Peter Lieven
,
2014/03/24
Re: [Qemu-devel] [PATCH 4/4] tpm: Provide libtpms software TPM backend
,
Jordi Cucurull Juan
,
2014/03/21
[Qemu-devel] [PATCH 1/1] Count used RAMBlock pages for migration_dirty_pages
,
Dr. David Alan Gilbert (git)
,
2014/03/21
Re: [Qemu-devel] [PATCH 1/1] Count used RAMBlock pages for migration_dirty_pages
,
Juan Quintela
,
2014/03/21
Re: [Qemu-devel] [PATCH 1/1] Count used RAMBlock pages for migration_dirty_pages
,
Dr. David Alan Gilbert
,
2014/03/21
Re: [Qemu-devel] [PATCH 1/1] Count used RAMBlock pages for migration_dirty_pages
,
Paolo Bonzini
,
2014/03/21
Re: [Qemu-devel] [PATCH 1/1] Count used RAMBlock pages for migration_dirty_pages
,
Dr. David Alan Gilbert
,
2014/03/21
Re: [Qemu-devel] [PATCH 1/1] Count used RAMBlock pages for migration_dirty_pages
,
Paolo Bonzini
,
2014/03/21
Re: [Qemu-devel] [PATCH 1/1] Count used RAMBlock pages for migration_dirty_pages
,
Juan Quintela
,
2014/03/21
Re: [Qemu-devel] [PATCH 1/1] Count used RAMBlock pages for migration_dirty_pages
,
陈梁
,
2014/03/21
Re: [Qemu-devel] [PATCH 1/1] Count used RAMBlock pages for migration_dirty_pages
,
Dr. David Alan Gilbert
,
2014/03/21
[Qemu-devel] [PATCH v23 00/32] replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/21
[Qemu-devel] [PATCH v23 02/32] add def_value_str to QemuOptDesc
,
Chunyan Liu
,
2014/03/21
[Qemu-devel] [PATCH v23 03/32] qapi: output def_value_str when query command line options
,
Chunyan Liu
,
2014/03/21
Re: [Qemu-devel] [PATCH v23 03/32] qapi: output def_value_str when query command line options
,
Eric Blake
,
2014/03/21
Re: [Qemu-devel] [PATCH v23 03/32] qapi: output def_value_str when query command line options
,
Chun Yan Liu
,
2014/03/23
[Qemu-devel] [PATCH v23 01/32] move find_desc_by_name ahead for later calling
,
Chunyan Liu
,
2014/03/21
Re: [Qemu-devel] [PATCH v23 01/32] move find_desc_by_name ahead for later calling
,
Eric Blake
,
2014/03/21
[Qemu-devel] [PATCH v23 06/32] add qemu_opt_get_*_del functions for replace work
,
Chunyan Liu
,
2014/03/21
Re: [Qemu-devel] [PATCH v23 06/32] add qemu_opt_get_*_del functions for replace work
,
Eric Blake
,
2014/03/25
[Qemu-devel] [PATCH v23 05/32] move qemu_opt_del ahead for later calling
,
Chunyan Liu
,
2014/03/21
Re: [Qemu-devel] [PATCH v23 05/32] move qemu_opt_del ahead for later calling
,
Eric Blake
,
2014/03/25
[Qemu-devel] [PATCH v23 07/32] add qemu_opts_print_help to replace print_option_help
,
Chunyan Liu
,
2014/03/21
Re: [Qemu-devel] [PATCH v23 07/32] add qemu_opts_print_help to replace print_option_help
,
Leandro Dorileo
,
2014/03/25
Re: [Qemu-devel] [PATCH v23 07/32] add qemu_opts_print_help to replace print_option_help
,
Eric Blake
,
2014/03/25
Re: [Qemu-devel] [PATCH v23 07/32] add qemu_opts_print_help to replace print_option_help
,
Chunyan Liu
,
2014/03/25
[Qemu-devel] [PATCH v23 04/32] change opt->name and opt->str from (const char *) to (char *)
,
Chunyan Liu
,
2014/03/21
Re: [Qemu-devel] [PATCH v23 04/32] change opt->name and opt->str from (const char *) to (char *)
,
Leandro Dorileo
,
2014/03/25
Re: [Qemu-devel] [PATCH v23 04/32] change opt->name and opt->str from (const char *) to (char *)
,
Eric Blake
,
2014/03/25
[Qemu-devel] [PATCH v23 08/32] add convert functions between QEMUOptionParameter to QemuOpts
,
Chunyan Liu
,
2014/03/21
Re: [Qemu-devel] [PATCH v23 08/32] add convert functions between QEMUOptionParameter to QemuOpts
,
Eric Blake
,
2014/03/25
Re: [Qemu-devel] [PATCH v23 08/32] add convert functions between QEMUOptionParameter to QemuOpts
,
Chunyan Liu
,
2014/03/25
Re: [Qemu-devel] [PATCH v23 08/32] add convert functions between QEMUOptionParameter to QemuOpts
,
Chunyan Liu
,
2014/03/26
[Qemu-devel] [PATCH v23 10/32] check NULL input for qemu_opts_del
,
Chunyan Liu
,
2014/03/21
Re: [Qemu-devel] [PATCH v23 10/32] check NULL input for qemu_opts_del
,
Eric Blake
,
2014/03/25
[Qemu-devel] [PATCH v23 11/32] qemu_opts_print: change fprintf stderr to printf
,
Chunyan Liu
,
2014/03/21
Re: [Qemu-devel] [PATCH v23 11/32] qemu_opts_print: change fprintf stderr to printf
,
Leandro Dorileo
,
2014/03/25
[Qemu-devel] [PATCH v23 12/32] qcow2.c: remove 'assigned' check in amend
,
Chunyan Liu
,
2014/03/21
Re: [Qemu-devel] [PATCH v23 12/32] qcow2.c: remove 'assigned' check in amend
,
Leandro Dorileo
,
2014/03/25
Re: [Qemu-devel] [PATCH v23 12/32] qcow2.c: remove 'assigned' check in amend
,
Chunyan Liu
,
2014/03/26
Re: [Qemu-devel] [PATCH v23 12/32] qcow2.c: remove 'assigned' check in amend
,
Chunyan Liu
,
2014/03/27
[Qemu-devel] [PATCH v23 14/32] vvfat.c: handle cross_driver's create_options and create_opts
,
Chunyan Liu
,
2014/03/21
Re: [Qemu-devel] [PATCH v23 14/32] vvfat.c: handle cross_driver's create_options and create_opts
,
Leandro Dorileo
,
2014/03/25
[Qemu-devel] [PATCH v23 13/32] change block layer to support both QemuOpts and QEMUOptionParamter
,
Chunyan Liu
,
2014/03/21
[Qemu-devel] [PATCH v23 09/32] add qemu_opts_append to repalce append_option_parameters
,
Chunyan Liu
,
2014/03/21
Re: [Qemu-devel] [PATCH v23 09/32] add qemu_opts_append to repalce append_option_parameters
,
Leandro Dorileo
,
2014/03/25
Re: [Qemu-devel] [PATCH v23 09/32] add qemu_opts_append to repalce append_option_parameters
,
Eric Blake
,
2014/03/25
[Qemu-devel] [PATCH v23 15/32] cow.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/21
[Qemu-devel] [PATCH v23 17/32] iscsi.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/21
[Qemu-devel] [PATCH v23 19/32] qcow2.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/21
[Qemu-devel] [PATCH v23 16/32] gluster.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/21
[Qemu-devel] [PATCH v23 18/32] qcow.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/21
[Qemu-devel] [PATCH v23 20/32] qed.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/21
[Qemu-devel] [PATCH v23 21/32] raw-posix.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/21
[Qemu-devel] [PATCH v23 23/32] raw_bsd.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/21
[Qemu-devel] [PATCH v23 24/32] rbd.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/21
[Qemu-devel] [PATCH v23 28/32] vhdx.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/21
[Qemu-devel] [PATCH v23 26/32] ssh.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/21
[Qemu-devel] [PATCH v23 29/32] vmdk.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/21
[Qemu-devel] [PATCH v23 25/32] sheepdog.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/21
[Qemu-devel] [PATCH v23 27/32] vdi.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/21
[Qemu-devel] [PATCH v23 22/32] raw-win32.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/21
[Qemu-devel] [PATCH v23 30/32] vpc.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/21
[Qemu-devel] [PATCH v23 31/32] cleanup QEMUOptionParameter
,
Chunyan Liu
,
2014/03/21
Re: [Qemu-devel] [PATCH v23 31/32] cleanup QEMUOptionParameter
,
Leandro Dorileo
,
2014/03/25
[Qemu-devel] [PATCH v23 32/32] cleanup tmp 'mallocd' member from QemuOptsList
,
Chunyan Liu
,
2014/03/21
Re: [Qemu-devel] [PATCH v23 00/32] replace QEMUOptionParameter with QemuOpts
,
Leandro Dorileo
,
2014/03/25
Re: [Qemu-devel] [PATCH v23 00/32] replace QEMUOptionParameter with QemuOpts
,
Leandro Dorileo
,
2014/03/25
Re: [Qemu-devel] [PATCH v23 00/32] replace QEMUOptionParameter with QemuOpts
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] [PATCH v23 00/32] replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/27
[Qemu-devel] RFC - best way to organize a multiprotocol transport?
,
Anton Ivanov
,
2014/03/21
Re: [Qemu-devel] RFC - best way to organize a multiprotocol transport?
,
Stefan Hajnoczi
,
2014/03/21
Re: [Qemu-devel] RFC - best way to organize a multiprotocol transport?
,
Anton Ivanov
,
2014/03/21
Re: [Qemu-devel] RFC - best way to organize a multiprotocol transport?
,
Stefan Hajnoczi
,
2014/03/21
Re: [Qemu-devel] RFC - best way to organize a multiprotocol transport?
,
Anton Ivanov
,
2014/03/21
[Qemu-devel] The relationship of ide and bmdma in hw/ide module
,
Arthur Chunqi Li
,
2014/03/21
[Qemu-devel] [PATCH v3] sparc : 32bits integer division overflow
,
Olivier Danet
,
2014/03/20
Re: [Qemu-devel] [PATCH v3] sparc : 32bits integer division overflow
,
Mark Cave-Ayland
,
2014/03/21
Re: [Qemu-devel] [PATCH v3] sparc : 32bits integer division overflow
,
Richard Henderson
,
2014/03/21
Re: [Qemu-devel] [PATCH v3] sparc : 32bits integer division overflow
,
Richard Henderson
,
2014/03/21
Re: [Qemu-devel] [PATCH v3] sparc : 32bits integer division overflow
,
Mark Cave-Ayland
,
2014/03/24
Re: [Qemu-devel] [PATCH v3] sparc : 32bits integer division overflow
,
Peter Maydell
,
2014/03/24
Re: [Qemu-devel] [PATCH v3] sparc : 32bits integer division overflow
,
Andreas Färber
,
2014/03/24
Re: [Qemu-devel] [PATCH v3] sparc : 32bits integer division overflow
,
Mark Cave-Ayland
,
2014/03/26
Re: [Qemu-devel] [PATCH v3] sparc : 32bits integer division overflow
,
Andreas Färber
,
2014/03/26
[Qemu-devel] [PATCH 00/26] QemuOptionParameter -> QemuOpts migration
,
Leandro Dorileo
,
2014/03/20
[Qemu-devel] [PATCH 01/26] qapi: output def_value_str when query command line options
,
Leandro Dorileo
,
2014/03/20
Re: [Qemu-devel] [PATCH 01/26] qapi: output def_value_str when query command line options
,
Eric Blake
,
2014/03/21
[Qemu-devel] [PATCH 02/26] add def_value_str to QemuOptDesc
,
Leandro Dorileo
,
2014/03/20
[Qemu-devel] [PATCH 03/26] QemuOpt: improve default value
,
Leandro Dorileo
,
2014/03/20
[Qemu-devel] [PATCH 04/26] QemuOpt: introduce qemu_opts_append()
,
Leandro Dorileo
,
2014/03/20
[Qemu-devel] [PATCH 05/26] QemuOpt: add qemu_opt_print_help()
,
Leandro Dorileo
,
2014/03/20
[Qemu-devel] [PATCH 06/26] block: migrate block later QemuOptionParameter
,
Leandro Dorileo
,
2014/03/20
[Qemu-devel] [PATCH 07/26] cow: migrate cow driver QemuOptionParameter usage
,
Leandro Dorileo
,
2014/03/20
[Qemu-devel] [PATCH 08/26] gluster: migrate gluster driver QemuOptionParameter usage
,
Leandro Dorileo
,
2014/03/20
[Qemu-devel] [PATCH 09/26] iscsi: migrate iscsi driver QemuOptionParameter usage
,
Leandro Dorileo
,
2014/03/20
Re: [Qemu-devel] [PATCH 09/26] iscsi: migrate iscsi driver QemuOptionParameter usage
,
Peter Lieven
,
2014/03/21
Re: [Qemu-devel] [PATCH 09/26] iscsi: migrate iscsi driver QemuOptionParameter usage
,
Leandro Dorileo
,
2014/03/21
Re: [Qemu-devel] [PATCH 09/26] iscsi: migrate iscsi driver QemuOptionParameter usage
,
Leandro Dorileo
,
2014/03/21
Re: [Qemu-devel] [PATCH 09/26] iscsi: migrate iscsi driver QemuOptionParameter usage
,
Peter Lieven
,
2014/03/21
Re: [Qemu-devel] [PATCH 09/26] iscsi: migrate iscsi driver QemuOptionParameter usage
,
Leandro Dorileo
,
2014/03/21
[Qemu-devel] [PATCH 10/26] nfs: migrate nfs driver QemuOptionParameter usage
,
Leandro Dorileo
,
2014/03/20
[Qemu-devel] [PATCH 11/26] qcow: migrate qcow driver QemuOptionParameter usage
,
Leandro Dorileo
,
2014/03/20
[Qemu-devel] [PATCH 12/26] qcow2: migrate qcow2 driver QemuOptionParameter usage
,
Leandro Dorileo
,
2014/03/20
[Qemu-devel] [PATCH 13/26] qed: migrate qed driver QemuOptionParameter usage
,
Leandro Dorileo
,
2014/03/20
[Qemu-devel] [PATCH 14/26] raw-posix: migrate raw-posix driver QemuOptionParameter usage
,
Leandro Dorileo
,
2014/03/20
[Qemu-devel] [PATCH 15/26] raw-win32: migrate cow driver QemuOptionParameter usage
,
Leandro Dorileo
,
2014/03/20
[Qemu-devel] [PATCH 16/26] raw_bsd: migrate raw_bsd driver QemuOptionParameter usage
,
Leandro Dorileo
,
2014/03/20
[Qemu-devel] [PATCH 21/26] vhdx: migrate vhdx driver QemuOptionParameter usage
,
Leandro Dorileo
,
2014/03/20
[Qemu-devel] [PATCH 22/26] vmdk: migrate vmdk driver QemuOptionParameter usage
,
Leandro Dorileo
,
2014/03/20
[Qemu-devel] [PATCH 23/26] vpc: migrate vpc driver QemuOptionParameter usage
,
Leandro Dorileo
,
2014/03/20
[Qemu-devel] [PATCH 24/26] vvfat: migrate vvfat driver QemuOptionParameter usage
,
Leandro Dorileo
,
2014/03/20
[Qemu-devel] [PATCH 25/26] QemuOpt: get rid of QEMUOptionParameter
,
Leandro Dorileo
,
2014/03/20
[Qemu-devel] [PATCH 26/26] qemu-img: migrate QemuOptionParameter usage
,
Leandro Dorileo
,
2014/03/20
[Qemu-devel] [PATCH 18/26] sheepdog: migrate sheepdog driver QemuOptionParameter usage
,
Leandro Dorileo
,
2014/03/20
[Qemu-devel] [PATCH 20/26] vdi: migrate vdi driver QemuOptionParameter usage
,
Leandro Dorileo
,
2014/03/20
[Qemu-devel] [PATCH 19/26] ssh: migrate ssh driver QemuOptionParameter usage
,
Leandro Dorileo
,
2014/03/20
Re: [Qemu-devel] [PATCH 19/26] ssh: migrate ssh driver QemuOptionParameter usage
,
Richard W.M. Jones
,
2014/03/21
[Qemu-devel] [PATCH 17/26] rbd: migrate rbd driver QemuOptionParameter usage
,
Leandro Dorileo
,
2014/03/20
[Qemu-devel] [PATCH] target-i386: Remove unused data from local array
,
Stefan Weil
,
2014/03/20
Re: [Qemu-devel] [PATCH] target-i386: Remove unused data from local array
,
Paolo Bonzini
,
2014/03/20
[Qemu-devel] [PATCH v4 0/7] Allwinner A10 fixes
,
Beniamino Galvani
,
2014/03/20
[Qemu-devel] [PATCH v4 1/7] allwinner-a10-pic: set vector address when an interrupt is pending
,
Beniamino Galvani
,
2014/03/20
[Qemu-devel] [PATCH v4 2/7] allwinner-a10-pic: fix behaviour of pending register
,
Beniamino Galvani
,
2014/03/20
[Qemu-devel] [PATCH v4 3/7] allwinner-a10-pit: avoid generation of spurious interrupts
,
Beniamino Galvani
,
2014/03/20
[Qemu-devel] [PATCH v4 4/7] allwinner-a10-pit: use level triggered interrupts
,
Beniamino Galvani
,
2014/03/20
[Qemu-devel] [PATCH v4 6/7] allwinner-emac: set autonegotiation complete bit on link up
,
Beniamino Galvani
,
2014/03/20
[Qemu-devel] [PATCH v4 7/7] allwinner-emac: update irq status after writes to interrupt registers
,
Beniamino Galvani
,
2014/03/20
[Qemu-devel] [PATCH v4 5/7] allwinner-a10-pit: implement prescaler and source selection
,
Beniamino Galvani
,
2014/03/20
Re: [Qemu-devel] [PATCH v4 5/7] allwinner-a10-pit: implement prescaler and source selection
,
Peter Crosthwaite
,
2014/03/24
Re: [Qemu-devel] [PATCH v4 5/7] allwinner-a10-pit: implement prescaler and source selection
,
Beniamino Galvani
,
2014/03/25
[Qemu-devel] [PATCH 1/1 V2] target-ppc: Adding Functionality to rtas_ibm_get_system_parameter.
,
Tomo Berry
,
2014/03/20
[Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Marcel Apfelbaum
,
2014/03/20
Re: [Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Paolo Bonzini
,
2014/03/20
Re: [Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Marcel Apfelbaum
,
2014/03/20
Re: [Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Peter Maydell
,
2014/03/20
Re: [Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Marcel Apfelbaum
,
2014/03/20
Re: [Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Peter Maydell
,
2014/03/20
Re: [Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Michael S. Tsirkin
,
2014/03/23
Re: [Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Peter Maydell
,
2014/03/23
Re: [Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Michael S. Tsirkin
,
2014/03/23
Re: [Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Laszlo Ersek
,
2014/03/20
Re: [Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Marcel Apfelbaum
,
2014/03/20
Re: [Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Laszlo Ersek
,
2014/03/20
Re: [Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Paolo Bonzini
,
2014/03/20
Re: [Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Michael S. Tsirkin
,
2014/03/23
Re: [Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Peter Maydell
,
2014/03/23
Re: [Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Marcel Apfelbaum
,
2014/03/23
Re: [Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Peter Maydell
,
2014/03/23
Re: [Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Marcel Apfelbaum
,
2014/03/23
Re: [Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Paolo Bonzini
,
2014/03/23
Re: [Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Marcel Apfelbaum
,
2014/03/23
Re: [Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Michael S. Tsirkin
,
2014/03/23
Re: [Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Andreas Färber
,
2014/03/24
Re: [Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Alexey Kardashevskiy
,
2014/03/24
Re: [Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Marcel Apfelbaum
,
2014/03/23
Re: [Qemu-devel] [PATCH for-2.0 V3] tests/acpi-test: do not run iasl on big endian machines
,
Marcel Apfelbaum
,
2014/03/20
[Qemu-devel] hmp interface for kdump compressed format
,
Christian Borntraeger
,
2014/03/20
Re: [Qemu-devel] hmp interface for kdump compressed format
,
Laszlo Ersek
,
2014/03/20
Re: [Qemu-devel] hmp interface for kdump compressed format
,
Laszlo Ersek
,
2014/03/20
Re: [Qemu-devel] hmp interface for kdump compressed format
,
Christian Borntraeger
,
2014/03/20
Re: [Qemu-devel] hmp interface for kdump compressed format
,
Laszlo Ersek
,
2014/03/20
Re: [Qemu-devel] hmp interface for kdump compressed format
,
Paolo Bonzini
,
2014/03/20
Re: [Qemu-devel] hmp interface for kdump compressed format
,
address@hidden
,
2014/03/21
Re: [Qemu-devel] hmp interface for kdump compressed format
,
Christian Borntraeger
,
2014/03/21
Re: [Qemu-devel] hmp interface for kdump compressed format
,
Markus Armbruster
,
2014/03/26
Re: [Qemu-devel] hmp interface for kdump compressed format
,
address@hidden
,
2014/03/26
Re: [Qemu-devel] hmp interface for kdump compressed format
,
Markus Armbruster
,
2014/03/27
[Qemu-devel] [PATCH for-2.0 V2] tests/acpi-test: do not run iasl on big endian machines
,
Marcel Apfelbaum
,
2014/03/20
Re: [Qemu-devel] [PATCH for-2.0 V2] tests/acpi-test: do not run iasl on big endian machines
,
Michael S. Tsirkin
,
2014/03/20
Re: [Qemu-devel] [PATCH for-2.0 V2] tests/acpi-test: do not run iasl on big endian machines
,
Paolo Bonzini
,
2014/03/20
[Qemu-devel] [PATCH for-2.0] tests/acpi-test: do not run iasl on big endian machines
,
Marcel Apfelbaum
,
2014/03/20
Re: [Qemu-devel] [PATCH for-2.0] tests/acpi-test: do not run iasl on big endian machines
,
Peter Maydell
,
2014/03/20
Re: [Qemu-devel] [PATCH for-2.0] tests/acpi-test: do not run iasl on big endian machines
,
Marcel Apfelbaum
,
2014/03/20
[Qemu-devel] [PATCH for-2.0] hw/i386: fix acpi tables generation for big endian machines
,
Marcel Apfelbaum
,
2014/03/20
Re: [Qemu-devel] [PATCH for-2.0] hw/i386: fix acpi tables generation for big endian machines
,
Michael S. Tsirkin
,
2014/03/20
[Qemu-devel] Outreach Program for Women application deadline extended
,
Stefan Hajnoczi
,
2014/03/20
[Qemu-devel] [RFC 0/8] bus-less device hotplug
,
Igor Mammedov
,
2014/03/20
[Qemu-devel] [RFC 1/8] vl.c: extend -m option to support options for memory hotplug
,
Igor Mammedov
,
2014/03/20
[Qemu-devel] [RFC 2/8] make machine_class_init() accessible outside of vl.c
,
Igor Mammedov
,
2014/03/20
Re: [Qemu-devel] [RFC 2/8] make machine_class_init() accessible outside of vl.c
,
Marcel Apfelbaum
,
2014/03/23
Re: [Qemu-devel] [RFC 2/8] make machine_class_init() accessible outside of vl.c
,
Marcel Apfelbaum
,
2014/03/23
[Qemu-devel] [RFC 3/8] pc: prepare PC for custom machine state
,
Igor Mammedov
,
2014/03/20
Re: [Qemu-devel] [RFC 3/8] pc: prepare PC for custom machine state
,
Marcel Apfelbaum
,
2014/03/23
Re: [Qemu-devel] [RFC 3/8] pc: prepare PC for custom machine state
,
Igor Mammedov
,
2014/03/24
Re: [Qemu-devel] [RFC 3/8] pc: prepare PC for custom machine state
,
Marcel Apfelbaum
,
2014/03/24
Re: [Qemu-devel] [RFC 3/8] pc: prepare PC for custom machine state
,
Andreas Färber
,
2014/03/24
Re: [Qemu-devel] [RFC 3/8] pc: prepare PC for custom machine state
,
Michael S. Tsirkin
,
2014/03/24
Re: [Qemu-devel] [RFC 3/8] pc: prepare PC for custom machine state
,
Andreas Färber
,
2014/03/24
Re: [Qemu-devel] [RFC 3/8] pc: prepare PC for custom machine state
,
Marcel Apfelbaum
,
2014/03/24
[Qemu-devel] [RFC 5/8] dimm: implement dimm device abstraction
,
Igor Mammedov
,
2014/03/20
[Qemu-devel] [RFC 4/8] qdev: link based hotplug
,
Igor Mammedov
,
2014/03/20
Re: [Qemu-devel] [RFC 4/8] qdev: link based hotplug
,
Paolo Bonzini
,
2014/03/20
Re: [Qemu-devel] [RFC 4/8] qdev: link based hotplug
,
Igor Mammedov
,
2014/03/20
Re: [Qemu-devel] [RFC 4/8] qdev: link based hotplug
,
Paolo Bonzini
,
2014/03/20
Re: [Qemu-devel] [RFC 4/8] qdev: link based hotplug
,
Igor Mammedov
,
2014/03/21
Re: [Qemu-devel] [RFC 4/8] qdev: link based hotplug
,
Paolo Bonzini
,
2014/03/21
Re: [Qemu-devel] [RFC 4/8] qdev: link based hotplug
,
Igor Mammedov
,
2014/03/24
Re: [Qemu-devel] [RFC 4/8] qdev: link based hotplug
,
Andreas Färber
,
2014/03/24
Re: [Qemu-devel] [RFC 4/8] qdev: link based hotplug
,
Michael S. Tsirkin
,
2014/03/24
[Qemu-devel] [RFC 6/8] pc: preallocate hotplug links for DIMMDevices
,
Igor Mammedov
,
2014/03/20
[Qemu-devel] [RFC 7/8] pc: initialize memory hotplug address space
,
Igor Mammedov
,
2014/03/20
[Qemu-devel] [RFC 8/8] pc: make PC_MACHINE memory hotplug controller
,
Igor Mammedov
,
2014/03/20
[Qemu-devel] [PATCH for-2.0 0/2] dataplane: fix internal IOThread name collision
,
Stefan Hajnoczi
,
2014/03/20
[Qemu-devel] [PATCH for-2.0 1/2] iothread: make IOThread struct definition public
,
Stefan Hajnoczi
,
2014/03/20
[Qemu-devel] [PATCH for-2.0 2/2] dataplane: replace iothread object_add() with embedded instance
,
Stefan Hajnoczi
,
2014/03/20
Re: [Qemu-devel] [PATCH for-2.0 2/2] dataplane: replace iothread object_add() with embedded instance
,
Paolo Bonzini
,
2014/03/20
Re: [Qemu-devel] [PATCH for-2.0 2/2] dataplane: replace iothread object_add() with embedded instance
,
Stefan Hajnoczi
,
2014/03/21
Re: [Qemu-devel] [PATCH for-2.0 0/2] dataplane: fix internal IOThread name collision
,
Paolo Bonzini
,
2014/03/20
Re: [Qemu-devel] [PATCH for-2.0 0/2] dataplane: fix internal IOThread name collision
,
Christian Borntraeger
,
2014/03/20
[Qemu-devel] [PATCH v3 for 2.0] update names in option tables to match with actual command-line spelling
,
Amos Kong
,
2014/03/20
Re: [Qemu-devel] [PATCH v3 for 2.0] update names in option tables to match with actual command-line spelling
,
Eric Blake
,
2014/03/20
Re: [Qemu-devel] [PATCH v3 for 2.0] update names in option tables to match with actual command-line spelling
,
Markus Armbruster
,
2014/03/26
Re: [Qemu-devel] [PATCH v3 for 2.0] update names in option tables to match with actual command-line spelling
,
Amos Kong
,
2014/03/26
Re: [Qemu-devel] [PATCH v3 for 2.0] update names in option tables to match with actual command-line spelling
,
Amos Kong
,
2014/03/27
[Qemu-devel] [PATCH 1/1] Make qemu_peek_buffer loop until it gets it's data
,
Dr. David Alan Gilbert (git)
,
2014/03/20
Re: [Qemu-devel] [PATCH 1/1] Make qemu_peek_buffer loop until it gets it's data
,
Juan Quintela
,
2014/03/21
Re: [Qemu-devel] [PATCH 1/1] Make qemu_peek_buffer loop until it gets it's data
,
Dr. David Alan Gilbert
,
2014/03/21
Re: [Qemu-devel] [PATCH 1/1] Make qemu_peek_buffer loop until it gets it's data
,
Juan Quintela
,
2014/03/21
Re: [Qemu-devel] [PATCH 1/1] Make qemu_peek_buffer loop until it gets it's data
,
Dr. David Alan Gilbert
,
2014/03/21
Re: [Qemu-devel] [PATCH 1/1] Make qemu_peek_buffer loop until it gets it's data
,
Juan Quintela
,
2014/03/21
Re: [Qemu-devel] [PATCH v3] kvm: add set_one_reg/get_one_reg helpers
,
Alexey Kardashevskiy
,
2014/03/20
Re: [Qemu-devel] [PATCH v3] kvm: add set_one_reg/get_one_reg helpers
,
Alexey Kardashevskiy
,
2014/03/26
Re: [Qemu-devel] [PATCH v3] kvm: add set_one_reg/get_one_reg helpers
,
Paolo Bonzini
,
2014/03/26
[Qemu-devel] [PATCH] migration: static variables will not be reset at second migration
,
arei.gonglei
,
2014/03/20
Re: [Qemu-devel] [PATCH] migration: static variables will not be reset at second migration
,
Juan Quintela
,
2014/03/21
Re: [Qemu-devel] [PATCH] migration: static variables will not be reset at second migration
,
Juan Quintela
,
2014/03/21
[Qemu-devel] QOM cast debug
,
Laurent Desnogues
,
2014/03/20
Re: [Qemu-devel] QOM cast debug
,
Paolo Bonzini
,
2014/03/20
Re: [Qemu-devel] QOM cast debug
,
Laurent Desnogues
,
2014/03/20
Re: [Qemu-devel] QOM cast debug
,
Paolo Bonzini
,
2014/03/20
Re: [Qemu-devel] [PATCH 4/5] sclp-s390: Define new SCLP codes and structures
,
Christian Borntraeger
,
2014/03/20
Re: [Qemu-devel] [PATCH 4/5] sclp-s390: Define new SCLP codes and structures
,
Matthew Rosato
,
2014/03/20
Re: [Qemu-devel] [PATCH 4/5] sclp-s390: Define new SCLP codes and structures
,
Christian Borntraeger
,
2014/03/20
[Qemu-devel] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
,
Atlas Khan
,
2014/03/20
[Qemu-devel] [PATCH v2 0/3] prebuild cpu QOM tree /machine/node/socket/core ->link-cpu
,
Chen Fan
,
2014/03/20
[Qemu-devel] [PATCH v2 1/3] cpu: introduce CpuTopoInfo structure for argument simplification
,
Chen Fan
,
2014/03/20
[Qemu-devel] [PATCH v2 3/3] i386: introduce cpu QOM hierarchy tree
,
Chen Fan
,
2014/03/20
[Qemu-devel] [PATCH v2 2/3] i386: use CpuTopoInfo instead apic_id as argument for pc_new_cpu()
,
Chen Fan
,
2014/03/20
[Qemu-devel] [PULL for 2.0 0/5] MinGW related patches
,
Stefan Weil
,
2014/03/20
[Qemu-devel] [PULL for 2.0 4/5] w32: Reduce dependencies in sysemu/os-win32.h
,
Stefan Weil
,
2014/03/20
[Qemu-devel] [PULL for 2.0 3/5] w32: Move inline function from header file to C source
,
Stefan Weil
,
2014/03/20
[Qemu-devel] [PULL for 2.0 2/5] w32: Add and use intermediate include file for windows.h
,
Stefan Weil
,
2014/03/20
[Qemu-devel] [PULL for 2.0 5/5] w32: Replace Windows specific data types in common header files
,
Stefan Weil
,
2014/03/20
Re: [Qemu-devel] [PULL for 2.0 5/5] w32: Replace Windows specific data types in common header files
,
Andreas Färber
,
2014/03/20
[Qemu-devel] [PULL for 2.0 1/5] gtk: Support GTK without VTE
,
Stefan Weil
,
2014/03/20
Re: [Qemu-devel] [PULL for 2.0 0/5] MinGW related patches
,
Stefan Weil
,
2014/03/20
Re: [Qemu-devel] [PULL for 2.0 0/5] MinGW related patches
,
Peter Maydell
,
2014/03/20
Re: [Qemu-devel] [PULL for 2.0 0/5] MinGW related patches
,
Stefan Weil
,
2014/03/20
Re: [Qemu-devel] [PULL for 2.0 0/5] MinGW related patches
,
Peter Maydell
,
2014/03/20
[Qemu-devel] [PULL for-2.0-rc1 00/13] PowerPC patch queue 2014-03-20 #2
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 03/13] target-ppc: Reset SPRs on CPU reset
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 06/13] target-ppc: Introduce powerisa-207-server flag
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 07/13] spapr_hcall: Fix little-endian resource handling in H_SET_MODE
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 09/13] qdev: Introduce FWPathProvider interface
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 04/13] target-ppc: Fix overallocation of opcode tables
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 10/13] spapr_llan: Add to boot device list
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 08/13] vl.c: Extend get_boot_devices_list() to ignore suffixes
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 01/13] target-ppc: Add missing 'static' and 'const' attributes
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 05/13] target-ppc: Force CPU threads count to be a power of 2
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 02/13] spapr_hcall: Fix h_enter to loop correctly
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 11/13] spapr_vio: Fix firmware names
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 12/13] spapr: QOM'ify pseries machine
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 13/13] spapr: Implement interface to fix device pathname
,
Andreas Färber
,
2014/03/19
Re: [Qemu-devel] [PULL for-2.0-rc1 00/13] PowerPC patch queue 2014-03-20 #2
,
Peter Maydell
,
2014/03/20
[Qemu-devel] [PATCH RFT for-2.0-rc1] make-release: Record SeaBIOS version
,
Andreas Färber
,
2014/03/19
Re: [Qemu-devel] [PATCH RFT for-2.0-rc1] make-release: Record SeaBIOS version
,
Gerd Hoffmann
,
2014/03/20
Re: [Qemu-devel] [PATCH RFT for-2.0-rc1] make-release: Record SeaBIOS version
,
Andreas Färber
,
2014/03/25
Re: [Qemu-devel] [PATCH RFT for-2.0-rc1] make-release: Record SeaBIOS version
,
Peter Maydell
,
2014/03/31
[Qemu-devel] [PATCH v5 0/3] spapr: fix H_SET_MODE
,
Alexey Kardashevskiy
,
2014/03/19
[Qemu-devel] [PATCH v5 3/3] spapr_hcall: add address-translation-mode-on-interrupt resource in H_SET_MODE
,
Alexey Kardashevskiy
,
2014/03/19
Re: [Qemu-devel] [PATCH v5 3/3] spapr_hcall: add address-translation-mode-on-interrupt resource in H_SET_MODE
,
Mike Day
,
2014/03/20
[Qemu-devel] [PATCH v5 1/3] target-ppc: introduce powerisa-207-server flag
,
Alexey Kardashevskiy
,
2014/03/19
[Qemu-devel] [PATCH v5 2/3] spapr_hcall: fix little-endian resource handling in H_SET_MODE
,
Alexey Kardashevskiy
,
2014/03/19
Re: [Qemu-devel] [PATCH v5 0/3] spapr: fix H_SET_MODE
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0-rc1 0/7] PReP patch queue 2014-03-20
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 3/7] raven: Set a correct PCI I/O memory region
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 1/7] raven: Rename intack region to pci_intack
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 4/7] raven: Set a correct PCI memory region
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 5/7] raven: Add PCI bus mastering address space
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 2/7] raven: Implement non-contiguous I/O region
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 7/7] raven: Use raven_ for all function prefixes
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 6/7] raven: Fix PCI bus accesses with size > 1
,
Andreas Färber
,
2014/03/19
Re: [Qemu-devel] [PULL for-2.0-rc1 0/7] PReP patch queue 2014-03-20
,
Peter Maydell
,
2014/03/19
[Qemu-devel] [Bug 1224414] Re: dtc/.git file included in release tarball
,
Cole Robinson
,
2014/03/19
Re: [Qemu-devel] [PATCH] virtio-net: Do not filter VLANs without F_CTRL_VLAN
,
Stefan Fritsch
,
2014/03/19
Re: [Qemu-devel] [PATCH] virtio-net: Do not filter VLANs without F_CTRL_VLAN
,
Amos Kong
,
2014/03/25
Re: [Qemu-devel] [PATCH] virtio-net: Do not filter VLANs without F_CTRL_VLAN
,
Michael S. Tsirkin
,
2014/03/25
[Qemu-devel] [PATCH v2] sparc32 : Signed integer division overflow
,
Olivier Danet
,
2014/03/19
Re: [Qemu-devel] [PATCH v2] sparc32 : Signed integer division overflow
,
Richard Henderson
,
2014/03/20
Re: [Qemu-devel] [PATCH v2] sparc32 : Signed integer division overflow
,
Richard Henderson
,
2014/03/20
[Qemu-devel] USB passthru of hub
,
Stuart Yoder
,
2014/03/19
Re: [Qemu-devel] USB passthru of hub
,
Gerd Hoffmann
,
2014/03/20
[Qemu-devel] [PULL for-2.0-rc1 0/1] QOM CPUState patch queue 2014-03-19 #2
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 1/1] cpu: Move tcg_exit_req to the end of CPUState
,
Andreas Färber
,
2014/03/19
Re: [Qemu-devel] [PULL for-2.0-rc1 0/1] QOM CPUState patch queue 2014-03-19 #2
,
Peter Maydell
,
2014/03/19
[Qemu-devel] [PULL for-2.0-rc1 0/7] QOM devices patch queue 2014-03-19
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 2/7] vl.c: Fix OpenBSD compilation issue due to namespace collisions
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 1/7] vl.c: Fix memory leak in qemu_register_machine()
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 7/7] virtio-rng: Avoid default_backend refcount leak
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 3/7] qom: Split object_property_set_link()
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 4/7] qom: Don't make link NULL on object_property_set_link() failure
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 6/7] qom: Add check() argument to object_property_add_link()
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 5/7] qom: Make QOM link property unref optional
,
Andreas Färber
,
2014/03/19
Re: [Qemu-devel] [PULL for-2.0-rc1 0/7] QOM devices patch queue 2014-03-19
,
Peter Maydell
,
2014/03/19
[Qemu-devel] [PATCH] target-arm: Implement XScale cache lockdown operations as NOPs
,
Peter Maydell
,
2014/03/19
[Qemu-devel] [PATCH v2 for-2.0] target-i386: x86_cpu_get_phys_page_debug(): support 1GB page translation
,
Luiz Capitulino
,
2014/03/19
Re: [Qemu-devel] [PATCH v2 for-2.0] target-i386: x86_cpu_get_phys_page_debug(): support 1GB page translation
,
Andreas Färber
,
2014/03/19
Re: [Qemu-devel] [PATCH v2 for-2.0] target-i386: x86_cpu_get_phys_page_debug(): support 1GB page translation
,
Luiz Capitulino
,
2014/03/20
Re: [Qemu-devel] [PATCH v2 for-2.0] target-i386: x86_cpu_get_phys_page_debug(): support 1GB page translation
,
Andreas Färber
,
2014/03/27
Re: [Qemu-devel] [PATCH v2 for-2.0] target-i386: x86_cpu_get_phys_page_debug(): support 1GB page translation
,
Luiz Capitulino
,
2014/03/27
Re: [Qemu-devel] [PATCH v2 for-2.0] target-i386: x86_cpu_get_phys_page_debug(): support 1GB page translation
,
Paolo Bonzini
,
2014/03/20
Re: [Qemu-devel] [PATCH v2 for-2.0] target-i386: x86_cpu_get_phys_page_debug(): support 1GB page translation
,
Jan Kiszka
,
2014/03/20
Re: [Qemu-devel] [PATCH v2 for-2.0] target-i386: x86_cpu_get_phys_page_debug(): support 1GB page translation
,
Luiz Capitulino
,
2014/03/27
[Qemu-devel] [PULL for-2.0-rc1 0/1] QOM CPUState patch queue 2014-03-19
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 1/1] exec: Fix CPU rework fallout
,
Andreas Färber
,
2014/03/19
Re: [Qemu-devel] [PULL for-2.0-rc1 0/1] QOM CPUState patch queue 2014-03-19
,
Peter Maydell
,
2014/03/19
[Qemu-devel] [PATCH v2 0/2] Stop reinit of XBZRLE.lock
,
Dr. David Alan Gilbert (git)
,
2014/03/19
[Qemu-devel] [PATCH v2 2/2] Init the XBZRLE.lock in ram_mig_init
,
Dr. David Alan Gilbert (git)
,
2014/03/19
Re: [Qemu-devel] [PATCH v2 2/2] Init the XBZRLE.lock in ram_mig_init
,
Gonglei (Arei)
,
2014/03/20
[Qemu-devel] [PATCH v2 1/2] Provide init function for ram migration
,
Dr. David Alan Gilbert (git)
,
2014/03/19
Re: [Qemu-devel] [PATCH v2 1/2] Provide init function for ram migration
,
Gonglei (Arei)
,
2014/03/20
Re: [Qemu-devel] [PATCH v2 0/2] Stop reinit of XBZRLE.lock
,
Markus Armbruster
,
2014/03/20
Re: [Qemu-devel] [PATCH v2 0/2] Stop reinit of XBZRLE.lock
,
Dr. David Alan Gilbert
,
2014/03/20
[Qemu-devel] [PATCH] fix return check for KVM_GET_DIRTY_LOG ioctl
,
Mario Smarduch
,
2014/03/19
Re: [Qemu-devel] [Qemu-trivial] [PATCH] fix return check for KVM_GET_DIRTY_LOG ioctl
,
Michael Tokarev
,
2014/03/20
Re: [Qemu-devel] [Qemu-trivial] [PATCH] fix return check for KVM_GET_DIRTY_LOG ioctl
,
Mario Smarduch
,
2014/03/20
[Qemu-devel] [PATCH v2] scripts: add sample model file for Coverity Scan
,
Paolo Bonzini
,
2014/03/19
Re: [Qemu-devel] [PATCH v2] scripts: add sample model file for Coverity Scan
,
Eric Blake
,
2014/03/19
Re: [Qemu-devel] [PATCH v2] scripts: add sample model file for Coverity Scan
,
Paolo Bonzini
,
2014/03/19
Re: [Qemu-devel] [PATCH v2] scripts: add sample model file for Coverity Scan
,
Markus Armbruster
,
2014/03/20
Re: [Qemu-devel] [PATCH v2] scripts: add sample model file for Coverity Scan
,
Paolo Bonzini
,
2014/03/20
Re: [Qemu-devel] [PATCH v2] scripts: add sample model file for Coverity Scan
,
Markus Armbruster
,
2014/03/26
Re: [Qemu-devel] [PATCH v2] scripts: add sample model file for Coverity Scan
,
Markus Armbruster
,
2014/03/20
[Qemu-devel] [PATCH buildfix for-2.0] linux-user: Fix build if headers don't define _LINUX_CAPABILITY_VERSION_1
,
Peter Maydell
,
2014/03/19
Re: [Qemu-devel] [PATCH buildfix for-2.0] linux-user: Fix build if headers don't define _LINUX_CAPABILITY_VERSION_1
,
Laurent Desnogues
,
2014/03/19
Re: [Qemu-devel] [PATCH buildfix for-2.0] linux-user: Fix build if headers don't define _LINUX_CAPABILITY_VERSION_1
,
Peter Maydell
,
2014/03/19
Re: [Qemu-devel] [PATCH buildfix for-2.0] linux-user: Fix build if headers don't define _LINUX_CAPABILITY_VERSION_1
,
Peter Maydell
,
2014/03/19
[Qemu-devel] [RFC 0/5] virtio: use alias properties in transport devices
,
Stefan Hajnoczi
,
2014/03/19
[Qemu-devel] [RFC 1/5] qdev: add child alias properties
,
Stefan Hajnoczi
,
2014/03/19
[Qemu-devel] [RFC 2/5] virtio: add child alias properties for virtio-blk
,
Stefan Hajnoczi
,
2014/03/19
[Qemu-devel] [RFC 3/5] virtio: use child aliases for virtio-blk transport properties
,
Stefan Hajnoczi
,
2014/03/19
[Qemu-devel] [RFC 4/5] virtio-blk: drop virtio_blk_set_conf()
,
Stefan Hajnoczi
,
2014/03/19
[Qemu-devel] [RFC 5/5] virtio: fix virtio-blk child refcount in transports
,
Stefan Hajnoczi
,
2014/03/19
[Qemu-devel] migrating instances from qemu-kvm to qemu
,
Serge E. Hallyn
,
2014/03/19
Re: [Qemu-devel] migrating instances from qemu-kvm to qemu
,
Paolo Bonzini
,
2014/03/19
Re: [Qemu-devel] migrating instances from qemu-kvm to qemu
,
Serge E. Hallyn
,
2014/03/19
Re: [Qemu-devel] migrating instances from qemu-kvm to qemu
,
Serge E. Hallyn
,
2014/03/19
Re: [Qemu-devel] migrating instances from qemu-kvm to qemu
,
Paolo Bonzini
,
2014/03/19
Re: [Qemu-devel] migrating instances from qemu-kvm to qemu
,
Dr. David Alan Gilbert
,
2014/03/19
Re: [Qemu-devel] migrating instances from qemu-kvm to qemu
,
Serge E. Hallyn
,
2014/03/19
Re: [Qemu-devel] migrating instances from qemu-kvm to qemu
,
Dr. David Alan Gilbert
,
2014/03/19
Re: [Qemu-devel] migrating instances from qemu-kvm to qemu
,
Paolo Bonzini
,
2014/03/19
Re: [Qemu-devel] migrating instances from qemu-kvm to qemu
,
Cole Robinson
,
2014/03/19
Re: [Qemu-devel] migrating instances from qemu-kvm to qemu
,
Serge E. Hallyn
,
2014/03/21
Re: [Qemu-devel] migrating instances from qemu-kvm to qemu
,
Cole Robinson
,
2014/03/21
Re: [Qemu-devel] migrating instances from qemu-kvm to qemu
,
Serge E. Hallyn
,
2014/03/21
[Qemu-devel] Want to discuss about Outreach Program for Women
,
preeti soni
,
2014/03/19
Re: [Qemu-devel] Want to discuss about Outreach Program for Women
,
Stefan Hajnoczi
,
2014/03/20
Re: [Qemu-devel] Want to discuss about Outreach Program for Women
,
Stefan Hajnoczi
,
2014/03/20
[Qemu-devel] [PATCH] target-ppc: improve "info registers" by printing SPRs
,
Alexey Kardashevskiy
,
2014/03/19
Re: [Qemu-devel] [PATCH] target-ppc: improve "info registers" by printing SPRs
,
Fabien Chouteau
,
2014/03/21
[Qemu-devel] [PATCH] target-ppc: Fix overallocation of opcode tables
,
Stuart Brady
,
2014/03/19
Re: [Qemu-devel] [Qemu-ppc] [PATCH] target-ppc: Fix overallocation of opcode tables
,
Tom Musta
,
2014/03/19
Re: [Qemu-devel] [Qemu-ppc] [PATCH] target-ppc: Fix overallocation of opcode tables
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PULL for-2.0 0/7] linux-user patches
,
riku . voipio
,
2014/03/19
[Qemu-devel] [PULL for-2.0 3/7] linux-user: implement F_[GS]ETOWN_EX
,
riku . voipio
,
2014/03/19
[Qemu-devel] [PULL for-2.0 2/7] linux-user: Don't return uninitialized value for atomic_barrier syscall
,
riku . voipio
,
2014/03/19
[Qemu-devel] [PULL for-2.0 1/7] linux-user/signal.c: Correct error path for AArch64 do_rt_sigreturn
,
riku . voipio
,
2014/03/19
[Qemu-devel] [PULL for-2.0 4/7] linux-user: Don't reserve space for commpage for AArch64
,
riku . voipio
,
2014/03/19
[Qemu-devel] [PULL for-2.0 5/7] signal: added a wrapper for sigprocmask function
,
riku . voipio
,
2014/03/19
[Qemu-devel] [PULL for-2.0 6/7] linux-user: Don't allow guest to block SIGSEGV
,
riku . voipio
,
2014/03/19
[Qemu-devel] [PULL for-2.0 7/7] linux-user: Implement capget, capset
,
riku . voipio
,
2014/03/19
Re: [Qemu-devel] [PULL for-2.0 7/7] linux-user: Implement capget, capset
,
Laurent Desnogues
,
2014/03/19
Re: [Qemu-devel] [PULL for-2.0 7/7] linux-user: Implement capget, capset
,
Peter Maydell
,
2014/03/19
Re: [Qemu-devel] [PULL for-2.0 0/7] linux-user patches
,
Peter Maydell
,
2014/03/19
[Qemu-devel] [PATCH] qcow2.c: Check if backing file name length is valid
,
Deepak Kathayat
,
2014/03/19
[Qemu-devel] [PATCH v2 1/1] Coverity: Fix failure path for qemu_accept in migration
,
Dr. David Alan Gilbert (git)
,
2014/03/19
Re: [Qemu-devel] [PATCH v2 1/1] Coverity: Fix failure path for qemu_accept in migration
,
Markus Armbruster
,
2014/03/19
[Qemu-devel] [PULL 0/8] Block patches for 2.0.0-rc1
,
Kevin Wolf
,
2014/03/19
[Qemu-devel] [PULL 1/8] block: Add error handling to bdrv_invalidate_cache()
,
Kevin Wolf
,
2014/03/19
[Qemu-devel] [PULL 2/8] qemu-io-cmds: Fixed typo in example for writev.
,
Kevin Wolf
,
2014/03/19
[Qemu-devel] [PULL 3/8] qemu-io: Extended "--cmd" description in usage text
,
Kevin Wolf
,
2014/03/19
[Qemu-devel] [PULL 4/8] qcow2: Correct comment for realloc_refcount_block()
,
Kevin Wolf
,
2014/03/19
[Qemu-devel] [PULL 6/8] block/nfs: bump libnfs requirement to 1.9.3
,
Kevin Wolf
,
2014/03/19
[Qemu-devel] [PULL 5/8] qcow2: Fix fail path in realloc_refcount_block()
,
Kevin Wolf
,
2014/03/19
[Qemu-devel] [PULL 7/8] block/nfs: report errors from libnfs
,
Kevin Wolf
,
2014/03/19
[Qemu-devel] [PULL 8/8] dataplane: fix implicit IOThread refcount
,
Kevin Wolf
,
2014/03/19
Re: [Qemu-devel] [PULL 0/8] Block patches for 2.0.0-rc1
,
Peter Maydell
,
2014/03/19
[Qemu-devel] Qemu User Mode emulation for Java programs
,
Prathmesh Kallurkar
,
2014/03/19
[Qemu-devel] [PULL 0/6] target-arm queue
,
Peter Maydell
,
2014/03/19
[Qemu-devel] [PULL 6/6] target-arm: A64: Add saturating accumulate ops (USQADD/SUQADD)
,
Peter Maydell
,
2014/03/19
[Qemu-devel] [PULL 3/6] pl011: fix UARTRSR accesses corrupting the UARTCR value
,
Peter Maydell
,
2014/03/19
[Qemu-devel] [PULL 4/6] pl011: fix incorrect logic to set the RXFF flag
,
Peter Maydell
,
2014/03/19
[Qemu-devel] [PULL 2/6] pl011: reset the fifo when enabled or disabled
,
Peter Maydell
,
2014/03/19
[Qemu-devel] [PULL 5/6] target-arm: A64: Add saturating int ops (SQNEG/SQABS)
,
Peter Maydell
,
2014/03/19
[Qemu-devel] [PULL 1/6] ahci: fix sysbus support
,
Peter Maydell
,
2014/03/19
Re: [Qemu-devel] [PULL 0/6] target-arm queue
,
Peter Maydell
,
2014/03/19
[Qemu-devel] [PATCHv2] vl.c: Fix memory leak in qemu_register_machine
,
Christian Borntraeger
,
2014/03/19
Re: [Qemu-devel] [PATCHv2] vl.c: Fix memory leak in qemu_register_machine
,
Andreas Färber
,
2014/03/19
Re: [Qemu-devel] [PATCHv2] vl.c: Fix memory leak in qemu_register_machine
,
Michael S. Tsirkin
,
2014/03/19
Re: [Qemu-devel] [PATCHv2] vl.c: Fix memory leak in qemu_register_machine
,
Andreas Färber
,
2014/03/19
[Qemu-devel] About Disk I/O and DMA emulation in qemu-kvm
,
Le Tan
,
2014/03/19
[Qemu-devel] [PATCH 1/1] Coverity: Fix failure path for qemu_accept in migration
,
Dr. David Alan Gilbert (git)
,
2014/03/19
Re: [Qemu-devel] [PATCH 1/1] Coverity: Fix failure path for qemu_accept in migration
,
Peter Maydell
,
2014/03/19
Re: [Qemu-devel] [PATCH 1/1] Coverity: Fix failure path for qemu_accept in migration
,
Dr. David Alan Gilbert
,
2014/03/19
Re: [Qemu-devel] [PATCH 1/1] Coverity: Fix failure path for qemu_accept in migration
,
Markus Armbruster
,
2014/03/19
Re: [Qemu-devel] [PATCH 1/1] Coverity: Fix failure path for qemu_accept in migration
,
Paolo Bonzini
,
2014/03/19
[Qemu-devel] [PATCH 0/2] usb: mtp filesharing
,
Gerd Hoffmann
,
2014/03/19
[Qemu-devel] [PATCH 1/2] usb: add CompatibleID support to msos
,
Gerd Hoffmann
,
2014/03/19
[Qemu-devel] [PATCH 2/2] usb: mtp filesharing
,
Gerd Hoffmann
,
2014/03/19
[Qemu-devel] [PATCH v4] net: L2TPv3 transport
,
anton . ivanov
,
2014/03/19
Re: [Qemu-devel] [PATCH v4] net: L2TPv3 transport
,
Eric Blake
,
2014/03/19
Re: [Qemu-devel] [PATCH v4] net: L2TPv3 transport
,
Anton Ivanov (antivano)
,
2014/03/19
Re: [Qemu-devel] [PATCH v4] net: L2TPv3 transport
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PATCH RESEND v4 0/5] qom: link property fixes
,
Stefan Hajnoczi
,
2014/03/19
[Qemu-devel] [PATCH RESEND v4 1/5] qom: split object_property_set_link()
,
Stefan Hajnoczi
,
2014/03/19
Re: [Qemu-devel] [PATCH RESEND v4 1/5] qom: split object_property_set_link()
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PATCH RESEND v4 3/5] qom: make QOM link property unref optional
,
Stefan Hajnoczi
,
2014/03/19
[Qemu-devel] [PATCH RESEND v4 4/5] qom: add check() argument to object_property_add_link()
,
Stefan Hajnoczi
,
2014/03/19
Re: [Qemu-devel] [PATCH RESEND v4 4/5] qom: add check() argument to object_property_add_link()
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PATCH RESEND v4 5/5] virtio-rng: avoid default_backend refcount leak
,
Stefan Hajnoczi
,
2014/03/19
[Qemu-devel] [PATCH RESEND v4 2/5] qom: don't make link NULL on object_property_set_link() failure
,
Stefan Hajnoczi
,
2014/03/19
Re: [Qemu-devel] [PATCH RESEND v4 0/5] qom: link property fixes
,
Paolo Bonzini
,
2014/03/19
Re: [Qemu-devel] [PATCH RESEND v4 0/5] qom: link property fixes
,
Andreas Färber
,
2014/03/19
[Qemu-devel] Qcow file does not mount
,
Atlas Khan
,
2014/03/19
Re: [Qemu-devel] Qcow file does not mount
,
Kevin Wolf
,
2014/03/19
[Qemu-devel] [RFC PATCH V3 0/5] add direct support of event in qapi schema
,
Wenchao Xia
,
2014/03/19
[Qemu-devel] [RFC PATCH V3 1/5] os-posix: include sys/time.h
,
Wenchao Xia
,
2014/03/19
[Qemu-devel] [RFC PATCH V3 2/5] qapi: add event helper functions
,
Wenchao Xia
,
2014/03/19
Re: [Qemu-devel] [RFC PATCH V3 2/5] qapi: add event helper functions
,
Eric Blake
,
2014/03/20
Re: [Qemu-devel] [RFC PATCH V3 2/5] qapi: add event helper functions
,
Wenchao Xia
,
2014/03/23
Re: [Qemu-devel] [RFC PATCH V3 2/5] qapi: add event helper functions
,
Eric Blake
,
2014/03/24
[Qemu-devel] [RFC PATCH V3 3/5] qapi script: add event support
,
Wenchao Xia
,
2014/03/19
Re: [Qemu-devel] [RFC PATCH V3 3/5] qapi script: add event support
,
Eric Blake
,
2014/03/20
Re: [Qemu-devel] [RFC PATCH V3 3/5] qapi script: add event support
,
Wenchao Xia
,
2014/03/23
[Qemu-devel] [RFC PATCH V3 4/5] test: add test cases for qapi event
,
Wenchao Xia
,
2014/03/19
Re: [Qemu-devel] [RFC PATCH V3 4/5] test: add test cases for qapi event
,
Eric Blake
,
2014/03/20
Re: [Qemu-devel] [RFC PATCH V3 4/5] test: add test cases for qapi event
,
Wenchao Xia
,
2014/03/23
[Qemu-devel] [RFC PATCH V3 5/5] qapi event: convert RTC_CHANGE
,
Wenchao Xia
,
2014/03/19
Re: [Qemu-devel] [RFC PATCH V3 5/5] qapi event: convert RTC_CHANGE
,
Eric Blake
,
2014/03/20
[Qemu-devel] [Bug 1119686] Re: Incorrect handling of icebp
,
Francois Gouget
,
2014/03/19
[Qemu-devel] [PATCH] target-ppc: reset SPRs on CPU reset
,
Alexey Kardashevskiy
,
2014/03/18
Re: [Qemu-devel] [PATCH] target-ppc: reset SPRs on CPU reset
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PATCH v2] target-ppc: reset SPRs on CPU reset
,
Alexey Kardashevskiy
,
2014/03/19
Re: [Qemu-devel] [Qemu-ppc] [PATCH] target-ppc: reset SPRs on CPU reset
,
Greg Kurz
,
2014/03/19
[Qemu-devel] [PATCH] scsi: check req pointer before dereferencing it
,
Prasad Joshi
,
2014/03/18
Re: [Qemu-devel] [PATCH] scsi: check req pointer before dereferencing it
,
Paolo Bonzini
,
2014/03/19
[Qemu-devel] Re : Re: [PATCH] sparc32 : Signed integer division overflow
,
Olivier DANET
,
2014/03/18
Re: [Qemu-devel] Re : Re: [PATCH] sparc32 : Signed integer division overflow
,
Richard Henderson
,
2014/03/18
[Qemu-devel] [PATCH for-2.0 v2 0/2] A64: Implement last four Neon insns
,
Peter Maydell
,
2014/03/18
[Qemu-devel] [PATCH for-2.0 v2 1/2] target-arm: A64: Add saturating int ops (SQNEG/SQABS)
,
Peter Maydell
,
2014/03/18
[Qemu-devel] [PATCH for-2.0 v2 2/2] target-arm: A64: Add saturating accumulate ops (USQADD/SUQADD)
,
Peter Maydell
,
2014/03/18
[Qemu-devel] [v4 PATCH 00/12] SMBIOS: build full tables in QEMU
,
Gabriel L. Somlo
,
2014/03/18
[Qemu-devel] [v4 PATCH 02/12] SMBIOS: Use macro to set smbios defaults
,
Gabriel L. Somlo
,
2014/03/18
[Qemu-devel] [v4 PATCH 01/12] SMBIOS: Rename smbios_set_type1_defaults() for more general use
,
Gabriel L. Somlo
,
2014/03/18
[Qemu-devel] [v4 PATCH 03/12] SMBIOS: Use bitmaps to check for smbios table collisions
,
Gabriel L. Somlo
,
2014/03/18
[Qemu-devel] [v4 PATCH 04/12] SMBIOS: Add code to build full smbios tables; build type 2 table
,
Gabriel L. Somlo
,
2014/03/18
[Qemu-devel] [v4 PATCH 05/12] SMBIOS: Build full tables for types 0 and 1
,
Gabriel L. Somlo
,
2014/03/18
[Qemu-devel] [v4 PATCH 06/12] SMBIOS: Remove unused code for passing individual fields to bios
,
Gabriel L. Somlo
,
2014/03/18
[Qemu-devel] [v4 PATCH 07/12] SMBIOS: Build full type 3 table
,
Gabriel L. Somlo
,
2014/03/18
[Qemu-devel] [v4 PATCH 08/12] SMBIOS: Build full type 4 tables
,
Gabriel L. Somlo
,
2014/03/18
[Qemu-devel] [v4 PATCH 09/12] SMBIOS: Build full smbios memory tables (type 16, 17, 19, and 20)
,
Gabriel L. Somlo
,
2014/03/18
[Qemu-devel] [v4 PATCH 10/12] SMBIOS: Build full tables for type 32 and 127
,
Gabriel L. Somlo
,
2014/03/18
[Qemu-devel] [v4 PATCH 12/12] SMBIOS: Remove SeaBIOS compatibility quirks
,
Gabriel L. Somlo
,
2014/03/18
[Qemu-devel] [v4 PATCH 11/12] SMBIOS: Update all table definitions to smbios spec v2.3
,
Gabriel L. Somlo
,
2014/03/18
[Qemu-devel] E820 (Re: [v4 PATCH 00/12] SMBIOS: build full tables in QEMU)
,
Gabriel L. Somlo
,
2014/03/26
Re: [Qemu-devel] E820 (Re: [v4 PATCH 00/12] SMBIOS: build full tables in QEMU)
,
Kevin O'Connor
,
2014/03/26
Re: [Qemu-devel] E820 (Re: [v4 PATCH 00/12] SMBIOS: build full tables in QEMU)
,
Gabriel L. Somlo
,
2014/03/31
Re: [Qemu-devel] E820 (Re: [v4 PATCH 00/12] SMBIOS: build full tables in QEMU)
,
Gabriel L. Somlo
,
2014/03/26
[Qemu-devel] [Bug 1257352] Re: kvm hangs occasionally when switching out of the qemu console
,
Serge Hallyn
,
2014/03/18
[Qemu-devel] [Bug 1257352] Re: kvm hangs occasionally when switching out of the qemu console
,
James Hunt
,
2014/03/25
[Qemu-devel] [Bug 1257352] Re: kvm hangs occasionally when switching out of the qemu console
,
Serge Hallyn
,
2014/03/26
[Qemu-devel] propose a new idea for GSOC 2014
,
Daniel Smith
,
2014/03/18
Re: [Qemu-devel] propose a new idea for GSOC 2014
,
Stefan Hajnoczi
,
2014/03/19
Re: [Qemu-devel] propose a new idea for GSOC 2014
,
Fabien Chouteau
,
2014/03/21
[Qemu-devel] [PATCH v2 0/4] tcg: out of range shift behavior
,
Richard Henderson
,
2014/03/18
[Qemu-devel] [PATCH v2 1/4] tcg: Use "unspecified behavior" for shifts
,
Richard Henderson
,
2014/03/18
[Qemu-devel] [PATCH v2 2/4] tcg: Mask shift quantities while folding
,
Richard Henderson
,
2014/03/18
Re: [Qemu-devel] [PATCH v2 2/4] tcg: Mask shift quantities while folding
,
Peter Maydell
,
2014/03/18
[Qemu-devel] [PATCH v2 3/4] tcg: Mask shift counts to avoid undefined behavior
,
Richard Henderson
,
2014/03/18
Re: [Qemu-devel] [PATCH v2 3/4] tcg: Mask shift counts to avoid undefined behavior
,
Richard Henderson
,
2014/03/18
Re: [Qemu-devel] [PATCH v2 3/4] tcg: Mask shift counts to avoid undefined behavior
,
Stefan Weil
,
2014/03/19
Re: [Qemu-devel] [PATCH v2 3/4] tcg: Mask shift counts to avoid undefined behavior
,
Peter Maydell
,
2014/03/19
Re: [Qemu-devel] [PATCH v2 3/4] tcg: Mask shift counts to avoid undefined behavior
,
Richard Henderson
,
2014/03/19
Re: [Qemu-devel] [PATCH v2 3/4] tcg: Mask shift counts to avoid undefined behavior
,
Peter Maydell
,
2014/03/19
[Qemu-devel] [PATCH v2 4/4] tcg: Fix out of range shift in deposit optimizations
,
Richard Henderson
,
2014/03/18
[Qemu-devel] qemu freezes while writing into coprocesso r register
,
prqek
,
2014/03/18
Re: [Qemu-devel] qemu freezes while writing into coprocessor register
,
Peter Maydell
,
2014/03/18
Re: [Qemu-devel] qemu freezes while writing into coprocesso r register
,
prqek
,
2014/03/19
Re: [Qemu-devel] qemu freezes while writing into coprocessor register
,
Peter Maydell
,
2014/03/19
[Qemu-devel] [PATCH 0/2] Document MAX_CPUMASK_BITS and use it when limiting max_cpus
,
Eduardo Habkost
,
2014/03/18
[Qemu-devel] [PATCH 2/2] vl.c: Use MAX_CPUMASK_BITS macro instead of hardcoded constant
,
Eduardo Habkost
,
2014/03/18
[Qemu-devel] [PATCH 1/2] sysemu.h: Document what MAX_CPUMASK_BITS really limits
,
Eduardo Habkost
,
2014/03/18
Re: [Qemu-devel] [PATCH 0/2] Document MAX_CPUMASK_BITS and use it when limiting max_cpus
,
Laszlo Ersek
,
2014/03/18
Re: [Qemu-devel] [PATCH 0/2] Document MAX_CPUMASK_BITS and use it when limiting max_cpus
,
Michael S. Tsirkin
,
2014/03/19
[Qemu-devel] [PATCH for-2.0 0/2] A64: Implement last four Neon insns
,
Peter Maydell
,
2014/03/18
[Qemu-devel] [PATCH for-2.0 1/2] target-arm: A64: Add saturating int ops (SQNEG/SQABS)
,
Peter Maydell
,
2014/03/18
Re: [Qemu-devel] [PATCH for-2.0 1/2] target-arm: A64: Add saturating int ops (SQNEG/SQABS)
,
Richard Henderson
,
2014/03/18
[Qemu-devel] [PATCH for-2.0 2/2] target-arm: A64: Add saturating accumulate ops (USQADD/SUQADD)
,
Peter Maydell
,
2014/03/18
Re: [Qemu-devel] [PATCH for-2.0 2/2] target-arm: A64: Add saturating accumulate ops (USQADD/SUQADD)
,
Richard Henderson
,
2014/03/18
Re: [Qemu-devel] [PATCH for-2.0 2/2] target-arm: A64: Add saturating accumulate ops (USQADD/SUQADD)
,
Peter Maydell
,
2014/03/18
[Qemu-devel] [PATCH v3 0/3] ARM pl011 fixes
,
Rob Herring
,
2014/03/18
[Qemu-devel] [PATCH v3 1/3] pl011: reset the fifo when enabled or disabled
,
Rob Herring
,
2014/03/18
[Qemu-devel] [PATCH v3 3/3] pl011: fix incorrect logic to set the RXFF flag
,
Rob Herring
,
2014/03/18
[Qemu-devel] [PATCH v3 2/3] pl011: fix UARTRSR accesses corrupting the UARTCR value
,
Rob Herring
,
2014/03/18
Re: [Qemu-devel] [PATCH v3 0/3] ARM pl011 fixes
,
Peter Maydell
,
2014/03/18
[Qemu-devel] [PATCH] scripts: add sample model file for Coverity Scan
,
Paolo Bonzini
,
2014/03/18
Re: [Qemu-devel] [PATCH] scripts: add sample model file for Coverity Scan
,
Markus Armbruster
,
2014/03/18
Re: [Qemu-devel] [PATCH] scripts: add sample model file for Coverity Scan
,
Paolo Bonzini
,
2014/03/19
Re: [Qemu-devel] [PATCH] scripts: add sample model file for Coverity Scan
,
Markus Armbruster
,
2014/03/19
Re: [Qemu-devel] [PATCH] scripts: add sample model file for Coverity Scan
,
Paolo Bonzini
,
2014/03/19
Re: [Qemu-devel] [PATCH] scripts: add sample model file for Coverity Scan
,
Paolo Bonzini
,
2014/03/19
Re: [Qemu-devel] [PATCH] scripts: add sample model file for Coverity Scan
,
Paolo Bonzini
,
2014/03/19
Re: [Qemu-devel] [PATCH] scripts: add sample model file for Coverity Scan
,
Markus Armbruster
,
2014/03/19
Re: [Qemu-devel] [PATCH] scripts: add sample model file for Coverity Scan
,
Paolo Bonzini
,
2014/03/19
Re: [Qemu-devel] [PATCH] scripts: add sample model file for Coverity Scan
,
Kevin Wolf
,
2014/03/19
[Qemu-devel] [PATCH for-2.0] dataplane: fix implicit IOThread refcount
,
Stefan Hajnoczi
,
2014/03/18
Re: [Qemu-devel] [PATCH for-2.0] dataplane: fix implicit IOThread refcount
,
Fam Zheng
,
2014/03/19
Re: [Qemu-devel] [PATCH for-2.0] dataplane: fix implicit IOThread refcount
,
Kevin Wolf
,
2014/03/19
[Qemu-devel] [PATCH v3 1/1] char/serial: Fix emptyness handling
,
Don Slutz
,
2014/03/18
Re: [Qemu-devel] [PATCH v3 1/1] char/serial: Fix emptyness handling
,
Don Slutz
,
2014/03/28
Re: [Qemu-devel] [PATCH v3 1/1] char/serial: Fix emptyness handling
,
Paolo Bonzini
,
2014/03/28
[Qemu-devel] [PATCH 1/1] Stop reinit of XBZRLE.lock
,
Dr. David Alan Gilbert (git)
,
2014/03/18
Re: [Qemu-devel] [PATCH 1/1] Stop reinit of XBZRLE.lock
,
陈梁
,
2014/03/18
Re: [Qemu-devel] [PATCH 1/1] Stop reinit of XBZRLE.lock
,
Dr. David Alan Gilbert
,
2014/03/18
Re: [Qemu-devel] [PATCH 1/1] Stop reinit of XBZRLE.lock
,
Markus Armbruster
,
2014/03/18
Re: [Qemu-devel] [PATCH 1/1] Stop reinit of XBZRLE.lock
,
Dr. David Alan Gilbert
,
2014/03/18
Re: [Qemu-devel] [PATCH 1/1] Stop reinit of XBZRLE.lock
,
Markus Armbruster
,
2014/03/19
Re: [Qemu-devel] [PATCH 1/1] Stop reinit of XBZRLE.lock
,
Dr. David Alan Gilbert
,
2014/03/19
Re: [Qemu-devel] [PATCH 1/1] Stop reinit of XBZRLE.lock
,
Markus Armbruster
,
2014/03/19
[Qemu-devel] [PATCH 0/3] tcg: out of range shift behaviour
,
Richard Henderson
,
2014/03/18
[Qemu-devel] [PATCH 1/3] tcg: Mask shift quantities while folding
,
Richard Henderson
,
2014/03/18
Re: [Qemu-devel] [PATCH 1/3] tcg: Mask shift quantities while folding
,
Peter Maydell
,
2014/03/18
Re: [Qemu-devel] [PATCH 1/3] tcg: Mask shift quantities while folding
,
Richard Henderson
,
2014/03/18
[Qemu-devel] [PATCH 2/3] tcg: Use "unspecified behaviour" for shifts
,
Richard Henderson
,
2014/03/18
Re: [Qemu-devel] [PATCH 2/3] tcg: Use "unspecified behaviour" for shifts
,
Peter Maydell
,
2014/03/18
Re: [Qemu-devel] [PATCH 2/3] tcg: Use "unspecified behaviour" for shifts
,
Richard Henderson
,
2014/03/18
[Qemu-devel] [PATCH 3/3] tcg: Mask shift counts to avoid undefined behaviour
,
Richard Henderson
,
2014/03/18
[Qemu-devel] [PATCH V2 for-2.0] vl.c: Fix OpenBSD compilation issue due to namespace collisions
,
Marcel Apfelbaum
,
2014/03/18
Re: [Qemu-devel] [PATCH V2 for-2.0] vl.c: Fix OpenBSD compilation issue due to namespace collisions
,
Andreas Färber
,
2014/03/19
Re: [Qemu-devel] [PATCH V2 for-2.0] vl.c: Fix OpenBSD compilation issue due to namespace collisions
,
Brad Smith
,
2014/03/21
[Qemu-devel] [PATCH 1/2] acpi-test: signature endian-ness fixes
,
Michael S. Tsirkin
,
2014/03/18
[Qemu-devel] [PATCH 2/2] acpi: fix endian-ness for table ids
,
Michael S. Tsirkin
,
2014/03/18
Re: [Qemu-devel] [PATCH 2/2] acpi: fix endian-ness for table ids
,
Laszlo Ersek
,
2014/03/18
Re: [Qemu-devel] [PATCH 2/2] acpi: fix endian-ness for table ids
,
Marcel Apfelbaum
,
2014/03/19
Re: [Qemu-devel] [PATCH 1/2] acpi-test: signature endian-ness fixes
,
Laszlo Ersek
,
2014/03/18
[Qemu-devel] [PATCH 0/5] input: keyboard cleanups continued.
,
Gerd Hoffmann
,
2014/03/18
[Qemu-devel] [PATCH 4/5] input: switch ps/2 mouse to new input api
,
Gerd Hoffmann
,
2014/03/18
[Qemu-devel] [PATCH 3/5] input: switch ps/2 kbd to new input api
,
Gerd Hoffmann
,
2014/03/18
[Qemu-devel] [PATCH 2/5] input: add qemu_input_handler_deactivate
,
Gerd Hoffmann
,
2014/03/18
[Qemu-devel] [PATCH 5/5] [RfC] virtio-input
,
Gerd Hoffmann
,
2014/03/18
[Qemu-devel] [PATCH 1/5] input: key mapping helpers
,
Gerd Hoffmann
,
2014/03/18
[Qemu-devel] [PATCH v2] block: Add error handling to bdrv_invalidate_cache()
,
Kevin Wolf
,
2014/03/18
Re: [Qemu-devel] [PATCH v2] block: Add error handling to bdrv_invalidate_cache()
,
Benoît Canet
,
2014/03/18
[Qemu-devel] [PATCH for-2.0] vl.c: Fix OpenBSD compilation issue due to namespace collisions
,
Marcel Apfelbaum
,
2014/03/18
Re: [Qemu-devel] [PATCH for-2.0] vl.c: Fix OpenBSD compilation issue due to namespace collisions
,
Peter Maydell
,
2014/03/18
Re: [Qemu-devel] [PATCH for-2.0] vl.c: Fix OpenBSD compilation issue due to namespace collisions
,
Marcel Apfelbaum
,
2014/03/18
Re: [Qemu-devel] [PATCH for-2.0] vl.c: Fix OpenBSD compilation issue due to namespace collisions
,
Marcel Apfelbaum
,
2014/03/18
Re: [Qemu-devel] [PATCH for-2.0] vl.c: Fix OpenBSD compilation issue due to namespace collisions
,
Peter Maydell
,
2014/03/18
Re: [Qemu-devel] [PATCH for-2.0] vl.c: Fix OpenBSD compilation issue due to namespace collisions
,
Marcel Apfelbaum
,
2014/03/18
[Qemu-devel] [PATCH v4 0/5] v4:
,
Stefan Hajnoczi
,
2014/03/18
[Qemu-devel] [PATCH v4 1/5] qom: split object_property_set_link()
,
Stefan Hajnoczi
,
2014/03/18
[Qemu-devel] [PATCH v4 5/5] virtio-rng: avoid default_backend refcount leak
,
Stefan Hajnoczi
,
2014/03/18
[Qemu-devel] [PATCH v4 3/5] qom: make QOM link property unref optional
,
Stefan Hajnoczi
,
2014/03/18
[Qemu-devel] [PATCH v4 4/5] qom: add check() argument to object_property_add_link()
,
Stefan Hajnoczi
,
2014/03/18
[Qemu-devel] [PATCH v4 2/5] qom: don't make link NULL on object_property_set_link() failure
,
Stefan Hajnoczi
,
2014/03/18
Re: [Qemu-devel] [PATCH v4 0/5] v4:
,
Stefan Hajnoczi
,
2014/03/18
[Qemu-devel] target-i386: guest variable shift by 0 provokes shift by -1
,
Peter Maydell
,
2014/03/18
Re: [Qemu-devel] target-i386: guest variable shift by 0 provokes shift by -1
,
Richard Henderson
,
2014/03/18
Re: [Qemu-devel] target-i386: guest variable shift by 0 provokes shift by -1
,
Peter Maydell
,
2014/03/18
Re: [Qemu-devel] target-i386: guest variable shift by 0 provokes shift by -1
,
Richard Henderson
,
2014/03/18
Re: [Qemu-devel] target-i386: guest variable shift by 0 provokes shift by -1
,
Peter Maydell
,
2014/03/18
Re: [Qemu-devel] target-i386: guest variable shift by 0 provokes shift by -1
,
Peter Maydell
,
2014/03/18
Re: [Qemu-devel] target-i386: guest variable shift by 0 provokes shift by -1
,
Richard Henderson
,
2014/03/18
Re: [Qemu-devel] target-i386: guest variable shift by 0 provokes shift by -1
,
Peter Maydell
,
2014/03/18
Re: [Qemu-devel] target-i386: guest variable shift by 0 provokes shift by -1
,
Richard Henderson
,
2014/03/18
Re: [Qemu-devel] target-i386: guest variable shift by 0 provokes shift by -1
,
Paolo Bonzini
,
2014/03/18
[Qemu-devel] [PATCH v3 00/10] migration: Optimizate the xbzrle and fix two corruption issues
,
arei.gonglei
,
2014/03/18
[Qemu-devel] [PATCH v3 01/10] XBZRLE: Fix one XBZRLE corruption issues
,
arei.gonglei
,
2014/03/18
[Qemu-devel] [PATCH v3 04/10] migration: expose xbzrle cache miss rate
,
arei.gonglei
,
2014/03/18
Re: [Qemu-devel] [PATCH v3 04/10] migration: expose xbzrle cache miss rate
,
Eric Blake
,
2014/03/20
[Qemu-devel] [PATCH v3 02/10] migration: Add counters of updating the dirty bitmap
,
arei.gonglei
,
2014/03/18
Re: [Qemu-devel] [PATCH v3 02/10] migration: Add counters of updating the dirty bitmap
,
Eric Blake
,
2014/03/20
[Qemu-devel] [PATCH v3 08/10] migration: optimize xbzrle by reducing data copy
,
arei.gonglei
,
2014/03/18
[Qemu-devel] [PATCH v3 07/10] migration: Fix the migrate auto converge process
,
arei.gonglei
,
2014/03/18
[Qemu-devel] [PATCH v3 05/10] XBZRLE: optimize XBZRLE to decrease the cache missing
,
arei.gonglei
,
2014/03/18
Re: [Qemu-devel] [PATCH v3 05/10] XBZRLE: optimize XBZRLE to decrease the cache missing
,
Eric Blake
,
2014/03/20
[Qemu-devel] [PATCH v3 10/10] XBZRLE: update the doc of XBZRLE
,
arei.gonglei
,
2014/03/18
Re: [Qemu-devel] [PATCH v3 10/10] XBZRLE: update the doc of XBZRLE
,
Eric Blake
,
2014/03/20
[Qemu-devel] [PATCH v3 03/10] migration: expose the bitmap_sync_counter to the end user
,
arei.gonglei
,
2014/03/18
Re: [Qemu-devel] [PATCH v3 03/10] migration: expose the bitmap_sync_counter to the end user
,
Eric Blake
,
2014/03/20
[Qemu-devel] [PATCH v3 06/10] XBZRLE: rebuild the cache_is_cached function
,
arei.gonglei
,
2014/03/18
Re: [Qemu-devel] [PATCH v3 06/10] XBZRLE: rebuild the cache_is_cached function
,
Dr. David Alan Gilbert
,
2014/03/20
Re: [Qemu-devel] [PATCH v3 06/10] XBZRLE: rebuild the cache_is_cached function
,
Eric Blake
,
2014/03/20
Re: [Qemu-devel] [PATCH v3 06/10] XBZRLE: rebuild the cache_is_cached function
,
Eric Blake
,
2014/03/20
[Qemu-devel] [PATCH v3 09/10] migration: clear the dead code
,
arei.gonglei
,
2014/03/18
Re: [Qemu-devel] [PATCH v3 00/10] migration: Optimizate the xbzrle and fix two corruption issues
,
Eric Blake
,
2014/03/20
Re: [Qemu-devel] [PATCH for-2.0] block/nfs: report errors from libnfs
,
Kevin Wolf
,
2014/03/18
Re: [Qemu-devel] [PATCH for-2.0] block/nfs: bump libnfs requirement to 1.9.3
,
Kevin Wolf
,
2014/03/18
[Qemu-devel] [PATCH] block: Remove -errno return value from bdrv_assign_node_name
,
Kevin Wolf
,
2014/03/18
Re: [Qemu-devel] [PATCH] block: Remove -errno return value from bdrv_assign_node_name
,
Markus Armbruster
,
2014/03/18
Re: [Qemu-devel] [PATCH] block: Remove -errno return value from bdrv_assign_node_name
,
Kevin Wolf
,
2014/03/18
Re: [Qemu-devel] [PATCH] block: Remove -errno return value from bdrv_assign_node_name
,
Markus Armbruster
,
2014/03/18
Re: [Qemu-devel] [PATCH] block: Remove -errno return value from bdrv_assign_node_name
,
Markus Armbruster
,
2014/03/18
[Qemu-devel] [PATCH v2 0/7] target-arm: KVM to TCG migration
,
Alvise Rigo
,
2014/03/18
[Qemu-devel] [PATCH v2 1/7] target-arm: Decouple AArch64 cp registers
,
Alvise Rigo
,
2014/03/18
[Qemu-devel] [PATCH v2 2/7] target-arm: Migrate CCSIDR registers
,
Alvise Rigo
,
2014/03/18
[Qemu-devel] [PATCH v2 3/7] target-arm: Add a way to mask some
,
Alvise Rigo
,
2014/03/18
[Qemu-devel] [PATCH v2 4/7] target-arm: Exclude IC bit from L2CTLR
,
Alvise Rigo
,
2014/03/18
[Qemu-devel] [PATCH v2 5/7] target-arm: Make TTBR0/1 and TTBRC cp
,
Alvise Rigo
,
2014/03/18
[Qemu-devel] [PATCH v2 6/7] target-arm: Added ADFSR/AIFSR and REVIDR
,
Alvise Rigo
,
2014/03/18
[Qemu-devel] [PATCH v2 7/7] target-arm: Minor cp registers changes
,
Alvise Rigo
,
2014/03/18
[Qemu-devel] [PULL for-2.0 0/1] vnc bugfix
,
Gerd Hoffmann
,
2014/03/18
[Qemu-devel] [PULL 1/1] ui/vnc: fix vmware VGA incompatiblities
,
Gerd Hoffmann
,
2014/03/18
Re: [Qemu-devel] [PULL for-2.0 0/1] vnc bugfix
,
Peter Maydell
,
2014/03/18
[Qemu-devel] [PATCH v2 0/3] Trivial patches
,
Maria Kustova
,
2014/03/18
[Qemu-devel] [PATCH v2 1/3] qemu-io-cmds: Fixed typo in example for writev.
,
Maria Kustova
,
2014/03/18
[Qemu-devel] [PATCH v2 3/3] qemu-io: Extended "--cmd" description in usage text
,
Maria Kustova
,
2014/03/18
Re: [Qemu-devel] [PATCH v2 3/3] qemu-io: Extended "--cmd" description in usage text
,
Kevin Wolf
,
2014/03/18
[Qemu-devel] [PATCH v2 2/3] block: Replaced old error handling with error reporting API.
,
Maria Kustova
,
2014/03/18
Re: [Qemu-devel] [PATCH v2 2/3] block: Replaced old error handling with error reporting API.
,
Kevin Wolf
,
2014/03/18
Re: [Qemu-devel] [PATCH v2 0/3] Trivial patches
,
Kevin Wolf
,
2014/03/18
Re: [Qemu-devel] [PATCH v2 0/3] Trivial patches
,
Stefan Hajnoczi
,
2014/03/18
[Qemu-devel] [PATCH for-2.0?] target-i386: fix gdb debugging with large memory guests
,
Luiz Capitulino
,
2014/03/17
Re: [Qemu-devel] [PATCH for-2.0?] target-i386: fix gdb debugging with large memory guests
,
Jan Kiszka
,
2014/03/18
Re: [Qemu-devel] [PATCH for-2.0?] target-i386: fix gdb debugging with large memory guests
,
Paolo Bonzini
,
2014/03/18
Re: [Qemu-devel] [PATCH for-2.0?] target-i386: fix gdb debugging with large memory guests
,
Jan Kiszka
,
2014/03/18
Re: [Qemu-devel] [PATCH for-2.0?] target-i386: fix gdb debugging with large memory guests
,
Luiz Capitulino
,
2014/03/18
Re: [Qemu-devel] [PATCH for-2.0?] target-i386: fix gdb debugging with large memory guests
,
Jan Kiszka
,
2014/03/18
Re: [Qemu-devel] [PATCH for-2.0?] target-i386: fix gdb debugging with large memory guests
,
Luiz Capitulino
,
2014/03/18
Re: [Qemu-devel] [PATCH for-2.0?] target-i386: fix gdb debugging with large memory guests
,
Paolo Bonzini
,
2014/03/18
Re: [Qemu-devel] [PATCH for-2.0?] target-i386: fix gdb debugging with large memory guests
,
Jan Kiszka
,
2014/03/18
Re: [Qemu-devel] [PATCH for-2.0?] target-i386: fix gdb debugging with large memory guests
,
Luiz Capitulino
,
2014/03/18
[Qemu-devel] [PATCH 0/4] Add common QEMU control functionality to qemu-iotests
,
Jeff Cody
,
2014/03/17
[Qemu-devel] [PATCH 1/4] block: qemu-iotests - add common.qemu, for bash-controlled qemu tests
,
Jeff Cody
,
2014/03/17
Re: [Qemu-devel] [PATCH 1/4] block: qemu-iotests - add common.qemu, for bash-controlled qemu tests
,
Benoît Canet
,
2014/03/19
Re: [Qemu-devel] [PATCH 1/4] block: qemu-iotests - add common.qemu, for bash-controlled qemu tests
,
Jeff Cody
,
2014/03/19
Re: [Qemu-devel] [PATCH 1/4] block: qemu-iotests - add common.qemu, for bash-controlled qemu tests
,
Eric Blake
,
2014/03/19
Re: [Qemu-devel] [PATCH 1/4] block: qemu-iotests - add common.qemu, for bash-controlled qemu tests
,
Eric Blake
,
2014/03/19
Re: [Qemu-devel] [PATCH 1/4] block: qemu-iotests - add common.qemu, for bash-controlled qemu tests
,
Jeff Cody
,
2014/03/19
Re: [Qemu-devel] [PATCH 1/4] block: qemu-iotests - add common.qemu, for bash-controlled qemu tests
,
Eric Blake
,
2014/03/19
[Qemu-devel] [PATCH 2/4] block: qemu-iotests - update 085 to use common.qemu
,
Jeff Cody
,
2014/03/17
Re: [Qemu-devel] [PATCH 2/4] block: qemu-iotests - update 085 to use common.qemu
,
Benoît Canet
,
2014/03/19
[Qemu-devel] [PATCH 3/4] block: qemu-iotests - fix image cleanup when using spaced pathnames
,
Jeff Cody
,
2014/03/17
Re: [Qemu-devel] [PATCH 3/4] block: qemu-iotests - fix image cleanup when using spaced pathnames
,
Benoît Canet
,
2014/03/19
[Qemu-devel] [PATCH 4/4] block: qemu-iotests: make test 019 and 086 work with spaced pathnames
,
Jeff Cody
,
2014/03/17
Re: [Qemu-devel] [PATCH 4/4] block: qemu-iotests: make test 019 and 086 work with spaced pathnames
,
Benoît Canet
,
2014/03/19
[Qemu-devel] Adding dmcrypt to QEMU block drivers
,
Hamilton, Peter A.
,
2014/03/17
Re: [Qemu-devel] Adding dmcrypt to QEMU block drivers
,
Markus Armbruster
,
2014/03/18
Re: [Qemu-devel] Adding dmcrypt to QEMU block drivers
,
Stefan Hajnoczi
,
2014/03/18
Re: [Qemu-devel] Adding dmcrypt to QEMU block drivers
,
Daniel P. Berrange
,
2014/03/18
Re: [Qemu-devel] Adding dmcrypt to QEMU block drivers
,
Kevin Wolf
,
2014/03/18
Re: [Qemu-devel] Adding dmcrypt to QEMU block drivers
,
Stefan Hajnoczi
,
2014/03/20
Re: [Qemu-devel] Adding dmcrypt to QEMU block drivers
,
Daniel P. Berrange
,
2014/03/20
Re: [Qemu-devel] [PATCH] ahci: fix sysbus support
,
Rob Herring
,
2014/03/17
Re: [Qemu-devel] [PATCH] ahci: fix sysbus support
,
Paolo Bonzini
,
2014/03/18
Re: [Qemu-devel] [PATCH] ahci: fix sysbus support
,
Peter Maydell
,
2014/03/18
[Qemu-devel] qapi-commands.py generates code that uses uninitialized variables
,
Peter Maydell
,
2014/03/17
Re: [Qemu-devel] qapi-commands.py generates code that uses uninitialized variables
,
Markus Armbruster
,
2014/03/18
Re: [Qemu-devel] qapi-commands.py generates code that uses uninitialized variables
,
Michael Roth
,
2014/03/20
Re: [Qemu-devel] qapi-commands.py generates code that uses uninitialized variables
,
Markus Armbruster
,
2014/03/26
Re: [Qemu-devel] qapi-commands.py generates code that uses uninitialized variables
,
Peter Maydell
,
2014/03/28
[Qemu-devel] How to understand the coroutine context?
,
Le Tan
,
2014/03/17
Re: [Qemu-devel] How to understand the coroutine context?
,
Kashyap Chamarthy
,
2014/03/18
Re: [Qemu-devel] How to understand the coroutine context?
,
Le Tan
,
2014/03/18
Re: [Qemu-devel] How to understand the coroutine context?
,
Thomas Huth
,
2014/03/18
Re: [Qemu-devel] How to understand the coroutine context?
,
Stefan Hajnoczi
,
2014/03/19
Re: [Qemu-devel] How to understand the coroutine context?
,
Thomas Huth
,
2014/03/19
Re: [Qemu-devel] How to understand the coroutine context?
,
Stefan Hajnoczi
,
2014/03/19
Re: [Qemu-devel] How to understand the coroutine context?
,
Juan Quintela
,
2014/03/18
Re: [Qemu-devel] How to understand the coroutine context?
,
Markus Armbruster
,
2014/03/18
Re: [Qemu-devel] How to understand the coroutine context?
,
Juan Quintela
,
2014/03/18
Re: [Qemu-devel] How to understand the coroutine context?
,
Markus Armbruster
,
2014/03/18
Re: [Qemu-devel] How to understand the coroutine context?
,
Leandro Dorileo
,
2014/03/18
[Qemu-devel] [PATCH v2] QemuOpt: add unit tests
,
Leandro Dorileo
,
2014/03/17
Re: [Qemu-devel] [PATCH v2] QemuOpt: add unit tests
,
Eric Blake
,
2014/03/21
Re: [Qemu-devel] [PATCH v2] QemuOpt: add unit tests
,
Leandro Dorileo
,
2014/03/21
Re: [Qemu-devel] [PATCH v2] QemuOpt: add unit tests
,
Laszlo Ersek
,
2014/03/21
Re: [Qemu-devel] [PATCH v2] QemuOpt: add unit tests
,
Leandro Dorileo
,
2014/03/21
Re: [Qemu-devel] [PATCH 1/1] char/serial: Fix emptyness handling
,
Peter Crosthwaite
,
2014/03/17
Re: [Qemu-devel] [PATCH 1/1] char/serial: Fix emptyness handling
,
Peter Crosthwaite
,
2014/03/17
Re: [Qemu-devel] [PATCH 1/1] char/serial: Fix emptyness handling
,
Don Slutz
,
2014/03/18
[Qemu-devel] [PULL for-2.0rc1 00/30] target-arm queue
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 12/30] target-arm: A64: Implement SADDLP, UADDLP, SADALP, UADALP
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 10/30] target-arm: A64: Add remaining CLS/Z vector ops
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 23/30] target-arm: A64: Implement FCVTZS, FCVTZU in the shift-imm categories
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 17/30] target-arm: A64: List unsupported shift-imm opcodes
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 27/30] target-arm: A64: Implement scalar saturating narrow ops
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 30/30] scripts/qemu-binfmt-conf.sh: Add AArch64 registration
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 11/30] target-arm: A64: Saturating and narrowing shift ops
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 20/30] target-arm: A64: Implement FRINT*
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 29/30] target-arm: A64: Add [UF]RSQRTE (reciprocal root estimate)
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 15/30] target-arm: A64: Implement FCVTN
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 08/30] target-arm: A64: Add last AdvSIMD Integer to FP ops
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 24/30] softfloat: export squash_input_denormal functions
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 01/30] vexpress: Set reset-cbar property for CPUs
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 18/30] target-arm: A64: Add FRECPX (reciprocal exponent)
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 28/30] target-arm: A64: Implement FCVTXN
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 25/30] target-arm: A64: Implement AdvSIMD reciprocal estimate insns URECPE, FRECPE
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 26/30] target-arm: A64: Move handle_2misc_narrow function
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 04/30] virt: Set reset-cbar on CPUs
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 21/30] exec-all.h: Increase MAX_OP_PER_INSTR for ARM A64 decoder
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 02/30] realview-pbx-a9: Set reset-cbar property for CPUs
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 06/30] target-arm: A64: Implement PMULL instruction
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 05/30] target-arm: Add ARM_CP_IO notation to PMCR reginfo
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 19/30] target-arm: A64: Implement SRI
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 22/30] target-arm: A64: Handle saturating left shifts SQSHL, SQSHLU, UQSHL
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 16/30] target-arm: A64: Implement FCVTL
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 03/30] exynos4210: Set reset-cbar property of Cortex-A9 CPUs
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 07/30] target-arm: A64: Fix bug in add_sub_ext handling of rn
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 13/30] target-arm: A64: Implement SHLL, SHLL2
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 14/30] target-arm: A64: Implement FCVT[NMAPZ][SU] SIMD instructions
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PULL 09/30] target-arm: A64: Add FSQRT to C3.6.17 (two misc)
,
Peter Maydell
,
2014/03/17
Re: [Qemu-devel] [PULL for-2.0rc1 00/30] target-arm queue
,
Peter Maydell
,
2014/03/18
[Qemu-devel] [PATCH v2 0/2] qcow2: Fix return path of realloc_refcount_block()
,
Max Reitz
,
2014/03/17
[Qemu-devel] [PATCH v2 1/2] qcow2: Correct comment for realloc_refcount_block()
,
Max Reitz
,
2014/03/17
Re: [Qemu-devel] [PATCH v2 1/2] qcow2: Correct comment for realloc_refcount_block()
,
Laszlo Ersek
,
2014/03/17
[Qemu-devel] [PATCH v2 2/2] qcow2: Fix fail path in realloc_refcount_block()
,
Max Reitz
,
2014/03/17
Re: [Qemu-devel] [PATCH v2 2/2] qcow2: Fix fail path in realloc_refcount_block()
,
Laszlo Ersek
,
2014/03/17
Re: [Qemu-devel] [PATCH v2 2/2] qcow2: Fix fail path in realloc_refcount_block()
,
Kevin Wolf
,
2014/03/18
Re: [Qemu-devel] [PATCH v2 0/2] qcow2: Fix return path of realloc_refcount_block()
,
Kevin Wolf
,
2014/03/18
[Qemu-devel] [PATCH v4 0/7] prep: improve Raven PCI host emulation
,
Hervé Poussineau
,
2014/03/17
[Qemu-devel] [PATCH v4 2/7] raven: implement non-contiguous I/O region
,
Hervé Poussineau
,
2014/03/17
Re: [Qemu-devel] [PATCH v4 2/7] raven: implement non-contiguous I/O region
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PATCH v4 3/7] raven: set a correct PCI I/O memory region
,
Hervé Poussineau
,
2014/03/17
[Qemu-devel] [PATCH v4 1/7] raven: rename intack region to pci_intack
,
Hervé Poussineau
,
2014/03/17
[Qemu-devel] [PATCH v4 4/7] raven: set a correct PCI memory region
,
Hervé Poussineau
,
2014/03/17
Re: [Qemu-devel] [PATCH v4 4/7] raven: set a correct PCI memory region
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PATCH v4 5/7] raven: add PCI bus mastering address space
,
Hervé Poussineau
,
2014/03/17
[Qemu-devel] [PATCH v4 6/7] raven: fix PCI bus accesses with size > 1
,
Hervé Poussineau
,
2014/03/17
Re: [Qemu-devel] [PATCH v4 6/7] raven: fix PCI bus accesses with size > 1
,
Artyom Tarasenko
,
2014/03/18
[Qemu-devel] [PATCH v4 7/7] raven: use raven_ for all function prefixes
,
Hervé Poussineau
,
2014/03/17
[Qemu-devel] [PATCH] vl.c: Fix memory leak in qemu_register_machine
,
Christian Borntraeger
,
2014/03/17
Re: [Qemu-devel] [PATCH] vl.c: Fix memory leak in qemu_register_machine
,
Marcel Apfelbaum
,
2014/03/17
Re: [Qemu-devel] [PATCH] vl.c: Fix memory leak in qemu_register_machine
,
Markus Armbruster
,
2014/03/18
Re: [Qemu-devel] [PATCH] vl.c: Fix memory leak in qemu_register_machine
,
Michael S. Tsirkin
,
2014/03/18
[Qemu-devel] [PATCH 0/2] Trivial documentation updates for sun4m/PowerPC
,
Mark Cave-Ayland
,
2014/03/17
[Qemu-devel] [PATCH 2/2] doc: update default PowerPC framebuffer settings
,
Mark Cave-Ayland
,
2014/03/17
[Qemu-devel] [PATCH 1/2] doc: update sun4m documentation
,
Mark Cave-Ayland
,
2014/03/17
Re: [Qemu-devel] [Qemu-trivial] [PATCH 0/2] Trivial documentation updates for sun4m/PowerPC
,
Michael Tokarev
,
2014/03/20
[Qemu-devel] [PULL 0/4] s390/kvm: Small fixes for 2.0
,
Christian Borntraeger
,
2014/03/17
[Qemu-devel] [PULL 1/4] s390/ipl: Fix error path on BIOS loading
,
Christian Borntraeger
,
2014/03/17
[Qemu-devel] [PULL 2/4] s390x/cpu hotplug: Fix memory leak
,
Christian Borntraeger
,
2014/03/17
[Qemu-devel] [PULL 4/4] s390x/sclpconsole-lm: Fix and simplify irq setup
,
Christian Borntraeger
,
2014/03/17
[Qemu-devel] [PULL 3/4] s390x/sclpconsole: Fix and simplify interrupt injection
,
Christian Borntraeger
,
2014/03/17
Re: [Qemu-devel] [PULL 0/4] s390/kvm: Small fixes for 2.0
,
Peter Maydell
,
2014/03/17
[Qemu-devel] small memory leak due to MachineClass rework
,
Christian Borntraeger
,
2014/03/17
Re: [Qemu-devel] small memory leak due to MachineClass rework
,
Peter Maydell
,
2014/03/17
Re: [Qemu-devel] small memory leak due to MachineClass rework
,
Christian Borntraeger
,
2014/03/17
Re: [Qemu-devel] small memory leak due to MachineClass rework
,
Andreas Färber
,
2014/03/17
Re: [Qemu-devel] small memory leak due to MachineClass rework
,
Marcel Apfelbaum
,
2014/03/17
Re: [Qemu-devel] small memory leak due to MachineClass rework
,
Michael S. Tsirkin
,
2014/03/18
[Qemu-devel] VM list
,
Martin Kahil
,
2014/03/17
[Qemu-devel] [PATCH v3 0/5] gtk: Fix deprecation warnings, misc bug fixes
,
Cole Robinson
,
2014/03/17
[Qemu-devel] [PATCH v3 1/5] configure: Document --with-gtkabi
,
Cole Robinson
,
2014/03/17
[Qemu-devel] [PATCH v3 5/5] gtk: Use ctrl+alt+q for quit accelerator
,
Cole Robinson
,
2014/03/17
[Qemu-devel] [PATCH v3 2/5] gtk: Don't use deprecated gtk_image_menu_item_new_with_mnemonic
,
Cole Robinson
,
2014/03/17
[Qemu-devel] [PATCH v3 3/5] gtk: Don't use deprecated vte_terminal_get_adjustment
,
Cole Robinson
,
2014/03/17
[Qemu-devel] [PATCH v3 4/5] gtk: Remove use of deprecated stock items
,
Cole Robinson
,
2014/03/17
Re: [Qemu-devel] [PATCH v3 0/5] gtk: Fix deprecation warnings, misc bug fixes
,
Gerd Hoffmann
,
2014/03/18
[Qemu-devel] [PATCH qom-cpu v2 00/10] target-i386: Support check/enforce flags in TCG mode, too
,
Eduardo Habkost
,
2014/03/17
[Qemu-devel] [PATCH qom-cpu v2 02/10] target-i386: Merge feature filtering/checking functions
,
Eduardo Habkost
,
2014/03/17
[Qemu-devel] [PATCH qom-cpu v2 04/10] target-i386: Isolate KVM-specific code on CPU feature filtering logic
,
Eduardo Habkost
,
2014/03/17
[Qemu-devel] [PATCH qom-cpu v2 03/10] target-i386: Pass FeatureWord argument to report_unavailable_features()
,
Eduardo Habkost
,
2014/03/17
[Qemu-devel] [PATCH qom-cpu v2 05/10] target-i386: Make TCG feature filtering more readable
,
Eduardo Habkost
,
2014/03/17
[Qemu-devel] [PATCH qom-cpu v2 06/10] target-i386: Filter FEAT_7_0_EBX TCG features too
,
Eduardo Habkost
,
2014/03/17
[Qemu-devel] [PATCH qom-cpu v2 07/10] target-i386: Filter KVM and 0xC0000001 features on TCG
,
Eduardo Habkost
,
2014/03/17
[Qemu-devel] [PATCH qom-cpu v2 08/10] target-i386: Define TCG_*_FEATURES earlier on cpu.c
,
Eduardo Habkost
,
2014/03/17
[Qemu-devel] [PATCH qom-cpu v2 09/10] target-i386: Loop-based feature word filtering in TCG mode
,
Eduardo Habkost
,
2014/03/17
[Qemu-devel] [PATCH qom-cpu v2 10/10] target-i386: Support check/enforce flags in TCG mode, too
,
Eduardo Habkost
,
2014/03/17
[Qemu-devel] [PATCH qom-cpu v2 01/10] target-i386: Simplify reporting of unavailable features
,
Eduardo Habkost
,
2014/03/17
Re: [Qemu-devel] [RFC PATCH 5/7] target-arm: Enable KVM_ARM_VCPU_PSCI_0_2 feature when possible
,
Peter Maydell
,
2014/03/17
Re: [Qemu-devel] [RFC PATCH 5/7] target-arm: Enable KVM_ARM_VCPU_PSCI_0_2 feature when possible
,
Christoffer Dall
,
2014/03/17
Re: [Qemu-devel] [RFC PATCH 3/7] target-arm: Handle exit reason KVM_EXIT_SYSTEM_EVENT
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PATCH 00/14] tcg/sparc v8plus code generation
,
Richard Henderson
,
2014/03/17
[Qemu-devel] [PATCH 01/14] tcg: Fix missed pointer size != TCG_TARGET_REG_BITS changes
,
Richard Henderson
,
2014/03/17
[Qemu-devel] [PATCH 02/14] tcg: Add INDEX_op_trunc_i32
,
Richard Henderson
,
2014/03/17
Re: [Qemu-devel] [PATCH 02/14] tcg: Add INDEX_op_trunc_i32
,
Stuart Brady
,
2014/03/21
Re: [Qemu-devel] [PATCH 02/14] tcg: Add INDEX_op_trunc_i32
,
Stuart Brady
,
2014/03/21
[Qemu-devel] [PATCH 03/14] tcg-sparc: Remove most uses of TCG_TARGET_REG_BITS
,
Richard Henderson
,
2014/03/17
[Qemu-devel] [PATCH 04/14] tcg-sparc: Support trunc_i32
,
Richard Henderson
,
2014/03/17
[Qemu-devel] [PATCH 05/14] tcg-sparc: Use 64-bit registers with sparcv8plus
,
Richard Henderson
,
2014/03/17
[Qemu-devel] [PATCH 06/14] tcg-sparc: Use the RETURN instruction
,
Richard Henderson
,
2014/03/17
[Qemu-devel] [PATCH 07/14] tcg-sparc: Implement muls2_i32
,
Richard Henderson
,
2014/03/17
[Qemu-devel] [PATCH 08/14] tcg-sparc: Tidy check_fit_* tests
,
Richard Henderson
,
2014/03/17
[Qemu-devel] [PATCH 09/14] tcg-sparc: Don't handle mov/movi in tcg_out_op
,
Richard Henderson
,
2014/03/17
[Qemu-devel] [PATCH 10/14] tcg-sparc: Hoist common argument loads in tcg_out_op
,
Richard Henderson
,
2014/03/17
[Qemu-devel] [PATCH 11/14] tcg-sparc: Fixup function argument types
,
Richard Henderson
,
2014/03/17
[Qemu-devel] [PATCH 12/14] tcg-sparc: Fix small 32-bit movi
,
Richard Henderson
,
2014/03/17
[Qemu-devel] [PATCH 13/14] tcg-sparc: Fix 32-bit constant arguments tests
,
Richard Henderson
,
2014/03/17
Re: [Qemu-devel] [PATCH 13/14] tcg-sparc: Fix 32-bit constant arguments tests
,
Stuart Brady
,
2014/03/22
Re: [Qemu-devel] [PATCH 13/14] tcg-sparc: Fix 32-bit constant arguments tests
,
Richard Henderson
,
2014/03/22
[Qemu-devel] [PATCH 14/14] tcg-sparc: Accept stores of zero
,
Richard Henderson
,
2014/03/17
[Qemu-devel] [PATCH v3] CODING_STYLE: Section about mixed declarations
,
Eduardo Habkost
,
2014/03/17
Re: [Qemu-devel] [PATCH v3] CODING_STYLE: Section about mixed declarations
,
Peter Maydell
,
2014/03/17
Re: [Qemu-devel] [Qemu-trivial] [PATCH v3] CODING_STYLE: Section about mixed declarations
,
Michael Tokarev
,
2014/03/20
Re: [Qemu-devel] [PATCH v3] CODING_STYLE: Section about mixed declarations
,
Fabien Chouteau
,
2014/03/21
Re: [Qemu-devel] [PATCH v3] CODING_STYLE: Section about mixed declarations
,
Eduardo Habkost
,
2014/03/21
[Qemu-devel] [PULL for-2.0 00/11] tcg-sparc updates
,
Richard Henderson
,
2014/03/17
[Qemu-devel] [PULL for-2.0 01/11] tcg-sparc: Fix ld64 for 32-bit mode
,
Richard Henderson
,
2014/03/17
[Qemu-devel] [PULL for-2.0 02/11] tcg-sparc: Fix tlb read
,
Richard Henderson
,
2014/03/17
[Qemu-devel] [PULL for-2.0 03/11] tcg-sparc: Tidy call+jump patterns
,
Richard Henderson
,
2014/03/17
[Qemu-devel] [PULL for-2.0 04/11] tcg-sparc: Use intptr_t as appropriate
,
Richard Henderson
,
2014/03/17
[Qemu-devel] [PULL for-2.0 05/11] tcg-sparc: Don't handle remainder
,
Richard Henderson
,
2014/03/17
[Qemu-devel] [PULL for-2.0 06/11] tcg-sparc: Dont handle constant arguments to ext32 ops
,
Richard Henderson
,
2014/03/17
[Qemu-devel] [PULL for-2.0 07/11] tcg-sparc: Improve tcg_out_movi
,
Richard Henderson
,
2014/03/17
[Qemu-devel] [PULL for-2.0 08/11] tcg-sparc: Use TCGMemOp within qemu_ldst routines
,
Richard Henderson
,
2014/03/17
[Qemu-devel] [PULL for-2.0 09/11] tcg-sparc: Tidy tcg_out_tlb_load interface
,
Richard Henderson
,
2014/03/17
[Qemu-devel] [PULL for-2.0 10/11] tcg-sparc: Convert to new ldst helpers
,
Richard Henderson
,
2014/03/17
[Qemu-devel] [PULL for-2.0 11/11] tcg-sparc: Convert to new ldst opcodes
,
Richard Henderson
,
2014/03/17
Re: [Qemu-devel] [PULL for-2.0 00/11] tcg-sparc updates
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PATCH v2 0/5] qemu: irqfds for s390x
,
Cornelia Huck
,
2014/03/17
[Qemu-devel] [PATCH v2 1/5] linux-headers: add new interfaces
,
Cornelia Huck
,
2014/03/17
Re: [Qemu-devel] [PATCH v2 1/5] linux-headers: add new interfaces
,
Peter Maydell
,
2014/03/17
Re: [Qemu-devel] [PATCH v2 1/5] linux-headers: add new interfaces
,
Cornelia Huck
,
2014/03/18
[Qemu-devel] [PATCH v2 2/5] kvm: add kvm_enable_cap_{vm,vcpu}
,
Cornelia Huck
,
2014/03/17
Re: [Qemu-devel] [PATCH v2 2/5] kvm: add kvm_enable_cap_{vm,vcpu}
,
Paolo Bonzini
,
2014/03/19
[Qemu-devel] [PATCH v2 3/5] s390x: Add I/O adapter registration.
,
Cornelia Huck
,
2014/03/17
Re: [Qemu-devel] [PATCH v2 3/5] s390x: Add I/O adapter registration.
,
Paolo Bonzini
,
2014/03/18
Re: [Qemu-devel] [PATCH v2 3/5] s390x: Add I/O adapter registration.
,
Cornelia Huck
,
2014/03/18
[Qemu-devel] [PATCH v2 4/5] s390x/virtio-ccw: reference-counted indicators
,
Cornelia Huck
,
2014/03/17
[Qemu-devel] [PATCH v2 5/5] s390x/virtio-ccw: Wire up irq routing and irqfds.
,
Cornelia Huck
,
2014/03/17
Re: [Qemu-devel] [PATCH v2 5/5] s390x/virtio-ccw: Wire up irq routing and irqfds.
,
Paolo Bonzini
,
2014/03/18
Re: [Qemu-devel] [PATCH v2 5/5] s390x/virtio-ccw: Wire up irq routing and irqfds.
,
Cornelia Huck
,
2014/03/18
[Qemu-devel] [PATCH v2 0/5] KVM: irqfds for s390
,
Cornelia Huck
,
2014/03/17
[Qemu-devel] [PATCH v2 1/5] KVM: eventfd: Fix lock order inversion.
,
Cornelia Huck
,
2014/03/17
Re: [Qemu-devel] [PATCH v2 1/5] KVM: eventfd: Fix lock order inversion.
,
Christian Borntraeger
,
2014/03/17
Re: [Qemu-devel] [PATCH v2 1/5] KVM: eventfd: Fix lock order inversion.
,
Cornelia Huck
,
2014/03/18
Re: [Qemu-devel] [PATCH v2 1/5] KVM: eventfd: Fix lock order inversion.
,
Paolo Bonzini
,
2014/03/18
[Qemu-devel] [PATCH v2 3/5] KVM: s390: adapter interrupt sources
,
Cornelia Huck
,
2014/03/17
Re: [Qemu-devel] [PATCH v2 3/5] KVM: s390: adapter interrupt sources
,
Heiko Carstens
,
2014/03/18
Re: [Qemu-devel] [PATCH v2 3/5] KVM: s390: adapter interrupt sources
,
Cornelia Huck
,
2014/03/18
Re: [Qemu-devel] [PATCH v2 3/5] KVM: s390: adapter interrupt sources
,
Christian Borntraeger
,
2014/03/21
Re: [Qemu-devel] [PATCH v2 3/5] KVM: s390: adapter interrupt sources
,
Cornelia Huck
,
2014/03/21
[Qemu-devel] [PATCH v2 2/5] KVM: Add per-vm capability enablement.
,
Cornelia Huck
,
2014/03/17
Re: [Qemu-devel] [PATCH v2 2/5] KVM: Add per-vm capability enablement.
,
Christian Borntraeger
,
2014/03/17
Re: [Qemu-devel] [PATCH v2 2/5] KVM: Add per-vm capability enablement.
,
Christian Borntraeger
,
2014/03/21
[Qemu-devel] [PATCH v2 5/5] KVM: Bump KVM_MAX_IRQ_ROUTES for s390
,
Cornelia Huck
,
2014/03/17
Re: [Qemu-devel] [PATCH v2 5/5] KVM: Bump KVM_MAX_IRQ_ROUTES for s390
,
Paolo Bonzini
,
2014/03/18
[Qemu-devel] [PATCH v2 4/5] KVM: s390: irq routing for adapter interrupts.
,
Cornelia Huck
,
2014/03/17
Re: [Qemu-devel] [PATCH v2 4/5] KVM: s390: irq routing for adapter interrupts.
,
Christian Borntraeger
,
2014/03/21
Re: [Qemu-devel] [PATCH v2 4/5] KVM: s390: irq routing for adapter interrupts.
,
Cornelia Huck
,
2014/03/21
Re: [Qemu-devel] [PATCH v2 1/2] usb-hid: Add high speed mouse configuration
,
Ján Veselý
,
2014/03/17
[Qemu-devel] UART EMULATION IN QEMU
,
Ayaz Akram
,
2014/03/17
[Qemu-devel] [PATCH for-2.0] ui/vnc: fix vmware VGA incompatiblities
,
Peter Lieven
,
2014/03/17
[Qemu-devel] [for-2.1 PATCH v2 0/2] i386/acpi-build: support hotplug of VCPU with APIC ID 0xFF
,
Laszlo Ersek
,
2014/03/17
[Qemu-devel] [for-2.1 PATCH v2 1/2] i386/acpi-build: allow more than 255 elements in CPON
,
Laszlo Ersek
,
2014/03/17
[Qemu-devel] [for-2.1 PATCH v2 2/2] i386/acpi-build: support hotplug of VCPU with APIC ID 0xFF
,
Laszlo Ersek
,
2014/03/17
Re: [Qemu-devel] [for-2.1 PATCH v2 2/2] i386/acpi-build: support hotplug of VCPU with APIC ID 0xFF
,
Michael S. Tsirkin
,
2014/03/18
Re: [Qemu-devel] [for-2.1 PATCH v2 2/2] i386/acpi-build: support hotplug of VCPU with APIC ID 0xFF
,
Eduardo Habkost
,
2014/03/18
Re: [Qemu-devel] [for-2.1 PATCH v2 2/2] i386/acpi-build: support hotplug of VCPU with APIC ID 0xFF
,
Laszlo Ersek
,
2014/03/18
Re: [Qemu-devel] [for-2.1 PATCH v2 0/2] i386/acpi-build: support hotplug of VCPU with APIC ID 0xFF
,
Michael S. Tsirkin
,
2014/03/17
[Qemu-devel] [PATCH v2 00/12] Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PATCH v2 11/12] hw/intc/xilinx_intc: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PATCH v2 10/12] hw/intc/slavio_intctl: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PATCH v2 08/12] hw/ppc: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PATCH v2 03/12] hw/pci/pci_host.c: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PATCH v2 12/12] hw/pci-host/apb.c: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PATCH v2 02/12] hw/intc/apic.c: Use uint32_t for mask word in foreach_apic
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PATCH v2 09/12] tests/libqos/pci-pc: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PATCH v2 07/12] hw/intc/openpic: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PATCH v2 06/12] hw/usb/hcd-ohci.c: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PATCH v2 01/12] target-i386: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PATCH v2 05/12] target-mips: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PATCH v2 04/12] hw/i386/acpi_build.c: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/17
Re: [Qemu-devel] [Qemu-trivial] [PATCH v2 00/12] Avoid shifting left into sign bit
,
Michael Tokarev
,
2014/03/20
[Qemu-devel] [PATCH 0/3] Trivial patches
,
Maria Kustova
,
2014/03/17
[Qemu-devel] [PATCH 1/3] qemu-io-cmds: Fixed typo in example for writev.
,
Maria Kustova
,
2014/03/17
Re: [Qemu-devel] [PATCH 1/3] qemu-io-cmds: Fixed typo in example for writev.
,
Stefan Hajnoczi
,
2014/03/17
[Qemu-devel] [PATCH 2/3] block: Replaced old error handling with error reporting API.
,
Maria Kustova
,
2014/03/17
Re: [Qemu-devel] [PATCH 2/3] block: Replaced old error handling with error reporting API.
,
Peter Crosthwaite
,
2014/03/17
Re: [Qemu-devel] [PATCH 2/3] block: Replaced old error handling with error reporting API.
,
Stefan Hajnoczi
,
2014/03/17
[Qemu-devel] [PATCH 3/3] qemu-io: Extended "--cmd" description in usage text
,
Maria Kustova
,
2014/03/17
Re: [Qemu-devel] [PATCH 3/3] qemu-io: Extended "--cmd" description in usage text
,
Stefan Hajnoczi
,
2014/03/17
Re: [Qemu-devel] [PATCH 0/3] Trivial patches
,
Peter Crosthwaite
,
2014/03/17
[Qemu-devel] [PULL 0/4] Misc fixes for 2.0-rc1
,
Paolo Bonzini
,
2014/03/17
[Qemu-devel] [PULL 1/4] rules.mak: Fix per object libs extraction
,
Paolo Bonzini
,
2014/03/17
[Qemu-devel] [PULL 3/4] target-alpha: fix subl and s8subl indentation
,
Paolo Bonzini
,
2014/03/17
[Qemu-devel] [PULL 2/4] qemu-nbd: Fix coverity issues
,
Paolo Bonzini
,
2014/03/17
[Qemu-devel] [PULL 4/4] vl.c: Output error on invalid machine type
,
Paolo Bonzini
,
2014/03/17
Re: [Qemu-devel] [PULL 0/4] Misc fixes for 2.0-rc1
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PATCH v2] linux-user: Implement capget, capset
,
Peter Maydell
,
2014/03/17
Re: [Qemu-devel] [PATCH v2] linux-user: Implement capget, capset
,
Riku Voipio
,
2014/03/17
[Qemu-devel] [PATCH] linux-user: don't warn on missing capget/capset
,
riku . voipio
,
2014/03/17
Re: [Qemu-devel] [PATCH] linux-user: don't warn on missing capget/capset
,
Andreas Färber
,
2014/03/17
Re: [Qemu-devel] [PATCH] linux-user: don't warn on missing capget/capset
,
Riku Voipio
,
2014/03/18
[Qemu-devel] [PATCH] target-alpha: fix the braces
,
Paolo Bonzini
,
2014/03/17
Re: [Qemu-devel] [PATCH] target-alpha: fix the braces
,
Richard Henderson
,
2014/03/17
Re: [Qemu-devel] [PATCH] target-alpha: fix the braces
,
Paolo Bonzini
,
2014/03/18
Re: [Qemu-devel] [PATCH] target-alpha: fix the braces
,
Richard Henderson
,
2014/03/18
[Qemu-devel] [PATCH v3 0/9] QMP: Introduce incremental drive-backup with in-memory dirty bitmap
,
Fam Zheng
,
2014/03/17
[Qemu-devel] [PATCH v3 1/9] qapi: Add optional field "name" to block dirty bitmap
,
Fam Zheng
,
2014/03/17
[Qemu-devel] [PATCH v3 3/9] block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmap
,
Fam Zheng
,
2014/03/17
[Qemu-devel] [PATCH v3 2/9] qmp: Add dirty-bitmap-add and dirty-bitmap-remove
,
Fam Zheng
,
2014/03/17
[Qemu-devel] [PATCH v3 5/9] hbitmap: Add hbitmap_copy
,
Fam Zheng
,
2014/03/17
[Qemu-devel] [PATCH v3 7/9] qmp: Add dirty-bitmap-enable and dirty-bitmap-disable
,
Fam Zheng
,
2014/03/17
[Qemu-devel] [PATCH v3 9/9] qapi: Add transaction support to dirty-bitmap-{add, disable}
,
Fam Zheng
,
2014/03/17
[Qemu-devel] [PATCH v3 4/9] block: Introduce bdrv_dirty_bitmap_granularity()
,
Fam Zheng
,
2014/03/17
[Qemu-devel] [PATCH v3 6/9] block: Add bdrv_copy_dirty_bitmap and bdrv_reset_dirty_bitmap
,
Fam Zheng
,
2014/03/17
[Qemu-devel] [PATCH v3 8/9] qmp: Add support of "dirty-bitmap" sync mode for drive-backup
,
Fam Zheng
,
2014/03/17
Re: [Qemu-devel] [PATCH v3 8/9] qmp: Add support of "dirty-bitmap" sync mode for drive-backup
,
Eric Blake
,
2014/03/20
[Qemu-devel] [PATCH v7 for 2.0 0/4] qemu-img: add preallocation=full
,
Hu Tao
,
2014/03/17
[Qemu-devel] [PATCH v7 for 2.0 1/4] qapi: introduce PreallocMode and a new PreallocMode full.
,
Hu Tao
,
2014/03/17
Re: [Qemu-devel] [PATCH v7 for 2.0 1/4] qapi: introduce PreallocMode and a new PreallocMode full.
,
Eric Blake
,
2014/03/17
Re: [Qemu-devel] [PATCH v7 for 2.0 1/4] qapi: introduce PreallocMode and a new PreallocMode full.
,
Hu Tao
,
2014/03/19
[Qemu-devel] [PATCH v7 for 2.0 3/4] raw-posix: Add full image preallocation option
,
Hu Tao
,
2014/03/17
Re: [Qemu-devel] [PATCH v7 for 2.0 3/4] raw-posix: Add full image preallocation option
,
Kevin Wolf
,
2014/03/20
Re: [Qemu-devel] [PATCH v7 for 2.0 3/4] raw-posix: Add full image preallocation option
,
address@hidden
,
2014/03/27
[Qemu-devel] [PATCH v7 for 2.0 4/4] qcow2: Add full image preallocation option
,
Hu Tao
,
2014/03/17
Re: [Qemu-devel] [PATCH v7 for 2.0 4/4] qcow2: Add full image preallocation option
,
Kevin Wolf
,
2014/03/20
[Qemu-devel] [PATCH v7 for 2.0 2/4] raw, qcow2: don't convert file size to sector size
,
Hu Tao
,
2014/03/17
[Qemu-devel] virtio device error reporting best practice?
,
Dave Airlie
,
2014/03/17
Re: [Qemu-devel] virtio device error reporting best practice?
,
Laszlo Ersek
,
2014/03/17
Re: [Qemu-devel] virtio device error reporting best practice?
,
Peter Maydell
,
2014/03/17
Re: [Qemu-devel] virtio device error reporting best practice?
,
Laszlo Ersek
,
2014/03/17
Re: [Qemu-devel] virtio device error reporting best practice?
,
Peter Maydell
,
2014/03/17
Re: [Qemu-devel] virtio device error reporting best practice?
,
Gerd Hoffmann
,
2014/03/17
Re: [Qemu-devel] virtio device error reporting best practice?
,
Andreas Färber
,
2014/03/17
Re: [Qemu-devel] virtio device error reporting best practice?
,
Kevin Wolf
,
2014/03/18
Re: [Qemu-devel] virtio device error reporting best practice?
,
Richard W.M. Jones
,
2014/03/17
Re: [Qemu-devel] virtio device error reporting best practice?
,
Richard W.M. Jones
,
2014/03/17
Re: [Qemu-devel] virtio device error reporting best practice?
,
Stefan Hajnoczi
,
2014/03/26
Re: [Qemu-devel] virtio device error reporting best practice?
,
Gerd Hoffmann
,
2014/03/17
Re: [Qemu-devel] virtio device error reporting best practice?
,
Rusty Russell
,
2014/03/18
Re: [Qemu-devel] virtio device error reporting best practice?
,
Markus Armbruster
,
2014/03/19
Re: [Qemu-devel] virtio device error reporting best practice?
,
Rusty Russell
,
2014/03/20
Re: [Qemu-devel] virtio device error reporting best practice?
,
Markus Armbruster
,
2014/03/20
Re: [Qemu-devel] virtio device error reporting best practice?
,
Peter Maydell
,
2014/03/20
Re: [Qemu-devel] virtio device error reporting best practice?
,
Markus Armbruster
,
2014/03/26
Re: [Qemu-devel] virtio device error reporting best practice?
,
Venkatesh Srinivas
,
2014/03/26
Re: [Qemu-devel] virtio device error reporting best practice?
,
Michael S. Tsirkin
,
2014/03/20
Re: [Qemu-devel] virtio device error reporting best practice?
,
Yan Vugenfirer
,
2014/03/21
[Qemu-devel] [PATCH v2] update names in option tables to match with actual command-line spelling
,
Amos Kong
,
2014/03/17
Re: [Qemu-devel] [PATCH v2] update names in option tables to match with actual command-line spelling
,
Markus Armbruster
,
2014/03/17
Re: [Qemu-devel] [PATCH v2] update names in option tables to match with actual command-line spelling
,
Paolo Bonzini
,
2014/03/17
Re: [Qemu-devel] [PATCH v2] update names in option tables to match with actual command-line spelling
,
Markus Armbruster
,
2014/03/17
Re: [Qemu-devel] [PATCH v2] update names in option tables to match with actual command-line spelling
,
Paolo Bonzini
,
2014/03/17
[Qemu-devel] [PATCH v7 0/6] spapr: bootindex support
,
Alexey Kardashevskiy
,
2014/03/16
[Qemu-devel] [PATCH v7 2/6] qdev: introduce FWPathProvider interface
,
Alexey Kardashevskiy
,
2014/03/16
[Qemu-devel] [PATCH v7 4/6] spapr-vio: fix firmware names
,
Alexey Kardashevskiy
,
2014/03/16
[Qemu-devel] [PATCH v7 1/6] boot: extend get_boot_devices_list() to ignore suffixes
,
Alexey Kardashevskiy
,
2014/03/16
[Qemu-devel] [PATCH v7 3/6] spapr-llan: add to boot device list
,
Alexey Kardashevskiy
,
2014/03/16
[Qemu-devel] [PATCH v7 6/6] spapr: define interface to fix device pathname
,
Alexey Kardashevskiy
,
2014/03/16
[Qemu-devel] [PATCH v7 5/6] spapr: QOM'fy machine
,
Alexey Kardashevskiy
,
2014/03/16
Re: [Qemu-devel] [PATCH v7 5/6] spapr: QOM'fy machine
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PATCH v2] Makefile: Fix "make clean"
,
Fam Zheng
,
2014/03/16
Re: [Qemu-devel] [PATCH v2] Makefile: Fix "make clean"
,
Stefan Weil
,
2014/03/17
Re: [Qemu-devel] [PATCH v2] Makefile: Fix "make clean"
,
Peter Maydell
,
2014/03/17
Re: [Qemu-devel] [PATCH v3 09/10] raven: fix PCI bus accesses with size > 1
,
Artyom Tarasenko
,
2014/03/16
Re: [Qemu-devel] [PATCH v3 09/10] raven: fix PCI bus accesses with size > 1
,
Andreas Färber
,
2014/03/17
Re: [Qemu-devel] [PATCH v3 09/10] raven: fix PCI bus accesses with size > 1
,
Artyom Tarasenko
,
2014/03/17
Re: [Qemu-devel] [PATCH v3 09/10] raven: fix PCI bus accesses with size > 1
,
Hervé Poussineau
,
2014/03/17
Re: [Qemu-devel] [PATCH v3 09/10] raven: fix PCI bus accesses with size > 1
,
Andreas Färber
,
2014/03/19
Re: [Qemu-devel] [PATCH v3 09/10] raven: fix PCI bus accesses with size > 1
,
Mark Cave-Ayland
,
2014/03/17
Re: [Qemu-devel] [PATCH v3 09/10] raven: fix PCI bus accesses with size > 1
,
Andreas Färber
,
2014/03/19
[Qemu-devel] netdev "id" still in use after deletion of respective virtio-net-pci (for VM Cloning)
,
cendhu
,
2014/03/16
[Qemu-devel] [PATCH] QemuOpt: add unit tests
,
Leandro Dorileo
,
2014/03/16
Re: [Qemu-devel] [PATCH] QemuOpt: add unit tests
,
Eric Blake
,
2014/03/17
Re: [Qemu-devel] [PATCH] QemuOpt: add unit tests
,
Leandro Dorileo
,
2014/03/17
[Qemu-devel] [PATCH] hw/ide: Add missing 'static' attributes
,
Stefan Weil
,
2014/03/16
Re: [Qemu-devel] [Qemu-trivial] [PATCH] hw/ide: Add missing 'static' attributes
,
Michael Tokarev
,
2014/03/17
[Qemu-devel] [PATCH] target-arm: Add missing 'static' attribute
,
Stefan Weil
,
2014/03/16
Re: [Qemu-devel] [Qemu-trivial] [PATCH] target-arm: Add missing 'static' attribute
,
Michael Tokarev
,
2014/03/17
[Qemu-devel] [PATCH] util: Add 'static' attribute to function implementation
,
Stefan Weil
,
2014/03/16
Re: [Qemu-devel] [PATCH] util: Add 'static' attribute to function implementation
,
Richard Henderson
,
2014/03/16
Re: [Qemu-devel] [PATCH] util: Add 'static' attribute to function implementation
,
Stefan Weil
,
2014/03/16
Re: [Qemu-devel] [PATCH] util: Add 'static' attribute to function implementation
,
Richard Henderson
,
2014/03/17
Re: [Qemu-devel] [Qemu-trivial] [PATCH] util: Add 'static' attribute to function implementation
,
Michael Tokarev
,
2014/03/17
[Qemu-devel] [PATCH] update names in option tables to match with actual command-line spelling
,
Amos Kong
,
2014/03/16
[Qemu-devel] [PATCH] target-i386: Add missing 'static' and 'const' attributes
,
Stefan Weil
,
2014/03/16
Re: [Qemu-devel] [PATCH] target-i386: Add missing 'static' and 'const' attributes
,
Paolo Bonzini
,
2014/03/17
[Qemu-devel] [PATCH] target-ppc: Add missing 'static' and 'const' attributes
,
Stefan Weil
,
2014/03/16
Re: [Qemu-devel] [PATCH] target-ppc: Add missing 'static' and 'const' attributes
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PATCH] target-s390x: Add missing 'static' and 'const' attributes
,
Stefan Weil
,
2014/03/16
Re: [Qemu-devel] [PATCH] target-s390x: Add missing 'static' and 'const' attributes
,
Richard Henderson
,
2014/03/16
Re: [Qemu-devel] [Qemu-trivial] [PATCH] target-s390x: Add missing 'static' and 'const' attributes
,
Michael Tokarev
,
2014/03/17
[Qemu-devel] QEMU build broken
,
Brad Smith
,
2014/03/16
Re: [Qemu-devel] QEMU build broken
,
Peter Maydell
,
2014/03/16
Re: [Qemu-devel] QEMU build broken
,
Marcel Apfelbaum
,
2014/03/16
Re: [Qemu-devel] QEMU build broken
,
Brad Smith
,
2014/03/16
Re: [Qemu-devel] QEMU build broken
,
Peter Maydell
,
2014/03/16
Re: [Qemu-devel] QEMU build broken
,
Brad Smith
,
2014/03/16
[Qemu-devel] Windows XP Setup hangs on Fedora FC20 install
,
Gerhard Wiesinger
,
2014/03/16
Re: [Qemu-devel] Windows XP Setup hangs on Fedora FC20 install
,
Paolo Bonzini
,
2014/03/16
Re: [Qemu-devel] Windows XP Setup hangs on Fedora FC20 install
,
Gerhard Wiesinger
,
2014/03/16
Re: [Qemu-devel] Windows XP Setup hangs on Fedora FC20 install
,
Cole Robinson
,
2014/03/17
Re: [Qemu-devel] Windows XP Setup hangs on Fedora FC20 install
,
Gerhard Wiesinger
,
2014/03/20
Re: [Qemu-devel] Windows XP Setup hangs on Fedora FC20 install
,
Cole Robinson
,
2014/03/20
[Qemu-devel] [Bug 1037606] Re: vmwgfx does not work with kvm vmware vga
,
Andrew Engelbrecht
,
2014/03/16
[Qemu-devel] [Bug 1037606] Re: vmwgfx does not work with kvm vmware vga
,
Andrew Engelbrecht
,
2014/03/16
[Qemu-devel] [Bug 788734] Re: vmwgfx does not work in Linux guest in kvm
,
Andrew Engelbrecht
,
2014/03/16
Re: [Qemu-devel] [Bug 788734] Re: vmwgfx does not work in Linux guest in kvm
,
Dave Airlie
,
2014/03/16
[Qemu-devel] Multiple pci buses
,
BALATON Zoltan
,
2014/03/15
Re: [Qemu-devel] Multiple pci buses
,
BALATON Zoltan
,
2014/03/16
Re: [Qemu-devel] Multiple pci buses
,
Alexey Kardashevskiy
,
2014/03/16
Re: [Qemu-devel] Multiple pci buses
,
Andreas Färber
,
2014/03/17
Re: [Qemu-devel] Multiple pci buses
,
BALATON Zoltan
,
2014/03/17
Re: [Qemu-devel] Multiple pci buses
,
Andreas Färber
,
2014/03/19
Re: [Qemu-devel] Multiple pci buses
,
BALATON Zoltan
,
2014/03/20
[Qemu-devel] [PATCH] qcow2: Fix fail path in realloc_refcount_block()
,
Max Reitz
,
2014/03/15
Re: [Qemu-devel] [PATCH] qcow2: Fix fail path in realloc_refcount_block()
,
Benoît Canet
,
2014/03/15
Re: [Qemu-devel] [PATCH] qcow2: Fix fail path in realloc_refcount_block()
,
Max Reitz
,
2014/03/17
Re: [Qemu-devel] [PATCH] qcow2: Fix fail path in realloc_refcount_block()
,
Benoît Canet
,
2014/03/15
Re: [Qemu-devel] [PATCH] qcow2: Fix fail path in realloc_refcount_block()
,
Laszlo Ersek
,
2014/03/17
[Qemu-devel] [PATCH] target-alpha: fix subl and s8subl indentation
,
Paolo Bonzini
,
2014/03/15
Re: [Qemu-devel] [PATCH] target-alpha: fix subl and s8subl indentation
,
Richard Henderson
,
2014/03/15
Re: [Qemu-devel] [PATCH] target-alpha: fix subl and s8subl indentation
,
Stuart Brady
,
2014/03/18
Re: [Qemu-devel] [PATCH] target-alpha: fix subl and s8subl indentation
,
Peter Maydell
,
2014/03/15
Re: [Qemu-devel] [PATCH] target-alpha: fix subl and s8subl indentation
,
Paolo Bonzini
,
2014/03/16
[Qemu-devel] [PATCH] target-arm: Add ARM_CP_IO notation to PMCR reginfo
,
Peter Maydell
,
2014/03/15
Re: [Qemu-devel] [PATCH] target-arm: Add ARM_CP_IO notation to PMCR reginfo
,
Laurent Desnogues
,
2014/03/15
[Qemu-devel] [PATCH v3 0/7] Allwinner A10 fixes
,
Beniamino Galvani
,
2014/03/15
[Qemu-devel] [PATCH v3 1/7] allwinner-a10-pic: set vector address when an interrupt is pending
,
Beniamino Galvani
,
2014/03/15
Re: [Qemu-devel] [PATCH v3 1/7] allwinner-a10-pic: set vector address when an interrupt is pending
,
Li Guang
,
2014/03/16
[Qemu-devel] [PATCH v3 2/7] allwinner-a10-pic: fix behaviour of pending register
,
Beniamino Galvani
,
2014/03/15
Re: [Qemu-devel] [PATCH v3 2/7] allwinner-a10-pic: fix behaviour of pending register
,
Peter Crosthwaite
,
2014/03/16
Re: [Qemu-devel] [PATCH v3 2/7] allwinner-a10-pic: fix behaviour of pending register
,
Li Guang
,
2014/03/16
[Qemu-devel] [PATCH v3 3/7] allwinner-a10-pit: avoid generation of spurious interrupts
,
Beniamino Galvani
,
2014/03/15
Re: [Qemu-devel] [PATCH v3 3/7] allwinner-a10-pit: avoid generation of spurious interrupts
,
Peter Crosthwaite
,
2014/03/16
Re: [Qemu-devel] [PATCH v3 3/7] allwinner-a10-pit: avoid generation of spurious interrupts
,
Li Guang
,
2014/03/16
[Qemu-devel] [PATCH v3 7/7] allwinner-emac: update irq status after writes to interrupt registers
,
Beniamino Galvani
,
2014/03/15
[Qemu-devel] [PATCH v3 4/7] allwinner-a10-pit: use level triggered interrupts
,
Beniamino Galvani
,
2014/03/15
Re: [Qemu-devel] [PATCH v3 4/7] allwinner-a10-pit: use level triggered interrupts
,
Peter Crosthwaite
,
2014/03/16
[Qemu-devel] [PATCH v3 5/7] allwinner-a10-pit: implement prescaler and source selection
,
Beniamino Galvani
,
2014/03/15
Re: [Qemu-devel] [PATCH v3 5/7] allwinner-a10-pit: implement prescaler and source selection
,
Li Guang
,
2014/03/16
Re: [Qemu-devel] [PATCH v3 5/7] allwinner-a10-pit: implement prescaler and source selection
,
Peter Crosthwaite
,
2014/03/16
Re: [Qemu-devel] [PATCH v3 5/7] allwinner-a10-pit: implement prescaler and source selection
,
Beniamino Galvani
,
2014/03/17
[Qemu-devel] [PATCH v3 6/7] allwinner-emac: set autonegotiation complete bit on link up
,
Beniamino Galvani
,
2014/03/15
Re: [Qemu-devel] [PATCH v3 6/7] allwinner-emac: set autonegotiation complete bit on link up
,
Peter Crosthwaite
,
2014/03/16
[Qemu-devel] [PULL 00/13] Trivial patches for 2014-03-15
,
Michael Tokarev
,
2014/03/15
[Qemu-devel] [PULL 05/13] .travis.yml: add IRC notifications for build failures
,
Michael Tokarev
,
2014/03/15
[Qemu-devel] [PULL 04/13] .travis.yml: trivial whitespace fixup
,
Michael Tokarev
,
2014/03/15
[Qemu-devel] [PULL 01/13] sasl: Avoid 'Could not find keytab file' in syslog
,
Michael Tokarev
,
2014/03/15
[Qemu-devel] [PULL 02/13] .travis.yml: add a new build target with non-core devlibs
,
Michael Tokarev
,
2014/03/15
[Qemu-devel] [PULL 03/13] .travis.yml: re-enable lttng user space trace test
,
Michael Tokarev
,
2014/03/15
[Qemu-devel] [PULL 13/13] FSL eTSEC: Fix typo in rx ring
,
Michael Tokarev
,
2014/03/15
[Qemu-devel] [PULL 08/13] misc: Fix typos in comments
,
Michael Tokarev
,
2014/03/15
[Qemu-devel] [PULL 06/13] hw/timer/grlib_gptimer: Avoid integer overflows
,
Michael Tokarev
,
2014/03/15
[Qemu-devel] [PULL 11/13] configure: Don't use __int128_t for clang versions before 3.2
,
Michael Tokarev
,
2014/03/15
[Qemu-devel] [PULL 07/13] Add qga/qapi-generated to .gitignore
,
Michael Tokarev
,
2014/03/15
[Qemu-devel] [PULL 10/13] audio: Add 'static' attributes to several variables
,
Michael Tokarev
,
2014/03/15
[Qemu-devel] [PULL 12/13] scripts/make-release: Don't distribute .git directories
,
Michael Tokarev
,
2014/03/15
[Qemu-devel] [PULL 09/13] tests: Fix 'make test' for i686 hosts (build regression)
,
Michael Tokarev
,
2014/03/15
Re: [Qemu-devel] [PULL 00/13] Trivial patches for 2014-03-15
,
Peter Maydell
,
2014/03/16
[Qemu-devel] [PATCH v2] convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create()
,
Aakriti Gupta
,
2014/03/15
Re: [Qemu-devel] [PATCH v2] convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create()
,
Stefan Hajnoczi
,
2014/03/17
Re: [Qemu-devel] [PATCH v2] convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create()
,
Kevin Wolf
,
2014/03/18
[Qemu-devel] [PATCH 00/26] tcg/aarch64 improvements, part 3
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PATCH 01/26] tcg-aarch64: Properly detect SIGSEGV writes
,
Richard Henderson
,
2014/03/14
Re: [Qemu-devel] [PATCH 01/26] tcg-aarch64: Properly detect SIGSEGV writes
,
Claudio Fontana
,
2014/03/24
Re: [Qemu-devel] [PATCH 01/26] tcg-aarch64: Properly detect SIGSEGV writes
,
Claudio Fontana
,
2014/03/24
Re: [Qemu-devel] [PATCH 01/26] tcg-aarch64: Properly detect SIGSEGV writes
,
Richard Henderson
,
2014/03/24
Re: [Qemu-devel] [PATCH 01/26] tcg-aarch64: Properly detect SIGSEGV writes
,
Peter Maydell
,
2014/03/24
Re: [Qemu-devel] [PATCH 01/26] tcg-aarch64: Properly detect SIGSEGV writes
,
Peter Maydell
,
2014/03/24
Re: [Qemu-devel] [PATCH 01/26] tcg-aarch64: Properly detect SIGSEGV writes
,
Richard Henderson
,
2014/03/24
[Qemu-devel] [PATCH 02/26] tcg-aarch64: Use intptr_t apropriately
,
Richard Henderson
,
2014/03/14
Re: [Qemu-devel] [PATCH 02/26] tcg-aarch64: Use intptr_t apropriately
,
Claudio Fontana
,
2014/03/24
[Qemu-devel] [PATCH 03/26] tcg-aarch64: Use TCGType and TCGMemOp constants
,
Richard Henderson
,
2014/03/14
Re: [Qemu-devel] [PATCH 03/26] tcg-aarch64: Use TCGType and TCGMemOp constants
,
Claudio Fontana
,
2014/03/24
[Qemu-devel] [PATCH 04/26] tcg-aarch64: Use MOVN in tcg_out_movi
,
Richard Henderson
,
2014/03/14
Re: [Qemu-devel] [PATCH 04/26] tcg-aarch64: Use MOVN in tcg_out_movi
,
Claudio Fontana
,
2014/03/24
[Qemu-devel] [PATCH 06/26] tcg-aarch64: Special case small constants in tcg_out_movi
,
Richard Henderson
,
2014/03/14
Re: [Qemu-devel] [PATCH 06/26] tcg-aarch64: Special case small constants in tcg_out_movi
,
Claudio Fontana
,
2014/03/24
[Qemu-devel] [PATCH 07/26] tcg-aarch64: Use adrp in tcg_out_movi
,
Richard Henderson
,
2014/03/14
Re: [Qemu-devel] [PATCH 07/26] tcg-aarch64: Use adrp in tcg_out_movi
,
Claudio Fontana
,
2014/03/24
Re: [Qemu-devel] [PATCH 07/26] tcg-aarch64: Use adrp in tcg_out_movi
,
Richard Henderson
,
2014/03/24
Re: [Qemu-devel] [PATCH 07/26] tcg-aarch64: Use adrp in tcg_out_movi
,
Claudio Fontana
,
2014/03/26
[Qemu-devel] [PATCH 05/26] tcg-aarch64: Use ORRI in tcg_out_movi
,
Richard Henderson
,
2014/03/14
Re: [Qemu-devel] [PATCH 05/26] tcg-aarch64: Use ORRI in tcg_out_movi
,
Claudio Fontana
,
2014/03/24
[Qemu-devel] [PATCH 08/26] tcg-aarch64: Use symbolic names for branches
,
Richard Henderson
,
2014/03/14
Re: [Qemu-devel] [PATCH 08/26] tcg-aarch64: Use symbolic names for branches
,
Claudio Fontana
,
2014/03/24
[Qemu-devel] [PATCH 09/26] tcg-aarch64: Create tcg_out_brcond
,
Richard Henderson
,
2014/03/14
Re: [Qemu-devel] [PATCH 09/26] tcg-aarch64: Create tcg_out_brcond
,
Claudio Fontana
,
2014/03/24
[Qemu-devel] [PATCH 10/26] tcg-aarch64: Use CBZ and CBNZ
,
Richard Henderson
,
2014/03/14
Re: [Qemu-devel] [PATCH 10/26] tcg-aarch64: Use CBZ and CBNZ
,
Claudio Fontana
,
2014/03/24
[Qemu-devel] [PATCH 11/26] tcg-aarch64: Reuse FP and LR in translated code
,
Richard Henderson
,
2014/03/14
Re: [Qemu-devel] [PATCH 11/26] tcg-aarch64: Reuse FP and LR in translated code
,
Claudio Fontana
,
2014/03/28
Re: [Qemu-devel] [PATCH 11/26] tcg-aarch64: Reuse FP and LR in translated code
,
Richard Henderson
,
2014/03/28
[Qemu-devel] [PATCH 12/26] tcg-aarch64: Introduce tcg_out_insn_3314
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PATCH 13/26] tcg-aarch64: Rearrange prologue insn order
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PATCH 14/26] tcg-aarch64: Implement tcg_register_jit
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PATCH 15/26] tcg-aarch64: Avoid add with zero in tlb load
,
Richard Henderson
,
2014/03/14
Re: [Qemu-devel] [PATCH 15/26] tcg-aarch64: Avoid add with zero in tlb load
,
Claudio Fontana
,
2014/03/26
[Qemu-devel] [PATCH 16/26] tcg-aarch64: Use tcg_out_call for qemu_ld/st
,
Richard Henderson
,
2014/03/14
Re: [Qemu-devel] [PATCH 16/26] tcg-aarch64: Use tcg_out_call for qemu_ld/st
,
Claudio Fontana
,
2014/03/26
[Qemu-devel] [PATCH 17/26] tcg-aarch64: Use ADR to pass the return address to the ld/st helpers
,
Richard Henderson
,
2014/03/14
Re: [Qemu-devel] [PATCH 17/26] tcg-aarch64: Use ADR to pass the return address to the ld/st helpers
,
Claudio Fontana
,
2014/03/26
[Qemu-devel] [PATCH 18/26] tcg-aarch64: Use TCGMemOp in qemu_ld/st
,
Richard Henderson
,
2014/03/14
Re: [Qemu-devel] [PATCH 18/26] tcg-aarch64: Use TCGMemOp in qemu_ld/st
,
Claudio Fontana
,
2014/03/26
[Qemu-devel] [PATCH 19/26] tcg-aarch64: Implement TCG_TARGET_HAS_new_ldst
,
Richard Henderson
,
2014/03/14
Re: [Qemu-devel] [PATCH 19/26] tcg-aarch64: Implement TCG_TARGET_HAS_new_ldst
,
Claudio Fontana
,
2014/03/26
[Qemu-devel] [PATCH 20/26] tcg-aarch64: Introduce tcg_out_insn_3507
,
Richard Henderson
,
2014/03/14
Re: [Qemu-devel] [PATCH 20/26] tcg-aarch64: Introduce tcg_out_insn_3507
,
Claudio Fontana
,
2014/03/26
[Qemu-devel] [PATCH 21/26] tcg-aarch64: Merge aarch64_ldst_get_data/type into tcg_out_op
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PATCH 22/26] tcg-aarch64: Replace aarch64_ldst_op_data with TCGMemOp
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PATCH 23/26] tcg-aarch64: Replace aarch64_ldst_op_data with AArch64LdstType
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PATCH 24/26] tcg-aarch64: Prefer unsigned offsets before signed offsets for ldst
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PATCH 25/26] tcg-aarch64: Merge tcg_out_movr with tcg_out_mov
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PATCH 26/26] tcg-aarch64: Support stores of zero
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PATCH] mac99: Bring memory layout closer to real hardware
,
BALATON Zoltan
,
2014/03/14
Re: [Qemu-devel] [Qemu-ppc] [PATCH] mac99: Bring memory layout closer to real hardware
,
BALATON Zoltan
,
2014/03/20
[Qemu-devel] [PATCH] cpu: Move tcg_exit_req to the end of CPUState
,
Richard Henderson
,
2014/03/14
Re: [Qemu-devel] [PATCH] cpu: Move tcg_exit_req to the end of CPUState
,
Richard Henderson
,
2014/03/19
Re: [Qemu-devel] [PATCH] cpu: Move tcg_exit_req to the end of CPUState
,
Andreas Färber
,
2014/03/19
Re: [Qemu-devel] [PATCH] cpu: Move tcg_exit_req to the end of CPUState
,
Richard Henderson
,
2014/03/19
[Qemu-devel] [PATCH for-2.1 0/2] i386/acpi-build: support hotplug of VCPU with APIC ID 0xFF
,
Laszlo Ersek
,
2014/03/14
[Qemu-devel] [PATCH for-2.1 1/2] i386/acpi-build: allow more than 255 elements in CPON
,
Laszlo Ersek
,
2014/03/14
[Qemu-devel] [PATCH for-2.1 2/2] i386/acpi-build: support hotplug of VCPU with APIC ID 0xFF
,
Laszlo Ersek
,
2014/03/14
Re: [Qemu-devel] [PATCH for-2.1 2/2] i386/acpi-build: support hotplug of VCPU with APIC ID 0xFF
,
Michael S. Tsirkin
,
2014/03/16
Re: [Qemu-devel] [PATCH for-2.1 2/2] i386/acpi-build: support hotplug of VCPU with APIC ID 0xFF
,
Laszlo Ersek
,
2014/03/17
Re: [Qemu-devel] [PATCH for-2.1 2/2] i386/acpi-build: support hotplug of VCPU with APIC ID 0xFF
,
Michael S. Tsirkin
,
2014/03/17
[Qemu-devel] semantics of qemu_peek_buffer ?
,
Dr. David Alan Gilbert
,
2014/03/14
Re: [Qemu-devel] semantics of qemu_peek_buffer ?
,
Juan Quintela
,
2014/03/18
Re: [Qemu-devel] semantics of qemu_peek_buffer ?
,
Dr. David Alan Gilbert
,
2014/03/18
[Qemu-devel] [PATCH] configure: Remove redundant message for -Werror
,
Stefan Weil
,
2014/03/14
[Qemu-devel] [PULL 00/14] tcg/aarch64 improvements, part 2
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PULL 01/14] tcg-aarch64: Introduce tcg_out_insn
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PULL 02/14] tcg-aarch64: Convert shift insns to tcg_out_insn
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PULL 04/14] tcg-aarch64: Implement mov with tcg_out_insn
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PULL 03/14] tcg-aarch64: Introduce tcg_out_insn_3401
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PULL 05/14] tcg-aarch64: Handle constant operands to add, sub, and compare
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PULL 06/14] tcg-aarch64: Handle constant operands to and, or, xor
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PULL 07/14] tcg-aarch64: Support andc, orc, eqv, not, neg
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PULL 08/14] tcg-aarch64: Support movcond
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PULL 09/14] tcg-aarch64: Use tcg_out_insn for setcond
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PULL 10/14] tcg-aarch64: Support deposit
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PULL 11/14] tcg-aarch64: Support add2, sub2
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PULL 12/14] tcg-aarch64: Support muluh, mulsh
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PULL 13/14] tcg-aarch64: Support div, rem
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PULL 14/14] tcg-aarch64: Introduce tcg_out_insn_3405
,
Richard Henderson
,
2014/03/14
Re: [Qemu-devel] [PULL 00/14] tcg/aarch64 improvements, part 2
,
Peter Maydell
,
2014/03/15
[Qemu-devel] [PATCH] configure: Show trace output file conditionally
,
Stefan Weil
,
2014/03/14
Re: [Qemu-devel] [PATCH] configure: Show trace output file conditionally
,
Stefan Hajnoczi
,
2014/03/18
[Qemu-devel] [PATCH v4 0/7] pc: Ensure APIC ID limits before aborting or corrupting memory
,
Eduardo Habkost
,
2014/03/14
[Qemu-devel] [PATCH v4 1/7] acpi: Add ACPI_CPU_HOTPLUG_ID_LIMIT macro
,
Eduardo Habkost
,
2014/03/14
[Qemu-devel] [PATCH v4 4/7] acpi: Don't use MAX_CPUMASK_BITS for APIC ID bitmap
,
Eduardo Habkost
,
2014/03/14
[Qemu-devel] [PATCH v4 3/7] acpi: Assert sts array limit on AcpiCpuHotplug_add()
,
Eduardo Habkost
,
2014/03/14
[Qemu-devel] [PATCH v4 2/7] pc: Refuse CPU hotplug if the resulting APIC ID is too large
,
Eduardo Habkost
,
2014/03/14
[Qemu-devel] [PATCH v4 7/7] vl.c: Use MAX_CPUS macro instead of hardcoded constant
,
Eduardo Habkost
,
2014/03/14
Re: [Qemu-devel] [PATCH v4 7/7] vl.c: Use MAX_CPUS macro instead of hardcoded constant
,
Laszlo Ersek
,
2014/03/14
[Qemu-devel] [PATCH v4 5/7] pc: Refuse max_cpus if it results in too large APIC ID
,
Eduardo Habkost
,
2014/03/14
[Qemu-devel] [PATCH v4 6/7] vl.c: Rename MAX_CPUMASK_BITS to MAX_CPUS
,
Eduardo Habkost
,
2014/03/14
Re: [Qemu-devel] [PATCH v4 6/7] vl.c: Rename MAX_CPUMASK_BITS to MAX_CPUS
,
Eduardo Habkost
,
2014/03/18
Re: [Qemu-devel] [PATCH v4 6/7] vl.c: Rename MAX_CPUMASK_BITS to MAX_CPUS
,
Michael S. Tsirkin
,
2014/03/18
Re: [Qemu-devel] [PATCH v4 0/7] pc: Ensure APIC ID limits before aborting or corrupting memory
,
Michael S. Tsirkin
,
2014/03/17
[Qemu-devel] [PATCH v2 00/25] A64: Neon patches, sixth set
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 07/25] target-arm: A64: Implement SADDLP, UADDLP, SADALP, UADALP
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 10/25] target-arm: A64: Implement FCVTN
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 21/25] target-arm: A64: Move handle_2misc_narrow function
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 23/25] target-arm: A64: Implement FCVTXN
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 08/25] target-arm: A64: Implement SHLL, SHLL2
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 15/25] target-arm: A64: Implement FRINT*
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 19/25] softfloat: export squash_input_denormal functions
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 05/25] target-arm: A64: Add remaining CLS/Z vector ops
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 06/25] target-arm: A64: Saturating and narrowing shift ops
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 17/25] target-arm: A64: Handle saturating left shifts SQSHL, SQSHLU, UQSHL
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 03/25] target-arm: A64: Add last AdvSIMD Integer to FP ops
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 18/25] target-arm: A64: Implement FCVTZS, FCVTZU in the shift-imm categories
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 16/25] exec-all.h: Increase MAX_OP_PER_INSTR for ARM A64 decoder
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 09/25] target-arm: A64: Implement FCVT[NMAPZ][SU] SIMD instructions
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 14/25] target-arm: A64: Implement SRI
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 12/25] target-arm: A64: List unsupported shift-imm opcodes
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 04/25] target-arm: A64: Add FSQRT to C3.6.17 (two misc)
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 22/25] target-arm: A64: Implement scalar saturating narrow ops
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 02/25] target-arm: A64: Fix bug in add_sub_ext handling of rn
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 25/25] scripts/qemu-binfmt-conf.sh: Add AArch64 registration
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 01/25] target-arm: A64: Implement PMULL instruction
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 13/25] target-arm: A64: Add FRECPX (reciprocal exponent)
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 20/25] target-arm: A64: Implement AdvSIMD reciprocal estimate insns URECPE, FRECPE
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 24/25] target-arm: A64: Add [UF]RSQRTE (reciprocal root estimate)
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH v2 11/25] target-arm: A64: Implement FCVTL
,
Peter Maydell
,
2014/03/14
Re: [Qemu-devel] [PATCH v2 00/25] A64: Neon patches, sixth set
,
Richard Henderson
,
2014/03/14
[Qemu-devel] [PATCH v3 0/7] pc: Ensure APIC ID limits before aborting or corrupting memory
,
Eduardo Habkost
,
2014/03/14
[Qemu-devel] [PATCH v3 1/7] acpi: Add ACPI_CPU_HOTPLUG_ID_LIMIT macro
,
Eduardo Habkost
,
2014/03/14
[Qemu-devel] [PATCH v3 3/7] acpi: Assert sts array limit on AcpiCpuHotplug_add()
,
Eduardo Habkost
,
2014/03/14
[Qemu-devel] [PATCH v3 2/7] pc: Refuse CPU hotplug if the resulting APIC ID is too large
,
Eduardo Habkost
,
2014/03/14
[Qemu-devel] [PATCH v3 4/7] acpi: Don't use MAX_CPUMASK_BITS for APIC ID bitmap
,
Eduardo Habkost
,
2014/03/14
Re: [Qemu-devel] [PATCH v3 4/7] acpi: Don't use MAX_CPUMASK_BITS for APIC ID bitmap
,
Laszlo Ersek
,
2014/03/14
Re: [Qemu-devel] [PATCH v3 4/7] acpi: Don't use MAX_CPUMASK_BITS for APIC ID bitmap
,
Laszlo Ersek
,
2014/03/14
[Qemu-devel] [PATCH v3 6/7] vl.c: Rename MAX_CPUMASK_BITS to MAX_CPUS
,
Eduardo Habkost
,
2014/03/14
Re: [Qemu-devel] [PATCH v3 6/7] vl.c: Rename MAX_CPUMASK_BITS to MAX_CPUS
,
Laszlo Ersek
,
2014/03/14
[Qemu-devel] [PATCH v3 5/7] pc: Refuse max_cpus if it results in too large APIC ID
,
Eduardo Habkost
,
2014/03/14
Re: [Qemu-devel] [PATCH v3 5/7] pc: Refuse max_cpus if it results in too large APIC ID
,
Laszlo Ersek
,
2014/03/14
[Qemu-devel] [PATCH v3 7/7] vl.c: Use MAX_CPUS macro instead of hardcoded constant
,
Eduardo Habkost
,
2014/03/14
Re: [Qemu-devel] [PATCH v3 7/7] vl.c: Use MAX_CPUS macro instead of hardcoded constant
,
Laszlo Ersek
,
2014/03/14
Re: [Qemu-devel] [PATCH v3 7/7] vl.c: Use MAX_CPUS macro instead of hardcoded constant
,
Eduardo Habkost
,
2014/03/14
Re: [Qemu-devel] [PATCH v3 7/7] vl.c: Use MAX_CPUS macro instead of hardcoded constant
,
Laszlo Ersek
,
2014/03/14
[Qemu-devel] [PATCH v2 0/4] ARM pl011 fixes
,
Rob Herring
,
2014/03/14
[Qemu-devel] [PATCH v2 1/4] pl011: reset the fifo when enabled or disabled
,
Rob Herring
,
2014/03/14
Re: [Qemu-devel] [PATCH v2 1/4] pl011: reset the fifo when enabled or disabled
,
Peter Maydell
,
2014/03/16
Re: [Qemu-devel] [PATCH v2 1/4] pl011: reset the fifo when enabled or disabled
,
Peter Maydell
,
2014/03/16
[Qemu-devel] [PATCH v2 2/4] pl011: fix UARTRSR accesses corrupting the UARTCR value
,
Rob Herring
,
2014/03/14
Re: [Qemu-devel] [PATCH v2 2/4] pl011: fix UARTRSR accesses corrupting the UARTCR value
,
Peter Maydell
,
2014/03/16
[Qemu-devel] [PATCH v2 3/4] pl011: fix incorrect logic to set the RXFF flag
,
Rob Herring
,
2014/03/14
Re: [Qemu-devel] [PATCH v2 3/4] pl011: fix incorrect logic to set the RXFF flag
,
Peter Maydell
,
2014/03/16
[Qemu-devel] [PATCH v2 4/4] pl011: re-evaluate rx interrupt when fifo trigger changes
,
Rob Herring
,
2014/03/14
Re: [Qemu-devel] [PATCH v2 4/4] pl011: re-evaluate rx interrupt when fifo trigger changes
,
Peter Maydell
,
2014/03/16
Re: [Qemu-devel] [PATCH v2 4/4] pl011: re-evaluate rx interrupt when fifo trigger changes
,
Peter Maydell
,
2014/03/16
Re: [Qemu-devel] [PATCH v2 4/4] pl011: re-evaluate rx interrupt when fifo trigger changes
,
Rob Herring
,
2014/03/17
[Qemu-devel] [PATCH] linux-user: Implement capget, capset
,
Peter Maydell
,
2014/03/14
Re: [Qemu-devel] [PATCH] linux-user: Implement capget, capset
,
Riku Voipio
,
2014/03/17
Re: [Qemu-devel] [PATCH] linux-user: Implement capget, capset
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PATCH] qemu-nbd: Fix coverity issues
,
Paolo Bonzini
,
2014/03/14
Re: [Qemu-devel] [PATCH] qemu-nbd: Fix coverity issues
,
Markus Armbruster
,
2014/03/17
[Qemu-devel] [PATCH] FSL eTSEC: Fix typo in rx ring
,
Fabien Chouteau
,
2014/03/14
Re: [Qemu-devel] [Qemu-trivial] [PATCH] FSL eTSEC: Fix typo in rx ring
,
Michael Tokarev
,
2014/03/14
Re: [Qemu-devel] [Qemu-trivial] [PATCH] FSL eTSEC: Fix typo in rx ring
,
Fabien Chouteau
,
2014/03/17
[Qemu-devel] [PATCH v2 for-2.0] scripts/make-release: Don't distribute .git directories
,
Cole Robinson
,
2014/03/14
Re: [Qemu-devel] [Qemu-trivial] [PATCH v2 for-2.0] scripts/make-release: Don't distribute .git directories
,
Michael Tokarev
,
2014/03/14
[Qemu-devel] [PATCH 1/1] target-ppc: Adding Functionality to rtas_ibm_get_system_parameter.
,
Tomo Berry
,
2014/03/14
Re: [Qemu-devel] [PATCH 1/1] target-ppc: Adding Functionality to rtas_ibm_get_system_parameter.
,
Andreas Färber
,
2014/03/19
[Qemu-devel] [PATCH for-2.0] scripts/make-release: Don't distribute .git directories
,
Cole Robinson
,
2014/03/14
Re: [Qemu-devel] [PATCH for-2.0] scripts/make-release: Don't distribute .git directories
,
Laszlo Ersek
,
2014/03/14
Re: [Qemu-devel] [Qemu-trivial] [PATCH for-2.0] scripts/make-release: Don't distribute .git directories
,
Michael Tokarev
,
2014/03/14
[Qemu-devel] [PULL for-2.0 0/6] Block patches
,
Stefan Hajnoczi
,
2014/03/14
[Qemu-devel] [PULL for-2.0 3/6] nbd: close socket if connection breaks
,
Stefan Hajnoczi
,
2014/03/14
[Qemu-devel] [PULL for-2.0 1/6] blockdev: Refuse to open encrypted image unless paused
,
Stefan Hajnoczi
,
2014/03/14
[Qemu-devel] [PULL for-2.0 5/6] qemu-iotests: add 083 NBD client disconnect tests
,
Stefan Hajnoczi
,
2014/03/14
[Qemu-devel] [PULL for-2.0 6/6] qemu-iotests: remove 085 and 087 from 'quick' group
,
Stefan Hajnoczi
,
2014/03/14
[Qemu-devel] [PULL for-2.0 2/6] block: Explicitly specify 'unsigned long long' for VHDX 64-bit constants
,
Stefan Hajnoczi
,
2014/03/14
[Qemu-devel] [PULL for-2.0 4/6] tests: add nbd-fault-injector.py utility
,
Stefan Hajnoczi
,
2014/03/14
Re: [Qemu-devel] [PULL for-2.0 0/6] Block patches
,
Peter Maydell
,
2014/03/15
[Qemu-devel] vnc regression with -vga vmware
,
Serge Hallyn
,
2014/03/14
Re: [Qemu-devel] vnc regression with -vga vmware
,
Gerd Hoffmann
,
2014/03/17
Re: [Qemu-devel] vnc regression with -vga vmware
,
Peter Lieven
,
2014/03/17
Re: [Qemu-devel] vnc regression with -vga vmware
,
Peter Lieven
,
2014/03/17
Re: [Qemu-devel] vnc regression with -vga vmware
,
Serge Hallyn
,
2014/03/17
Re: [Qemu-devel] vnc regression with -vga vmware
,
Peter Lieven
,
2014/03/17
Re: [Qemu-devel] vnc regression with -vga vmware
,
Serge Hallyn
,
2014/03/17
Re: [Qemu-devel] vnc regression with -vga vmware
,
Peter Lieven
,
2014/03/17
Re: [Qemu-devel] vnc regression with -vga vmware
,
Serge Hallyn
,
2014/03/17
Re: [Qemu-devel] vnc regression with -vga vmware
,
Peter Lieven
,
2014/03/17
[Qemu-devel] n ways block filters
,
Benoît Canet
,
2014/03/14
Re: [Qemu-devel] n ways block filters
,
Fam Zheng
,
2014/03/16
Re: [Qemu-devel] n ways block filters
,
Benoît Canet
,
2014/03/17
Re: [Qemu-devel] n ways block filters
,
Stefan Hajnoczi
,
2014/03/17
Re: [Qemu-devel] n ways block filters
,
Kevin Wolf
,
2014/03/18
Re: [Qemu-devel] n ways block filters
,
Benoît Canet
,
2014/03/20
Re: [Qemu-devel] n ways block filters
,
Kevin Wolf
,
2014/03/20
Re: [Qemu-devel] n ways block filters
,
Benoît Canet
,
2014/03/20
Re: [Qemu-devel] n ways block filters
,
Benoît Canet
,
2014/03/20
Re: [Qemu-devel] n ways block filters
,
Benoît Canet
,
2014/03/24
Re: [Qemu-devel] n ways block filters
,
Kevin Wolf
,
2014/03/24
Re: [Qemu-devel] n ways block filters
,
Benoît Canet
,
2014/03/27
[Qemu-devel] [PATCH V3 0/3] Quorum maintainance operations
,
Benoît Canet
,
2014/03/14
[Qemu-devel] [PATCH V3 3/3] qemu-iotests: Add 088 new test for drive-mirror-replace.
,
Benoît Canet
,
2014/03/14
Re: [Qemu-devel] [PATCH V3 3/3] qemu-iotests: Add 088 new test for drive-mirror-replace.
,
Max Reitz
,
2014/03/15
[Qemu-devel] [PATCH V3 1/3] quorum: Add the rewrite-corrupted parameter to quorum.
,
Benoît Canet
,
2014/03/14
[Qemu-devel] [PATCH V3 2/3] block: Add drive-mirror-replace command to repair quorum files.
,
Benoît Canet
,
2014/03/14
Re: [Qemu-devel] [PATCH V3 2/3] block: Add drive-mirror-replace command to repair quorum files.
,
Max Reitz
,
2014/03/15
[Qemu-devel] [PATCH/RFC 0/4] s390/kvm: Fixes
,
Christian Borntraeger
,
2014/03/14
[Qemu-devel] [PATCH 1/4] s390/ipl: Fix error path on BIOS loading
,
Christian Borntraeger
,
2014/03/14
[Qemu-devel] [PATCH 4/4] s390x/sclpconsole-lm: Fix and simplify irq setup
,
Christian Borntraeger
,
2014/03/14
[Qemu-devel] [PATCH 2/4] s390x/cpu hotplug: Fix memory leak
,
Christian Borntraeger
,
2014/03/14
[Qemu-devel] [PATCH 3/4] s390x/sclpconsole: Fix and simplify interrupt injection
,
Christian Borntraeger
,
2014/03/14
[Qemu-devel] [PATCH 0/2] dataplane: fix bogus coverity warnings
,
Stefan Hajnoczi
,
2014/03/14
[Qemu-devel] [PATCH 1/2] iothread: fix bogus coverity warning
,
Stefan Hajnoczi
,
2014/03/14
[Qemu-devel] [PATCH 2/2] rfifolock: fix bogus coverity warning
,
Stefan Hajnoczi
,
2014/03/14
Re: [Qemu-devel] [PATCH 0/2] dataplane: fix bogus coverity warnings
,
Paolo Bonzini
,
2014/03/14
Re: [Qemu-devel] [PATCH 0/2] dataplane: fix bogus coverity warnings
,
Stefan Hajnoczi
,
2014/03/17
[Qemu-devel] [trivial PATCH 2.0 0/1] silence invalid cyrus-sasl warning on startup
,
Laszlo Ersek
,
2014/03/14
[Qemu-devel] [trivial PATCH 2.0 1/1] sasl: Avoid 'Could not find keytab file' in syslog
,
Laszlo Ersek
,
2014/03/14
Re: [Qemu-devel] [trivial PATCH 2.0 1/1] sasl: Avoid 'Could not find keytab file' in syslog
,
Cole Robinson
,
2014/03/14
Re: [Qemu-devel] [Qemu-trivial] [trivial PATCH 2.0 1/1] sasl: Avoid 'Could not find keytab file' in syslog
,
Michael Tokarev
,
2014/03/14
Re: [Qemu-devel] [Qemu-trivial] [trivial PATCH 2.0 1/1] sasl: Avoid 'Could not find keytab file' in syslog
,
Cole Robinson
,
2014/03/14
[Qemu-devel] [PATCH 0/2] linux-user: Don't allow guest to block SIGSEGV
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH 2/2] linux-user: Don't allow guest to block SIGSEGV
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH 1/2] signal: added a wrapper for sigprocmask function
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH 1/2] linux-user: Add wrapper for guest uses of sigprocmask function
,
Peter Maydell
,
2014/03/14
[Qemu-devel] [PATCH] convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create()
,
Aakriti Gupta
,
2014/03/14
Re: [Qemu-devel] [PATCH] convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create()
,
Stefan Hajnoczi
,
2014/03/14
Re: [Qemu-devel] [PATCH] convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create()
,
Stefan Hajnoczi
,
2014/03/14
[Qemu-devel] [PATCH] target-ppc: Fix h_enter to loop correctly
,
Aneesh Kumar K.V
,
2014/03/14
Re: [Qemu-devel] [PATCH] target-ppc: Fix h_enter to loop correctly
,
Aneesh Kumar K.V
,
2014/03/19
Re: [Qemu-devel] [PATCH] target-ppc: Fix h_enter to loop correctly
,
Andreas Färber
,
2014/03/19
Re: [Qemu-devel] [PATCH] target-ppc: Fix h_enter to loop correctly
,
Paolo Bonzini
,
2014/03/19
[Qemu-devel] [PATCH v4 00/10] KVM Support for MIPS32 Processors
,
James Hogan
,
2014/03/14
[Qemu-devel] [PATCH v4 01/10] hw/mips/cputimer: Don't start periodic timer in KVM mode
,
James Hogan
,
2014/03/14
Re: [Qemu-devel] [PATCH v4 01/10] hw/mips/cputimer: Don't start periodic timer in KVM mode
,
Paolo Bonzini
,
2014/03/19
Re: [Qemu-devel] [PATCH v4 01/10] hw/mips/cputimer: Don't start periodic timer in KVM mode
,
James Hogan
,
2014/03/20
Re: [Qemu-devel] [PATCH v4 01/10] hw/mips/cputimer: Don't start periodic timer in KVM mode
,
Paolo Bonzini
,
2014/03/20
[Qemu-devel] [PATCH v4 02/10] hw/mips: Add API to convert KVM guest KSEG0 <-> GPA
,
James Hogan
,
2014/03/14
[Qemu-devel] [PATCH v4 03/10] target-mips: get_physical_address: Add defines for segment bases
,
James Hogan
,
2014/03/14
Re: [Qemu-devel] [PATCH v4 03/10] target-mips: get_physical_address: Add defines for segment bases
,
Paolo Bonzini
,
2014/03/19
[Qemu-devel] [PATCH v4 05/10] kvm: Allow arch to set sigmask length
,
James Hogan
,
2014/03/14
[Qemu-devel] [PATCH v4 04/10] target-mips: get_physical_address: Add KVM awareness
,
James Hogan
,
2014/03/14
Re: [Qemu-devel] [PATCH v4 04/10] target-mips: get_physical_address: Add KVM awareness
,
Paolo Bonzini
,
2014/03/19
Re: [Qemu-devel] [PATCH v4 04/10] target-mips: get_physical_address: Add KVM awareness
,
James Hogan
,
2014/03/20
[Qemu-devel] [PATCH v4 07/10] hw/mips: In KVM mode, inject IRQ2 (I/O) interupts via ioctls
,
James Hogan
,
2014/03/14
[Qemu-devel] [PATCH v4 08/10] hw/mips: malta: Add KVM support
,
James Hogan
,
2014/03/14
Re: [Qemu-devel] [PATCH v4 08/10] hw/mips: malta: Add KVM support
,
Paolo Bonzini
,
2014/03/19
Re: [Qemu-devel] [PATCH v4 08/10] hw/mips: malta: Add KVM support
,
James Hogan
,
2014/03/20
[Qemu-devel] [PATCH v4 09/10] target-mips: Enable KVM support in build system
,
James Hogan
,
2014/03/14
[Qemu-devel] [PATCH v4 10/10] MAINTAINERS: Add entry for MIPS KVM
,
James Hogan
,
2014/03/14
[Qemu-devel] [PATCH v4 06/10] target-mips: kvm: Add main KVM support for MIPS
,
James Hogan
,
2014/03/14
Re: [Qemu-devel] [PATCH v4 00/10] KVM Support for MIPS32 Processors
,
Peter Maydell
,
2014/03/14
Re: [Qemu-devel] [PATCH v4 00/10] KVM Support for MIPS32 Processors
,
James Hogan
,
2014/03/14
Re: [Qemu-devel] [PATCH v4 00/10] KVM Support for MIPS32 Processors
,
Paolo Bonzini
,
2014/03/19
Re: [Qemu-devel] [PATCH v4 00/10] KVM Support for MIPS32 Processors
,
James Hogan
,
2014/03/20
Re: [Qemu-devel] [PATCH v4 00/10] KVM Support for MIPS32 Processors
,
Paolo Bonzini
,
2014/03/20
Re: [Qemu-devel] [PATCH v4 00/10] KVM Support for MIPS32 Processors
,
James Hogan
,
2014/03/21
[Qemu-devel] [PULL 0/3] SCSI changes for 2.0-rc1
,
Paolo Bonzini
,
2014/03/14
Re: [Qemu-devel] [PULL 0/3] SCSI changes for 2.0-rc1
,
Peter Maydell
,
2014/03/14
[Qemu-devel] Coverity scan successes
,
Paolo Bonzini
,
2014/03/14
Re: [Qemu-devel] Coverity scan successes
,
Kevin Wolf
,
2014/03/17
Re: [Qemu-devel] Coverity scan successes
,
Paolo Bonzini
,
2014/03/17
[Qemu-devel] [PATCH] qemu-doc.texi: Replace remaining obsolete -M option
,
mrezanin
,
2014/03/14
Re: [Qemu-devel] [PATCH] qemu-doc.texi: Replace remaining obsolete -M option
,
Eric Blake
,
2014/03/14
[Qemu-devel] [PATCH v7] vl.c: Output error on invalid machine type
,
mrezanin
,
2014/03/14
Re: [Qemu-devel] [PATCH v7] vl.c: Output error on invalid machine type
,
Eric Blake
,
2014/03/14
Re: [Qemu-devel] [PATCH v7] vl.c: Output error on invalid machine type
,
Markus Armbruster
,
2014/03/17
Re: [Qemu-devel] [PATCH v7] vl.c: Output error on invalid machine type
,
Paolo Bonzini
,
2014/03/17
[Qemu-devel] [PATCH] block: Explicitly specify 'unsigned long long' for VHDX 64-bit constants
,
Jeff Cody
,
2014/03/14
Re: [Qemu-devel] [PATCH] block: Explicitly specify 'unsigned long long' for VHDX 64-bit constants
,
Stefan Hajnoczi
,
2014/03/14
Re: [Qemu-devel] [PATCH] block: Explicitly specify 'unsigned long long' for VHDX 64-bit constants
,
Richard W.M. Jones
,
2014/03/14
Re: [Qemu-devel] [PATCH] block: Explicitly specify 'unsigned long long' for VHDX 64-bit constants
,
Peter Maydell
,
2014/03/14
Re: [Qemu-devel] [PATCH] block: Explicitly specify 'unsigned long long' for VHDX 64-bit constants
,
Richard W.M. Jones
,
2014/03/14
Re: [Qemu-devel] [PATCH] block: Explicitly specify 'unsigned long long' for VHDX 64-bit constants
,
Laszlo Ersek
,
2014/03/14
Re: [Qemu-devel] [PATCH] block: Explicitly specify 'unsigned long long' for VHDX 64-bit constants
,
Richard W.M. Jones
,
2014/03/14
Re: [Qemu-devel] [PATCH] block: Explicitly specify 'unsigned long long' for VHDX 64-bit constants
,
Laszlo Ersek
,
2014/03/14
Re: [Qemu-devel] [PATCH] block: Explicitly specify 'unsigned long long' for VHDX 64-bit constants
,
Richard W.M. Jones
,
2014/03/14
Re: [Qemu-devel] [PATCH] block: Explicitly specify 'unsigned long long' for VHDX 64-bit constants
,
Laszlo Ersek
,
2014/03/14
Re: [Qemu-devel] [PATCH] block: Explicitly specify 'unsigned long long' for VHDX 64-bit constants
,
Laszlo Ersek
,
2014/03/14
Re: [Qemu-devel] [PATCH] block: Explicitly specify 'unsigned long long' for VHDX 64-bit constants
,
Peter Maydell
,
2014/03/14
Re: [Qemu-devel] [PATCH] block: Explicitly specify 'unsigned long long' for VHDX 64-bit constants
,
Laszlo Ersek
,
2014/03/14
Re: [Qemu-devel] [PATCH] block: Explicitly specify 'unsigned long long' for VHDX 64-bit constants
,
Laszlo Ersek
,
2014/03/14
Re: [Qemu-devel] [PATCH] block: Explicitly specify 'unsigned long long' for VHDX 64-bit constants
,
Peter Maydell
,
2014/03/14
Re: [Qemu-devel] [PATCH] block: Explicitly specify 'unsigned long long' for VHDX 64-bit constants
,
Laszlo Ersek
,
2014/03/14
Re: [Qemu-devel] [PATCH] block: Explicitly specify 'unsigned long long' for VHDX 64-bit constants
,
Peter Maydell
,
2014/03/14
Re: [Qemu-devel] [PATCH] block: Explicitly specify 'unsigned long long' for VHDX 64-bit constants
,
Laszlo Ersek
,
2014/03/14
Re: [Qemu-devel] [PATCH] block: Explicitly specify 'unsigned long long' for VHDX 64-bit constants
,
Laszlo Ersek
,
2014/03/14
[Qemu-devel] [PULL 0/3] gtk fixes.
,
Gerd Hoffmann
,
2014/03/14
[Qemu-devel] [PULL 1/3] gtk: Allow to activate grab-on-hover from the command line
,
Gerd Hoffmann
,
2014/03/14
[Qemu-devel] [PULL 3/3] gtk: Don't warp absolute pointer
,
Gerd Hoffmann
,
2014/03/14
[Qemu-devel] [PULL 2/3] gtk: Fix mouse warping with gtk3
,
Gerd Hoffmann
,
2014/03/14
Re: [Qemu-devel] [PULL 0/3] gtk fixes.
,
Peter Maydell
,
2014/03/14
Re: [Qemu-devel] [PULL 0/3] gtk fixes.
,
Gerd Hoffmann
,
2014/03/17
[Qemu-devel] [PULL 0/3] gtk fixes.
,
Gerd Hoffmann
,
2014/03/17
[Qemu-devel] [PULL 2/3] gtk: Fix mouse warping with gtk3
,
Gerd Hoffmann
,
2014/03/17
[Qemu-devel] [PULL 1/3] gtk: Allow to activate grab-on-hover from the command line
,
Gerd Hoffmann
,
2014/03/17
[Qemu-devel] [PULL 3/3] gtk: Don't warp absolute pointer
,
Gerd Hoffmann
,
2014/03/17
Re: [Qemu-devel] [PULL 0/3] gtk fixes.
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PATCH] Makefile: Don't find and delete when $(DSOSUF) is empty in "make clean"
,
Fam Zheng
,
2014/03/14
Re: [Qemu-devel] [PATCH] Makefile: Don't find and delete when $(DSOSUF) is empty in "make clean"
,
Stefan Hajnoczi
,
2014/03/14
Re: [Qemu-devel] [PATCH] Makefile: Don't find and delete when $(DSOSUF) is empty in "make clean"
,
Stefan Weil
,
2014/03/14
Re: [Qemu-devel] [PATCH] Makefile: Don't find and delete when $(DSOSUF) is empty in "make clean"
,
Fam Zheng
,
2014/03/16
Re: [Qemu-devel] [PATCH] Makefile: Don't find and delete when $(DSOSUF) is empty in "make clean"
,
Markus Armbruster
,
2014/03/17
Re: [Qemu-devel] [PATCH] Makefile: Don't find and delete when $(DSOSUF) is empty in "make clean"
,
Andreas Färber
,
2014/03/17
Re: [Qemu-devel] [PATCH] Makefile: Don't find and delete when $(DSOSUF) is empty in "make clean"
,
Peter Maydell
,
2014/03/17
Re: [Qemu-devel] [PATCH] Makefile: Don't find and delete when $(DSOSUF) is empty in "make clean"
,
Markus Armbruster
,
2014/03/18
Re: [Qemu-devel] [PATCH] Makefile: Don't find and delete when $(DSOSUF) is empty in "make clean"
,
Markus Armbruster
,
2014/03/18
[Qemu-devel] [PATCH v2 for-2.0] blockdev: Refuse to open encrypted image unless paused
,
Markus Armbruster
,
2014/03/14
Re: [Qemu-devel] [PATCH v2 for-2.0] blockdev: Refuse to open encrypted image unless paused
,
Eric Blake
,
2014/03/14
Re: [Qemu-devel] [PATCH v2 for-2.0] blockdev: Refuse to open encrypted image unless paused
,
Paolo Bonzini
,
2014/03/14
Re: [Qemu-devel] [PATCH v2 for-2.0] blockdev: Refuse to open encrypted image unless paused
,
Stefan Hajnoczi
,
2014/03/14
[Qemu-devel] VNC viewer displays nothing with -enable-kvm but works fine without -enable-kvm
,
Le Tan
,
2014/03/14
Re: [Qemu-devel] VNC viewer displays nothing with -enable-kvm but works fine without -enable-kvm
,
Stefan Hajnoczi
,
2014/03/20
Re: [Qemu-devel] VNC viewer displays nothing with -enable-kvm but works fine without -enable-kvm
,
Le Tan
,
2014/03/20
Re: [Qemu-devel] [RFC PATCH 6/7] hw/arm/virt: Use PSCI v0.2 function IDs when kernel supports its
,
Pranavkumar Sawargaonkar
,
2014/03/14
Re: [Qemu-devel] [RFC PATCH 6/7] hw/arm/virt: Use PSCI v0.2 function IDs when kernel supports its
,
Mark Rutland
,
2014/03/14
Re: [Qemu-devel] [RFC PATCH 6/7] hw/arm/virt: Use PSCI v0.2 function IDs when kernel supports its
,
Rob Herring
,
2014/03/14
Re: [Qemu-devel] [RFC PATCH 6/7] hw/arm/virt: Use PSCI v0.2 function IDs when kernel supports its
,
Mark Rutland
,
2014/03/17
[Qemu-devel] [PATCH 0/8] spapr: fix IOMMU and XICS/IRQs migration
,
Alexey Kardashevskiy
,
2014/03/14
[Qemu-devel] [PATCH 3/8] xics: add find_server
,
Alexey Kardashevskiy
,
2014/03/14
[Qemu-devel] [PATCH 6/8] spapr: move interrupt allocator to xics
,
Alexey Kardashevskiy
,
2014/03/14
[Qemu-devel] [PATCH 1/8] spapr-iommu: add a bus for spapr-iommu devices
,
Alexey Kardashevskiy
,
2014/03/14
[Qemu-devel] [PATCH 7/8] spapr: remove @next_irq
,
Alexey Kardashevskiy
,
2014/03/14
Re: [Qemu-devel] [PATCH 7/8] spapr: remove @next_irq
,
Thomas Huth
,
2014/03/14
[Qemu-devel] [PATCH 4/8] xics: add pre_load() hook to ICSStateClass
,
Alexey Kardashevskiy
,
2014/03/14
[Qemu-devel] [PATCH 5/8] xics: disable flags reset on xics reset
,
Alexey Kardashevskiy
,
2014/03/14
[Qemu-devel] [PATCH 8/8] xics: enable interrupt configuration reset on migration
,
Alexey Kardashevskiy
,
2014/03/14
[Qemu-devel] [PATCH 2/8] xics: add flags for interrupts
,
Alexey Kardashevskiy
,
2014/03/14
Re: [Qemu-devel] [PATCH 0/8] spapr: fix IOMMU and XICS/IRQs migration
,
Andreas Färber
,
2014/03/19
Re: [Qemu-devel] [RFC PATCH 7/7] target-arm: Hacky implementation of kvm_arch_reset_vcpu() for KVM ARM64
,
Christoffer Dall
,
2014/03/13
Re: [Qemu-devel] [RFC PATCH 7/7] target-arm: Hacky implementation of kvm_arch_reset_vcpu() for KVM ARM64
,
Pranavkumar Sawargaonkar
,
2014/03/14
[Qemu-devel] [ANNOUNCE] QEMU 2.0.0-rc0 is now available
,
Anthony Liguori
,
2014/03/13
Re: [Qemu-devel] [ANNOUNCE] QEMU 2.0.0-rc0 is now available
,
Riku Voipio
,
2014/03/14
Re: [Qemu-devel] [ANNOUNCE] QEMU 2.0.0-rc0 is now available
,
Andreas Färber
,
2014/03/17
Re: [Qemu-devel] [ANNOUNCE] QEMU 2.0.0-rc0 is now available
,
Gerd Hoffmann
,
2014/03/18
[Qemu-devel] [ANNOUNCE] QEMU 2.0.0-rc0 is now available
,
Anthony Liguori
,
2014/03/13
[Qemu-devel] [PATCH for-2.0] rules.mak: Fix per object libs extraction
,
Fam Zheng
,
2014/03/13
Re: [Qemu-devel] [PATCH for-2.0] rules.mak: Fix per object libs extraction
,
Paolo Bonzini
,
2014/03/14
Re: [Qemu-devel] [PATCH for-2.0] rules.mak: Fix per object libs extraction
,
Paolo Bonzini
,
2014/03/17
[Qemu-devel] [PATCH] rdma: Fix block during rdma migration
,
Wangyufei (James)
,
2014/03/13
[Qemu-devel] [PATCH] rdma: Fix block during rdma migration
,
Wangyufei (James)
,
2014/03/16
[Qemu-devel] [PATCH] rdma: Fix block during rdma migration
,
arei.gonglei
,
2014/03/29
Re: [Qemu-devel] [PATCH] rdma: Fix block during rdma migration
,
Michael R. Hines
,
2014/03/31
Re: [Qemu-devel] [PATCH] rdma: Fix block during rdma migration
,
Gonglei (Arei)
,
2014/03/31
Re: [Qemu-devel] [libvirt] RFC: Exposing backing chains in <domain> XML
,
Eric Blake
,
2014/03/13
[Qemu-devel] fstrim & upstream kernel not working
,
Richard W.M. Jones
,
2014/03/13
Re: [Qemu-devel] fstrim & upstream kernel not working
,
Paolo Bonzini
,
2014/03/14
Re: [Qemu-devel] fstrim & upstream kernel not working
,
Richard W.M. Jones
,
2014/03/14
Re: [Qemu-devel] fstrim & upstream kernel not working
,
Paolo Bonzini
,
2014/03/14
Re: [Qemu-devel] fstrim & upstream kernel not working
,
Richard W.M. Jones
,
2014/03/14
Re: [Qemu-devel] fstrim & upstream kernel not working
,
Paolo Bonzini
,
2014/03/14
Re: [Qemu-devel] fstrim & upstream kernel not working
,
Richard W.M. Jones
,
2014/03/14
[Qemu-devel] [PULL for-2.0 0/4] QOM devices patch queue 2014-03-13
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0 1/4] virtio-console: Fix VIRTIO_CONSOLE() cast macro
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0 2/4] virtio-console-test: Test virtserialport as well
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0 4/4] main-loop: Suppress "I/O thread spun" warnings for qtest
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0 3/4] qtest: Fix crash if SIGABRT during qtest_init()
,
Andreas Färber
,
2014/03/13
Re: [Qemu-devel] [PULL for-2.0 0/4] QOM devices patch queue 2014-03-13
,
Peter Maydell
,
2014/03/13
[Qemu-devel] [PULL for-2.0 0/2] PowerPC patch queue 2014-03-13 #2
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0 1/2] Fix vga_interface_type for command line argument '-device VGA'
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0 2/2] spapr: Fix return value of vga initialization
,
Andreas Färber
,
2014/03/13
Re: [Qemu-devel] [PULL for-2.0 0/2] PowerPC patch queue 2014-03-13 #2
,
Peter Maydell
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 v2 00/58] QOM CPUState patch queue 2014-03-13
,
Andreas Färber
,
2014/03/13
Re: [Qemu-devel] [PULL for-2.0-rc0 v2 00/58] QOM CPUState patch queue 2014-03-13
,
Peter Maydell
,
2014/03/13
[Qemu-devel] [PULL for-2.0 0/2] PReP patch queue 2014-03-13
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0 1/2] prep: Update ppc_rom.bin
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0 2/2] raven: Move BIOS loading from board code to PCI host
,
Andreas Färber
,
2014/03/13
Re: [Qemu-devel] [PULL for-2.0 0/2] PReP patch queue 2014-03-13
,
Peter Maydell
,
2014/03/13
[Qemu-devel] [PATCH v2 0/7] gtk: A few bug fixes
,
Cole Robinson
,
2014/03/13
[Qemu-devel] [PATCH v2 1/7] configure: Document --with-gtkabi
,
Cole Robinson
,
2014/03/13
[Qemu-devel] [PATCH v2 4/7] gtk: Remove use of deprecated stock items
,
Cole Robinson
,
2014/03/13
[Qemu-devel] [PATCH v2 2/7] gtk: Don't use deprecated gtk_image_menu_item_new_with_mnemonic
,
Cole Robinson
,
2014/03/13
[Qemu-devel] [PATCH v2 3/7] gtk: Don't use deprecated vte_terminal_get_adjustment
,
Cole Robinson
,
2014/03/13
[Qemu-devel] [PATCH v2 5/7] gtk: Use ctrl+alt+q for quit accelerator
,
Cole Robinson
,
2014/03/13
[Qemu-devel] [PATCH v2 6/7] gtk: Fix mouse warping with gtk3
,
Cole Robinson
,
2014/03/13
[Qemu-devel] [PATCH v2 7/7] gtk: Don't warp absolute pointer
,
Cole Robinson
,
2014/03/13
Re: [Qemu-devel] [PATCH v2 0/7] gtk: A few bug fixes
,
Gerd Hoffmann
,
2014/03/14
Re: [Qemu-devel] [PATCH v2 0/7] gtk: A few bug fixes
,
Cole Robinson
,
2014/03/14
Re: [Qemu-devel] [PATCH v2 0/7] gtk: A few bug fixes
,
Gerd Hoffmann
,
2014/03/14
Re: [Qemu-devel] spapr-iommu: extend SPAPR_TCE_TABLE class
,
Mike Day
,
2014/03/13
Re: [Qemu-devel] spapr-iommu: extend SPAPR_TCE_TABLE class
,
Andreas Färber
,
2014/03/13
Re: [Qemu-devel] spapr-iommu: extend SPAPR_TCE_TABLE class
,
Alexey Kardashevskiy
,
2014/03/13
Re: [Qemu-devel] spapr-iommu: extend SPAPR_TCE_TABLE class
,
Alexander Graf
,
2014/03/13
[Qemu-devel] Problems compiling HEAD on Mac OS X 10.9.2
,
Christian Mahnke
,
2014/03/13
Re: [Qemu-devel] Problems compiling HEAD on Mac OS X 10.9.2
,
Peter Maydell
,
2014/03/13
Re: [Qemu-devel] Problems compiling HEAD on Mac OS X 10.9.2
,
Christian Mahnke
,
2014/03/13
Message not available
Re: [Qemu-devel] Problems compiling HEAD on Mac OS X 10.9.2
,
Peter Maydell
,
2014/03/13
Re: [Qemu-devel] Problems compiling HEAD on Mac OS X 10.9.2
,
Christian Mahnke
,
2014/03/13
Re: [Qemu-devel] Problems compiling HEAD on Mac OS X 10.9.2
,
Peter Maydell
,
2014/03/13
Re: [Qemu-devel] Problems compiling HEAD on Mac OS X 10.9.2
,
Christian Mahnke
,
2014/03/13
Re: [Qemu-devel] Problems compiling HEAD on Mac OS X 10.9.2
,
Paolo Bonzini
,
2014/03/14
Re: [Qemu-devel] QEMU 2.0 release schedule proposal
,
Peter Maydell
,
2014/03/13
Re: [Qemu-devel] QEMU 2.0 release schedule proposal
,
Peter Maydell
,
2014/03/13
Re: [Qemu-devel] QEMU 2.0 release schedule proposal
,
Anthony Liguori
,
2014/03/13
Re: [Qemu-devel] [PATCH v3 08/10] raven: implement non-contiguous I/O region
,
Andreas Färber
,
2014/03/13
Re: [Qemu-devel] [PATCH v3 05/10] raven: set a correct PCI I/O memory region
,
Andreas Färber
,
2014/03/13
Re: [Qemu-devel] [PATCH v3 05/10] raven: set a correct PCI I/O memory region
,
Hervé Poussineau
,
2014/03/13
[Qemu-devel] [PATCH qom-next] virtio-console: Fix VIRTIO_CONSOLE() cast macro
,
Andreas Färber
,
2014/03/13
Re: [Qemu-devel] [PATCH qom-next] virtio-console: Fix VIRTIO_CONSOLE() cast macro
,
Richard W.M. Jones
,
2014/03/13
[Qemu-devel] [PATCH qom-next] virtio-console-test: Test virtserialport as well
,
Andreas Färber
,
2014/03/13
Re: [Qemu-devel] [PATCH qom-next] virtio-console-test: Test virtserialport as well
,
Richard W.M. Jones
,
2014/03/13
[Qemu-devel] [PATCH] main-loop: Suppress "I/O thread spun" warnings for qtest
,
Peter Maydell
,
2014/03/13
Re: [Qemu-devel] [PATCH] main-loop: Suppress "I/O thread spun" warnings for qtest
,
Andreas Färber
,
2014/03/13
Re: [Qemu-devel] [PATCH] main-loop: Suppress "I/O thread spun" warnings for qtest
,
Stefan Hajnoczi
,
2014/03/13
Re: [Qemu-devel] [PATCH] main-loop: Suppress "I/O thread spun" warnings for qtest
,
Andreas Färber
,
2014/03/13
Re: [Qemu-devel] [PATCH] main-loop: Suppress "I/O thread spun" warnings for qtest
,
Peter Maydell
,
2014/03/13
[Qemu-devel] [RFC 00/12] target-ppc: Decimal Floating Point
,
Tom Musta
,
2014/03/13
[Qemu-devel] [RFC 05/12] target-ppc: Eliminate redundant declarations
,
Tom Musta
,
2014/03/13
[Qemu-devel] [RFC 04/12] target-ppc: Change gstdint.h to stdint.h
,
Tom Musta
,
2014/03/13
[Qemu-devel] [RFC 06/12] target-ppc: Eliminate Unused Variable in decSetSubnormal
,
Tom Musta
,
2014/03/13
[Qemu-devel] [RFC 07/12] target-ppc: Enable Building of libdecnumber
,
Tom Musta
,
2014/03/13
[Qemu-devel] [RFC 10/12] target-ppc: Introduce DFP Helper Utilities
,
Tom Musta
,
2014/03/13
[Qemu-devel] [RFC 08/12] target-ppc: Define FPR Pointer Type for Helpers
,
Tom Musta
,
2014/03/13
[Qemu-devel] [RFC 09/12] target-ppc: Introduce Translation Macros for DFP Arithmetic Forms
,
Tom Musta
,
2014/03/13
[Qemu-devel] [RFC 02/12] target-ppc: Prepare libdecnumber for QEMU include structure
,
Tom Musta
,
2014/03/13
[Qemu-devel] [RFC 11/12] target-ppc: Introduce DFP Post Processor Utilities
,
Tom Musta
,
2014/03/13
[Qemu-devel] [RFC 03/12] target-ppc: Modify dconfig.h to Integrate with QEMU
,
Tom Musta
,
2014/03/13
[Qemu-devel] [RFC 12/12] target-ppc: Introduce DFP Add
,
Tom Musta
,
2014/03/13
[Qemu-devel] [RFC 01/12] target-ppc: Introduce libdecnumber Code
,
Tom Musta
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 00/58] QOM CPUState patch queue 2014-03-13
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 01/58] cpu: Don't clear cpu->exit_request on reset
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 03/58] target-arm: Clean up ENV_GET_CPU() usage
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 04/58] target-i386: Clean up ENV_GET_CPU() usage
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 02/58] target-alpha: Clean up ENV_GET_CPU() usage
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 05/58] target-ppc: Clean up ENV_GET_CPU() usage
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 06/58] target-s390x: Clean up ENV_GET_CPU() usage
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 07/58] target-sparc: Clean up ENV_GET_CPU() usage
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 08/58] target-unicore32: Clean up ENV_GET_CPU() usage
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 09/58] target-xtensa: Clean up ENV_GET_CPU() usage
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 12/58] target-i386: Call x86_cpu_load_def() earlier
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 10/58] cpu: Turn cpu_has_work() into a CPUClass hook
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 13/58] target-i386: Rename x86_def_t to X86CPUDefinition
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 11/58] target-i386: Rename cpu_x86_register() to x86_cpu_load_def()
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 15/58] target-i386: Make kvm_default_features an array
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 14/58] target-i386: Don't declare variables in the middle of blocks
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 18/58] target-i386: Prepare CPUClass::class_by_name for X86CPU
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 16/58] target-i386: Introduce x86_cpu_compat_disable_kvm_features()
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 17/58] target-i386: Enable x2apic by default on KVM
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 20/58] cpu: Introduce CPUClass::parse_features() hook
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 21/58] target-sparc: Use error_report() for CPU error reporting
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 23/58] target-sparc: Defer SPARCCPU feature inference to QOM realize
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 19/58] target-i386: X86CPU model subclasses
,
Andreas Färber
,
2014/03/13
Re: [Qemu-devel] [PULL for-2.0-rc0 19/58] target-i386: X86CPU model subclasses
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 24/58] cpu: Implement CPUClass::parse_features() for the rest of CPUs
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 26/58] target-m68k: Remove custom qemu_assert() function
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 22/58] target-sparc: Implement CPUClass::parse_features() for SPARCCPU
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 25/58] cpu: Factor out cpu_generic_init()
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 28/58] cpu: Move mem_io_{pc, vaddr} fields from CPU_COMMON to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 27/58] cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 29/58] cpu: Move can_do_io field from CPU_COMMON to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 31/58] cpu: Move icount_decr field from CPU_COMMON to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 30/58] cpu: Move icount_extra field from CPU_COMMON to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 32/58] cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 33/58] cpu: Move jmp_env field from CPU_COMMON to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 36/58] cpu: Move watchpoint fields from CPU_COMMON to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 35/58] cpu: Move opaque field from CPU_COMMON to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 37/58] cpu: Move breakpoints field from CPU_COMMON to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 34/58] cpu: Move exception_index field from CPU_COMMON to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 39/58] cpu-exec: Change cpu_loop_exit() argument to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 38/58] exec: Change tlb_fill() argument to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 41/58] translate-all: Change cpu_restore_state_from_tb() argument to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 42/58] translate-all: Change tb_check_watchpoint() argument to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 43/58] translate-all: Change cpu_io_recompile() argument to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 40/58] translate-all: Change cpu_restore_state() argument to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 44/58] translate-all: Change tb_gen_code() argument to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 45/58] translate-all: Change tb_flush_jmp_cache() argument to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 48/58] exec: Change cpu_breakpoint_{insert, remove{, _by_ref, _all}} argument
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 51/58] exec: Change memory_region_section_get_iotlb() argument to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 47/58] exec: Change cpu_watchpoint_{insert, remove{, _by_ref, _all}} argument
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 46/58] target-ppc: Use PowerPCCPU in PowerPCCPUClass::handle_mmu_fault hook
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 49/58] cpu-exec: Change cpu_resume_from_signal() argument to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 50/58] cputlb: Change tlb_unprotect_code_phys() argument to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 53/58] target-cris: Replace DisasContext::env field with CRISCPU
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 54/58] target-microblaze: Replace DisasContext::env field with MicroBlazeCPU
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 52/58] exec: Change cpu_abort() argument to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 55/58] cputlb: Change tlb_flush_page() argument to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 56/58] cputlb: Change tlb_flush() argument to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PATCH]: exec: fix cpu rework fallout (was cputlb: Change tlb_flush() argument to CPUState)
,
Christian Borntraeger
,
2014/03/17
Re: [Qemu-devel] [PATCH]: exec: fix cpu rework fallout (was cputlb: Change tlb_flush() argument to CPUState)
,
Andreas Färber
,
2014/03/17
[Qemu-devel] [PULL for-2.0-rc0 57/58] cputlb: Change tlb_set_page() argument to CPUState
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 58/58] user-exec: Change exception_action() argument to CPUState
,
Andreas Färber
,
2014/03/13
Re: [Qemu-devel] [PULL for-2.0-rc0 00/58] QOM CPUState patch queue 2014-03-13
,
Christian Borntraeger
,
2014/03/13
Re: [Qemu-devel] [PULL for-2.0-rc0 00/58] QOM CPUState patch queue 2014-03-13
,
Peter Maydell
,
2014/03/13
Re: [Qemu-devel] [PULL for-2.0-rc0 00/58] QOM CPUState patch queue 2014-03-13
,
Andreas Färber
,
2014/03/13
[Qemu-devel] Building QMP in qemu-nbd
,
Benoît Canet
,
2014/03/13
Re: [Qemu-devel] Building QMP in qemu-nbd
,
Eric Blake
,
2014/03/13
Re: [Qemu-devel] Building QMP in qemu-nbd
,
Paolo Bonzini
,
2014/03/13
[Qemu-devel] [V2 PATCH 0/6] Refactor AES Instructions
,
Tom Musta
,
2014/03/13
[Qemu-devel] [V2 PATCH 3/6] util: Add InvMixColumns
,
Tom Musta
,
2014/03/13
[Qemu-devel] [V2 PATCH 5/6] target-arm: Use Common Tables in AES Instructions
,
Tom Musta
,
2014/03/13
[Qemu-devel] [V2 PATCH 6/6] target-ppc: Refactor AES Instructions
,
Tom Musta
,
2014/03/13
[Qemu-devel] [V2 PATCH 4/6] target-i386: Use Common ShiftRows and InvShiftRows Tables
,
Tom Musta
,
2014/03/13
[Qemu-devel] [V2 PATCH 1/6] util: Add S-Box and InvS-Box Arrays to Common AES Utils
,
Tom Musta
,
2014/03/13
[Qemu-devel] [V2 PATCH 2/6] util: Add AES ShiftRows and InvShiftRows Tables
,
Tom Musta
,
2014/03/13
[Qemu-devel] [PULL v2 for-2.0 00/24] Block patches
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PULL v2 for-2.0 01/24] qcow2-refcount: Sanitize refcount table entry
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PULL v2 for-2.0 02/24] block: Update image size in bdrv_invalidate_cache()
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PULL v2 for-2.0 03/24] qcow2: Check bs->drv in copy_sectors()
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PULL v2 for-2.0 05/24] iotests: Test corruption during COW request
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PULL v2 for-2.0 07/24] object: add object_get_canonical_path_component()
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PULL v2 for-2.0 08/24] rfifolock: add recursive FIFO lock
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PULL v2 for-2.0 09/24] aio: add aio_context_acquire() and aio_context_release()
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PULL v2 for-2.0 06/24] block: Rewrite the snapshot authorization mechanism for block filters.
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PULL v2 for-2.0 10/24] iothread: add I/O thread object
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PULL v2 for-2.0 11/24] qdev: make get_pointer() handle temporary strings
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PULL v2 for-2.0 12/24] iothread: add "iothread" qdev property type
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PULL v2 for-2.0 15/24] qmp: add query-iothreads command
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PULL v2 for-2.0 16/24] qcow2: Keep option in qcow2_invalidate_cache()
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PULL v2 for-2.0 17/24] qcow2: Don't write with BDRV_O_INCOMING
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PULL v2 for-2.0 19/24] qemu-io: Fix warnings from static code analysis
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PULL v2 for-2.0 20/24] block/raw-posix: bdrv_parse_filename() for hdev
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PULL v2 for-2.0 21/24] block/raw-posix: bdrv_parse_filename() for floppy
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PULL v2 for-2.0 24/24] block/raw-win32: bdrv_parse_filename() for hdev
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PULL v2 for-2.0 04/24] block: bs->drv may be NULL in bdrv_debug_resume()
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PULL v2 for-2.0 13/24] dataplane: replace internal thread with IOThread
,
Stefan Hajnoczi
,
2014/03/13
Re: [Qemu-devel] [PULL v2 for-2.0 13/24] dataplane: replace internal thread with IOThread
,
Christian Borntraeger
,
2014/03/17
Re: [Qemu-devel] [PULL v2 for-2.0 13/24] dataplane: replace internal thread with IOThread
,
Christian Borntraeger
,
2014/03/19
Re: [Qemu-devel] [PULL v2 for-2.0 13/24] dataplane: replace internal thread with IOThread
,
Paolo Bonzini
,
2014/03/19
Re: [Qemu-devel] [PULL v2 for-2.0 13/24] dataplane: replace internal thread with IOThread
,
Stefan Hajnoczi
,
2014/03/20
Re: [Qemu-devel] [PULL v2 for-2.0 13/24] dataplane: replace internal thread with IOThread
,
Christian Borntraeger
,
2014/03/20
[Qemu-devel] [PULL v2 for-2.0 14/24] iothread: stash thread ID away
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PULL v2 for-2.0 18/24] block: Unlink temporary file
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PULL v2 for-2.0 22/24] block/raw-posix: bdrv_parse_filename() for cdrom
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PULL v2 for-2.0 23/24] block/raw-posix: Strip protocol prefix on creation
,
Stefan Hajnoczi
,
2014/03/13
Re: [Qemu-devel] [PULL v2 for-2.0 00/24] Block patches
,
Peter Maydell
,
2014/03/13
Re: [Qemu-devel] [PULL v2 for-2.0 00/24] Block patches
,
Hu Tao
,
2014/03/13
Re: [Qemu-devel] [PULL v2 for-2.0 00/24] Block patches
,
Stefan Hajnoczi
,
2014/03/14
[Qemu-devel] [Question] unexpected block during RDMA migration
,
Wangyufei (James)
,
2014/03/13
[Qemu-devel] [PULL 00/02] seccomp: adding new syscalls to the whitelist
,
Eduardo Otubo
,
2014/03/13
[Qemu-devel] [PULL 02/02] seccomp: add shmctl(), mlock(), and munlock() to the syscall whitelist
,
Eduardo Otubo
,
2014/03/13
[Qemu-devel] [PULL 01/02] seccomp: add timerfd_create and timerfd_settime to the whitelist
,
Eduardo Otubo
,
2014/03/13
Re: [Qemu-devel] [PULL 00/02] seccomp: adding new syscalls to the whitelist
,
Paul Moore
,
2014/03/24
[Qemu-devel] [PATCH buildfix] oslib-posix: Fix build on FreeBSD
,
Andreas Färber
,
2014/03/13
Re: [Qemu-devel] [PATCH buildfix] oslib-posix: Fix build on FreeBSD
,
Peter Maydell
,
2014/03/13
Re: [Qemu-devel] [PULL 01/12] util: Split out exec_dir from os_find_datadir
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PATCH] libqtest: Avoid inline varargs functions
,
Peter Maydell
,
2014/03/13
Re: [Qemu-devel] [PATCH] libqtest: Avoid inline varargs functions
,
Andreas Färber
,
2014/03/13
Re: [Qemu-devel] [PATCH] libqtest: Avoid inline varargs functions
,
Peter Maydell
,
2014/03/13
[Qemu-devel] Question in savevm.c
,
Veronia Bahaa
,
2014/03/13
Re: [Qemu-devel] Question in savevm.c
,
Peter Maydell
,
2014/03/13
[Qemu-devel] [PULL 0/7] gtk: cleanups and fixes
,
Gerd Hoffmann
,
2014/03/13
[Qemu-devel] [PULL 1/7] gtk: Allow to activate grab-on-hover from the command line
,
Gerd Hoffmann
,
2014/03/13
[Qemu-devel] [PULL 2/7] gtk: Don't use deprecated gtk_image_menu_item_new_with_mnemonic
,
Gerd Hoffmann
,
2014/03/13
[Qemu-devel] [PULL 3/7] gtk: Don't use deprecated vte_terminal_get_adjustment
,
Gerd Hoffmann
,
2014/03/13
[Qemu-devel] [PULL 6/7] gtk: Fix mouse warping with gtk3
,
Gerd Hoffmann
,
2014/03/13
[Qemu-devel] [PULL 5/7] gtk: Use ctrl+alt+q for quit accelerator
,
Gerd Hoffmann
,
2014/03/13
[Qemu-devel] [PULL 4/7] gtk: Remove use of deprecated stock items
,
Gerd Hoffmann
,
2014/03/13
[Qemu-devel] [PULL 7/7] gtk: Don't warp absolute pointer
,
Gerd Hoffmann
,
2014/03/13
Re: [Qemu-devel] [PULL 7/7] gtk: Don't warp absolute pointer
,
Dave Airlie
,
2014/03/17
Re: [Qemu-devel] [PULL 0/7] gtk: cleanups and fixes
,
Peter Maydell
,
2014/03/13
Re: [Qemu-devel] [PULL 0/7] gtk: cleanups and fixes
,
Cole Robinson
,
2014/03/13
[Qemu-devel] [PULL for-2.0 0/2] input: two more fixes
,
Gerd Hoffmann
,
2014/03/13
[Qemu-devel] [PULL 1/2] input: activate legacy kbd
,
Gerd Hoffmann
,
2014/03/13
[Qemu-devel] [PULL 2/2] gtk: Add mouse wheel support
,
Gerd Hoffmann
,
2014/03/13
Re: [Qemu-devel] [PULL for-2.0 0/2] input: two more fixes
,
Peter Maydell
,
2014/03/13
[Qemu-devel] [PULL for-2.0 0/1] char: restore read callback on a reattached (hotplug) chardev
,
Gerd Hoffmann
,
2014/03/13
[Qemu-devel] [PULL 1/1] char: restore read callback on a reattached (hotplug) chardev
,
Gerd Hoffmann
,
2014/03/13
Re: [Qemu-devel] [PULL 1/1] char: restore read callback on a reattached (hotplug) chardev
,
Paolo Bonzini
,
2014/03/13
Re: [Qemu-devel] [PULL for-2.0 0/1] char: restore read callback on a reattached (hotplug) chardev
,
Peter Maydell
,
2014/03/13
[Qemu-devel] [PATCH 0/2] qtest: crash fix and improved "make check" output
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PATCH 1/2] tests: show the name of each executing qtest
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PATCH 2/2] qtest: fix crash if SIGABRT during qtest_init()
,
Stefan Hajnoczi
,
2014/03/13
Re: [Qemu-devel] [PATCH 2/2] qtest: fix crash if SIGABRT during qtest_init()
,
Marcel Apfelbaum
,
2014/03/13
Re: [Qemu-devel] [PATCH 2/2] qtest: fix crash if SIGABRT during qtest_init()
,
Stefan Hajnoczi
,
2014/03/13
Re: [Qemu-devel] [PATCH 2/2] qtest: fix crash if SIGABRT during qtest_init()
,
Andreas Färber
,
2014/03/13
Re: [Qemu-devel] [PATCH 2/2] qtest: fix crash if SIGABRT during qtest_init()
,
Markus Armbruster
,
2014/03/27
Re: [Qemu-devel] [PATCH 2/2] qtest: fix crash if SIGABRT during qtest_init()
,
Andreas Färber
,
2014/03/27
Re: [Qemu-devel] [PATCH 2/2] qtest: fix crash if SIGABRT during qtest_init()
,
Marcel Apfelbaum
,
2014/03/27
Re: [Qemu-devel] [PATCH 2/2] qtest: fix crash if SIGABRT during qtest_init()
,
Stefan Hajnoczi
,
2014/03/27
Re: [Qemu-devel] [PATCH 2/2] qtest: fix crash if SIGABRT during qtest_init()
,
Markus Armbruster
,
2014/03/27
Re: [Qemu-devel] [PATCH 2/2] qtest: fix crash if SIGABRT during qtest_init()
,
Stefan Hajnoczi
,
2014/03/27
Re: [Qemu-devel] [PATCH 2/2] qtest: fix crash if SIGABRT during qtest_init()
,
Stefan Hajnoczi
,
2014/03/27
Re: [Qemu-devel] [PATCH 0/2] qtest: crash fix and improved "make check" output
,
Marcel Apfelbaum
,
2014/03/13
[Qemu-devel] [PATCH for-2.0] qemu-iotests: remove 085 and 087 from 'quick' group
,
Stefan Hajnoczi
,
2014/03/13
Re: [Qemu-devel] [PATCH for-2.0] qemu-iotests: remove 085 and 087 from 'quick' group
,
Stefan Hajnoczi
,
2014/03/14
[Qemu-devel] [Bug 1256546] Re: qemu-s390x-static: segmentation fault entering chroot
,
Bug Watch Updater
,
2014/03/13
[Qemu-devel] [Bug 1256546] Re: qemu-s390x-static: segmentation fault entering chroot
,
Serge Hallyn
,
2014/03/18
[Qemu-devel] [Bug 1280961] Re: editing the file when mount the file system using 9pfs. it will report fsync failed.
,
chchen
,
2014/03/13
[Qemu-devel] [PATCH RFC] virtio-net: announce self by guest
,
Jason Wang
,
2014/03/13
Re: [Qemu-devel] [PATCH RFC] virtio-net: announce self by guest
,
Amos Kong
,
2014/03/27
[Qemu-devel] [PATCH] spapr: add ibm, chip-id property in device tree
,
Alexey Kardashevskiy
,
2014/03/13
Re: [Qemu-devel] [PATCH v5 1/6] boot: extend get_boot_devices_list() to ignore suffixes
,
Alexey Kardashevskiy
,
2014/03/12
Re: [Qemu-devel] [PATCH v5 1/6] boot: extend get_boot_devices_list() to ignore suffixes
,
Paolo Bonzini
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 0/6] PowerPC patch queue 2014-03-13
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 1/6] Revert "KVM: Split QEMUMachine typedef into separate header"
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 2/6] Move QEMUMachine typedef to qemu/typedefs.h
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 4/6] xics-kvm: Fix reset function
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 5/6] spapr-pci: Convert to QOM realize
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 6/6] spapr-pci: Convert fprintf() to error_report()
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 3/6] pseries: Update SLOF firmware image to qemu-slof-20140304
,
Andreas Färber
,
2014/03/13
Re: [Qemu-devel] [PULL for-2.0-rc0 0/6] PowerPC patch queue 2014-03-13
,
Peter Maydell
,
2014/03/13
Re: [Qemu-devel] [PATCH 2/4] spapr-pci: introduce a finish_realize() callback
,
Andreas Färber
,
2014/03/12
Re: [Qemu-devel] [PATCH 2/4] spapr-pci: introduce a finish_realize() callback
,
Alexey Kardashevskiy
,
2014/03/13
Re: [Qemu-devel] [PATCH 4/4] spapr-pci: converts fprintf to error_report
,
Andreas Färber
,
2014/03/12
Re: [Qemu-devel] [PATCH 3/4] spapr-pci: add spapr_pci trace
,
Andreas Färber
,
2014/03/12
Re: [Qemu-devel] [PATCH 3/4] spapr-pci: add spapr_pci trace
,
Alexey Kardashevskiy
,
2014/03/13
Re: [Qemu-devel] [PATCH 1/4] spapr-pci: convert init() callback to realize()
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 v2 00/31] QOM devices patch queue 2014-03-12
,
Andreas Färber
,
2014/03/12
Re: [Qemu-devel] [PULL for-2.0-rc0 v2 00/31] QOM devices patch queue 2014-03-12
,
Peter Maydell
,
2014/03/13
Re: [Qemu-devel] [PULL for-2.0-rc0 v2 00/31] QOM devices patch queue 2014-03-12
,
Andreas Färber
,
2014/03/13
Re: [Qemu-devel] [PULL for-2.0-rc0 v2 00/31] QOM devices patch queue 2014-03-12
,
Peter Maydell
,
2014/03/13
Re: [Qemu-devel] [PATCH v2 1/1] char/serial: Fix emptyness handling
,
Don Slutz
,
2014/03/12
Re: [Qemu-devel] [PATCH v2 1/1] char/serial: Fix emptyness handling
,
Peter Crosthwaite
,
2014/03/16
Re: [Qemu-devel] [PATCH v2 1/1] char/serial: Fix emptyness handling
,
Don Slutz
,
2014/03/17
Re: [Qemu-devel] [PATCH v2 1/1] char/serial: Fix emptyness handling
,
Peter Crosthwaite
,
2014/03/17
[Qemu-devel] SMBIOS vs. NUMA (was: Build full type 19 tables)
,
Gabriel L. Somlo
,
2014/03/12
Re: [Qemu-devel] SMBIOS vs. NUMA (was: Build full type 19 tables)
,
Gerd Hoffmann
,
2014/03/13
Re: [Qemu-devel] SMBIOS vs. NUMA (was: Build full type 19 tables)
,
Gabriel L. Somlo
,
2014/03/13
Re: [Qemu-devel] SMBIOS vs. NUMA (was: Build full type 19 tables)
,
Igor Mammedov
,
2014/03/13
Re: [Qemu-devel] SMBIOS vs. NUMA (was: Build full type 19 tables)
,
Gabriel L. Somlo
,
2014/03/13
Re: [Qemu-devel] SMBIOS vs. NUMA (was: Build full type 19 tables)
,
Igor Mammedov
,
2014/03/14
Re: [Qemu-devel] SMBIOS vs. NUMA (was: Build full type 19 tables)
,
Gabriel Somlo
,
2014/03/14
Re: [Qemu-devel] SMBIOS vs. NUMA (was: Build full type 19 tables)
,
Igor Mammedov
,
2014/03/14
Re: [Qemu-devel] SMBIOS vs. NUMA (was: Build full type 19 tables)
,
Gabriel Somlo
,
2014/03/14
[Qemu-devel] qemu patch for adding functionality to rtas_ibm_get_system_parameter
,
Tomohiro B Berry
,
2014/03/12
Re: [Qemu-devel] qemu patch for adding functionality to rtas_ibm_get_system_parameter
,
Mike Day
,
2014/03/13
Re: [Qemu-devel] qemu patch for adding functionality to rtas_ibm_get_system_parameter [Version 2]
,
Tomohiro B Berry
,
2014/03/13
Re: [Qemu-devel] qemu patch for adding functionality to rtas_ibm_get_system_parameter [Version 2]
,
Mike Day
,
2014/03/14
[Qemu-devel] [PATCH] sparc32 : Signed integer division overflow
,
Olivier Danet
,
2014/03/12
Re: [Qemu-devel] [PATCH] sparc32 : Signed integer division overflow
,
Mark Cave-Ayland
,
2014/03/17
[Qemu-devel] [PULL for-2.0-rc0 00/31] QOM devices patch queue 2014-03-12
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 02/31] qdev: Set DeviceClass::hotpluggable default in class_init()
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 04/31] qom: Avoid leaking str and bool properties on failure
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 07/31] misc/max111x: Create abstract max111x type
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 05/31] ssi: Convert legacy SSI_SLAVE -> DEVICE casts
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 01/31] qdev: Fix bus dependency of DeviceState::hotpluggable getter
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 11/31] spapr-pci: Change the default PCI bus naming
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 12/31] qdev-monitor-test: Simplify using g_assert_cmpstr()
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 13/31] qdev-monitor-test: Don't test human-readable error message
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 15/31] vl: Use MachineClass instead of global QEMUMachine list
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 08/31] misc/max111x: QOM casting sweep
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 09/31] ssi: Remove SSI_SLAVE_FROM_QDEV() macro
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 06/31] ssi: Convert legacy SSI_BUS -> BUS casts
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 03/31] qdev-monitor: Set properties after parent is assigned in device_add
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 17/31] qom-test: Test QOM properties
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 10/31] block/m25p80: Remove FROM_SSI_SLAVE() usages
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 20/31] tests: Add virtio-balloon qtest
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 14/31] hw/core: Introduce QEMU machine as QOM object
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 19/31] tests: Add virtio-blk qtest
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 27/31] tests: Add spapr-pci-host-bridge qtest
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 21/31] tests: Add virtio-rng qtest
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 18/31] tests: Clean up IndustryPack TPCI200 gcov paths
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 23/31] tests: Add virtio-serial qtest
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 16/31] hw/boards: Convert current_machine to MachineState
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 25/31] virtio-console: QOM cast cleanup for VirtConsole
,
Andreas Färber
,
2014/03/12
[Qemu-devel] virtio-serial broken in qemu.git (was: Re: [PULL for-2.0-rc0 25/31] virtio-console: QOM cast cleanup for VirtConsole)
,
Richard W.M. Jones
,
2014/03/13
Re: [Qemu-devel] virtio-serial broken in qemu.git (was: Re: [PULL for-2.0-rc0 25/31] virtio-console: QOM cast cleanup for VirtConsole)
,
Richard W.M. Jones
,
2014/03/13
[Qemu-devel] [PULL for-2.0-rc0 24/31] tests: Add virtio-console qtest
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 26/31] virtio-serial-port: Convert to QOM realize/unrealize
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 29/31] qdev: Realize buses on device realization
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 22/31] tests: Add virtio-scsi qtest
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 31/31] libqtest: Fix possible deadlock in qtest initialization
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 30/31] pci: Move VMState registration/unregistration to QOM realize/unrealize
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 28/31] qdev: Prepare realize/unrealize hooks for BusState
,
Andreas Färber
,
2014/03/12
Re: [Qemu-devel] [PULL for-2.0-rc0 00/31] QOM devices patch queue 2014-03-12
,
Peter Maydell
,
2014/03/12
Re: [Qemu-devel] [PULL for-2.0-rc0 00/31] QOM devices patch queue 2014-03-12
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PATCH 0/6] gtk: A few bug fixes
,
Cole Robinson
,
2014/03/12
[Qemu-devel] [PATCH 2/6] gtk: Don't use deprecated vte_terminal_get_adjustment
,
Cole Robinson
,
2014/03/12
[Qemu-devel] [PATCH 1/6] gtk: Don't use deprecated gtk_image_menu_item_new_with_mnemonic
,
Cole Robinson
,
2014/03/12
[Qemu-devel] [PATCH 5/6] gtk: Fix mouse warping with gtk3
,
Cole Robinson
,
2014/03/12
[Qemu-devel] [PATCH 3/6] gtk: Remove use of deprecated stock items
,
Cole Robinson
,
2014/03/12
[Qemu-devel] [PATCH 6/6] gtk: Don't warp absolute pointer
,
Cole Robinson
,
2014/03/12
[Qemu-devel] [PATCH 4/6] gtk: Use ctrl+alt+q for quit accelerator
,
Cole Robinson
,
2014/03/12
Re: [Qemu-devel] [RFC PATCH 0/3] Add realize unrealize interfaces for BusState
,
Andreas Färber
,
2014/03/12
Re: [Qemu-devel] [RFC PATCH 3/3] pci: move vmstate_pcibus registration/unregistration to realize and unrealize interfaces
,
Michael S. Tsirkin
,
2014/03/12
[Qemu-devel] [PATCH v2] trace: Multi-backend tracing
,
Lluís Vilanova
,
2014/03/12
Re: [Qemu-devel] [PATCH v2] trace: Multi-backend tracing
,
Lluís Vilanova
,
2014/03/12
Re: [Qemu-devel] memory allocation of migration changed?
,
Stefan Priebe
,
2014/03/12
[Qemu-devel] [PATCH qom-next v3 00/15] qtest: Prepare virtio, other PCI tests
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PATCH qom-next v3 03/15] tests: Add virtio-balloon qtest
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PATCH qom-next v3 01/15] tests: Clean up IndustryPack TCPI200 gcov paths
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PATCH qom-next v3 04/15] tests: Add virtio-rng qtest
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PATCH qom-next v3 02/15] tests: Add virtio-blk qtest
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PATCH qom-next v3 05/15] tests: Add virtio-scsi qtest
,
Andreas Färber
,
2014/03/12
Re: [Qemu-devel] [PATCH qom-next v3 05/15] tests: Add virtio-scsi qtest
,
Paolo Bonzini
,
2014/03/12
[Qemu-devel] [PATCH qom-next v3 08/15] tests: Add virtio-console qtest
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PATCH qom-next v3 11/15] pvpanic-test: Assert pause event
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PATCH qom-next v3 10/15] qtest: Factor out qtest_qmp_receive()
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PATCH qom-next v3 06/15] tests: Add virtio-9p qtest
,
Andreas Färber
,
2014/03/12
Re: [Qemu-devel] [PATCH qom-next v3 06/15] tests: Add virtio-9p qtest
,
Andreas Färber
,
2014/03/27
Re: [Qemu-devel] [PATCH qom-next v3 06/15] tests: Add virtio-9p qtest
,
Paolo Bonzini
,
2014/03/27
[Qemu-devel] [PATCH qom-next v3 07/15] tests: Add virtio-serial qtest
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PATCH qom-next v3 15/15] tests: Add spapr-pci-host-bridge qtest
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PATCH qom-next v3 12/15] nvme: Permit zero-length block devices
,
Andreas Färber
,
2014/03/12
Re: [Qemu-devel] [PATCH qom-next v3 12/15] nvme: Permit zero-length block devices
,
Keith Busch
,
2014/03/12
Re: [Qemu-devel] [PATCH qom-next v3 12/15] nvme: Permit zero-length block devices
,
Andreas Färber
,
2014/03/12
Re: [Qemu-devel] [PATCH qom-next v3 12/15] nvme: Permit zero-length block devices
,
Keith Busch
,
2014/03/12
Re: [Qemu-devel] [PATCH qom-next v3 12/15] nvme: Permit zero-length block devices
,
Andreas Färber
,
2014/03/27
Re: [Qemu-devel] [PATCH qom-next v3 12/15] nvme: Permit zero-length block devices
,
Keith Busch
,
2014/03/27
[Qemu-devel] [PATCH qom-next v3 13/15] tests: Add nvme qtest
,
Andreas Färber
,
2014/03/12
Re: [Qemu-devel] [PATCH qom-next v3 13/15] tests: Add nvme qtest
,
Andreas Färber
,
2014/03/27
[Qemu-devel] [PATCH qom-next v3 14/15] tests: Add i82801b11 qtest
,
Andreas Färber
,
2014/03/12
Re: [Qemu-devel] [PATCH qom-next v3 14/15] tests: Add i82801b11 qtest
,
Andreas Färber
,
2014/03/27
[Qemu-devel] [PATCH qom-next v3 09/15] tests: Add pvpanic qtest
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PATCH v2 0/4] pc: Ensure APIC ID limits before aborting or corrupting memory
,
Eduardo Habkost
,
2014/03/12
[Qemu-devel] [PATCH v2 1/4] acpi: Add ACPI_CPU_HOTPLUG_ID_LIMIT macro
,
Eduardo Habkost
,
2014/03/12
Re: [Qemu-devel] [PATCH v2 1/4] acpi: Add ACPI_CPU_HOTPLUG_ID_LIMIT macro
,
Laszlo Ersek
,
2014/03/12
Re: [Qemu-devel] [PATCH v2 1/4] acpi: Add ACPI_CPU_HOTPLUG_ID_LIMIT macro
,
Laszlo Ersek
,
2014/03/12
Re: [Qemu-devel] [PATCH v2 1/4] acpi: Add ACPI_CPU_HOTPLUG_ID_LIMIT macro
,
Eduardo Habkost
,
2014/03/12
Re: [Qemu-devel] [PATCH v2 1/4] acpi: Add ACPI_CPU_HOTPLUG_ID_LIMIT macro
,
Laszlo Ersek
,
2014/03/12
[Qemu-devel] [PATCH v2 3/4] acpi: Assert sts array limit on AcpiCpuHotplug_add()
,
Eduardo Habkost
,
2014/03/12
Re: [Qemu-devel] [PATCH v2 3/4] acpi: Assert sts array limit on AcpiCpuHotplug_add()
,
Laszlo Ersek
,
2014/03/12
[Qemu-devel] [PATCH v2 2/4] pc: Refuse CPU hotplug if the resulting APIC ID is too large
,
Eduardo Habkost
,
2014/03/12
Re: [Qemu-devel] [PATCH v2 2/4] pc: Refuse CPU hotplug if the resulting APIC ID is too large
,
Laszlo Ersek
,
2014/03/12
[Qemu-devel] [PATCH v2 4/4] pc: Refuse max_cpus if it results in too large APIC ID
,
Eduardo Habkost
,
2014/03/12
Re: [Qemu-devel] [PATCH v2 4/4] pc: Refuse max_cpus if it results in too large APIC ID
,
Laszlo Ersek
,
2014/03/12
Re: [Qemu-devel] [PATCH v2 4/4] pc: Refuse max_cpus if it results in too large APIC ID
,
Eduardo Habkost
,
2014/03/12
Re: [Qemu-devel] [PATCH v2 0/4] pc: Ensure APIC ID limits before aborting or corrupting memory
,
Eduardo Habkost
,
2014/03/12
[Qemu-devel] [PATCH] Avoiding extra iterations while closing file fd
,
Pankaj Gupta
,
2014/03/12
Re: [Qemu-devel] [PATCH] Avoiding extra iterations while closing file fd
,
Stefan Hajnoczi
,
2014/03/13
Re: [Qemu-devel] [PATCH v5 2/6] qdev: introduce FWPathProvider interface
,
Andreas Färber
,
2014/03/12
Re: [Qemu-devel] [PATCH v5 2/6] qdev: introduce FWPathProvider interface
,
Paolo Bonzini
,
2014/03/12
Re: [Qemu-devel] [PATCH v5 2/6] qdev: introduce FWPathProvider interface
,
Alexey Kardashevskiy
,
2014/03/12
Re: [Qemu-devel] [PATCH v5 2/6] qdev: introduce FWPathProvider interface
,
Andreas Färber
,
2014/03/12
Re: [Qemu-devel] [PATCH v5 2/6] qdev: introduce FWPathProvider interface
,
Alexey Kardashevskiy
,
2014/03/12
Re: [Qemu-devel] [PATCH v5 2/6] qdev: introduce FWPathProvider interface
,
Alexey Kardashevskiy
,
2014/03/12
[Qemu-devel] [PULL for-2.0-rc0 0/2] PReP patch queue 2014-03-12
,
Andreas Färber
,
2014/03/12
Re: [Qemu-devel] [PULL for-2.0-rc0 0/2] PReP patch queue 2014-03-12
,
Peter Maydell
,
2014/03/12
[Qemu-devel] [PATCH] blockdev: Refuse to open encrypted image unless paused
,
Markus Armbruster
,
2014/03/12
Re: [Qemu-devel] [PATCH] blockdev: Refuse to open encrypted image unless paused
,
Eric Blake
,
2014/03/12
Re: [Qemu-devel] [PATCH] blockdev: Refuse to open encrypted image unless paused
,
Fam Zheng
,
2014/03/13
Re: [Qemu-devel] [PATCH] blockdev: Refuse to open encrypted image unless paused
,
Markus Armbruster
,
2014/03/13
Re: [Qemu-devel] [PATCH] blockdev: Refuse to open encrypted image unless paused
,
Fam Zheng
,
2014/03/13
Re: [Qemu-devel] [PATCH] blockdev: Refuse to open encrypted image unless paused
,
Markus Armbruster
,
2014/03/14
Re: [Qemu-devel] [PATCH] blockdev: Refuse to open encrypted image unless paused
,
Paolo Bonzini
,
2014/03/13
Re: [Qemu-devel] [PATCH] blockdev: Refuse to open encrypted image unless paused
,
Markus Armbruster
,
2014/03/13
Re: [Qemu-devel] [PATCH] blockdev: Refuse to open encrypted image unless paused
,
Paolo Bonzini
,
2014/03/13
Re: [Qemu-devel] [PATCH] blockdev: Refuse to open encrypted image unless paused
,
Markus Armbruster
,
2014/03/13
Re: [Qemu-devel] [PATCH] blockdev: Refuse to open encrypted image unless paused
,
Paolo Bonzini
,
2014/03/13
Re: [Qemu-devel] [PATCH] blockdev: Refuse to open encrypted image unless paused
,
Markus Armbruster
,
2014/03/14
Re: [Qemu-devel] [PATCH] blockdev: Refuse to open encrypted image unless paused
,
Eric Blake
,
2014/03/13
Re: [Qemu-devel] [PATCH] blockdev: Refuse to open encrypted image unless paused
,
Paolo Bonzini
,
2014/03/13
[Qemu-devel] [PATCH 7.0 qemu-kvm 0/1] QMP: Relax __com.redhat_drive_add parameter checking
,
Markus Armbruster
,
2014/03/12
[Qemu-devel] [PATCH 7.0 qemu-kvm 1/1] QMP: Relax __com.redhat_drive_add parameter checking
,
Markus Armbruster
,
2014/03/12
Re: [Qemu-devel] [PATCH 7.0 qemu-kvm 1/1] QMP: Relax __com.redhat_drive_add parameter checking
,
Markus Armbruster
,
2014/03/12
Re: [Qemu-devel] [PATCH v2 1/2] Add GDB qAttached support
,
Andreas Färber
,
2014/03/12
Re: [Qemu-devel] [PATCH v2 1/2] Add GDB qAttached support
,
Jan Kiszka
,
2014/03/12
Re: [Qemu-devel] [PATCH v2 1/2] Add GDB qAttached support
,
Peter Maydell
,
2014/03/12
Re: [Qemu-devel] spapr-pci: converts fprintf to error_report
,
Mike Day
,
2014/03/12
[Qemu-devel] Raspbian in QEMU
,
Peter Hanzel
,
2014/03/12
Re: [Qemu-devel] Raspbian in QEMU
,
Peter Maydell
,
2014/03/12
Re: [Qemu-devel] Raspbian in QEMU
,
Peter Hanzel
,
2014/03/12
Re: [Qemu-devel] Raspbian in QEMU
,
Stefan Weil
,
2014/03/12
Re: [Qemu-devel] Raspbian in QEMU
,
Richard Henderson
,
2014/03/12
Re: [Qemu-devel] Raspbian in QEMU
,
Peter Maydell
,
2014/03/12
Re: [Qemu-devel] Raspbian in QEMU
,
Paolo Bonzini
,
2014/03/20
Re: [Qemu-devel] Raspbian in QEMU
,
François Revol
,
2014/03/20
Re: [Qemu-devel] Raspbian in QEMU
,
Paolo Bonzini
,
2014/03/20
Re: [Qemu-devel] spapr-pci: introduce a finish_realize() callback
,
Mike Day
,
2014/03/12
[Qemu-devel] [PATCH] block: Add error handling to bdrv_invalidate_cache()
,
Kevin Wolf
,
2014/03/12
Re: [Qemu-devel] [PATCH] block: Add error handling to bdrv_invalidate_cache()
,
Eric Blake
,
2014/03/12
Re: [Qemu-devel] [PATCH] block: Add error handling to bdrv_invalidate_cache()
,
Juan Quintela
,
2014/03/12
Re: [Qemu-devel] [PATCH] block: Add error handling to bdrv_invalidate_cache()
,
Kevin Wolf
,
2014/03/18
Re: [Qemu-devel] [PATCH 3/3] target-i386: Enable x2apic by default on KVM
,
Andreas Färber
,
2014/03/12
Re: [Qemu-devel] [PATCH 3/3] target-i386: Enable x2apic by default on KVM
,
Eduardo Habkost
,
2014/03/12
Re: [Qemu-devel] [PATCH 3/3] target-i386: Enable x2apic by default on KVM
,
Andreas Färber
,
2014/03/12
Re: [Qemu-devel] [PATCH 7/8] trace: [simple] Bump up log version number
,
Stefan Hajnoczi
,
2014/03/12
Re: [Qemu-devel] [PATCH 7/8] trace: [simple] Bump up log version number
,
Lluís Vilanova
,
2014/03/12
Re: [Qemu-devel] [PATCH 7/8] trace: [simple] Bump up log version number
,
Stefan Hajnoczi
,
2014/03/14
[Qemu-devel] [PATCH] acpi-build: fix misaligned access
,
Michael S. Tsirkin
,
2014/03/12
[Qemu-devel] [PULL 0/4] Travis Updates
,
alex . bennee
,
2014/03/12
[Qemu-devel] [PULL 1/4] .travis.yml: add a new build target with non-core devlibs
,
alex . bennee
,
2014/03/12
[Qemu-devel] [PULL 3/4] .travis.yml: trivial whitespace fixup
,
alex . bennee
,
2014/03/12
[Qemu-devel] [PULL 4/4] .travis.yml: add IRC notifications for build failures
,
alex . bennee
,
2014/03/12
[Qemu-devel] [PULL 2/4] .travis.yml: re-enable lttng user space trace test
,
alex . bennee
,
2014/03/12
[Qemu-devel] [PULL 0/4] Travis Updates
,
alex . bennee
,
2014/03/12
[Qemu-devel] [PULL 3/4] .travis.yml: trivial whitespace fixup
,
alex . bennee
,
2014/03/12
[Qemu-devel] [PULL 4/4] .travis.yml: add IRC notifications for build failures
,
alex . bennee
,
2014/03/12
[Qemu-devel] [PULL 2/4] .travis.yml: re-enable lttng user space trace test
,
alex . bennee
,
2014/03/12
[Qemu-devel] [PULL 1/4] .travis.yml: add a new build target with non-core devlibs
,
alex . bennee
,
2014/03/12
Re: [Qemu-devel] [Qemu-trivial] [PULL 0/4] Travis Updates
,
Michael Tokarev
,
2014/03/14
Re: [Qemu-devel] [Qemu-trivial] [PULL 0/4] Travis Updates
,
Alex Bennée
,
2014/03/18
Re: [Qemu-devel] spapr-pci: convert init() callback to realize()
,
Mike Day
,
2014/03/12
Re: [Qemu-devel] spapr-pci: convert init() callback to realize()
,
Alexey Kardashevskiy
,
2014/03/12
Re: [Qemu-devel] spapr-pci: convert init() callback to realize()
,
Mike Day
,
2014/03/12
[Qemu-devel] [PULL 0/1] Net patches for QEMU 2.0
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 1/1] tap: avoid deadlocking rx
,
Stefan Hajnoczi
,
2014/03/12
Re: [Qemu-devel] [PULL 0/1] Net patches for QEMU 2.0
,
Peter Maydell
,
2014/03/12
Re: [Qemu-devel] [PATCH 0/8] Tracetool cleanup
,
Lluís Vilanova
,
2014/03/12
Re: [Qemu-devel] [PATCH 0/8] Tracetool cleanup
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [RCF PATCH 0/2] Improving TCG debug output
,
alex . bennee
,
2014/03/12
[Qemu-devel] [RCF PATCH 2/2] tcg: add debug helpers tcg_debug_dump_i(32|64)
,
alex . bennee
,
2014/03/12
[Qemu-devel] [RCF PATCH 1/2] tcg: add tcg_abort_dbg() for additional debug info
,
alex . bennee
,
2014/03/12
[Qemu-devel] [RCF PATCH 0/2] Improving TCG debug output
,
alex . bennee
,
2014/03/12
[Qemu-devel] [RCF PATCH 2/2] tcg: add debug helpers tcg_debug_dump_i(32|64)
,
alex . bennee
,
2014/03/12
[Qemu-devel] [RCF PATCH 1/2] tcg: add tcg_abort_dbg() for additional debug info
,
alex . bennee
,
2014/03/12
Re: [Qemu-devel] [RCF PATCH 1/2] tcg: add tcg_abort_dbg() for additional debug info
,
Peter Maydell
,
2014/03/12
Re: [Qemu-devel] [RCF PATCH 1/2] tcg: add tcg_abort_dbg() for additional debug info
,
Richard Henderson
,
2014/03/12
[Qemu-devel] [PULL 0/1] Tracing patches for QEMU 2.0
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 1/1] trace: Fix build warnings for Win32 build
,
Stefan Hajnoczi
,
2014/03/12
Re: [Qemu-devel] [PULL 0/1] Tracing patches for QEMU 2.0
,
Peter Maydell
,
2014/03/12
[Qemu-devel] [PATCH 0/2] linux-user: Fix uninitialized variables
,
Peter Maydell
,
2014/03/12
[Qemu-devel] [PATCH 1/2] linux-user/signal.c: Correct error path for AArch64 do_rt_sigreturn
,
Peter Maydell
,
2014/03/12
[Qemu-devel] [PATCH 2/2] linux-user: Don't return uninitialized value for atomic_barrier syscall
,
Peter Maydell
,
2014/03/12
[Qemu-devel] [PATCH] target-m68k: Remove custom qemu_assert() function
,
Peter Maydell
,
2014/03/12
Re: [Qemu-devel] [PATCH] target-m68k: Remove custom qemu_assert() function
,
Peter Maydell
,
2014/03/12
Re: [Qemu-devel] [PATCH] target-m68k: Remove custom qemu_assert() function
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PATCH 0/4] vga: new display devices
,
Gerd Hoffmann
,
2014/03/12
[Qemu-devel] [PATCH 1/4] vga: allow non-global vmstate
,
Gerd Hoffmann
,
2014/03/12
[Qemu-devel] [PATCH 2/4] vga: add secondary stdvga variant
,
Gerd Hoffmann
,
2014/03/12
Re: [Qemu-devel] [PATCH 2/4] vga: add secondary stdvga variant
,
Eric Blake
,
2014/03/12
[Qemu-devel] [PATCH 3/4] virtio-gpu: v0.3 of the virtio based GPU code.
,
Gerd Hoffmann
,
2014/03/12
Re: [Qemu-devel] [PATCH 3/4] virtio-gpu: v0.3 of the virtio based GPU code.
,
Michael S. Tsirkin
,
2014/03/12
Re: [Qemu-devel] [PATCH 3/4] virtio-gpu: v0.3 of the virtio based GPU code.
,
Gerd Hoffmann
,
2014/03/13
Re: [Qemu-devel] [PATCH 3/4] virtio-gpu: v0.3 of the virtio based GPU code.
,
Gerd Hoffmann
,
2014/03/14
Re: [Qemu-devel] [PATCH 3/4] virtio-gpu: v0.3 of the virtio based GPU code.
,
Michael S. Tsirkin
,
2014/03/16
Re: [Qemu-devel] [PATCH 3/4] virtio-gpu: v0.3 of the virtio based GPU code.
,
Paolo Bonzini
,
2014/03/13
Re: [Qemu-devel] [PATCH 3/4] virtio-gpu: v0.3 of the virtio based GPU code.
,
Gerd Hoffmann
,
2014/03/14
Re: [Qemu-devel] [PATCH 3/4] virtio-gpu: v0.3 of the virtio based GPU code.
,
Michael S. Tsirkin
,
2014/03/16
Re: [Qemu-devel] [PATCH 3/4] virtio-gpu: v0.3 of the virtio based GPU code.
,
Dave Airlie
,
2014/03/17
Re: [Qemu-devel] [PATCH 3/4] virtio-gpu: v0.3 of the virtio based GPU code.
,
Dave Airlie
,
2014/03/17
Re: [Qemu-devel] [PATCH 3/4] virtio-gpu: v0.3 of the virtio based GPU code.
,
Paolo Bonzini
,
2014/03/17
Re: [Qemu-devel] [PATCH 3/4] virtio-gpu: v0.3 of the virtio based GPU code.
,
Paolo Bonzini
,
2014/03/17
Re: [Qemu-devel] [PATCH 3/4] virtio-gpu: v0.3 of the virtio based GPU code.
,
Michael S. Tsirkin
,
2014/03/17
[Qemu-devel] [PATCH 4/4] virtio-vga: v1
,
Gerd Hoffmann
,
2014/03/12
Re: [Qemu-devel] [PATCH 0/4] vga: new display devices
,
Laszlo Ersek
,
2014/03/12
Re: [Qemu-devel] [PATCH 0/4] vga: new display devices
,
Gerd Hoffmann
,
2014/03/12
Re: [Qemu-devel] [PATCH 0/4] vga: new display devices
,
Laszlo Ersek
,
2014/03/12
Re: [Qemu-devel] [PATCH 0/4] vga: new display devices
,
Gerd Hoffmann
,
2014/03/13
Re: [Qemu-devel] [PATCH 0/4] vga: new display devices
,
Laszlo Ersek
,
2014/03/13
[Qemu-devel] [PATCH] MAINTAINERS: add self as MACHINE maintainer
,
Marcel Apfelbaum
,
2014/03/12
[Qemu-devel] [PATCH 0/1] configure time fix for thread naming on old glibc
,
Dr. David Alan Gilbert (git)
,
2014/03/12
[Qemu-devel] [PATCH 1/1] Detect pthread_setname_np at configure time
,
Dr. David Alan Gilbert (git)
,
2014/03/12
[Qemu-devel] Ping: [PATCH 0/1] configure time fix for thread naming on old glibc
,
Dr. David Alan Gilbert
,
2014/03/26
Re: [Qemu-devel] [PATCH 0/1] configure time fix for thread naming on old glibc
,
Michael S. Tsirkin
,
2014/03/27
Re: [Qemu-devel] 9pfs troubles (was Re: [PATCH 1/4] hw/9pfs: fix error handing in local_ioc_getversion())
,
Michael S. Tsirkin
,
2014/03/12
Re: [Qemu-devel] 9pfs troubles (was Re: [PATCH 1/4] hw/9pfs: fix error handing in local_ioc_getversion())
,
Greg Kurz
,
2014/03/17
Re: [Qemu-devel] [PATCH] block: do not allow read-only=on and snapshot=on to be used together
,
Kevin Wolf
,
2014/03/12
Re: [Qemu-devel] [PATCH] block: do not allow read-only=on and snapshot=on to be used together
,
Jeff Cody
,
2014/03/14
[Qemu-devel] [PATCH] input: activate legacy kbd
,
Gerd Hoffmann
,
2014/03/12
[Qemu-devel] [PULL 00/24] Block patches for QEMU 2.0
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 01/24] qcow2-refcount: Sanitize refcount table entry
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 02/24] block: Update image size in bdrv_invalidate_cache()
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 04/24] block: bs->drv may be NULL in bdrv_debug_resume()
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 06/24] block: Rewrite the snapshot authorization mechanism for block filters.
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 07/24] object: add object_get_canonical_path_component()
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 08/24] rfifolock: add recursive FIFO lock
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 10/24] iothread: add I/O thread object
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 09/24] aio: add aio_context_acquire() and aio_context_release()
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 12/24] iothread: add "iothread" qdev property type
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 13/24] dataplane: replace internal thread with IOThread
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 17/24] qcow2: Don't write with BDRV_O_INCOMING
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 14/24] iothread: stash thread ID away
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 03/24] qcow2: Check bs->drv in copy_sectors()
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 05/24] iotests: Test corruption during COW request
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 11/24] qdev: make get_pointer() handle temporary strings
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 15/24] qmp: add query-iothreads command
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 21/24] block/raw-posix: bdrv_parse_filename() for floppy
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 19/24] qemu-io: Fix warnings from static code analysis
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 24/24] block/raw-win32: bdrv_parse_filename() for hdev
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 16/24] qcow2: Keep option in qcow2_invalidate_cache()
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 18/24] block: Unlink temporary file
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 20/24] block/raw-posix: bdrv_parse_filename() for hdev
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 22/24] block/raw-posix: bdrv_parse_filename() for cdrom
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PULL 23/24] block/raw-posix: Strip protocol prefix on creation
,
Stefan Hajnoczi
,
2014/03/12
Re: [Qemu-devel] [PULL 00/24] Block patches for QEMU 2.0
,
Peter Maydell
,
2014/03/12
Re: [Qemu-devel] [PULL 00/24] Block patches for QEMU 2.0
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PULL 0/1] Docs: Introduce multiport serial support in qemupciserial.inf.
,
Gerd Hoffmann
,
2014/03/12
[Qemu-devel] [PULL 1/1] Docs: Introduce multiport serial support in qemupciserial.inf.
,
Gerd Hoffmann
,
2014/03/12
Re: [Qemu-devel] [PULL 0/1] Docs: Introduce multiport serial support in qemupciserial.inf.
,
Peter Maydell
,
2014/03/12
[Qemu-devel] pci passthrough in Aarch64
,
Chalamarla, Tirumalesh
,
2014/03/12
Re: [Qemu-devel] pci passthrough in Aarch64
,
Peter Maydell
,
2014/03/12
Re: [Qemu-devel] [PATCH v2 0/3] nbd: fix issues when connection breaks
,
Stefan Hajnoczi
,
2014/03/12
Re: [Qemu-devel] [PATCH v2 0/3] nbd: fix issues when connection breaks
,
Paolo Bonzini
,
2014/03/12
Re: [Qemu-devel] [PATCH v2 0/3] nbd: fix issues when connection breaks
,
Stefan Hajnoczi
,
2014/03/13
Re: [Qemu-devel] [PATCH v2 0/3] nbd: fix issues when connection breaks
,
Stefan Hajnoczi
,
2014/03/14
Re: [Qemu-devel] [PATCH] block: Unlink temporary file
,
Stefan Hajnoczi
,
2014/03/12
Re: [Qemu-devel] [PATCH 1/2][RESENT] Add GDB qAttached support
,
Jan Kiszka
,
2014/03/12
Re: [Qemu-devel] [PATCH 1/2][RESENT] Add GDB qAttached support
,
Peter Maydell
,
2014/03/12
[Qemu-devel] [PATCH][RESEND] gtk: Allow to activate grab-on-hover from the command line
,
Jan Kiszka
,
2014/03/12
[Qemu-devel] [pull] slirp queue
,
Jan Kiszka
,
2014/03/12
Re: [Qemu-devel] [pull] slirp queue
,
Peter Maydell
,
2014/03/12
[Qemu-devel] [PULL] target-sparc: Add and use CPU_FEATURE_CASA
,
Mark Cave-Ayland
,
2014/03/12
Re: [Qemu-devel] [PULL] target-sparc: Add and use CPU_FEATURE_CASA
,
Peter Maydell
,
2014/03/12
Re: [Qemu-devel] [PATCHv3 00/16] slirp: Adding IPv6 support to Qemu -net user mode
,
Jan Kiszka
,
2014/03/12
Re: [Qemu-devel] [PATCHv3 00/16] slirp: Adding IPv6 support to Qemu -net user mode
,
Stefan Hajnoczi
,
2014/03/20
Re: [Qemu-devel] [PATCHv3 00/16] slirp: Adding IPv6 support to Qemu -net user mode
,
Samuel Thibault
,
2014/03/20
Re: [Qemu-devel] slirp smb with modern win guests when samba is also running on host
,
Jan Kiszka
,
2014/03/12
[Qemu-devel] [PATCH v2 0/9] QMP: Introduce incremental drive-backup with in-memory dirty bitmap
,
Fam Zheng
,
2014/03/12
[Qemu-devel] [PATCH v2 2/9] qmp: Add dirty-bitmap-add and dirty-bitmap-remove
,
Fam Zheng
,
2014/03/12
Re: [Qemu-devel] [PATCH v2 2/9] qmp: Add dirty-bitmap-add and dirty-bitmap-remove
,
Benoît Canet
,
2014/03/13
Re: [Qemu-devel] [PATCH v2 2/9] qmp: Add dirty-bitmap-add and dirty-bitmap-remove
,
Fam Zheng
,
2014/03/14
Re: [Qemu-devel] [PATCH v2 2/9] qmp: Add dirty-bitmap-add and dirty-bitmap-remove
,
Eric Blake
,
2014/03/14
[Qemu-devel] [PATCH v2 3/9] block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmap
,
Fam Zheng
,
2014/03/12
Re: [Qemu-devel] [PATCH v2 3/9] block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmap
,
Benoît Canet
,
2014/03/13
[Qemu-devel] [PATCH v2 1/9] qapi: Add optional field "name" to block dirty bitmap
,
Fam Zheng
,
2014/03/12
Re: [Qemu-devel] [PATCH v2 1/9] qapi: Add optional field "name" to block dirty bitmap
,
Benoît Canet
,
2014/03/13
Re: [Qemu-devel] [PATCH v2 1/9] qapi: Add optional field "name" to block dirty bitmap
,
Fam Zheng
,
2014/03/14
[Qemu-devel] [PATCH v2 4/9] block: Introduce bdrv_dirty_bitmap_granularity()
,
Fam Zheng
,
2014/03/12
Re: [Qemu-devel] [PATCH v2 4/9] block: Introduce bdrv_dirty_bitmap_granularity()
,
Benoît Canet
,
2014/03/13
[Qemu-devel] [PATCH v2 5/9] hbitmap: Add hbitmap_copy
,
Fam Zheng
,
2014/03/12
Re: [Qemu-devel] [PATCH v2 5/9] hbitmap: Add hbitmap_copy
,
Benoît Canet
,
2014/03/13
Re: [Qemu-devel] [PATCH v2 5/9] hbitmap: Add hbitmap_copy
,
Paolo Bonzini
,
2014/03/13
Re: [Qemu-devel] [PATCH v2 5/9] hbitmap: Add hbitmap_copy
,
Paolo Bonzini
,
2014/03/20
Re: [Qemu-devel] [PATCH v2 5/9] hbitmap: Add hbitmap_copy
,
Fam Zheng
,
2014/03/20
[Qemu-devel] [PATCH v2 6/9] block: Add bdrv_copy_dirty_bitmap and bdrv_reset_dirty_bitmap
,
Fam Zheng
,
2014/03/12
[Qemu-devel] [PATCH v2 7/9] qmp: Add dirty-bitmap-enable and dirty-bitmap-disable
,
Fam Zheng
,
2014/03/12
Re: [Qemu-devel] [PATCH v2 7/9] qmp: Add dirty-bitmap-enable and dirty-bitmap-disable
,
Benoît Canet
,
2014/03/13
Re: [Qemu-devel] [PATCH v2 7/9] qmp: Add dirty-bitmap-enable and dirty-bitmap-disable
,
Fam Zheng
,
2014/03/14
[Qemu-devel] [PATCH v2 8/9] qmp: Add support of "dirty-bitmap" sync mode for drive-backup
,
Fam Zheng
,
2014/03/12
Re: [Qemu-devel] [PATCH v2 8/9] qmp: Add support of "dirty-bitmap" sync mode for drive-backup
,
Benoît Canet
,
2014/03/13
Re: [Qemu-devel] [PATCH v2 8/9] qmp: Add support of "dirty-bitmap" sync mode for drive-backup
,
Fam Zheng
,
2014/03/14
[Qemu-devel] [PATCH v2 9/9] qapi: Add transaction support to dirty-bitmap-{add, disable}
,
Fam Zheng
,
2014/03/12
[Qemu-devel] [PATCH v5 00/11] vfio on spapr-ppc64
,
Alexey Kardashevskiy
,
2014/03/12
[Qemu-devel] [PATCH v5 06/11] vfio: Create VFIOAddressSpace objects as needed
,
Alexey Kardashevskiy
,
2014/03/12
Re: [Qemu-devel] [PATCH v5 06/11] vfio: Create VFIOAddressSpace objects as needed
,
Alex Williamson
,
2014/03/19
[Qemu-devel] [PATCH v5 01/11] memory: Sanity check that no listeners remain on a destroyed AddressSpace
,
Alexey Kardashevskiy
,
2014/03/12
Re: [Qemu-devel] [PATCH v5 01/11] memory: Sanity check that no listeners remain on a destroyed AddressSpace
,
Paolo Bonzini
,
2014/03/20
Re: [Qemu-devel] [PATCH v5 01/11] memory: Sanity check that no listeners remain on a destroyed AddressSpace
,
David Gibson
,
2014/03/20
Re: [Qemu-devel] [PATCH v5 01/11] memory: Sanity check that no listeners remain on a destroyed AddressSpace
,
Alexey Kardashevskiy
,
2014/03/27
Re: [Qemu-devel] [PATCH v5 01/11] memory: Sanity check that no listeners remain on a destroyed AddressSpace
,
Paolo Bonzini
,
2014/03/27
[Qemu-devel] [PATCH v5 05/11] vfio: Introduce VFIO address spaces
,
Alexey Kardashevskiy
,
2014/03/12
Re: [Qemu-devel] [PATCH v5 05/11] vfio: Introduce VFIO address spaces
,
Alex Williamson
,
2014/03/19
Re: [Qemu-devel] [PATCH v5 05/11] vfio: Introduce VFIO address spaces
,
Alexey Kardashevskiy
,
2014/03/27
Re: [Qemu-devel] [PATCH v5 05/11] vfio: Introduce VFIO address spaces
,
Alex Williamson
,
2014/03/31
[Qemu-devel] [PATCH v5 03/11] vfio: Fix 128 bit handling
,
Alexey Kardashevskiy
,
2014/03/12
Re: [Qemu-devel] [PATCH v5 03/11] vfio: Fix 128 bit handling
,
Paolo Bonzini
,
2014/03/20
[Qemu-devel] [PATCH v5 04/11] vfio: rework to have error paths
,
Alexey Kardashevskiy
,
2014/03/12
[Qemu-devel] [PATCH v5 09/11] spapr vfio: add vfio_container_spapr_get_info()
,
Alexey Kardashevskiy
,
2014/03/12
[Qemu-devel] [PATCH v5 07/11] vfio: Add guest side IOMMU support
,
Alexey Kardashevskiy
,
2014/03/12
Re: [Qemu-devel] [PATCH v5 07/11] vfio: Add guest side IOMMU support
,
Alex Williamson
,
2014/03/19
Re: [Qemu-devel] [PATCH v5 07/11] vfio: Add guest side IOMMU support
,
David Gibson
,
2014/03/20
Re: [Qemu-devel] [PATCH v5 07/11] vfio: Add guest side IOMMU support
,
Alexey Kardashevskiy
,
2014/03/28
Re: [Qemu-devel] [PATCH v5 07/11] vfio: Add guest side IOMMU support
,
Alex Williamson
,
2014/03/31
Re: [Qemu-devel] [PATCH v5 07/11] vfio: Add guest side IOMMU support
,
Alexey Kardashevskiy
,
2014/03/21
Re: [Qemu-devel] [PATCH v5 07/11] vfio: Add guest side IOMMU support
,
Alex Williamson
,
2014/03/21
Re: [Qemu-devel] [PATCH v5 07/11] vfio: Add guest side IOMMU support
,
Paolo Bonzini
,
2014/03/21
Re: [Qemu-devel] [PATCH v5 07/11] vfio: Add guest side IOMMU support
,
Alexey Kardashevskiy
,
2014/03/28
Re: [Qemu-devel] [PATCH v5 07/11] vfio: Add guest side IOMMU support
,
Alex Williamson
,
2014/03/31
[Qemu-devel] [PATCH v5 02/11] int128: add int128_exts64()
,
Alexey Kardashevskiy
,
2014/03/12
Re: [Qemu-devel] [PATCH v5 02/11] int128: add int128_exts64()
,
Paolo Bonzini
,
2014/03/20
[Qemu-devel] [PATCH v5 08/11] spapr-iommu: add SPAPR VFIO IOMMU device
,
Alexey Kardashevskiy
,
2014/03/12
[Qemu-devel] [PATCH v5 11/11] spapr-vfio: enable for spapr
,
Alexey Kardashevskiy
,
2014/03/12
Re: [Qemu-devel] [PATCH v5 11/11] spapr-vfio: enable for spapr
,
Alex Williamson
,
2014/03/19
[Qemu-devel] [PATCH v5 10/11] spapr-vfio: add spapr-pci-vfio-host-bridge to support vfio
,
Alexey Kardashevskiy
,
2014/03/12
[Qemu-devel] [PATCH v6] spapr-vfio: add spapr-pci-vfio-host-bridge to support vfio
,
Alexey Kardashevskiy
,
2014/03/13
Re: [Qemu-devel] [PATCH v5 10/11] spapr-vfio: add spapr-pci-vfio-host-bridge to support vfio
,
Alex Williamson
,
2014/03/19
Re: [Qemu-devel] [PATCH v5 10/11] spapr-vfio: add spapr-pci-vfio-host-bridge to support vfio
,
Alexey Kardashevskiy
,
2014/03/28
Re: [Qemu-devel] [PATCH v5 10/11] spapr-vfio: add spapr-pci-vfio-host-bridge to support vfio
,
Alex Williamson
,
2014/03/31
Re: [Qemu-devel] [PATCH v5 00/11] vfio on spapr-ppc64
,
Alex Williamson
,
2014/03/19
Re: [Qemu-devel] [PATCH] spapr-iommu: extend SPAPR_TCE_TABLE class
,
Alexey Kardashevskiy
,
2014/03/11
Re: [Qemu-devel] [PATCH 0/4] spapr-pci: prepare for vfio
,
Alexey Kardashevskiy
,
2014/03/11
Re: [Qemu-devel] [PATCH] qom/cpu: Remove cpu->exit_request from reset state
,
Andreas Färber
,
2014/03/11
Re: [Qemu-devel] [PATCH] qom/cpu: Remove cpu->exit_request from reset state
,
Peter Maydell
,
2014/03/11
Re: [Qemu-devel] [PATCH] qom/cpu: Remove cpu->exit_request from reset state
,
Edgar E. Iglesias
,
2014/03/11
[Qemu-devel] [PATCH 0/6] error: Misc cleanups and improvements
,
Cole Robinson
,
2014/03/11
[Qemu-devel] [PATCH 1/6] slirp: Remove default_mon usage
,
Cole Robinson
,
2014/03/11
Re: [Qemu-devel] [PATCH 1/6] slirp: Remove default_mon usage
,
Jan Kiszka
,
2014/03/12
Re: [Qemu-devel] [PATCH 1/6] slirp: Remove default_mon usage
,
Luiz Capitulino
,
2014/03/12
Re: [Qemu-devel] [PATCH 1/6] slirp: Remove default_mon usage
,
Andreas Färber
,
2014/03/22
Re: [Qemu-devel] [PATCH 1/6] slirp: Remove default_mon usage
,
Cole Robinson
,
2014/03/22
Re: [Qemu-devel] [PATCH 1/6] slirp: Remove default_mon usage
,
Markus Armbruster
,
2014/03/12
Re: [Qemu-devel] [PATCH 1/6] slirp: Remove default_mon usage
,
Cole Robinson
,
2014/03/12
Re: [Qemu-devel] [PATCH 1/6] slirp: Remove default_mon usage
,
Markus Armbruster
,
2014/03/12
[Qemu-devel] [PATCH 3/6] error: Privatize error_print_loc
,
Cole Robinson
,
2014/03/11
Re: [Qemu-devel] [PATCH 3/6] error: Privatize error_print_loc
,
Andreas Färber
,
2014/03/22
[Qemu-devel] [PATCH 4/6] monitor: Remove unused monitor_print_filename
,
Cole Robinson
,
2014/03/11
Re: [Qemu-devel] [PATCH 4/6] monitor: Remove unused monitor_print_filename
,
Andreas Färber
,
2014/03/22
Re: [Qemu-devel] [PATCH 4/6] monitor: Remove unused monitor_print_filename
,
Cole Robinson
,
2014/03/22
Re: [Qemu-devel] [PATCH 4/6] monitor: Remove unused monitor_print_filename
,
Luiz Capitulino
,
2014/03/24
Re: [Qemu-devel] [PATCH 4/6] monitor: Remove unused monitor_print_filename
,
Andreas Färber
,
2014/03/24
Re: [Qemu-devel] [PATCH 4/6] monitor: Remove unused monitor_print_filename
,
Markus Armbruster
,
2014/03/26
[Qemu-devel] [PATCH 2/6] vnc: Remove default_mon usage
,
Cole Robinson
,
2014/03/11
Re: [Qemu-devel] [PATCH 2/6] vnc: Remove default_mon usage
,
Gerd Hoffmann
,
2014/03/12
Re: [Qemu-devel] [PATCH 2/6] vnc: Remove default_mon usage
,
Andreas Färber
,
2014/03/22
[Qemu-devel] [PATCH 5/6] error: Remove redundant error_printf_unless_qmp
,
Cole Robinson
,
2014/03/11
Re: [Qemu-devel] [PATCH 5/6] error: Remove redundant error_printf_unless_qmp
,
Markus Armbruster
,
2014/03/12
Re: [Qemu-devel] [PATCH 5/6] error: Remove redundant error_printf_unless_qmp
,
Cole Robinson
,
2014/03/21
[Qemu-devel] [PATCH 6/6] error: Print error_report() to stderr if using qmp
,
Cole Robinson
,
2014/03/11
Re: [Qemu-devel] [RFC PATCH v2 11/12] mc: introduce new capabilities to control micro-checkpointing
,
Juan Quintela
,
2014/03/11
Re: [Qemu-devel] [RFC PATCH v2 11/12] mc: introduce new capabilities to control micro-checkpointing
,
Eric Blake
,
2014/03/11
Re: [Qemu-devel] [RFC PATCH v2 07/12] mc: introduce additional QMP statistics for micro-checkpointing
,
Juan Quintela
,
2014/03/11
Re: [Qemu-devel] [RFC PATCH v2 06/12] mc: introduce state machine changes for MC
,
Juan Quintela
,
2014/03/11
Re: [Qemu-devel] [RFC PATCH v2 11/12] mc: introduce new capabilities to control micro-checkpointing
,
Eric Blake
,
2014/03/11
[Qemu-devel] [PATCH V2 0/3] Quorum maintainance operations
,
Benoît Canet
,
2014/03/11
[Qemu-devel] [PATCH V2 1/3] quorum: Add the rewrite-corrupted parameter to quorum.
,
Benoît Canet
,
2014/03/11
[Qemu-devel] [PATCH V2 3/3] qemu-iotests: Add 088 new test for drive-mirror-replace.
,
Benoît Canet
,
2014/03/11
Re: [Qemu-devel] [PATCH V2 3/3] qemu-iotests: Add 088 new test for drive-mirror-replace.
,
Max Reitz
,
2014/03/13
Re: [Qemu-devel] [PATCH V2 3/3] qemu-iotests: Add 088 new test for drive-mirror-replace.
,
Benoît Canet
,
2014/03/14
[Qemu-devel] [PATCH V2 2/3] block: Add drive-mirror-replace command to repair quorum files.
,
Benoît Canet
,
2014/03/11
Re: [Qemu-devel] [PATCH V2 2/3] block: Add drive-mirror-replace command to repair quorum files.
,
Max Reitz
,
2014/03/13
Re: [Qemu-devel] [PATCH V2 2/3] block: Add drive-mirror-replace command to repair quorum files.
,
Benoît Canet
,
2014/03/14
Re: [Qemu-devel] [RFC PATCH v2 10/12] mc: expose tunable parameter for checkpointing frequency
,
Eric Blake
,
2014/03/11
Re: [Qemu-devel] [RFC PATCH v2 10/12] mc: expose tunable parameter for checkpointing frequency
,
Juan Quintela
,
2014/03/11
Re: [Qemu-devel] [RFC PATCH v2 10/12] mc: expose tunable parameter for checkpointing frequency
,
Eric Blake
,
2014/03/11
Re: [Qemu-devel] [RFC PATCH v2 07/12] mc: introduce additional QMP statistics for micro-checkpointing
,
Eric Blake
,
2014/03/11
Re: [Qemu-devel] [RFC PATCH v2 03/12] mc: introduce a 'checkpointing' status check into the VCPU states
,
Eric Blake
,
2014/03/11
Re: [Qemu-devel] [RFC PATCH v2 03/12] mc: introduce a 'checkpointing' status check into the VCPU states
,
Juan Quintela
,
2014/03/11
Re: [Qemu-devel] [RFC PATCH v2 02/12] mc: timestamp migration_bitmap and KVM logdirty usage
,
Juan Quintela
,
2014/03/11
[Qemu-devel] [PATCH qom-next v2] qom-test: Test QOM properties
,
Andreas Färber
,
2014/03/11
Re: [Qemu-devel] [PATCH qom-next v2] qom-test: Test QOM properties
,
Markus Armbruster
,
2014/03/12
Re: [Qemu-devel] [PATCH qom-next v2] qom-test: Test QOM properties
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PATCH] qemu-kvm: use the proper CPU vendor if -cpu is specified with -enable-kvm
,
George Yunaev
,
2014/03/11
Re: [Qemu-devel] [PATCH v3 0/2] dataplane: add query-iothreads QMP command
,
Stefan Hajnoczi
,
2014/03/11
Re: [Qemu-devel] [libvirt-users] Adjust disk image migration (NBD)
,
Joaquim Barrera
,
2014/03/11
Re: [Qemu-devel] [libvirt-users] Adjust disk image migration (NBD)
,
Stefan Hajnoczi
,
2014/03/20
[Qemu-devel] [PATCH] qcow2: Keep option in qcow2_invalidate_cache()
,
Kevin Wolf
,
2014/03/11
Re: [Qemu-devel] [PATCH] qcow2: Keep option in qcow2_invalidate_cache()
,
Max Reitz
,
2014/03/11
Re: [Qemu-devel] [PATCH] qcow2: Keep option in qcow2_invalidate_cache()
,
Stefan Hajnoczi
,
2014/03/11
[Qemu-devel] [PATCH 0/3] Quorum maintainance operations
,
Benoît Canet
,
2014/03/11
[Qemu-devel] [PATCH 1/3] quorum: Add the rewrite-corrupted parameter to quorum.
,
Benoît Canet
,
2014/03/11
Re: [Qemu-devel] [PATCH 1/3] quorum: Add the rewrite-corrupted parameter to quorum.
,
Max Reitz
,
2014/03/11
Re: [Qemu-devel] [PATCH 1/3] quorum: Add the rewrite-corrupted parameter to quorum.
,
Benoît Canet
,
2014/03/11
[Qemu-devel] [PATCH 2/3] block: Add drive-mirror-replace command to repair quorum files.
,
Benoît Canet
,
2014/03/11
Re: [Qemu-devel] [PATCH 2/3] block: Add drive-mirror-replace command to repair quorum files.
,
Max Reitz
,
2014/03/11
Re: [Qemu-devel] [PATCH 2/3] block: Add drive-mirror-replace command to repair quorum files.
,
Benoît Canet
,
2014/03/11
Re: [Qemu-devel] [PATCH 2/3] block: Add drive-mirror-replace command to repair quorum files.
,
Max Reitz
,
2014/03/13
[Qemu-devel] [PATCH 3/3] qemu-iotests: Add 088 new test for drive-mirror-replace.
,
Benoît Canet
,
2014/03/11
[Qemu-devel] [PATCH] gtk: Add mouse wheel support
,
Jan Kiszka
,
2014/03/11
Re: [Qemu-devel] [PATCH] gtk: Add mouse wheel support
,
Gerd Hoffmann
,
2014/03/12
[Qemu-devel] [PATCH v2 0/4] Add max-ram-below-4g (was Add pci_hole_min_size machine option)
,
Don Slutz
,
2014/03/11
[Qemu-devel] [PATCH v2 1/4] xen-all: Fix xen_hvm_init() to adjust pc memory layout.
,
Don Slutz
,
2014/03/11
Re: [Qemu-devel] [PATCH v2 1/4] xen-all: Fix xen_hvm_init() to adjust pc memory layout.
,
Stefano Stabellini
,
2014/03/16
[Qemu-devel] [PATCH v2 2/4] GlobalProperty: Display warning about unused -global
,
Don Slutz
,
2014/03/11
[Qemu-devel] [PATCH v2 4/4] xen-all: Pass max_ram_below_4g to xen_hvm_init.
,
Don Slutz
,
2014/03/11
Re: [Qemu-devel] [PATCH v2 4/4] xen-all: Pass max_ram_below_4g to xen_hvm_init.
,
Stefano Stabellini
,
2014/03/16
Re: [Qemu-devel] [PATCH v2 4/4] xen-all: Pass max_ram_below_4g to xen_hvm_init.
,
Don Slutz
,
2014/03/17
Re: [Qemu-devel] [PATCH v2 4/4] xen-all: Pass max_ram_below_4g to xen_hvm_init.
,
Stefano Stabellini
,
2014/03/17
Re: [Qemu-devel] [PATCH v2 4/4] xen-all: Pass max_ram_below_4g to xen_hvm_init.
,
Don Slutz
,
2014/03/17
Re: [Qemu-devel] [PATCH v2 4/4] xen-all: Pass max_ram_below_4g to xen_hvm_init.
,
Don Slutz
,
2014/03/17
Re: [Qemu-devel] [PATCH v2 4/4] xen-all: Pass max_ram_below_4g to xen_hvm_init.
,
Stefano Stabellini
,
2014/03/17
[Qemu-devel] [PATCH v2 3/4] pc & q35: Add new object pc-memory-layout.
,
Don Slutz
,
2014/03/11
[Qemu-devel] [PATCH 0/3] tests/qdev-global-props: fixes due to machine conversion to QOM
,
Marcel Apfelbaum
,
2014/03/11
[Qemu-devel] [PATCH 1/3] hw/machine: move QEMUMachine assignment into the core machine
,
Marcel Apfelbaum
,
2014/03/11
Re: [Qemu-devel] [PATCH 1/3] hw/machine: move QEMUMachine assignment into the core machine
,
Marcel Apfelbaum
,
2014/03/11
[Qemu-devel] [PATCH 3/3] tests/qdev-global-props: Manually add an instance of a QOM machine
,
Marcel Apfelbaum
,
2014/03/11
[Qemu-devel] [PATCH 2/3] hw/null-machine: Convert null machine to QOM
,
Marcel Apfelbaum
,
2014/03/11
Re: [Qemu-devel] [PATCH 2/3] hw/null-machine: Convert null machine to QOM
,
Eric Blake
,
2014/03/11
Re: [Qemu-devel] [PATCH 2/3] hw/null-machine: Convert null machine to QOM
,
Marcel Apfelbaum
,
2014/03/11
Re: [Qemu-devel] [PATCH 0/3] tests/qdev-global-props: fixes due to machine conversion to QOM
,
Andreas Färber
,
2014/03/11
Re: [Qemu-devel] [PATCH 0/3] tests/qdev-global-props: fixes due to machine conversion to QOM
,
Marcel Apfelbaum
,
2014/03/11
[Qemu-devel] [PATCH] qcow2: Don't write with BDRV_O_INCOMING
,
Kevin Wolf
,
2014/03/11
Re: [Qemu-devel] [PATCH] qcow2: Don't write with BDRV_O_INCOMING
,
Eric Blake
,
2014/03/11
Re: [Qemu-devel] [PATCH] qcow2: Don't write with BDRV_O_INCOMING
,
Stefan Hajnoczi
,
2014/03/11
[Qemu-devel] How to apply for Google Summer of Code
,
Stefan Hajnoczi
,
2014/03/11
[Qemu-devel] [PULL for-2.0 00/11] QMP queue
,
Luiz Capitulino
,
2014/03/11
[Qemu-devel] [PULL 06/11] qapi script: use same function to generate enum string
,
Luiz Capitulino
,
2014/03/11
[Qemu-devel] [PULL 05/11] qapi script: code move for generate_enum_name()
,
Luiz Capitulino
,
2014/03/11
[Qemu-devel] [PULL 01/11] qapi script: remember explicitly defined enum values
,
Luiz Capitulino
,
2014/03/11
[Qemu-devel] [PULL 02/11] qapi script: add check for duplicated key
,
Luiz Capitulino
,
2014/03/11
[Qemu-devel] [PULL 03/11] qapi script: remember line number in schema parsing
,
Luiz Capitulino
,
2014/03/11
[Qemu-devel] [PULL 08/11] qapi: convert BlockdevOptions to use enum discriminator
,
Luiz Capitulino
,
2014/03/11
[Qemu-devel] [PULL 10/11] qapi script: do not add "_" for every capitalized char in enum
,
Luiz Capitulino
,
2014/03/11
[Qemu-devel] [PULL 11/11] tests: test-qmp-commands: Fix double free
,
Luiz Capitulino
,
2014/03/11
[Qemu-devel] [PULL 07/11] qapi script: support enum type as discriminator in union
,
Luiz Capitulino
,
2014/03/11
[Qemu-devel] [PULL 04/11] qapi script: check correctness of union
,
Luiz Capitulino
,
2014/03/11
[Qemu-devel] [PULL 09/11] qapi script: do not allow string discriminator
,
Luiz Capitulino
,
2014/03/11
Re: [Qemu-devel] [PULL for-2.0 00/11] QMP queue
,
Peter Maydell
,
2014/03/12
[Qemu-devel] [Help-Request] how to determine EVERY read/write to/from memory?
,
Rudolf Woerndle
,
2014/03/11
[Qemu-devel] [PATCH V4] tests/libqtest: Fix possible deadlock in qtest initialization
,
Marcel Apfelbaum
,
2014/03/11
Re: [Qemu-devel] [PATCH V4] tests/libqtest: Fix possible deadlock in qtest initialization
,
Stefan Hajnoczi
,
2014/03/11
Re: [Qemu-devel] [PATCH V4] tests/libqtest: Fix possible deadlock in qtest initialization
,
Marcel Apfelbaum
,
2014/03/11
Re: [Qemu-devel] [PATCH V4] tests/libqtest: Fix possible deadlock in qtest initialization
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PATCH 00/10] migration: Optimization the xbzrle and fix two corruption issues
,
arei.gonglei
,
2014/03/11
[Qemu-devel] [PATCH 04/10] XBZRLE: rebuild the cache_is_cached function
,
arei.gonglei
,
2014/03/11
Re: [Qemu-devel] [PATCH 04/10] XBZRLE: rebuild the cache_is_cached function
,
Eric Blake
,
2014/03/11
Re: [Qemu-devel] [PATCH 04/10] XBZRLE: rebuild the cache_is_cached function
,
Juan Quintela
,
2014/03/11
[Qemu-devel] [PATCH 01/10] XBZRLE: Fix one XBZRLE corruption issues
,
arei.gonglei
,
2014/03/11
Re: [Qemu-devel] [PATCH 01/10] XBZRLE: Fix one XBZRLE corruption issues
,
Juan Quintela
,
2014/03/11
[Qemu-devel] [PATCH 06/10] migraion: optimiztion xbzrle by reducing data copy
,
arei.gonglei
,
2014/03/11
Re: [Qemu-devel] [PATCH 06/10] migraion: optimiztion xbzrle by reducing data copy
,
Juan Quintela
,
2014/03/11
Re: [Qemu-devel] [PATCH 06/10] migraion: optimiztion xbzrle by reducing data copy
,
Juan Quintela
,
2014/03/11
Re: [Qemu-devel] [PATCH 06/10] migraion: optimiztion xbzrle by reducing data copy
,
Eric Blake
,
2014/03/11
[Qemu-devel] [PATCH 05/10] migration: Fix the migrate auto converge process
,
arei.gonglei
,
2014/03/11
Re: [Qemu-devel] [PATCH 05/10] migration: Fix the migrate auto converge process
,
Juan Quintela
,
2014/03/11
Re: [Qemu-devel] [PATCH 05/10] migration: Fix the migrate auto converge process
,
Eric Blake
,
2014/03/11
Re: [Qemu-devel] [PATCH 05/10] migration: Fix the migrate auto converge process
,
Chegu Vinod
,
2014/03/11
Re: [Qemu-devel] [PATCH 05/10] migration: Fix the migrate auto converge process
,
Gonglei (Arei)
,
2014/03/18
[Qemu-devel] [PATCH 03/10] XBZRLE: optimize XBZRLE to decrease the cache missing
,
arei.gonglei
,
2014/03/11
Re: [Qemu-devel] [PATCH 03/10] XBZRLE: optimize XBZRLE to decrease the cache missing
,
Juan Quintela
,
2014/03/11
Re: [Qemu-devel] [PATCH 03/10] XBZRLE: optimize XBZRLE to decrease the cache missing
,
Gonglei (Arei)
,
2014/03/18
Re: [Qemu-devel] [PATCH 03/10] XBZRLE: optimize XBZRLE to decrease the cache missing
,
Eric Blake
,
2014/03/11
[Qemu-devel] [PATCH 09/10] migration: expose the bitmap_sync_cnt to the end user
,
arei.gonglei
,
2014/03/11
Re: [Qemu-devel] [PATCH 09/10] migration: expose the bitmap_sync_cnt to the end user
,
Eric Blake
,
2014/03/11
Re: [Qemu-devel] [PATCH 09/10] migration: expose the bitmap_sync_cnt to the end user
,
Juan Quintela
,
2014/03/11
[Qemu-devel] [PATCH 07/10] migraion: clear the death code
,
arei.gonglei
,
2014/03/11
Re: [Qemu-devel] [PATCH 07/10] migraion: clear the death code
,
Eric Blake
,
2014/03/11
Re: [Qemu-devel] [PATCH 07/10] migraion: clear the death code
,
Juan Quintela
,
2014/03/11
[Qemu-devel] [PATCH 08/10] migration: s/uint64_t/int64_t the definitions of it_age
,
arei.gonglei
,
2014/03/11
Re: [Qemu-devel] [PATCH 08/10] migration: s/uint64_t/int64_t the definitions of it_age
,
Eric Blake
,
2014/03/11
Re: [Qemu-devel] [PATCH 08/10] migration: s/uint64_t/int64_t the definitions of it_age
,
Juan Quintela
,
2014/03/11
[Qemu-devel] [PATCH 10/10] XBZRLE: update the doc of XBZRLE
,
arei.gonglei
,
2014/03/11
Re: [Qemu-devel] [PATCH 10/10] XBZRLE: update the doc of XBZRLE
,
Juan Quintela
,
2014/03/11
[Qemu-devel] [PATCH 02/10] migration: Add counters of updating the dirty bitmap
,
arei.gonglei
,
2014/03/11
Re: [Qemu-devel] [PATCH 02/10] migration: Add counters of updating the dirty bitmap
,
Eric Blake
,
2014/03/11
Re: [Qemu-devel] [PATCH 02/10] migration: Add counters of updating the dirty bitmap
,
Gonglei (Arei)
,
2014/03/11
Re: [Qemu-devel] [PATCH 02/10] migration: Add counters of updating the dirty bitmap
,
Juan Quintela
,
2014/03/11
[Qemu-devel] [PATCH v3] net: L2TPv3 transport
,
anton . ivanov
,
2014/03/11
Re: [Qemu-devel] [PATCH v3] net: L2TPv3 transport
,
Stefan Hajnoczi
,
2014/03/18
Re: [Qemu-devel] [PATCH v3] net: L2TPv3 transport
,
Anton Ivanov (antivano)
,
2014/03/18
[Qemu-devel] [PULL 0/6] acpi,pc,test bug fixes
,
Michael S. Tsirkin
,
2014/03/11
[Qemu-devel] [PULL 1/6] loader: rename in_ram/has_mr
,
Michael S. Tsirkin
,
2014/03/11
[Qemu-devel] [PULL 2/6] pc: avoid duplicate names for ROM MRs
,
Michael S. Tsirkin
,
2014/03/11
[Qemu-devel] [PULL 3/6] configure: don't modify .status on error
,
Michael S. Tsirkin
,
2014/03/11
[Qemu-devel] [PULL 5/6] acpi-build: don't access unaligned addresses
,
Michael S. Tsirkin
,
2014/03/11
[Qemu-devel] [PULL 6/6] acpi-test: update expected SSDT files
,
Michael S. Tsirkin
,
2014/03/11
[Qemu-devel] [PULL 4/6] q35: Correct typo BRDIGE -> BRIDGE
,
Michael S. Tsirkin
,
2014/03/11
Re: [Qemu-devel] [PULL 0/6] acpi,pc,test bug fixes
,
Peter Maydell
,
2014/03/12
[Qemu-devel] strange kernel panic
,
Vasiliy Tolstov
,
2014/03/11
[Qemu-devel] [PATCH V3 0/2] tests: Fix possible deadlock in qtest initialization
,
Marcel Apfelbaum
,
2014/03/11
[Qemu-devel] [PATCH V3 1/2] tests/libqtest: Fix possible deadlock in qtest initialization
,
Marcel Apfelbaum
,
2014/03/11
[Qemu-devel] [PATCH V3 2/2] tests: Tweak the Makefile to produce per-test output.
,
Marcel Apfelbaum
,
2014/03/11
Re: [Qemu-devel] [PATCH V3 0/2] tests: Fix possible deadlock in qtest initialization
,
Eric Blake
,
2014/03/11
[Qemu-devel] [PULL 0/3] KVM uq/master changes for 2013-03-14
,
Paolo Bonzini
,
2014/03/11
[Qemu-devel] [PULL 3/3] target-i386: bugfix of Intel MPX
,
Paolo Bonzini
,
2014/03/11
Re: [Qemu-devel] [PULL 3/3] target-i386: bugfix of Intel MPX
,
Andreas Färber
,
2014/03/11
[Qemu-devel] [PULL 2/3] file_ram_alloc: unify mem-path, mem-prealloc error handling
,
Paolo Bonzini
,
2014/03/11
[Qemu-devel] [PULL 1/3] kvm-all: exit in case max vcpus exceeded
,
Paolo Bonzini
,
2014/03/11
Re: [Qemu-devel] [PULL 0/3] KVM uq/master changes for 2013-03-14
,
Peter Maydell
,
2014/03/11
[Qemu-devel] [PATCH V2 0/2] tests: Fix possible deadlock in qtest initialization
,
Marcel Apfelbaum
,
2014/03/11
[Qemu-devel] [PATCH V2 1/2] tests/libqtest: Fix possible deadlock in qtest initialization
,
Marcel Apfelbaum
,
2014/03/11
Re: [Qemu-devel] [PATCH V2 1/2] tests/libqtest: Fix possible deadlock in qtest initialization
,
Stefan Hajnoczi
,
2014/03/11
Re: [Qemu-devel] [PATCH V2 1/2] tests/libqtest: Fix possible deadlock in qtest initialization
,
Marcel Apfelbaum
,
2014/03/11
Re: [Qemu-devel] [PATCH V2 1/2] tests/libqtest: Fix possible deadlock in qtest initialization
,
Marcel Apfelbaum
,
2014/03/11
Re: [Qemu-devel] [PATCH V2 1/2] tests/libqtest: Fix possible deadlock in qtest initialization
,
Stefan Hajnoczi
,
2014/03/11
[Qemu-devel] [PATCH V2 2/2] tests: Tweak the Makefile to produce per-test output.
,
Marcel Apfelbaum
,
2014/03/11
Re: [Qemu-devel] [PATCH V2 2/2] tests: Tweak the Makefile to produce per-test output.
,
Eric Blake
,
2014/03/11
Re: [Qemu-devel] [PATCH V2 2/2] tests: Tweak the Makefile to produce per-test output.
,
Marcel Apfelbaum
,
2014/03/11
Re: [Qemu-devel] [PATCH V2 2/2] tests: Tweak the Makefile to produce per-test output.
,
Stefan Hajnoczi
,
2014/03/11
Re: [Qemu-devel] [PATCH V2 2/2] tests: Tweak the Makefile to produce per-test output.
,
Marcel Apfelbaum
,
2014/03/11
[Qemu-devel] [PATCH] block: Update image size in bdrv_invalidate_cache()
,
Kevin Wolf
,
2014/03/11
Re: [Qemu-devel] [PATCH] block: Update image size in bdrv_invalidate_cache()
,
Juan Quintela
,
2014/03/11
Re: [Qemu-devel] [PATCH] block: Update image size in bdrv_invalidate_cache()
,
Stefan Hajnoczi
,
2014/03/11
Re: [Qemu-devel] [PATCH] block: Update image size in bdrv_invalidate_cache()
,
Benoît Canet
,
2014/03/11
Re: [Qemu-devel] [PATCH] block: Update image size in bdrv_invalidate_cache()
,
Kevin Wolf
,
2014/03/12
Re: [Qemu-devel] [PATCH] block: Update image size in bdrv_invalidate_cache()
,
Benoît Canet
,
2014/03/12
[Qemu-devel] [PATCH v6] target-sparc: Add and use CPU_FEATURE_CASA
,
Sebastian Huber
,
2014/03/11
[Qemu-devel] [PATCH v6] target-sparc: Add and use CPU_FEATURE_CASA
,
Sebastian Huber
,
2014/03/11
Re: [Qemu-devel] [PATCH v6] target-sparc: Add and use CPU_FEATURE_CASA
,
Fabien Chouteau
,
2014/03/12
Re: [Qemu-devel] [PATCH v6] target-sparc: Add and use CPU_FEATURE_CASA
,
Fabien Chouteau
,
2014/03/12
Re: [Qemu-devel] [PATCH v6] target-sparc: Add and use CPU_FEATURE_CASA
,
Sebastian Huber
,
2014/03/12
Re: [Qemu-devel] [PATCH v6] target-sparc: Add and use CPU_FEATURE_CASA
,
Fabien Chouteau
,
2014/03/12
[Qemu-devel] Disk I/O in QEMU
,
Le Tan
,
2014/03/11
Re: [Qemu-devel] Disk I/O in QEMU
,
Stefan Hajnoczi
,
2014/03/11
Re: [Qemu-devel] Disk I/O in QEMU
,
Le Tan
,
2014/03/12
Re: [Qemu-devel] Disk I/O in QEMU
,
Fam Zheng
,
2014/03/12
Re: [Qemu-devel] Disk I/O in QEMU
,
Le Tan
,
2014/03/12
[Qemu-devel] KVM call agenda for 2014-03-18
,
Juan Quintela
,
2014/03/10
Re: [Qemu-devel] KVM call agenda for 2014-03-18
,
Juan Quintela
,
2014/03/18
[Qemu-devel] [PATCH v4 0/4] migration: add more traces
,
Alexey Kardashevskiy
,
2014/03/10
[Qemu-devel] [PATCH v4 2/4] vl: add system_wakeup_request tracepoint
,
Alexey Kardashevskiy
,
2014/03/10
Re: [Qemu-devel] [PATCH v4 2/4] vl: add system_wakeup_request tracepoint
,
Juan Quintela
,
2014/03/11
[Qemu-devel] [PATCH v4 4/4] migration: add more traces
,
Alexey Kardashevskiy
,
2014/03/10
Re: [Qemu-devel] [PATCH v4 4/4] migration: add more traces
,
Juan Quintela
,
2014/03/11
[Qemu-devel] [PATCH v4 3/4] migration: extend section_start/end traces
,
Alexey Kardashevskiy
,
2014/03/10
Re: [Qemu-devel] [PATCH v4 3/4] migration: extend section_start/end traces
,
Juan Quintela
,
2014/03/11
[Qemu-devel] [PATCH v4 1/4] util: add qemu_ether_ntoa
,
Alexey Kardashevskiy
,
2014/03/10
Re: [Qemu-devel] [PATCH v4 1/4] util: add qemu_ether_ntoa
,
Juan Quintela
,
2014/03/11
Re: [Qemu-devel] [PATCH v4 1/4] util: add qemu_ether_ntoa
,
Alexey Kardashevskiy
,
2014/03/26
Re: [Qemu-devel] [PATCH v4 1/4] util: add qemu_ether_ntoa
,
Amit Shah
,
2014/03/27
Re: [Qemu-devel] [PATCH v4 1/4] util: add qemu_ether_ntoa
,
Alexey Kardashevskiy
,
2014/03/27
[Qemu-devel] [PATCH 0/3] qcow2: Fix crash during copy_sectors() after corruption
,
Max Reitz
,
2014/03/10
[Qemu-devel] [PATCH 1/3] qcow2: Check bs->drv in copy_sectors()
,
Max Reitz
,
2014/03/10
Re: [Qemu-devel] [PATCH 1/3] qcow2: Check bs->drv in copy_sectors()
,
Laszlo Ersek
,
2014/03/10
Re: [Qemu-devel] [PATCH 1/3] qcow2: Check bs->drv in copy_sectors()
,
Kevin Wolf
,
2014/03/11
Re: [Qemu-devel] [PATCH 1/3] qcow2: Check bs->drv in copy_sectors()
,
Paolo Bonzini
,
2014/03/11
Re: [Qemu-devel] [PATCH 1/3] qcow2: Check bs->drv in copy_sectors()
,
Max Reitz
,
2014/03/11
Re: [Qemu-devel] [PATCH 1/3] qcow2: Check bs->drv in copy_sectors()
,
Max Reitz
,
2014/03/11
[Qemu-devel] [PATCH 2/3] block: bs->drv may be NULL in bdrv_debug_resume()
,
Max Reitz
,
2014/03/10
[Qemu-devel] [PATCH 3/3] iotests: Test corruption during COW request
,
Max Reitz
,
2014/03/10
Re: [Qemu-devel] [PATCH 0/3] qcow2: Fix crash during copy_sectors() after corruption
,
Kevin Wolf
,
2014/03/11
Re: [Qemu-devel] [PATCH 0/3] qcow2: Fix crash during copy_sectors() after corruption
,
Stefan Hajnoczi
,
2014/03/11
Re: [Qemu-devel] AmigaOS 4.x on QEMU
,
xalaris
,
2014/03/10
Re: [Qemu-devel] AmigaOS 4.x on QEMU
,
BALATON Zoltan
,
2014/03/10
Re: [Qemu-devel] AmigaOS 4.x on QEMU
,
xalaris
,
2014/03/10
[Qemu-devel] [PATCH v2] acpi-build: don't access unaligned addresses
,
Michael S. Tsirkin
,
2014/03/10
Re: [Qemu-devel] [PATCH v2] acpi-build: don't access unaligned addresses
,
Peter Maydell
,
2014/03/11
Re: [Qemu-devel] [PATCH v2] acpi-build: don't access unaligned addresses
,
Michael S. Tsirkin
,
2014/03/11
Re: [Qemu-devel] [PATCH v2] acpi-build: don't access unaligned addresses
,
Peter Maydell
,
2014/03/12
[Qemu-devel] [PATCH 1/2] bswap.h: export bswap_le
,
Michael S. Tsirkin
,
2014/03/10
[Qemu-devel] [PATCH 2/2] acpi-build: don't access unaligned addresses
,
Michael S. Tsirkin
,
2014/03/10
Re: [Qemu-devel] [PATCH 2/2] acpi-build: don't access unaligned addresses
,
Richard Henderson
,
2014/03/12
[Qemu-devel] [PATCH] hw/i386: Use unaligned store functions building acpi tables
,
Richard Henderson
,
2014/03/12
Re: [Qemu-devel] [PATCH] hw/i386: Use unaligned store functions building acpi tables
,
Peter Maydell
,
2014/03/12
Re: [Qemu-devel] [PATCH] hw/i386: Use unaligned store functions building acpi tables
,
Richard Henderson
,
2014/03/13
Re: [Qemu-devel] [PATCH 1/2] bswap.h: export bswap_le
,
Richard Henderson
,
2014/03/12
[Qemu-devel] [PATCH 00/12] Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PATCH 03/12] hw/pci/pci_host.c: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/10
Re: [Qemu-devel] [PATCH 03/12] hw/pci/pci_host.c: Avoid shifting left into sign bit
,
Stefan Weil
,
2014/03/10
Re: [Qemu-devel] [PATCH 03/12] hw/pci/pci_host.c: Avoid shifting left into sign bit
,
Michael S. Tsirkin
,
2014/03/10
Re: [Qemu-devel] [PATCH 03/12] hw/pci/pci_host.c: Avoid shifting left into sign bit
,
Michael S. Tsirkin
,
2014/03/10
[Qemu-devel] [PATCH 06/12] hw/usb/hcd-ohci.c: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PATCH 12/12] hw/pci-host/apb.c: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/10
Re: [Qemu-devel] [PATCH 12/12] hw/pci-host/apb.c: Avoid shifting left into sign bit
,
Michael S. Tsirkin
,
2014/03/10
Re: [Qemu-devel] [Qemu-trivial] [PATCH 12/12] hw/pci-host/apb.c: Avoid shifting left into sign bit
,
Michael Tokarev
,
2014/03/14
[Qemu-devel] [PATCH 08/12] hw/ppc: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PATCH 05/12] target-mips: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PATCH 04/12] hw/i386/acpi_build.c: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/10
Re: [Qemu-devel] [PATCH 04/12] hw/i386/acpi_build.c: Avoid shifting left into sign bit
,
Michael S. Tsirkin
,
2014/03/10
[Qemu-devel] [PATCH 09/12] tests/libqos/pci-pc: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PATCH 07/12] hw/intc/openpic: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PATCH 01/12] target-i386: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/10
Re: [Qemu-devel] [PATCH 01/12] target-i386: Avoid shifting left into sign bit
,
Michael S. Tsirkin
,
2014/03/10
[Qemu-devel] [PATCH 10/12] hw/intc/slavio_intctl: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PATCH 11/12] hw/intc/xilinx_intc: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PATCH 02/12] hw/intc/apic.c: Use uint32_t for mask word in foreach_apic
,
Peter Maydell
,
2014/03/10
Re: [Qemu-devel] [PATCH 02/12] hw/intc/apic.c: Use uint32_t for mask word in foreach_apic
,
Stefan Weil
,
2014/03/10
Re: [Qemu-devel] [PATCH 02/12] hw/intc/apic.c: Use uint32_t for mask word in foreach_apic
,
Michael S. Tsirkin
,
2014/03/10
Re: [Qemu-devel] [PATCH 00/12] Avoid shifting left into sign bit
,
Michael S. Tsirkin
,
2014/03/10
[Qemu-devel] [PATCH 0/6] Refactor AES Instructions
,
Tom Musta
,
2014/03/10
[Qemu-devel] [PATCH 1/6] util: Add S-Box and InvS-Box Arrays to Common AES Utils
,
Tom Musta
,
2014/03/10
[Qemu-devel] [PATCH 4/6] target-i386: Use Common ShiftRows and InvShiftRows Tables
,
Tom Musta
,
2014/03/10
[Qemu-devel] [PATCH 2/6] util: Add AES ShiftRows and InvShiftRows Tables
,
Tom Musta
,
2014/03/10
[Qemu-devel] [PATCH 3/6] util: Add InvMixColumns
,
Tom Musta
,
2014/03/10
[Qemu-devel] [PATCH 5/6] target-arm: Use Common Tables in AES Instructions
,
Tom Musta
,
2014/03/10
Re: [Qemu-devel] [PATCH 5/6] target-arm: Use Common Tables in AES Instructions
,
Richard Henderson
,
2014/03/12
[Qemu-devel] [PATCH 6/6] target-ppc: Refactor AES Instructions
,
Tom Musta
,
2014/03/10
Re: [Qemu-devel] [PATCH 0/6] Refactor AES Instructions
,
Richard Henderson
,
2014/03/12
Re: [Qemu-devel] [PATCH 0/6] Refactor AES Instructions
,
Tom Musta
,
2014/03/13
Re: [Qemu-devel] [PATCH] serial-pci: Set prog interface field of pci config to 16550 compatible
,
BALATON Zoltan
,
2014/03/10
Re: [Qemu-devel] [Qemu-trivial] [PATCH] serial-pci: Set prog interface field of pci config to 16550 compatible
,
Michael Tokarev
,
2014/03/14
Re: [Qemu-devel] [Qemu-trivial] [PATCH] serial-pci: Set prog interface field of pci config to 16550 compatible
,
BALATON Zoltan
,
2014/03/14
Re: [Qemu-devel] [Qemu-trivial] [PATCH] serial-pci: Set prog interface field of pci config to 16550 compatible
,
BALATON Zoltan
,
2014/03/14
Re: [Qemu-devel] [Qemu-trivial] [PATCH] serial-pci: Set prog interface field of pci config to 16550 compatible
,
Gerd Hoffmann
,
2014/03/17
Re: [Qemu-devel] [Qemu-trivial] [PATCH] serial-pci: Set prog interface field of pci config to 16550 compatible
,
BALATON Zoltan
,
2014/03/20
Re: [Qemu-devel] [Qemu-trivial] [PATCH] serial-pci: Set prog interface field of pci config to 16550 compatible
,
Gerd Hoffmann
,
2014/03/21
Re: [Qemu-devel] [Qemu-trivial] [PATCH] serial-pci: Set prog interface field of pci config to 16550 compatible
,
BALATON Zoltan
,
2014/03/21
Re: [Qemu-devel] [Qemu-trivial] [PATCH] serial-pci: Set prog interface field of pci config to 16550 compatible
,
Michael Tokarev
,
2014/03/20
Re: [Qemu-devel] [Qemu-trivial] [PATCH] serial-pci: Set prog interface field of pci config to 16550 compatible
,
Paolo Bonzini
,
2014/03/20
Re: [Qemu-devel] [Qemu-trivial] [PATCH] serial-pci: Set prog interface field of pci config to 16550 compatible
,
BALATON Zoltan
,
2014/03/20
Re: [Qemu-devel] [Qemu-trivial] [PATCH] serial-pci: Set prog interface field of pci config to 16550 compatible
,
Paolo Bonzini
,
2014/03/20
Re: [Qemu-devel] [Qemu-trivial] [PATCH] serial-pci: Set prog interface field of pci config to 16550 compatible
,
BALATON Zoltan
,
2014/03/20
Re: [Qemu-devel] [Qemu-trivial] [PATCH] serial-pci: Set prog interface field of pci config to 16550 compatible
,
Paolo Bonzini
,
2014/03/20
Re: [Qemu-devel] [Qemu-trivial] [PATCH] serial-pci: Set prog interface field of pci config to 16550 compatible
,
Michael Tokarev
,
2014/03/21
Re: [Qemu-devel] [PATCH v2] q35: Correct typo BRDIGE -> BRIDGE
,
BALATON Zoltan
,
2014/03/10
Re: [Qemu-devel] [Qemu-trivial] [PATCH v2] q35: Correct typo BRDIGE -> BRIDGE
,
Michael Tokarev
,
2014/03/14
Re: [Qemu-devel] [Qemu-trivial] [PATCH v2] q35: Correct typo BRDIGE -> BRIDGE
,
BALATON Zoltan
,
2014/03/14
Re: [Qemu-devel] [PATCH v2] q35: Correct typo BRDIGE -> BRIDGE
,
Michael S. Tsirkin
,
2014/03/10
[Qemu-devel] [PATCH v3 0/2] QOM realize for virtio-console
,
Andreas Färber
,
2014/03/10
[Qemu-devel] [PATCH v3 1/2] virtio-console: QOM cast cleanup for VirtConsole
,
Andreas Färber
,
2014/03/10
[Qemu-devel] [PATCH v3 2/2] virtio-serial-port: Convert to QOM realize/unrealize
,
Andreas Färber
,
2014/03/10
Re: [Qemu-devel] [PATCH v3 2/2] virtio-serial-port: Convert to QOM realize/unrealize
,
Amit Shah
,
2014/03/12
Re: [Qemu-devel] [PATCH v3 2/2] virtio-serial-port: Convert to QOM realize/unrealize
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PATCH] Add qga/qapi-generated to .gitignore
,
Gabriel L. Somlo
,
2014/03/10
Re: [Qemu-devel] [PATCH] Add qga/qapi-generated to .gitignore
,
Eric Blake
,
2014/03/10
[Qemu-devel] [PATCH v2] Add qga/qapi-generated to .gitignore
,
Gabriel L. Somlo
,
2014/03/10
Re: [Qemu-devel] [Qemu-trivial] [PATCH v2] Add qga/qapi-generated to .gitignore
,
Michael Tokarev
,
2014/03/14
[Qemu-devel] [PATCH 10/10] SMBIOS: Build full smbios v2.3 compliant type 16 and 17 tables
,
Gabriel L. Somlo
,
2014/03/10
[Qemu-devel] [PATCH 9/10] SMBIOS: Build full type 4 tables
,
Gabriel L. Somlo
,
2014/03/10
[Qemu-devel] [PATCH 8/10] SMBIOS: Build full type 3 table
,
Gabriel L. Somlo
,
2014/03/10
[Qemu-devel] [PATCH 7/10] SMBIOS: Remove unused code for passing individual fields to bios
,
Gabriel L. Somlo
,
2014/03/10
[Qemu-devel] [PATCH 6/10] SMBIOS: Build full tables for types 0 and 1
,
Gabriel L. Somlo
,
2014/03/10
[Qemu-devel] [PATCH 5/10] SMBIOS: Add code to build full smbios tables; build type 2 table
,
Gabriel L. Somlo
,
2014/03/10
[Qemu-devel] [PATCH 4/10] SMBIOS: Use bitmaps to check for smbios table collisions
,
Gabriel L. Somlo
,
2014/03/10
[Qemu-devel] [PATCH 3/10] SMBIOS: Use macro to set smbios defaults
,
Gabriel L. Somlo
,
2014/03/10
[Qemu-devel] [PATCH 2/10] SMBIOS: Rename smbios_set_type1_defaults() for more general use
,
Gabriel L. Somlo
,
2014/03/10
[Qemu-devel] [PATCH 1/10] SMBIOS: Update all table definitions to smbios spec v2.3
,
Gabriel L. Somlo
,
2014/03/10
[Qemu-devel] SMBIOS (Set of 10 patches)
,
Gabriel L. Somlo
,
2014/03/10
Re: [Qemu-devel] SMBIOS (Set of 10 patches)
,
Eric Blake
,
2014/03/10
Re: [Qemu-devel] SMBIOS (Set of 10 patches)
,
Gabriel L. Somlo
,
2014/03/10
Re: [Qemu-devel] SMBIOS (Set of 10 patches)
,
Gabriel L. Somlo
,
2014/03/10
Re: [Qemu-devel] SMBIOS (Set of 10 patches)
,
Eric Blake
,
2014/03/10
Re: [Qemu-devel] SMBIOS (Set of 10 patches)
,
Eric Blake
,
2014/03/10
Re: [Qemu-devel] SMBIOS (Set of 10 patches)
,
Eric Blake
,
2014/03/10
Re: [Qemu-devel] SMBIOS (Set of 10 patches)
,
Gerd Hoffmann
,
2014/03/11
Re: [Qemu-devel] SMBIOS (Set of 10 patches)
,
Kevin O'Connor
,
2014/03/11
Re: [Qemu-devel] SMBIOS (Set of 10 patches)
,
Gerd Hoffmann
,
2014/03/12
[Qemu-devel] [v2 PATCH 00/13] SMBIOS: build full tables in QEMU
,
Gabriel L. Somlo
,
2014/03/11
[Qemu-devel] [v2 PATCH 01/13] SMBIOS: Update all table definitions to smbios spec v2.3
,
Gabriel L. Somlo
,
2014/03/11
[Qemu-devel] [v2 PATCH 02/13] SMBIOS: Rename smbios_set_type1_defaults() for more general use
,
Gabriel L. Somlo
,
2014/03/11
[Qemu-devel] [v2 PATCH 03/13] SMBIOS: Use macro to set smbios defaults
,
Gabriel L. Somlo
,
2014/03/11
[Qemu-devel] [v2 PATCH 04/13] SMBIOS: Use bitmaps to check for smbios table collisions
,
Gabriel L. Somlo
,
2014/03/11
[Qemu-devel] [v2 PATCH 05/13] SMBIOS: Add code to build full smbios tables; build type 2 table
,
Gabriel L. Somlo
,
2014/03/11
[Qemu-devel] [v3 PATCH 05/13] SMBIOS: Add code to build full smbios tables; build type 2 table
,
Gabriel L. Somlo
,
2014/03/11
[Qemu-devel] [v2 PATCH 06/13] SMBIOS: Build full tables for types 0 and 1
,
Gabriel L. Somlo
,
2014/03/11
[Qemu-devel] [v2 PATCH 09/13] SMBIOS: Build full type 4 tables
,
Gabriel L. Somlo
,
2014/03/11
[Qemu-devel] [v2 PATCH 08/13] SMBIOS: Build full type 3 table
,
Gabriel L. Somlo
,
2014/03/11
[Qemu-devel] [v2 PATCH 10/13] SMBIOS: Build full smbios v2.3 compliant type 16 and 17 tables
,
Gabriel L. Somlo
,
2014/03/11
[Qemu-devel] [v2 PATCH 07/13] SMBIOS: Remove unused code for passing individual fields to bios
,
Gabriel L. Somlo
,
2014/03/11
[Qemu-devel] [v2 PATCH 12/13] SMBIOS: Build full type 20 tables
,
Gabriel L. Somlo
,
2014/03/11
[Qemu-devel] [v2 PATCH 13/13] SMBIOS: Build full tables for type 32 and 127
,
Gabriel L. Somlo
,
2014/03/11
[Qemu-devel] [v2 PATCH 11/13] SMBIOS: Build full type 19 tables
,
Gabriel L. Somlo
,
2014/03/11
Re: [Qemu-devel] [v2 PATCH 11/13] SMBIOS: Build full type 19 tables
,
Gerd Hoffmann
,
2014/03/12
Re: [Qemu-devel] [v2 PATCH 11/13] SMBIOS: Build full type 19 tables
,
Gabriel L. Somlo
,
2014/03/12
Re: [Qemu-devel] [v2 PATCH 11/13] SMBIOS: Build full type 19 tables
,
Gerd Hoffmann
,
2014/03/12
Re: [Qemu-devel] [v2 PATCH 11/13] SMBIOS: Build full type 19 tables
,
Gabriel L. Somlo
,
2014/03/12
Re: [Qemu-devel] [v2 PATCH 11/13] SMBIOS: Build full type 19 tables
,
Gerd Hoffmann
,
2014/03/12
Re: [Qemu-devel] [v2 PATCH 11/13] SMBIOS: Build full type 19 tables
,
Gabriel L. Somlo
,
2014/03/12
Re: [Qemu-devel] [v2 PATCH 11/13] SMBIOS: Build full type 19 tables
,
Gabriel L. Somlo
,
2014/03/12
Re: [Qemu-devel] [v2 PATCH 11/13] SMBIOS: Build full type 19 tables
,
Gabriel L. Somlo
,
2014/03/12
Re: [Qemu-devel] [v2 PATCH 00/13] SMBIOS: build full tables in QEMU
,
Kevin O'Connor
,
2014/03/11
Re: [Qemu-devel] [v2 PATCH 00/13] SMBIOS: build full tables in QEMU
,
Gabriel L. Somlo
,
2014/03/11
Re: [Qemu-devel] [v2 PATCH 00/13] SMBIOS: build full tables in QEMU
,
Gerd Hoffmann
,
2014/03/12
[Qemu-devel] [v3 PATCH 00/13] SMBIOS: build full tables in QEMU
,
Gabriel L. Somlo
,
2014/03/12
[Qemu-devel] [v3 PATCH 03/13] SMBIOS: Use bitmaps to check for smbios table collisions
,
Gabriel L. Somlo
,
2014/03/12
[Qemu-devel] [v3 PATCH 05/13] SMBIOS: Build full tables for types 0 and 1
,
Gabriel L. Somlo
,
2014/03/12
[Qemu-devel] [v3 PATCH 02/13] SMBIOS: Use macro to set smbios defaults
,
Gabriel L. Somlo
,
2014/03/12
[Qemu-devel] [v3 PATCH 04/13] SMBIOS: Add code to build full smbios tables; build type 2 table
,
Gabriel L. Somlo
,
2014/03/12
[Qemu-devel] [v3 PATCH 06/13] SMBIOS: Remove unused code for passing individual fields to bios
,
Gabriel L. Somlo
,
2014/03/12
[Qemu-devel] [v3 PATCH 01/13] SMBIOS: Rename smbios_set_type1_defaults() for more general use
,
Gabriel L. Somlo
,
2014/03/12
[Qemu-devel] [v3 PATCH 07/13] SMBIOS: Build full type 3 table
,
Gabriel L. Somlo
,
2014/03/12
[Qemu-devel] [v3 PATCH 08/13] SMBIOS: Build full type 4 tables
,
Gabriel L. Somlo
,
2014/03/12
[Qemu-devel] [v3 PATCH 11/13] SMBIOS: Build full type 20 tables
,
Gabriel L. Somlo
,
2014/03/12
[Qemu-devel] [v3 PATCH 09/13] SMBIOS: Build full smbios type 16 and 17 tables
,
Gabriel L. Somlo
,
2014/03/12
[Qemu-devel] [v3 PATCH 12/13] SMBIOS: Build full tables for type 32 and 127
,
Gabriel L. Somlo
,
2014/03/12
[Qemu-devel] [v3 PATCH 13/13] SMBIOS: Update all table definitions to smbios spec v2.3
,
Gabriel L. Somlo
,
2014/03/12
[Qemu-devel] [v3 PATCH 10/13] SMBIOS: Build full type 19 tables
,
Gabriel L. Somlo
,
2014/03/12
Re: [Qemu-devel] [v3 PATCH 00/13] SMBIOS: build full tables in QEMU
,
Eric Blake
,
2014/03/12
Re: [Qemu-devel] [PATCH] virtio: set virtio-mmio transport features for various backends
,
Peter Maydell
,
2014/03/10
[Qemu-devel] Trying to get fstrim / discard=unmap to work
,
Richard W.M. Jones
,
2014/03/10
Re: [Qemu-devel] Trying to get fstrim / discard=unmap to work
,
Richard W.M. Jones
,
2014/03/10
Re: [Qemu-devel] Trying to get fstrim / discard=unmap to work
,
Paolo Bonzini
,
2014/03/10
Re: [Qemu-devel] Trying to get fstrim / discard=unmap to work
,
Richard W.M. Jones
,
2014/03/10
Re: [Qemu-devel] Trying to get fstrim / discard=unmap to work
,
Richard W.M. Jones
,
2014/03/11
Re: [Qemu-devel] Trying to get fstrim / discard=unmap to work
,
Paolo Bonzini
,
2014/03/12
[Qemu-devel] [PULL 0/9] target-arm queue
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PULL 3/9] target-arm: Fix intptr_t vs tcg_target_long
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PULL 9/9] target-arm: Implement WFE as a yield operation
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PULL 4/9] libvixl: Fix format strings for several int64_t values
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PULL 7/9] hw/ssi/xilinx_spips.c: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PULL 6/9] hw/arm/omap1.c: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PULL 5/9] pxa2xx: Don't shift into sign bit
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PULL 2/9] target-arm: Implements the ARM PMCCNTR register
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PULL 8/9] hw/arm/musicpal: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PULL 1/9] target-arm: Fix incorrect setting of E bit in CPSR
,
Peter Maydell
,
2014/03/10
Re: [Qemu-devel] [PULL 0/9] target-arm queue
,
Peter Maydell
,
2014/03/11
[Qemu-devel] [PATCH v2 0/4] ARM: Set reset-cbar property for A9 and A15 boards
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PATCH v2 1/4] vexpress: Set reset-cbar property for CPUs
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PATCH v2 4/4] virt: Set reset-cbar on CPUs
,
Peter Maydell
,
2014/03/10
Re: [Qemu-devel] [PATCH v2 4/4] virt: Set reset-cbar on CPUs
,
Peter Crosthwaite
,
2014/03/14
[Qemu-devel] [PATCH v2 2/4] realview-pbx-a9: Set reset-cbar property for CPUs
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PATCH v2 3/4] exynos4210: Set reset-cbar property of Cortex-A9 CPUs
,
Peter Maydell
,
2014/03/10
Re: [Qemu-devel] [PATCH v2 3/4] exynos4210: Set reset-cbar property of Cortex-A9 CPUs
,
Peter Crosthwaite
,
2014/03/14
[Qemu-devel] [PATCH] tests/qapi-schema: Fix enum misuse in flat union type tests
,
Markus Armbruster
,
2014/03/10
Re: [Qemu-devel] [PATCH] tests/qapi-schema: Fix enum misuse in flat union type tests
,
Luiz Capitulino
,
2014/03/10
Re: [Qemu-devel] [PATCH] tests/qapi-schema: Fix enum misuse in flat union type tests
,
Markus Armbruster
,
2014/03/11
Re: [Qemu-devel] [PATCH] tests/qapi-schema: Fix enum misuse in flat union type tests
,
Luiz Capitulino
,
2014/03/11
Re: [Qemu-devel] [PATCH v2 0/5] s390: Support for Hotplug of Standby Memory
,
Matthew Rosato
,
2014/03/10
Re: [Qemu-devel] [PATCH v2 0/5] s390: Support for Hotplug of Standby Memory
,
Matthew Rosato
,
2014/03/19
[Qemu-devel] [PATCH v3 1/2] Fix vga_interface_type for command '-device VGA'
,
Mark Wu
,
2014/03/10
[Qemu-devel] [PATCH v3 2/2] Fix return value of vga initlization on ppc
,
Mark Wu
,
2014/03/10
Re: [Qemu-devel] [PATCH v3 2/2] Fix return value of vga initlization on ppc
,
Paolo Bonzini
,
2014/03/10
Re: [Qemu-devel] [PATCH v3 2/2] Fix return value of vga initlization on ppc
,
Mark Wu
,
2014/03/11
Re: [Qemu-devel] [PATCH v3 2/2] Fix return value of vga initlization on ppc
,
Paolo Bonzini
,
2014/03/11
Re: [Qemu-devel] [PATCH v3 2/2] Fix return value of vga initlization on ppc
,
Andreas Färber
,
2014/03/13
Re: [Qemu-devel] [PATCH v3 1/2] Fix vga_interface_type for command '-device VGA'
,
Paolo Bonzini
,
2014/03/10
[Qemu-devel] QEMU participating in Outreach Program for Women
,
Stefan Hajnoczi
,
2014/03/10
Re: [Qemu-devel] [PATCH 0/4] arm: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PATCH for-2.0 v2] pseries: Update SLOF firmware image to qemu-slof-20140304
,
Alexey Kardashevskiy
,
2014/03/10
Re: [Qemu-devel] [PATCH for-2.0 v2] pseries: Update SLOF firmware image to qemu-slof-20140304
,
Andreas Färber
,
2014/03/10
Re: [Qemu-devel] [PATCH 1/2 V4] e1000: add the ability to select among several specific types of e1000[e]; 82566DM emulation ; some pointers to documentations and details.
,
Romain Dolbeau
,
2014/03/10
Re: [Qemu-devel] [PATCH 1/2 V4] e1000: add the ability to select among several specific types of e1000[e]; 82566DM emulation ; some pointers to documentations and details.
,
Stefan Hajnoczi
,
2014/03/18
[Qemu-devel] [PULL 0/3] spice patch queue
,
Gerd Hoffmann
,
2014/03/10
[Qemu-devel] [PULL 3/3] configure: Prettify message for hosts without spice support
,
Gerd Hoffmann
,
2014/03/10
[Qemu-devel] [PULL 2/3] spice: QemuUIInfo windup
,
Gerd Hoffmann
,
2014/03/10
[Qemu-devel] [PULL 1/3] spice: fix simple display surface handling
,
Gerd Hoffmann
,
2014/03/10
Re: [Qemu-devel] [PULL 0/3] spice patch queue
,
Peter Maydell
,
2014/03/11
[Qemu-devel] [PATCH] linux-user: Don't reserve space for commpage for AArch64
,
Peter Maydell
,
2014/03/10
Re: [Qemu-devel] [PATCH] linux-user: Don't reserve space for commpage for AArch64
,
Riku Voipio
,
2014/03/12
[Qemu-devel] [PULL 0/2] input: two bugfixes.
,
Gerd Hoffmann
,
2014/03/10
[Qemu-devel] [PULL 2/2] input: map INPUT_BUTTON_WHEEL_{UP, DOWN} to legacy input z axis moves.
,
Gerd Hoffmann
,
2014/03/10
[Qemu-devel] [PULL 1/2] input: sdl: fix guest_cursor logic.
,
Gerd Hoffmann
,
2014/03/10
Re: [Qemu-devel] [PULL 0/2] input: two bugfixes.
,
Peter Maydell
,
2014/03/11
[Qemu-devel] [PULL 0/9] vnc patches
,
Gerd Hoffmann
,
2014/03/10
[Qemu-devel] [PULL 3/9] vnc: fix use-after-free in vnc_update_client_sync
,
Gerd Hoffmann
,
2014/03/10
[Qemu-devel] [PULL 2/9] vnc: Fix qemu crashed when vnc client disconnect suddenly
,
Gerd Hoffmann
,
2014/03/10
[Qemu-devel] [PULL 1/9] vnc: Fix tight_detect_smooth_image() for lossless case
,
Gerd Hoffmann
,
2014/03/10
[Qemu-devel] [PULL 4/9] ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macro
,
Gerd Hoffmann
,
2014/03/10
[Qemu-devel] [PULL 6/9] ui/vnc: optimize dirty bitmap tracking
,
Gerd Hoffmann
,
2014/03/10
[Qemu-devel] [PULL 9/9] ui/vnc: disable adaptive update calculations if not needed
,
Gerd Hoffmann
,
2014/03/10
[Qemu-devel] [PULL 7/9] ui/vnc: optimize clearing in find_and_clear_dirty_height()
,
Gerd Hoffmann
,
2014/03/10
[Qemu-devel] [PULL 8/9] ui/vnc: optimize setting in vnc_dpy_update()
,
Gerd Hoffmann
,
2014/03/10
[Qemu-devel] [PULL 5/9] ui/vnc: derive cmp_bytes from VNC_DIRTY_PIXELS_PER_BIT
,
Gerd Hoffmann
,
2014/03/10
Re: [Qemu-devel] [PULL 0/9] vnc patches
,
Peter Maydell
,
2014/03/11
Re: [Qemu-devel] [Spice-devel] Vdagent not working on xen linux hvm DomUs
,
Michael S. Tsirkin
,
2014/03/10
Re: [Qemu-devel] [Spice-devel] Vdagent not working on xen linux hvm DomUs
,
Wei Liu
,
2014/03/10
[Qemu-devel] [PULL 0/8] linux-user update for 2.0
,
riku . voipio
,
2014/03/10
[Qemu-devel] [PATCH 3/8] linux-user: Don't use UID16 on AArch64
,
riku . voipio
,
2014/03/10
[Qemu-devel] [PATCH 4/8] linux-user: Fix getresuid, getresgid if !USE_UID16
,
riku . voipio
,
2014/03/10
[Qemu-devel] [PATCH 2/8] linux-user: AArch64: Implement SA_RESTORER for signal handlers
,
riku . voipio
,
2014/03/10
[Qemu-devel] [PATCH 5/8] linux-user: Implement sendmmsg syscall
,
riku . voipio
,
2014/03/10
[Qemu-devel] [PATCH 1/8] linux-user/signal.c: Fix AArch64 big-endian FP register restore
,
riku . voipio
,
2014/03/10
[Qemu-devel] [PATCH 6/8] linux-user: translate signal number on return from sigtimedwait
,
riku . voipio
,
2014/03/10
[Qemu-devel] [PATCH 8/8] linux-user: set minimum kernel version to 2.6.32
,
riku . voipio
,
2014/03/10
[Qemu-devel] [PATCH 7/8] linux-user: correct handling of break exception for MIPS
,
riku . voipio
,
2014/03/10
Re: [Qemu-devel] [PULL 0/8] linux-user update for 2.0
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PATCH 0/2] tests: Fix possible deadlock in qtest initialization
,
Marcel Apfelbaum
,
2014/03/10
[Qemu-devel] [PATCH 1/2] tests/libqtest: Fix possible deadlock in qtest initialization
,
Marcel Apfelbaum
,
2014/03/10
Re: [Qemu-devel] [PATCH 1/2] tests/libqtest: Fix possible deadlock in qtest initialization
,
Stefan Hajnoczi
,
2014/03/10
Re: [Qemu-devel] [PATCH 1/2] tests/libqtest: Fix possible deadlock in qtest initialization
,
Markus Armbruster
,
2014/03/12
Re: [Qemu-devel] [PATCH 1/2] tests/libqtest: Fix possible deadlock in qtest initialization
,
Marcel Apfelbaum
,
2014/03/12
[Qemu-devel] [PATCH 2/2] tests: check that qtest state is valid before starting the test
,
Marcel Apfelbaum
,
2014/03/10
Re: [Qemu-devel] [PATCH 0/2] tests: Fix possible deadlock in qtest initialization
,
Stefan Hajnoczi
,
2014/03/10
Re: [Qemu-devel] [PATCH 0/2] tests: Fix possible deadlock in qtest initialization
,
Marcel Apfelbaum
,
2014/03/10
Re: [Qemu-devel] [PATCH 0/2] tests: Fix possible deadlock in qtest initialization
,
Stefan Hajnoczi
,
2014/03/10
Re: [Qemu-devel] [PATCH 0/2] tests: Fix possible deadlock in qtest initialization
,
Marcel Apfelbaum
,
2014/03/11
[Qemu-devel] [PATCH] net: L2TPv3 transport
,
anton . ivanov
,
2014/03/10
Re: [Qemu-devel] [PATCH] net: L2TPv3 transport
,
Stefan Hajnoczi
,
2014/03/10
Re: [Qemu-devel] [PATCH] net: L2TPv3 transport
,
Anton Ivanov (antivano)
,
2014/03/10
Re: [Qemu-devel] [PATCH] net: L2TPv3 transport
,
Eric Blake
,
2014/03/10
Re: [Qemu-devel] [PATCH] net: L2TPv3 transport
,
Anton Ivanov
,
2014/03/10
Re: [Qemu-devel] [PATCH] vnc: Fix tight_detect_smooth_image() for lossless case
,
Markus Armbruster
,
2014/03/10
Re: [Qemu-devel] [PATCH] vnc: Fix tight_detect_smooth_image() for lossless case
,
Gerd Hoffmann
,
2014/03/10
[Qemu-devel] Hello from a new comer
,
Edgar Simon
,
2014/03/10
Re: [Qemu-devel] Hello from a new comer
,
Stefan Hajnoczi
,
2014/03/10
Re: [Qemu-devel] [PATCH v6] vl.c: Output error on invalid machine type
,
Markus Armbruster
,
2014/03/10
[Qemu-devel] [PULL] Update OpenBIOS images to r1280
,
Mark Cave-Ayland
,
2014/03/10
Re: [Qemu-devel] [PULL] Update OpenBIOS images to r1280
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PATCH] KVM: x86: Work around buggy MPX platform
,
Liu, Jinsong
,
2014/03/10
Re: [Qemu-devel] [PATCH] KVM: x86: Work around buggy MPX platform
,
Paolo Bonzini
,
2014/03/10
Re: [Qemu-devel] [PATCH v6] vl.c: Output error on invalid machine type
,
Miroslav Rezanina
,
2014/03/10
Re: [Qemu-devel] [PATCH v6] vl.c: Output error on invalid machine type
,
Andreas Färber
,
2014/03/10
[Qemu-devel] armv8 support in qemu
,
Gaurav Sharma
,
2014/03/10
Re: [Qemu-devel] armv8 support in qemu
,
Alex Bennée
,
2014/03/10
Re: [Qemu-devel] armv8 support in qemu
,
Gaurav Sharma
,
2014/03/10
Re: [Qemu-devel] armv8 support in qemu
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PATCH] input: map INPUT_BUTTON_WHEEL_{UP, DOWN} to legacy input z axis moves.
,
Gerd Hoffmann
,
2014/03/10
[Qemu-devel] [PATCH] input: sdl: fix guest_cursor logic.
,
Gerd Hoffmann
,
2014/03/10
Re: [Qemu-devel] [PATCH] input: sdl: fix guest_cursor logic.
,
Richard Henderson
,
2014/03/12
[Qemu-devel] [PATCH v22 00/25] replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/10
[Qemu-devel] [PATCH v22 02/25] qapi: output def_value_str when query command line options
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 02/25] qapi: output def_value_str when query command line options
,
Eric Blake
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 02/25] qapi: output def_value_str when query command line options
,
Hu Tao
,
2014/03/11
[Qemu-devel] [PATCH v22 01/25] add def_value_str to QemuOptDesc
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 01/25] add def_value_str to QemuOptDesc
,
Eric Blake
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 01/25] add def_value_str to QemuOptDesc
,
Stefan Hajnoczi
,
2014/03/11
Re: [Qemu-devel] [PATCH v22 01/25] add def_value_str to QemuOptDesc
,
Chunyan Liu
,
2014/03/11
Re: [Qemu-devel] [PATCH v22 01/25] add def_value_str to QemuOptDesc
,
Stefan Hajnoczi
,
2014/03/12
Re: [Qemu-devel] [PATCH v22 01/25] add def_value_str to QemuOptDesc
,
Chunyan Liu
,
2014/03/12
Re: [Qemu-devel] [PATCH v22 01/25] add def_value_str to QemuOptDesc
,
Stefan Hajnoczi
,
2014/03/13
[Qemu-devel] [PATCH v22 03/25] improve some functions in qemu-option.c
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 03/25] improve some functions in qemu-option.c
,
Eric Blake
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 03/25] improve some functions in qemu-option.c
,
Eric Blake
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 03/25] improve some functions in qemu-option.c
,
Chunyan Liu
,
2014/03/11
Re: [Qemu-devel] [PATCH v22 03/25] improve some functions in qemu-option.c
,
Leandro Dorileo
,
2014/03/11
Re: [Qemu-devel] [PATCH v22 03/25] improve some functions in qemu-option.c
,
Leandro Dorileo
,
2014/03/16
Re: [Qemu-devel] [PATCH v22 03/25] improve some functions in qemu-option.c
,
Chunyan Liu
,
2014/03/18
Re: [Qemu-devel] [PATCH v22 03/25] improve some functions in qemu-option.c
,
Chunyan Liu
,
2014/03/12
Re: [Qemu-devel] [PATCH v22 03/25] improve some functions in qemu-option.c
,
Leandro Dorileo
,
2014/03/17
Re: [Qemu-devel] [PATCH v22 03/25] improve some functions in qemu-option.c
,
Chunyan Liu
,
2014/03/18
[Qemu-devel] [PATCH v22 05/25] add some QemuOpts functions for replace work
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 05/25] add some QemuOpts functions for replace work
,
Eric Blake
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 05/25] add some QemuOpts functions for replace work
,
Chunyan Liu
,
2014/03/11
Re: [Qemu-devel] [PATCH v22 05/25] add some QemuOpts functions for replace work
,
Eric Blake
,
2014/03/11
Re: [Qemu-devel] [PATCH v22 05/25] add some QemuOpts functions for replace work
,
Chunyan Liu
,
2014/03/11
Re: [Qemu-devel] [PATCH v22 05/25] add some QemuOpts functions for replace work
,
Eric Blake
,
2014/03/12
Re: [Qemu-devel] [PATCH v22 05/25] add some QemuOpts functions for replace work
,
Chunyan Liu
,
2014/03/13
Re: [Qemu-devel] [PATCH v22 05/25] add some QemuOpts functions for replace work
,
Chunyan Liu
,
2014/03/18
Re: [Qemu-devel] [PATCH v22 05/25] add some QemuOpts functions for replace work
,
Leandro Dorileo
,
2014/03/17
Re: [Qemu-devel] [PATCH v22 05/25] add some QemuOpts functions for replace work
,
Chunyan Liu
,
2014/03/17
[Qemu-devel] [PATCH v22 04/25] improve assertion in qemu_opt_get functions
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 04/25] improve assertion in qemu_opt_get functions
,
Eric Blake
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 04/25] improve assertion in qemu_opt_get functions
,
Chunyan Liu
,
2014/03/12
[Qemu-devel] [PATCH v22 06/25] add convert functions between QEMUOptionParameter to QemuOpts
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 06/25] add convert functions between QEMUOptionParameter to QemuOpts
,
Eric Blake
,
2014/03/11
[Qemu-devel] [PATCH v22 08/25] cow.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 08/25] cow.c: replace QEMUOptionParameter with QemuOpts
,
Stefan Hajnoczi
,
2014/03/11
Re: [Qemu-devel] [PATCH v22 08/25] cow.c: replace QEMUOptionParameter with QemuOpts
,
Eric Blake
,
2014/03/11
Re: [Qemu-devel] [PATCH v22 08/25] cow.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/20
[Qemu-devel] [PATCH v22 07/25] change block layer to support both QemuOpts and QEMUOptionParamter
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 07/25] change block layer to support both QemuOpts and QEMUOptionParamter
,
Eric Blake
,
2014/03/11
Re: [Qemu-devel] [PATCH v22 07/25] change block layer to support both QemuOpts and QEMUOptionParamter
,
Eric Blake
,
2014/03/11
Re: [Qemu-devel] [PATCH v22 07/25] change block layer to support both QemuOpts and QEMUOptionParamter
,
Chunyan Liu
,
2014/03/12
[Qemu-devel] [PATCH v22 09/25] gluster.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 09/25] gluster.c: replace QEMUOptionParameter with QemuOpts
,
Stefan Hajnoczi
,
2014/03/11
Re: [Qemu-devel] [PATCH v22 09/25] gluster.c: replace QEMUOptionParameter with QemuOpts
,
Eric Blake
,
2014/03/11
[Qemu-devel] [PATCH v22 10/25] iscsi.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 10/25] iscsi.c: replace QEMUOptionParameter with QemuOpts
,
Stefan Hajnoczi
,
2014/03/11
[Qemu-devel] [PATCH v22 11/25] qcow.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 11/25] qcow.c: replace QEMUOptionParameter with QemuOpts
,
Stefan Hajnoczi
,
2014/03/11
Re: [Qemu-devel] [PATCH v22 11/25] qcow.c: replace QEMUOptionParameter with QemuOpts
,
Eric Blake
,
2014/03/11
[Qemu-devel] [PATCH v22 13/25] qed.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 13/25] qed.c: replace QEMUOptionParameter with QemuOpts
,
Stefan Hajnoczi
,
2014/03/11
Re: [Qemu-devel] [PATCH v22 13/25] qed.c: replace QEMUOptionParameter with QemuOpts
,
Chun Yan Liu
,
2014/03/20
Re: [Qemu-devel] [PATCH v22 13/25] qed.c: replace QEMUOptionParameter with QemuOpts
,
Stefan Hajnoczi
,
2014/03/20
[Qemu-devel] [PATCH v22 12/25] qcow2.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 12/25] qcow2.c: replace QEMUOptionParameter with QemuOpts
,
Stefan Hajnoczi
,
2014/03/11
Re: [Qemu-devel] [PATCH v22 12/25] qcow2.c: replace QEMUOptionParameter with QemuOpts
,
Stefan Hajnoczi
,
2014/03/11
[Qemu-devel] [PATCH v22 15/25] raw-win32.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 15/25] raw-win32.c: replace QEMUOptionParameter with QemuOpts
,
Stefan Hajnoczi
,
2014/03/11
[Qemu-devel] [PATCH v22 14/25] raw-posix.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 14/25] raw-posix.c: replace QEMUOptionParameter with QemuOpts
,
Stefan Hajnoczi
,
2014/03/11
[Qemu-devel] [PATCH v22 16/25] raw_bsd.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 16/25] raw_bsd.c: replace QEMUOptionParameter with QemuOpts
,
Stefan Hajnoczi
,
2014/03/11
[Qemu-devel] [PATCH v22 17/25] rbd.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 17/25] rbd.c: replace QEMUOptionParameter with QemuOpts
,
Stefan Hajnoczi
,
2014/03/11
[Qemu-devel] [PATCH v22 18/25] sheepdog.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 18/25] sheepdog.c: replace QEMUOptionParameter with QemuOpts
,
Stefan Hajnoczi
,
2014/03/11
[Qemu-devel] [PATCH v22 19/25] ssh.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 19/25] ssh.c: replace QEMUOptionParameter with QemuOpts
,
Stefan Hajnoczi
,
2014/03/11
[Qemu-devel] [PATCH v22 20/25] vdi.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 20/25] vdi.c: replace QEMUOptionParameter with QemuOpts
,
Stefan Hajnoczi
,
2014/03/11
[Qemu-devel] [PATCH v22 21/25] vmdk.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 21/25] vmdk.c: replace QEMUOptionParameter with QemuOpts
,
Stefan Hajnoczi
,
2014/03/11
[Qemu-devel] [PATCH v22 25/25] cleanup QEMUOptionParameter
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 25/25] cleanup QEMUOptionParameter
,
Stefan Hajnoczi
,
2014/03/11
Re: [Qemu-devel] [PATCH v22 25/25] cleanup QEMUOptionParameter
,
Leandro Dorileo
,
2014/03/17
Re: [Qemu-devel] [PATCH v22 25/25] cleanup QEMUOptionParameter
,
Leandro Dorileo
,
2014/03/17
[Qemu-devel] [PATCH v22 22/25] vpc.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 22/25] vpc.c: replace QEMUOptionParameter with QemuOpts
,
Stefan Hajnoczi
,
2014/03/11
[Qemu-devel] [PATCH v22 23/25] vhdx.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 23/25] vhdx.c: replace QEMUOptionParameter with QemuOpts
,
Stefan Hajnoczi
,
2014/03/11
[Qemu-devel] [PATCH v22 24/25] vvfat.c: replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 24/25] vvfat.c: replace QEMUOptionParameter with QemuOpts
,
Eric Blake
,
2014/03/11
Re: [Qemu-devel] [PATCH v22 24/25] vvfat.c: replace QEMUOptionParameter with QemuOpts
,
Stefan Hajnoczi
,
2014/03/11
Re: [Qemu-devel] [PATCH v22 00/25] replace QEMUOptionParameter with QemuOpts
,
Chun Yan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 00/25] replace QEMUOptionParameter with QemuOpts
,
Chun Yan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 00/25] replace QEMUOptionParameter with QemuOpts
,
Chun Yan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 00/25] replace QEMUOptionParameter with QemuOpts
,
Chun Yan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 00/25] replace QEMUOptionParameter with QemuOpts
,
Chun Yan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 00/25] replace QEMUOptionParameter with QemuOpts
,
Chun Yan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 00/25] replace QEMUOptionParameter with QemuOpts
,
Stefan Hajnoczi
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 00/25] replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 00/25] replace QEMUOptionParameter with QemuOpts
,
Eric Blake
,
2014/03/10
Re: [Qemu-devel] [PATCH v22 00/25] replace QEMUOptionParameter with QemuOpts
,
Stefan Hajnoczi
,
2014/03/11
Re: [Qemu-devel] [PATCH v22 00/25] replace QEMUOptionParameter with QemuOpts
,
Leandro Dorileo
,
2014/03/20
Re: [Qemu-devel] [PATCH v22 00/25] replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/21
Re: [Qemu-devel] [PATCH v22 00/25] replace QEMUOptionParameter with QemuOpts
,
Leandro Dorileo
,
2014/03/21
Re: [Qemu-devel] [PATCH v22 00/25] replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/23
Re: [Qemu-devel] [PATCH v22 00/25] replace QEMUOptionParameter with QemuOpts
,
Leandro Dorileo
,
2014/03/24
Re: [Qemu-devel] [PATCH v22 00/25] replace QEMUOptionParameter with QemuOpts
,
Chunyan Liu
,
2014/03/25
Re: [Qemu-devel] [PATCH v22 00/25] replace QEMUOptionParameter with QemuOpts
,
Kevin Wolf
,
2014/03/21
Re: [Qemu-devel] [PATCH v22 00/25] replace QEMUOptionParameter with QemuOpts
,
Leandro Dorileo
,
2014/03/21
[Qemu-devel] [PATCH v17 00/14] Drop in_use from BlockDriverState and enable point-in-time snapshot exporting over NBD
,
Fam Zheng
,
2014/03/10
[Qemu-devel] [PATCH v17 01/14] block: Add BlockOpType enum
,
Fam Zheng
,
2014/03/10
[Qemu-devel] [PATCH v17 02/14] block: Introduce op_blockers to BlockDriverState
,
Fam Zheng
,
2014/03/10
[Qemu-devel] [PATCH v17 03/14] block: Replace in_use with operation blocker
,
Fam Zheng
,
2014/03/10
[Qemu-devel] [PATCH v17 04/14] block: Move op_blocker check from block_job_create to its caller
,
Fam Zheng
,
2014/03/10
[Qemu-devel] [PATCH v17 05/14] block: Add bdrv_set_backing_hd()
,
Fam Zheng
,
2014/03/10
[Qemu-devel] [PATCH v17 06/14] block: Add backing_blocker in BlockDriverState
,
Fam Zheng
,
2014/03/10
[Qemu-devel] [PATCH v17 07/14] block: Parse "backing" option to reference existing BDS
,
Fam Zheng
,
2014/03/10
[Qemu-devel] [PATCH v17 08/14] block: Support dropping active in bdrv_drop_intermediate
,
Fam Zheng
,
2014/03/10
[Qemu-devel] [PATCH v17 09/14] stream: Use bdrv_drop_intermediate and drop close_unused_images
,
Fam Zheng
,
2014/03/10
[Qemu-devel] [PATCH v17 10/14] qmp: Add command 'blockdev-backup'
,
Fam Zheng
,
2014/03/10
[Qemu-devel] [PATCH v17 11/14] block: Allow backup on referenced named BlockDriverState
,
Fam Zheng
,
2014/03/10
[Qemu-devel] [PATCH v17 12/14] block: Add blockdev-backup to transaction
,
Fam Zheng
,
2014/03/10
[Qemu-devel] [PATCH v17 13/14] qemu-iotests: Test blockdev-backup in 055
,
Fam Zheng
,
2014/03/10
[Qemu-devel] [PATCH v17 14/14] qemu-iotests: Image fleecing test case 083
,
Fam Zheng
,
2014/03/10
[Qemu-devel] [PATCH qom-cpu v2 00/40] QOM CPUState, part 13: Emptying CPU_COMMON
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 01/40] target-alpha: Clean up ENV_GET_CPU() usage
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 03/40] target-i386: Clean up ENV_GET_CPU() usage
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 02/40] target-arm: Clean up ENV_GET_CPU() usage
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 05/40] target-s390x: Clean up ENV_GET_CPU() usage
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 07/40] target-unicore32: Clean up ENV_GET_CPU() usage
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 06/40] target-sparc: Clean up ENV_GET_CPU() usage
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 04/40] target-ppc: Clean up ENV_GET_CPU() usage
,
Andreas Färber
,
2014/03/09
Re: [Qemu-devel] [PATCH qom-cpu v2 04/40] target-ppc: Clean up ENV_GET_CPU() usage
,
Stuart Brady
,
2014/03/12
Re: [Qemu-devel] [PATCH qom-cpu v2 04/40] target-ppc: Clean up ENV_GET_CPU() usage
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PATCH qom-cpu v2 08/40] target-xtensa: Clean up ENV_GET_CPU() usage
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 09/40] cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
,
Andreas Färber
,
2014/03/09
Re: [Qemu-devel] [PATCH qom-cpu v2 09/40] cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
,
Paolo Bonzini
,
2014/03/10
Re: [Qemu-devel] [PATCH qom-cpu v2 09/40] cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
,
Andreas Färber
,
2014/03/11
Re: [Qemu-devel] [PATCH qom-cpu v2 09/40] cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
,
Paolo Bonzini
,
2014/03/12
[Qemu-devel] [PATCH qom-cpu v2 11/40] cpu: Move can_do_io field from CPU_COMMON to CPUState
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 10/40] cpu: Move mem_io_{pc, vaddr} fields from CPU_COMMON to CPUState
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 13/40] cpu: Move icount_decr field from CPU_COMMON to CPUState
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 12/40] cpu: Move icount_extra field from CPU_COMMON to CPUState
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 14/40] cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 15/40] cpu: Move jmp_env field from CPU_COMMON to CPUState
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 17/40] cpu: Move opaque field from CPU_COMMON to CPUState
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 18/40] cpu: Move watchpoint fields from CPU_COMMON to CPUState
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 16/40] cpu: Move exception_index field from CPU_COMMON to CPUState
,
Andreas Färber
,
2014/03/09
Re: [Qemu-devel] [PATCH qom-cpu v2 16/40] cpu: Move exception_index field from CPU_COMMON to CPUState
,
Andreas Färber
,
2014/03/11
Re: [Qemu-devel] [PATCH qom-cpu v2 16/40] cpu: Move exception_index field from CPU_COMMON to CPUState
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PATCH qom-cpu v2 19/40] cpu: Move breakpoints field from CPU_COMMON to CPUState
,
Andreas Färber
,
2014/03/09
Re: [Qemu-devel] [PATCH qom-cpu v2 19/40] cpu: Move breakpoints field from CPU_COMMON to CPUState
,
Stuart Brady
,
2014/03/12
Re: [Qemu-devel] [PATCH qom-cpu v2 19/40] cpu: Move breakpoints field from CPU_COMMON to CPUState
,
Andreas Färber
,
2014/03/12
Re: [Qemu-devel] [PATCH qom-cpu v2 19/40] cpu: Move breakpoints field from CPU_COMMON to CPUState
,
Stuart Brady
,
2014/03/12
[Qemu-devel] [PATCH qom-cpu v2 20/40] exec: Change tlb_fill() argument to CPUState
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 21/40] cpu-exec: Change cpu_loop_exit() argument to CPUState
,
Andreas Färber
,
2014/03/09
Re: [Qemu-devel] [PATCH qom-cpu v2 21/40] cpu-exec: Change cpu_loop_exit() argument to CPUState
,
Andreas Färber
,
2014/03/11
[Qemu-devel] [PATCH qom-cpu v2 22/40] translate-all: Change cpu_restore_state() argument to CPUState
,
Andreas Färber
,
2014/03/09
Re: [Qemu-devel] [PATCH qom-cpu v2 22/40] translate-all: Change cpu_restore_state() argument to CPUState
,
Max Filippov
,
2014/03/11
Re: [Qemu-devel] [PATCH qom-cpu v2 22/40] translate-all: Change cpu_restore_state() argument to CPUState
,
Andreas Färber
,
2014/03/11
[Qemu-devel] [PATCH qom-cpu v2 23/40] translate-all: Change cpu_restore_state_from_tb() argument to CPUState
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 25/40] translate-all: Change cpu_io_recompile() argument to CPUState
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 26/40] translate-all: Change tb_gen_code() argument to CPUState
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 27/40] translate-all: Change tb_flush_jmp_cache() argument to CPUState
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 24/40] translate-all: Change tb_check_watchpoint() argument to CPUState
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 29/40] exec: Change cpu_watchpoint_{insert, remove{, _by_ref, _all}} argument
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 28/40] target-ppc: Use PowerPCCPU in PowerPCCPUClass::handle_mmu_fault hook
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 30/40] exec: Change cpu_breakpoint_{insert, remove{, _by_ref, _all}} argument
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 31/40] cpu-exec: Change cpu_resume_from_signal() argument to CPUState
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 32/40] cputlb: Change tlb_unprotect_code_phys() argument to CPUState
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 33/40] exec: Change memory_region_section_get_iotlb() argument to CPUState
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 34/40] exec: Change cpu_abort() argument to CPUState
,
Andreas Färber
,
2014/03/09
Re: [Qemu-devel] [PATCH qom-cpu v2 34/40] exec: Change cpu_abort() argument to CPUState
,
Andreas Färber
,
2014/03/12
Re: [Qemu-devel] [PATCH qom-cpu v2 34/40] exec: Change cpu_abort() argument to CPUState
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PATCH qom-cpu v2 35/40] target-cris: Replace DisasContext::env field with CRISCPU
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 36/40] target-microblaze: Replace DisasContext::env field with MicroBlazeCPU
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 37/40] cputlb: Change tlb_flush_page() argument to CPUState
,
Andreas Färber
,
2014/03/09
Re: [Qemu-devel] [PATCH qom-cpu v2 37/40] cputlb: Change tlb_flush_page() argument to CPUState
,
Max Filippov
,
2014/03/11
Re: [Qemu-devel] [PATCH qom-cpu v2 37/40] cputlb: Change tlb_flush_page() argument to CPUState
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PATCH qom-cpu v2 38/40] cputlb: Change tlb_flush() argument to CPUState
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 39/40] cputlb: Change tlb_set_page() argument to CPUState
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [PATCH qom-cpu v2 40/40] user-exec: Change exception_action() argument to CPUState
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [Bug 1289527] Re: qemu-aarch64-static: java dies with SIGILL
,
dann frazier
,
2014/03/09
[Qemu-devel] [Bug 1289527] Re: qemu-aarch64-static: java dies with SIGILL
,
Alex Bennée
,
2014/03/10
[Qemu-devel] [PULL v3 00/14] acpi,pc,pci,virtio,memory bug fixes
,
Michael S. Tsirkin
,
2014/03/09
[Qemu-devel] [PULL v3 01/14] acpi-build: append description for non-hotplug
,
Michael S. Tsirkin
,
2014/03/09
[Qemu-devel] [PULL v3 02/14] acpi-test-data: update expected files
,
Michael S. Tsirkin
,
2014/03/09
[Qemu-devel] [PULL v3 03/14] virtio-net: remove function calls from assert
,
Michael S. Tsirkin
,
2014/03/09
[Qemu-devel] [PULL v3 04/14] memory_region_present: return false if address is not found in child MemoryRegion
,
Michael S. Tsirkin
,
2014/03/09
[Qemu-devel] [PULL v3 06/14] Rework --name to use QemuOpts
,
Michael S. Tsirkin
,
2014/03/09
[Qemu-devel] [PULL v3 05/14] PCIE: fix regression with coldplugged multifunction device
,
Michael S. Tsirkin
,
2014/03/09
[Qemu-devel] [PULL v3 08/14] Add a 'name' parameter to qemu_thread_create
,
Michael S. Tsirkin
,
2014/03/09
Re: [Qemu-devel] [PULL v3 08/14] Add a 'name' parameter to qemu_thread_create
,
Jan Kiszka
,
2014/03/11
[Qemu-devel] [PATCH] qemu-thread-posix: Fix build against older glibc version
,
Jan Kiszka
,
2014/03/11
Re: [Qemu-devel] [PATCH] qemu-thread-posix: Fix build against older glibc version
,
Peter Maydell
,
2014/03/11
Re: [Qemu-devel] [PATCH] qemu-thread-posix: Fix build against older glibc version
,
Dr. David Alan Gilbert
,
2014/03/11
Re: [Qemu-devel] [PATCH] qemu-thread-posix: Fix build against older glibc version
,
Peter Maydell
,
2014/03/11
Re: [Qemu-devel] [PATCH] qemu-thread-posix: Fix build against older glibc version
,
Dr. David Alan Gilbert
,
2014/03/11
Re: [Qemu-devel] [PATCH] qemu-thread-posix: Fix build against older glibc version
,
Peter Maydell
,
2014/03/11
Re: [Qemu-devel] [PATCH] qemu-thread-posix: Fix build against older glibc version
,
Michael S. Tsirkin
,
2014/03/11
Re: [Qemu-devel] [PATCH] qemu-thread-posix: Fix build against older glibc version
,
Dr. David Alan Gilbert
,
2014/03/11
Re: [Qemu-devel] [PATCH] qemu-thread-posix: Fix build against older glibc version
,
Peter Maydell
,
2014/03/11
Re: [Qemu-devel] [PATCH] qemu-thread-posix: Fix build against older glibc version
,
Michael S. Tsirkin
,
2014/03/11
Re: [Qemu-devel] [PATCH] qemu-thread-posix: Fix build against older glibc version
,
Peter Maydell
,
2014/03/11
Re: [Qemu-devel] [PATCH] qemu-thread-posix: Fix build against older glibc version
,
Michael S. Tsirkin
,
2014/03/11
Re: [Qemu-devel] [PATCH] qemu-thread-posix: Fix build against older glibc version
,
Eric Blake
,
2014/03/11
Re: [Qemu-devel] [PATCH] qemu-thread-posix: Fix build against older glibc version
,
Dr. David Alan Gilbert
,
2014/03/11
Re: [Qemu-devel] [PATCH] qemu-thread-posix: Fix build against older glibc version
,
Dr. David Alan Gilbert
,
2014/03/11
Re: [Qemu-devel] [PATCH] qemu-thread-posix: Fix build against older glibc version
,
Peter Maydell
,
2014/03/11
Re: [Qemu-devel] [PULL v3 08/14] Add a 'name' parameter to qemu_thread_create
,
Dr. David Alan Gilbert
,
2014/03/11
[Qemu-devel] [PULL v3 09/14] MAINTAINERS: drop an out of date address
,
Michael S. Tsirkin
,
2014/03/09
[Qemu-devel] [PULL v3 10/14] acpi-test: retain both asl and aml files on failure
,
Michael S. Tsirkin
,
2014/03/09
[Qemu-devel] [PULL v3 11/14] acpi-test: issue errors instead of warnings when possible
,
Michael S. Tsirkin
,
2014/03/09
[Qemu-devel] [PULL v3 12/14] pam: partly fix write-only mode
,
Michael S. Tsirkin
,
2014/03/09
[Qemu-devel] [PULL v3 13/14] pckbd: return 'keyboard enabled' on read input port command
,
Michael S. Tsirkin
,
2014/03/09
[Qemu-devel] [PULL v3 14/14] qemu: x86: ignore ioapic polarity
,
Michael S. Tsirkin
,
2014/03/09
[Qemu-devel] [PULL v3 07/14] Add 'debug-threads' suboption to --name
,
Michael S. Tsirkin
,
2014/03/09
Re: [Qemu-devel] [PULL v3 00/14] acpi, pc, pci, virtio, memory bug fixes
,
Peter Maydell
,
2014/03/10
Re: [Qemu-devel] [PULL v3 00/14] acpi, pc, pci, virtio, memory bug fixes
,
Michael S. Tsirkin
,
2014/03/10
Re: [Qemu-devel] [PULL v3 00/14] acpi, pc, pci, virtio, memory bug fixes
,
Peter Maydell
,
2014/03/11
Re: [Qemu-devel] [PULL v3 00/14] acpi, pc, pci, virtio, memory bug fixes
,
Michael S. Tsirkin
,
2014/03/11
Re: [Qemu-devel] [PULL v3 00/14] acpi, pc, pci, virtio, memory bug fixes
,
Peter Maydell
,
2014/03/11
Re: [Qemu-devel] [PULL v3 00/14] acpi, pc, pci, virtio, memory bug fixes
,
Michael S. Tsirkin
,
2014/03/11
Re: [Qemu-devel] [PULL v3 00/14] acpi, pc, pci, virtio, memory bug fixes
,
Peter Maydell
,
2014/03/11
Re: [Qemu-devel] [PULL v3 00/14] acpi, pc, pci, virtio, memory bug fixes
,
Michael S. Tsirkin
,
2014/03/11
Re: [Qemu-devel] [PULL v3 00/14] acpi, pc, pci, virtio, memory bug fixes
,
Peter Maydell
,
2014/03/11
[Qemu-devel] [PATCH v3 1/3] loader: rename in_ram/has_mr
,
Michael S. Tsirkin
,
2014/03/09
[Qemu-devel] [PATCH v3 2/3] pc: avoid duplicate names for ROM MRs
,
Michael S. Tsirkin
,
2014/03/09
[Qemu-devel] [PATCH v3 3/3] pc: option rom migration compatibility with 1.7
,
Michael S. Tsirkin
,
2014/03/09
Re: [Qemu-devel] [PATCH v3 1/3] loader: rename in_ram/has_mr
,
Jeff E. Nelson
,
2014/03/10
Re: [Qemu-devel] [PATCH v3 1/3] loader: rename in_ram/has_mr
,
Paolo Bonzini
,
2014/03/10
Re: [Qemu-devel] [PATCH v3 1/3] loader: rename in_ram/has_mr
,
Michael S. Tsirkin
,
2014/03/11
Re: [Qemu-devel] [PATCH v3 1/3] loader: rename in_ram/has_mr
,
Marcel Apfelbaum
,
2014/03/11
[Qemu-devel] [PATCH] configure: don't modify .status on error
,
Michael S. Tsirkin
,
2014/03/09
Re: [Qemu-devel] [PATCH] configure: don't modify .status on error
,
Peter Maydell
,
2014/03/09
[Qemu-devel] [PATCH 00/16] A64 Neon patches: sixth set
,
Peter Maydell
,
2014/03/09
[Qemu-devel] [PATCH 12/16] target-arm: A64: List unsupported shift-imm opcodes
,
Peter Maydell
,
2014/03/09
[Qemu-devel] [PATCH 10/16] target-arm: A64: Implement FCVTN
,
Peter Maydell
,
2014/03/09
[Qemu-devel] [PATCH 11/16] target-arm: A64: Implement FCVTL
,
Peter Maydell
,
2014/03/09
[Qemu-devel] [PATCH 02/16] target-arm: A64: Fix bug in add_sub_ext handling of rn
,
Peter Maydell
,
2014/03/09
Re: [Qemu-devel] [PATCH 02/16] target-arm: A64: Fix bug in add_sub_ext handling of rn
,
Laurent Desnogues
,
2014/03/13
[Qemu-devel] [PATCH 04/16] target-arm: A64: Add FSQRT to C3.6.17 (two misc)
,
Peter Maydell
,
2014/03/09
[Qemu-devel] [PATCH 07/16] target-arm: A64: Implement SADDLP, UADDLP, SADALP, UADALP
,
Peter Maydell
,
2014/03/09
[Qemu-devel] [PATCH 08/16] target-arm: A64: Implement SHLL, SHLL2
,
Peter Maydell
,
2014/03/09
[Qemu-devel] [PATCH 09/16] target-arm: A64: Implement FCVT[NMAPZ][SU] SIMD instructions
,
Peter Maydell
,
2014/03/09
Re: [Qemu-devel] [PATCH 09/16] target-arm: A64: Implement FCVT[NMAPZ][SU] SIMD instructions
,
Peter Maydell
,
2014/03/11
[Qemu-devel] [PATCH 13/16] target-arm: A64: Add FRECPX (reciprocal exponent)
,
Peter Maydell
,
2014/03/09
[Qemu-devel] [PATCH 05/16] target-arm: A64: Add remaining CLS/Z vector ops
,
Peter Maydell
,
2014/03/09
[Qemu-devel] [PATCH 03/16] target-arm: A64: Add last AdvSIMD Integer to FP ops
,
Peter Maydell
,
2014/03/09
[Qemu-devel] [PATCH 15/16] target-arm: A64: Implement FRINT*
,
Peter Maydell
,
2014/03/09
[Qemu-devel] [PATCH 01/16] target-arm: A64: Implement PMULL instruction
,
Peter Maydell
,
2014/03/09
[Qemu-devel] [PATCH 16/16] exec-all.h: Increase MAX_OP_PER_INSTR for ARM A64 decoder
,
Peter Maydell
,
2014/03/09
Re: [Qemu-devel] [PATCH 16/16] exec-all.h: Increase MAX_OP_PER_INSTR for ARM A64 decoder
,
Michael Matz
,
2014/03/10
Re: [Qemu-devel] [PATCH 16/16] exec-all.h: Increase MAX_OP_PER_INSTR for ARM A64 decoder
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PATCH 14/16] target-arm: A64: Implement SRI
,
Peter Maydell
,
2014/03/09
[Qemu-devel] [PATCH 06/16] target-arm: A64: Saturating and narrowing shift ops
,
Peter Maydell
,
2014/03/09
Re: [Qemu-devel] [PATCH 06/16] target-arm: A64: Saturating and narrowing shift ops
,
Janne Grunau
,
2014/03/10
[Qemu-devel] [Bug 1251470] Re: Guest not working in KVM mode but does in TCG mode
,
John Kim
,
2014/03/09
[Qemu-devel] [Bug 1251470] Re: Guest not working in KVM mode but does in TCG mode
,
Paolo Bonzini
,
2014/03/09
[Qemu-devel] [Bug 1251470] Re: Guest not working in KVM mode but does in TCG mode
,
Serge Hallyn
,
2014/03/12
[Qemu-devel] [Bug 1251470] Re: Guest not working in KVM mode but does in TCG mode
,
Serge Hallyn
,
2014/03/12
[Qemu-devel] [PATCH 0/7] monitor: Completion support for various commands.
,
Hani Benhabiles
,
2014/03/09
[Qemu-devel] [PATCH 2/7] monitor: Add chardev-remove id argument completion.
,
Hani Benhabiles
,
2014/03/09
[Qemu-devel] [PATCH 1/7] monitor: Add command_completion callback to mon_cmd_t.
,
Hani Benhabiles
,
2014/03/09
Re: [Qemu-devel] [PATCH 1/7] monitor: Add command_completion callback to mon_cmd_t.
,
Luiz Capitulino
,
2014/03/27
Re: [Qemu-devel] [PATCH 1/7] monitor: Add command_completion callback to mon_cmd_t.
,
Hani Benhabiles
,
2014/03/27
Re: [Qemu-devel] [PATCH 1/7] monitor: Add command_completion callback to mon_cmd_t.
,
Luiz Capitulino
,
2014/03/28
[Qemu-devel] [PATCH 3/7] monitor: Add chardev-add backend argument completion.
,
Hani Benhabiles
,
2014/03/09
[Qemu-devel] [PATCH 4/7] monitor: Add cpu index argument completion.
,
Hani Benhabiles
,
2014/03/09
Re: [Qemu-devel] [PATCH 4/7] monitor: Add cpu index argument completion.
,
Luiz Capitulino
,
2014/03/27
Re: [Qemu-devel] [PATCH 4/7] monitor: Add cpu index argument completion.
,
Hani Benhabiles
,
2014/03/27
[Qemu-devel] [PATCH 5/7] monitor: Add set_link arguments completion.
,
Hani Benhabiles
,
2014/03/09
[Qemu-devel] [PATCH 6/7] monitor: Add netdev_add type argument completion.
,
Hani Benhabiles
,
2014/03/09
[Qemu-devel] [PATCH 7/7] monitor: Add netdev_del id argument completion.
,
Hani Benhabiles
,
2014/03/09
Re: [Qemu-devel] [PATCH 0/7] monitor: Completion support for various commands.
,
Luiz Capitulino
,
2014/03/10
Re: [Qemu-devel] [PATCH 0/7] monitor: Completion support for various commands.
,
Hani Benhabiles
,
2014/03/11
Re: [Qemu-devel] [PATCH 0/7] monitor: Completion support for various commands.
,
Luiz Capitulino
,
2014/03/27
Re: [Qemu-devel] [PATCH 0/7] monitor: Completion support for various commands.
,
Hani Benhabiles
,
2014/03/27
[Qemu-devel] [PATCH v5] target-sparc: Add and use CPU_FEATURE_CASA
,
Sebastian Huber
,
2014/03/09
Re: [Qemu-devel] [PATCH v5] target-sparc: Add and use CPU_FEATURE_CASA
,
Mark Cave-Ayland
,
2014/03/09
Re: [Qemu-devel] [PATCH v5] target-sparc: Add and use CPU_FEATURE_CASA
,
Richard Henderson
,
2014/03/10
[Qemu-devel] [PATCH 00/14] tcg/aarch64 improvements, part 2
,
Richard Henderson
,
2014/03/09
[Qemu-devel] [PATCH 01/14] tcg-aarch64: Introduce tcg_out_insn
,
Richard Henderson
,
2014/03/09
[Qemu-devel] [PATCH 03/14] tcg-aarch64: Introduce tcg_out_insn_3401
,
Richard Henderson
,
2014/03/09
[Qemu-devel] [PATCH 02/14] tcg-aarch64: Convert shift insns to tcg_out_insn
,
Richard Henderson
,
2014/03/09
[Qemu-devel] [PATCH 05/14] tcg-aarch64: Handle constant operands to add, sub, and compare
,
Richard Henderson
,
2014/03/09
[Qemu-devel] [PATCH 06/14] tcg-aarch64: Handle constant operands to and, or, xor
,
Richard Henderson
,
2014/03/09
[Qemu-devel] [PATCH 07/14] tcg-aarch64: Support andc, orc, eqv, not, neg
,
Richard Henderson
,
2014/03/09
[Qemu-devel] [PATCH 08/14] tcg-aarch64: Support movcond
,
Richard Henderson
,
2014/03/09
[Qemu-devel] [PATCH 09/14] tcg-aarch64: Use tcg_out_insn for setcond
,
Richard Henderson
,
2014/03/09
[Qemu-devel] [PATCH 04/14] tcg-aarch64: Implement mov with tcg_out_insn
,
Richard Henderson
,
2014/03/09
[Qemu-devel] [PATCH 10/14] tcg-aarch64: Support deposit
,
Richard Henderson
,
2014/03/09
[Qemu-devel] [PATCH 11/14] tcg-aarch64: Support add2, sub2
,
Richard Henderson
,
2014/03/09
[Qemu-devel] [PATCH 12/14] tcg-aarch64: Support muluh, mulsh
,
Richard Henderson
,
2014/03/09
[Qemu-devel] [PATCH 13/14] tcg-aarch64: Support div, rem
,
Richard Henderson
,
2014/03/09
[Qemu-devel] [PATCH 14/14] tcg-aarch64: Introduce tcg_out_insn_3405
,
Richard Henderson
,
2014/03/09
Re: [Qemu-devel] [PATCH 00/14] tcg/aarch64 improvements, part 2
,
Claudio Fontana
,
2014/03/14
[Qemu-devel] [PULL 00/10] tcg/aarch64 cleanups, part 1
,
Richard Henderson
,
2014/03/09
[Qemu-devel] [PULL 01/10] tcg-aarch64: Enable builtin disassembler
,
Richard Henderson
,
2014/03/09
[Qemu-devel] [PULL 02/10] tcg-aarch64: Remove redundant CPU_TLB_ENTRY_BITS check
,
Richard Henderson
,
2014/03/09
[Qemu-devel] [PULL 03/10] tcg-aarch64: Change all ext variables to TCGType
,
Richard Henderson
,
2014/03/09
[Qemu-devel] [PULL 04/10] tcg-aarch64: Set ext based on TCG_OPF_64BIT
,
Richard Henderson
,
2014/03/09
[Qemu-devel] [PULL 05/10] tcg-aarch64: Don't handle mov/movi in tcg_out_op
,
Richard Henderson
,
2014/03/09
[Qemu-devel] [PULL 06/10] tcg-aarch64: Hoist common argument loads in tcg_out_op
,
Richard Henderson
,
2014/03/09
[Qemu-devel] [PULL 07/10] tcg-aarch64: Remove the shift_imm parameter from tcg_out_cmp
,
Richard Henderson
,
2014/03/09
[Qemu-devel] [PULL 08/10] tcg-aarch64: Use intptr_t apropriately
,
Richard Henderson
,
2014/03/09
[Qemu-devel] [PULL 09/10] tcg-aarch64: Simplify tcg_out_ldst_9 encoding
,
Richard Henderson
,
2014/03/09
[Qemu-devel] [PULL 10/10] tcg-aarch64: Remove nop from qemu_st slow path
,
Richard Henderson
,
2014/03/09
Re: [Qemu-devel] [PULL 00/10] tcg/aarch64 cleanups, part 1
,
Peter Maydell
,
2014/03/10
[Qemu-devel] sdl mouse no longer works
,
Gabriel L. Somlo
,
2014/03/08
Re: [Qemu-devel] sdl mouse no longer works
,
Gerd Hoffmann
,
2014/03/10
[Qemu-devel] Commit 3ab193e66262e60e0ff74ac1ab5cff04412e83cb seems to break mouse wheel
,
BALATON Zoltan
,
2014/03/08
[Qemu-devel] [PULL 0/4] migration queue
,
Juan Quintela
,
2014/03/08
[Qemu-devel] [PATCH 1/4] XBZRLE: Fix qemu crash when resize the xbzrle cache
,
Juan Quintela
,
2014/03/08
[Qemu-devel] [PATCH 3/4] vl: add system_wakeup_request tracepoint
,
Juan Quintela
,
2014/03/08
[Qemu-devel] [PATCH 2/4] qemu_file: Fix mismerge of "use fwrite() correctly"
,
Juan Quintela
,
2014/03/08
[Qemu-devel] [PATCH 4/4] migration: extend section_start/end traces
,
Juan Quintela
,
2014/03/08
Re: [Qemu-devel] [PULL 0/4] migration queue
,
Peter Maydell
,
2014/03/10
Re: [Qemu-devel] [PATCH v4] target-sparc: Add and use CPU_FEATURE_CASA
,
Mark Cave-Ayland
,
2014/03/08
Re: [Qemu-devel] [PATCH v4] target-sparc: Add and use CPU_FEATURE_CASA
,
Peter Maydell
,
2014/03/08
Re: [Qemu-devel] [PATCH v4] target-sparc: Add and use CPU_FEATURE_CASA
,
Sebastian Huber
,
2014/03/09
[Qemu-devel] [PATCH RFC 0/2] qemu-arg: general purpose argument parser
,
Leandro Dorileo
,
2014/03/08
[Qemu-devel] [PATCH RFC 1/2] qemu-arg: introduce a general purpose argument parser
,
Leandro Dorileo
,
2014/03/08
[Qemu-devel] [PATCH RFC 2/2] qemu-img: migrate to use qemu-arg
,
Leandro Dorileo
,
2014/03/08
Re: [Qemu-devel] [PATCH RFC 2/2] qemu-img: migrate to use qemu-arg
,
Paolo Bonzini
,
2014/03/09
Re: [Qemu-devel] [PATCH RFC 2/2] qemu-img: migrate to use qemu-arg
,
Leandro Dorileo
,
2014/03/09
Re: [Qemu-devel] [PATCH RFC 2/2] qemu-img: migrate to use qemu-arg
,
Peter Maydell
,
2014/03/09
Re: [Qemu-devel] [PATCH RFC 2/2] qemu-img: migrate to use qemu-arg
,
Leandro Dorileo
,
2014/03/09
Re: [Qemu-devel] [PATCH RFC 0/2] qemu-arg: general purpose argument parser
,
Peter Maydell
,
2014/03/08
Re: [Qemu-devel] [PATCH RFC 0/2] qemu-arg: general purpose argument parser
,
Leandro Dorileo
,
2014/03/08
Re: [Qemu-devel] [PATCH RFC 0/2] qemu-arg: general purpose argument parser
,
Andreas Färber
,
2014/03/09
Re: [Qemu-devel] [PATCH RFC 0/2] qemu-arg: general purpose argument parser
,
Leandro Dorileo
,
2014/03/09
Re: [Qemu-devel] [PATCH RFC 0/2] qemu-arg: general purpose argument parser
,
Kevin Wolf
,
2014/03/11
Re: [Qemu-devel] [PATCH RFC 0/2] qemu-arg: general purpose argument parser
,
Leandro Dorileo
,
2014/03/11
Re: [Qemu-devel] [PATCH RFC 0/2] qemu-arg: general purpose argument parser
,
Eric Blake
,
2014/03/11
Re: [Qemu-devel] [PATCH RFC 0/2] qemu-arg: general purpose argument parser
,
Leandro Dorileo
,
2014/03/16
[Qemu-devel] [PATCH] tap: avoid deadlocking rx
,
Stefan Hajnoczi
,
2014/03/08
Re: [Qemu-devel] [PATCH] tap: avoid deadlocking rx
,
Neil Skrypuch
,
2014/03/10
Re: [Qemu-devel] [PATCH] tap: avoid deadlocking rx
,
Stefan Hajnoczi
,
2014/03/11
[Qemu-devel] test-qmp-commands reads freed memory
,
Peter Maydell
,
2014/03/08
Re: [Qemu-devel] test-qmp-commands reads freed memory
,
Luiz Capitulino
,
2014/03/08
Re: [Qemu-devel] test-qmp-commands reads freed memory
,
Peter Maydell
,
2014/03/08
[Qemu-devel] [PATCH] tests: test-qmp-commands: Fix double free
,
Luiz Capitulino
,
2014/03/08
Re: [Qemu-devel] [PATCH] tests: test-qmp-commands: Fix double free
,
Eric Blake
,
2014/03/10
[Qemu-devel] test-qapi-visit causes clang -fsanitize=undefined warning
,
Peter Maydell
,
2014/03/08
Re: [Qemu-devel] test-qapi-visit causes clang -fsanitize=undefined warning
,
Peter Maydell
,
2014/03/08
Re: [Qemu-devel] test-qapi-visit causes clang -fsanitize=undefined warning
,
Markus Armbruster
,
2014/03/10
Re: [Qemu-devel] test-qapi-visit causes clang -fsanitize=undefined warning
,
Markus Armbruster
,
2014/03/10
Re: [Qemu-devel] test-qapi-visit causes clang -fsanitize=undefined warning
,
Peter Maydell
,
2014/03/10
Re: [Qemu-devel] test-qapi-visit causes clang -fsanitize=undefined warning
,
Markus Armbruster
,
2014/03/10
Re: [Qemu-devel] test-qapi-visit causes clang -fsanitize=undefined warning
,
Peter Maydell
,
2014/03/10
Re: [Qemu-devel] test-qapi-visit causes clang -fsanitize=undefined warning
,
Markus Armbruster
,
2014/03/10
Re: [Qemu-devel] test-qapi-visit causes clang -fsanitize=undefined warning
,
Kevin Wolf
,
2014/03/11
[Qemu-devel] [PULL 0/5] migration queue
,
Juan Quintela
,
2014/03/07
[Qemu-devel] [PATCH 2/5] qemu_file: Fix mismerge of "use fwrite() correctly"
,
Juan Quintela
,
2014/03/07
[Qemu-devel] [PATCH 3/5] vl: add system_wakeup_request tracepoint
,
Juan Quintela
,
2014/03/07
[Qemu-devel] [PATCH 1/5] XBZRLE: Fix qemu crash when resize the xbzrle cache
,
Juan Quintela
,
2014/03/07
[Qemu-devel] [PATCH 5/5] migration: add more traces
,
Juan Quintela
,
2014/03/07
[Qemu-devel] [PATCH 4/5] migration: extend section_start/end traces
,
Juan Quintela
,
2014/03/07
Re: [Qemu-devel] [PULL 0/5] migration queue
,
Peter Maydell
,
2014/03/08
[Qemu-devel] [PATCH v2 0/5] block: Strip protocol prefixes from filenames
,
Max Reitz
,
2014/03/07
[Qemu-devel] [PATCH v2 1/5] block/raw-posix: bdrv_parse_filename() for hdev
,
Max Reitz
,
2014/03/07
[Qemu-devel] [PATCH v2 2/5] block/raw-posix: bdrv_parse_filename() for floppy
,
Max Reitz
,
2014/03/07
[Qemu-devel] [PATCH v2 3/5] block/raw-posix: bdrv_parse_filename() for cdrom
,
Max Reitz
,
2014/03/07
Re: [Qemu-devel] [PATCH v2 3/5] block/raw-posix: bdrv_parse_filename() for cdrom
,
Benoît Canet
,
2014/03/09
[Qemu-devel] [PATCH v2 4/5] block/raw-posix: Strip protocol prefix on creation
,
Max Reitz
,
2014/03/07
[Qemu-devel] [PATCH v2 5/5] block/raw-win32: bdrv_parse_filename() for hdev
,
Max Reitz
,
2014/03/07
Re: [Qemu-devel] [PATCH v2 0/5] block: Strip protocol prefixes from filenames
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PATCH v2 00/12] block/json: Add JSON protocol driver
,
Max Reitz
,
2014/03/07
[Qemu-devel] [PATCH v2 01/12] qdict: Add qdict_join()
,
Max Reitz
,
2014/03/07
[Qemu-devel] [PATCH v2 02/12] check-qdict: Add test for qdict_join()
,
Max Reitz
,
2014/03/07
Re: [Qemu-devel] [PATCH v2 02/12] check-qdict: Add test for qdict_join()
,
Eric Blake
,
2014/03/07
Re: [Qemu-devel] [PATCH v2 02/12] check-qdict: Add test for qdict_join()
,
Benoît Canet
,
2014/03/09
[Qemu-devel] [PATCH v2 03/12] block: Add "has_single_child" field for drivers
,
Max Reitz
,
2014/03/07
Re: [Qemu-devel] [PATCH v2 03/12] block: Add "has_single_child" field for drivers
,
Benoît Canet
,
2014/03/09
[Qemu-devel] [PATCH v2 04/12] block/json: Add JSON protocol driver
,
Max Reitz
,
2014/03/07
Re: [Qemu-devel] [PATCH v2 04/12] block/json: Add JSON protocol driver
,
Benoît Canet
,
2014/03/09
[Qemu-devel] [PATCH v2 05/12] block/json: Add functions for cache control
,
Max Reitz
,
2014/03/07
[Qemu-devel] [PATCH v2 06/12] block/json: Add functions for writing zeroes etc.
,
Max Reitz
,
2014/03/07
Re: [Qemu-devel] [PATCH v2 06/12] block/json: Add functions for writing zeroes etc.
,
Benoît Canet
,
2014/03/09
[Qemu-devel] [PATCH v2 07/12] block/json: Add bdrv_co_get_block_status()
,
Max Reitz
,
2014/03/07
Re: [Qemu-devel] [PATCH v2 07/12] block/json: Add bdrv_co_get_block_status()
,
Benoît Canet
,
2014/03/24
[Qemu-devel] [PATCH v2 08/12] block/json: Add ioctl etc.
,
Max Reitz
,
2014/03/07
[Qemu-devel] [PATCH v2 09/12] block/json: Add bdrv_get_specific_info()
,
Max Reitz
,
2014/03/07
[Qemu-devel] [PATCH v2 10/12] block/raw_bsd: Add bdrv_get_specific_info()
,
Max Reitz
,
2014/03/07
[Qemu-devel] [PATCH v2 11/12] block/qapi: Ignore filters on top for format name
,
Max Reitz
,
2014/03/07
Re: [Qemu-devel] [PATCH v2 11/12] block/qapi: Ignore filters on top for format name
,
Benoît Canet
,
2014/03/09
[Qemu-devel] [PATCH v2 12/12] iotests: Add test for the JSON protocol
,
Max Reitz
,
2014/03/07
Re: [Qemu-devel] [PATCH v2 12/12] iotests: Add test for the JSON protocol
,
Benoît Canet
,
2014/03/24
Re: [Qemu-devel] [PATCH v2 00/12] block/json: Add JSON protocol driver
,
Max Reitz
,
2014/03/21
[Qemu-devel] [BUGFIX][PATCH 1/1] xenfb.c: fix compile error on graphic_console_init
,
Don Slutz
,
2014/03/07
Re: [Qemu-devel] [BUGFIX][PATCH 1/1] xenfb.c: fix compile error on graphic_console_init
,
Don Slutz
,
2014/03/07
[Qemu-devel] [PATCH v2 0/5] w32: Reduce dependency on Windows API
,
Stefan Weil
,
2014/03/07
[Qemu-devel] [PATCH v2 1/5] w32: Add and use intermediate include file for windows.h
,
Stefan Weil
,
2014/03/07
Re: [Qemu-devel] [PATCH v2 1/5] w32: Add and use intermediate include file for windows.h
,
Markus Armbruster
,
2014/03/10
Re: [Qemu-devel] [PATCH v2 1/5] w32: Add and use intermediate include file for windows.h
,
Stefan Weil
,
2014/03/10
[Qemu-devel] [PATCH v2 2/5] w32: Move inline function from header file to C source
,
Stefan Weil
,
2014/03/07
[Qemu-devel] [PATCH v2 3/5] w32: Reduce dependencies in sysemu/os-win32.h
,
Stefan Weil
,
2014/03/07
[Qemu-devel] [PATCH v2 4/5] w32: Replace Windows specific data types in common header files
,
Stefan Weil
,
2014/03/07
Re: [Qemu-devel] [PATCH v2 4/5] w32: Replace Windows specific data types in common header files
,
Stefan Hajnoczi
,
2014/03/10
Re: [Qemu-devel] [PATCH v2 4/5] w32: Replace Windows specific data types in common header files
,
Stefan Weil
,
2014/03/10
Re: [Qemu-devel] [PATCH v2 4/5] w32: Replace Windows specific data types in common header files
,
Stefan Hajnoczi
,
2014/03/11
Re: [Qemu-devel] [PATCH v2 4/5] w32: Replace Windows specific data types in common header files
,
Paolo Bonzini
,
2014/03/11
[Qemu-devel] [PATCH v2 5/5] block: Review include statements for winioctl.h
,
Stefan Weil
,
2014/03/07
Re: [Qemu-devel] [PATCH v2 0/5] w32: Reduce dependency on Windows API
,
Stefan Hajnoczi
,
2014/03/10
[Qemu-devel] [PATCH] qcow2-refcount: Sanitize refcount table entry
,
Max Reitz
,
2014/03/07
Re: [Qemu-devel] [PATCH] qcow2-refcount: Sanitize refcount table entry
,
Laszlo Ersek
,
2014/03/10
Re: [Qemu-devel] [PATCH] qcow2-refcount: Sanitize refcount table entry
,
Stefan Hajnoczi
,
2014/03/10
[Qemu-devel] [PATCH buildfix] xenfb: Fix graphic_console_init() build failure
,
Andreas Färber
,
2014/03/07
Re: [Qemu-devel] [PATCH buildfix] xenfb: Fix graphic_console_init() build failure
,
Don Slutz
,
2014/03/07
Re: [Qemu-devel] [PATCH buildfix] xenfb: Fix graphic_console_init() build failure
,
Stefan Weil
,
2014/03/08
Re: [Qemu-devel] [PATCH buildfix] xenfb: Fix graphic_console_init() build failure
,
Peter Maydell
,
2014/03/08
[Qemu-devel] [PATCH] libvixl: Fix format strings for several int64_t values
,
Stefan Weil
,
2014/03/07
Re: [Qemu-devel] [PATCH] libvixl: Fix format strings for several int64_t values
,
Andreas Färber
,
2014/03/07
Re: [Qemu-devel] [PATCH] libvixl: Fix format strings for several int64_t values
,
Stefan Weil
,
2014/03/07
Re: [Qemu-devel] [PATCH] libvixl: Fix format strings for several int64_t values
,
Andreas Färber
,
2014/03/07
Re: [Qemu-devel] [PATCH] libvixl: Fix format strings for several int64_t values
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PATCH] misc: Fix typos in comments
,
Stefan Weil
,
2014/03/07
Re: [Qemu-devel] [PATCH] misc: Fix typos in comments
,
Andreas Färber
,
2014/03/07
Re: [Qemu-devel] [Qemu-trivial] [PATCH] misc: Fix typos in comments
,
Michael Tokarev
,
2014/03/14
[Qemu-devel] [PATCH] qdev: Fix bus dependency of DeviceState::hotpluggable getter
,
Andreas Färber
,
2014/03/07
Re: [Qemu-devel] [PATCH] qdev: Fix bus dependency of DeviceState::hotpluggable getter
,
Michael S. Tsirkin
,
2014/03/09
Re: [Qemu-devel] [PATCH] qdev: Fix bus dependency of DeviceState::hotpluggable getter
,
Andreas Färber
,
2014/03/09
Re: [Qemu-devel] [PATCH] qdev: Fix bus dependency of DeviceState::hotpluggable getter
,
Michael S. Tsirkin
,
2014/03/09
Re: [Qemu-devel] [PATCH] qdev: Fix bus dependency of DeviceState::hotpluggable getter
,
Igor Mammedov
,
2014/03/10
Re: [Qemu-devel] [PULL 13/20] qdev: add "hotpluggable" property to Device
,
Andreas Färber
,
2014/03/07
[Qemu-devel] WIP: Migration format: ASN.1/BER schema
,
Dr. David Alan Gilbert
,
2014/03/07
Re: [Qemu-devel] WIP: Migration format: ASN.1/BER schema
,
Michael S. Tsirkin
,
2014/03/12
Re: [Qemu-devel] WIP: Migration format: ASN.1/BER schema
,
Dr. David Alan Gilbert
,
2014/03/12
Re: [Qemu-devel] WIP: Migration format: ASN.1/BER schema
,
Michael S. Tsirkin
,
2014/03/12
[Qemu-devel] [PATCH 0/1] s390-cpu: qom interface for S390 cpu states array
,
Jason J. Herne
,
2014/03/07
[Qemu-devel] [PATCH 1/1] s390-cpu: qom interface for S390 cpu states array
,
Jason J. Herne
,
2014/03/07
Re: [Qemu-devel] [PATCH 1/1] s390-cpu: qom interface for S390 cpu states array
,
Paolo Bonzini
,
2014/03/07
Re: [Qemu-devel] [PATCH 1/1] s390-cpu: qom interface for S390 cpu states array
,
Jason J. Herne
,
2014/03/11
Re: [Qemu-devel] [PATCH qom-test] qom-test: Test QOM properties
,
Andreas Färber
,
2014/03/07
[Qemu-devel] [PULL] VirtFS update
,
Aneesh Kumar K.V
,
2014/03/07
[Qemu-devel] [PATCH 2/5] hw/9pfs/virtio-9p-local.c: move v9fs_string_free() to below "err_out:"
,
Aneesh Kumar K.V
,
2014/03/07
[Qemu-devel] [PATCH 5/5] hw/9pfs: Include virtio-9p-device.o in build
,
Aneesh Kumar K.V
,
2014/03/07
Re: [Qemu-devel] [PATCH 5/5] hw/9pfs: Include virtio-9p-device.o in build
,
Andreas Färber
,
2014/03/07
Re: [Qemu-devel] [PATCH 5/5] hw/9pfs: Include virtio-9p-device.o in build
,
Aneesh Kumar K.V
,
2014/03/07
[Qemu-devel] [PATCH 1/5] fsdev: Fix overrun after readlink() fills buffer completely
,
Aneesh Kumar K.V
,
2014/03/07
[Qemu-devel] [PATCH 4/5] hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation
,
Aneesh Kumar K.V
,
2014/03/07
Re: [Qemu-devel] [PATCH 4/5] hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation
,
Chen Gang
,
2014/03/08
Re: [Qemu-devel] [PATCH 4/5] hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation
,
Chen Gang
,
2014/03/16
[Qemu-devel] [PATCH trivial] target-arm/gdbstub64.c: remove useless 'break' statement.
,
Chen Gang
,
2014/03/17
Re: [Qemu-devel] [PATCH trivial] target-arm/gdbstub64.c: remove useless 'break' statement.
,
Peter Maydell
,
2014/03/17
Re: [Qemu-devel] [PATCH trivial] target-arm/gdbstub64.c: remove useless 'break' statement.
,
Chen Gang
,
2014/03/17
Re: [Qemu-devel] [PATCH trivial] target-arm/gdbstub64.c: remove useless 'break' statement.
,
Peter Crosthwaite
,
2014/03/18
Re: [Qemu-devel] [PATCH trivial] target-arm/gdbstub64.c: remove useless 'break' statement.
,
Chen Gang
,
2014/03/18
Re: [Qemu-devel] [PATCH 4/5] hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation
,
Chen Gang
,
2014/03/23
[Qemu-devel] [PATCH 3/5] hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf()
,
Aneesh Kumar K.V
,
2014/03/07
Re: [Qemu-devel] [PULL] VirtFS update
,
Peter Maydell
,
2014/03/08
[Qemu-devel] [Bug 1245924] Re: mips64el magnum emulation broken
,
Darkstar
,
2014/03/07
[Qemu-devel] [Bug 1245924] Re: mips64el magnum emulation broken
,
Paolo Bonzini
,
2014/03/07
[Qemu-devel] [Bug 1252270] Re: installing NT4 on MIPS Magnum/Jazz asserts
,
Darkstar
,
2014/03/07
[Qemu-devel] [Bug 1252270] Re: installing NT4 on MIPS Magnum/Jazz asserts
,
Andreas Färber
,
2014/03/07
[Qemu-devel] [Bug 1252270] Re: installing NT4 on MIPS Magnum/Jazz asserts
,
Darkstar
,
2014/03/09
[Qemu-devel] [Bug 1252270] Re: installing NT4 on MIPS Magnum/Jazz asserts
,
Paolo Bonzini
,
2014/03/09
[Qemu-devel] [PULL 00/19] Block patches
,
Kevin Wolf
,
2014/03/07
[Qemu-devel] [PULL 01/19] gluster: Change licence to GPLv2+
,
Kevin Wolf
,
2014/03/07
[Qemu-devel] [PULL 03/19] qemu-img convert: Fix progress output
,
Kevin Wolf
,
2014/03/07
[Qemu-devel] [PULL 04/19] qemu-iotests: Test progress output for conversion
,
Kevin Wolf
,
2014/03/07
[Qemu-devel] [PULL 02/19] gluster: Remove unused defines and header include
,
Kevin Wolf
,
2014/03/07
[Qemu-devel] [PULL 05/19] iscsi: Use bs->sg for everything else than disks
,
Kevin Wolf
,
2014/03/07
[Qemu-devel] [PULL 06/19] block: Fix bs->request_alignment assertion for bs->sg=1
,
Kevin Wolf
,
2014/03/07
[Qemu-devel] [PULL 07/19] block: make bdrv_swap rebuild the bs graph node list field.
,
Kevin Wolf
,
2014/03/07
[Qemu-devel] [PULL 08/19] block: mirror - remove code cruft that has no function
,
Kevin Wolf
,
2014/03/07
[Qemu-devel] [PULL 09/19] block: Keep "filename" option after parsing
,
Kevin Wolf
,
2014/03/07
[Qemu-devel] [PULL 10/19] block/raw-posix: Implement bdrv_parse_filename()
,
Kevin Wolf
,
2014/03/07
[Qemu-devel] [PULL 12/19] block/raw-win32: Implement bdrv_parse_filename()
,
Kevin Wolf
,
2014/03/07
[Qemu-devel] [PULL 11/19] block/raw-posix: Strip "file:" prefix on creation
,
Kevin Wolf
,
2014/03/07
[Qemu-devel] [PULL 13/19] block/raw-win32: Strip "file:" prefix on creation
,
Kevin Wolf
,
2014/03/07
[Qemu-devel] [PULL 15/19] blockdev: Fix NULL pointer dereference in blockdev-add
,
Kevin Wolf
,
2014/03/07
[Qemu-devel] [PULL 16/19] qemu-iotests: Test a few blockdev-add error cases
,
Kevin Wolf
,
2014/03/07
[Qemu-devel] [PULL 14/19] blockdev: Fail blockdev-add with encrypted images
,
Kevin Wolf
,
2014/03/07
[Qemu-devel] [PULL 17/19] block: Fix error path segfault in bdrv_open()
,
Kevin Wolf
,
2014/03/07
[Qemu-devel] [PULL 19/19] block: qemu-iotests 085 - live snapshots tests
,
Kevin Wolf
,
2014/03/07
[Qemu-devel] [PULL 18/19] hw/ide/ahci.h: Avoid shifting left into sign bit
,
Kevin Wolf
,
2014/03/07
Re: [Qemu-devel] [PULL 00/19] Block patches
,
Peter Maydell
,
2014/03/08
[Qemu-devel] Shutdown-Screen?
,
Erik Rull
,
2014/03/07
Re: [Qemu-devel] [PATCH] block: qemu-iotests 085 - live snapshots tests
,
Kevin Wolf
,
2014/03/07
[Qemu-devel] [PATCH] tests: Fix 'make test' for i686 hosts (build regression)
,
Stefan Weil
,
2014/03/07
Re: [Qemu-devel] [PATCH] tests: Fix 'make test' for i686 hosts (buildregression))
,
Alex Bennée
,
2014/03/07
Re: [Qemu-devel] [PATCH] tests: Fix 'make test' for i686 hosts (buildregression))
,
Stefan Weil
,
2014/03/07
Re: [Qemu-devel] [PATCH] tests: Fix 'make test' for i686 hosts (buildregression))
,
Andreas Färber
,
2014/03/07
Re: [Qemu-devel] [PATCH] tests: Fix 'make test' for i686 hosts (buildregression))
,
Stefan Weil
,
2014/03/07
Re: [Qemu-devel] [PATCH] tests: Fix 'make test' for i686 hosts (buildregression))
,
Peter Maydell
,
2014/03/07
Re: [Qemu-devel] [PATCH] tests: Fix 'make test' for i686 hosts (buildregression))
,
Alex Bennée
,
2014/03/07
Re: [Qemu-devel] [PATCH] tests: Fix 'make test' for i686 hosts (buildregression))
,
Peter Maydell
,
2014/03/07
Re: [Qemu-devel] [Qemu-trivial] [PATCH] tests: Fix 'make test' for i686 hosts (build regression)
,
Michael Tokarev
,
2014/03/14
[Qemu-devel] [PATCH] configure: Don't use __int128_t for clang versions before 3.2
,
Stefan Weil
,
2014/03/07
Re: [Qemu-devel] [Qemu-trivial] [PATCH] configure: Don't use __int128_t for clang versions before 3.2
,
Michael Tokarev
,
2014/03/14
[Qemu-devel] [PATCH v2 1/2] Fix vga_interface_type for command '-device VGA'
,
Mark Wu
,
2014/03/07
[Qemu-devel] [PATCH v2 2/2] Fix return value of vga initlization on ppc
,
Mark Wu
,
2014/03/07
Re: [Qemu-devel] [PATCH v2 2/2] Fix return value of vga initlization on ppc
,
Paolo Bonzini
,
2014/03/07
Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 2/2] Fix return value of vga initlization on ppc
,
Alexey Kardashevskiy
,
2014/03/08
Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 2/2] Fix return value of vga initlization on ppc
,
Paolo Bonzini
,
2014/03/09
Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 2/2] Fix return value of vga initlization on ppc
,
Alexey Kardashevskiy
,
2014/03/10
Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 2/2] Fix return value of vga initlization on ppc
,
Paolo Bonzini
,
2014/03/10
Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 2/2] Fix return value of vga initlization on ppc
,
Alexey Kardashevskiy
,
2014/03/10
Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 2/2] Fix return value of vga initlization on ppc
,
Paolo Bonzini
,
2014/03/10
Re: [Qemu-devel] [PATCH v2 2/2] Fix return value of vga initlization on ppc
,
Mark Wu
,
2014/03/10
[Qemu-devel] [PATCH v16 00/14] Drop in_use from BlockDriverState and enable point-in-time snapshot exporting over NBD
,
Fam Zheng
,
2014/03/07
[Qemu-devel] [PATCH v16 01/14] block: Add BlockOpType enum
,
Fam Zheng
,
2014/03/07
[Qemu-devel] [PATCH v16 02/14] block: Introduce op_blockers to BlockDriverState
,
Fam Zheng
,
2014/03/07
[Qemu-devel] [PATCH v16 03/14] block: Replace in_use with operation blocker
,
Fam Zheng
,
2014/03/07
[Qemu-devel] [PATCH v16 04/14] block: Move op_blocker check from block_job_create to its caller
,
Fam Zheng
,
2014/03/07
[Qemu-devel] [PATCH v16 05/14] block: Add bdrv_set_backing_hd()
,
Fam Zheng
,
2014/03/07
[Qemu-devel] [PATCH v16 06/14] block: Add backing_blocker in BlockDriverState
,
Fam Zheng
,
2014/03/07
[Qemu-devel] [PATCH v16 07/14] block: Parse "backing" option to reference existing BDS
,
Fam Zheng
,
2014/03/07
[Qemu-devel] [PATCH v16 08/14] block: Support dropping active in bdrv_drop_intermediate
,
Fam Zheng
,
2014/03/07
[Qemu-devel] [PATCH v16 09/14] stream: Use bdrv_drop_intermediate and drop close_unused_images
,
Fam Zheng
,
2014/03/07
[Qemu-devel] [PATCH v16 10/14] qmp: Add command 'blockdev-backup'
,
Fam Zheng
,
2014/03/07
[Qemu-devel] [PATCH v16 11/14] block: Allow backup on referenced named BlockDriverState
,
Fam Zheng
,
2014/03/07
[Qemu-devel] [PATCH v16 12/14] block: Add blockdev-backup to transaction
,
Fam Zheng
,
2014/03/07
[Qemu-devel] [PATCH v16 13/14] qemu-iotests: Test blockdev-backup in 055
,
Fam Zheng
,
2014/03/07
[Qemu-devel] [PATCH v16 14/14] qemu-iotests: Image fleecing test case 083
,
Fam Zheng
,
2014/03/07
Re: [Qemu-devel] [PATCH v16 00/14] Drop in_use from BlockDriverState and enable point-in-time snapshot exporting over NBD
,
Benoît Canet
,
2014/03/10
Re: [Qemu-devel] [PATCH v16 00/14] Drop in_use from BlockDriverState and enable point-in-time snapshot exporting over NBD
,
Fam Zheng
,
2014/03/10
Re: [Qemu-devel] [PATCH v16 00/14] Drop in_use from BlockDriverState and enable point-in-time snapshot exporting over NBD
,
Benoît Canet
,
2014/03/10
Re: [Qemu-devel] [PATCH v16 00/14] Drop in_use from BlockDriverState and enable point-in-time snapshot exporting over NBD
,
Kevin Wolf
,
2014/03/10
[Qemu-devel] [PATCH RESEND] block: introduce BDRV_O_SEQUENTIAL
,
Peter Lieven
,
2014/03/07
Re: [Qemu-devel] [PATCH v15 05/14] block: Add bdrv_set_backing_hd()
,
Fam Zheng
,
2014/03/07
Re: [Qemu-devel] [PATCH v15 03/14] block: Replace in_use with operation blocker
,
Fam Zheng
,
2014/03/07
[Qemu-devel] [PATCH V3] virtio-net: calculate proper msix vectors on init
,
Jason Wang
,
2014/03/07
[Qemu-devel] [PATCH v5 0/2] fix query-command-line-options
,
Amos Kong
,
2014/03/07
[Qemu-devel] [PATCH v5 1/2] qmp: rename query_option_descs() to get_param_infolist()
,
Amos Kong
,
2014/03/07
[Qemu-devel] [PATCH v5 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Amos Kong
,
2014/03/07
Re: [Qemu-devel] [PATCH v5 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Eric Blake
,
2014/03/11
Re: [Qemu-devel] [PATCH v5 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Amos Kong
,
2014/03/26
Re: [Qemu-devel] [PATCH target-arm v9 1/1] target-arm: Implements the ARM PMCCNTR register
,
Alistair Francis
,
2014/03/07
Re: [Qemu-devel] [PATCH target-arm v9 1/1] target-arm: Implements the ARM PMCCNTR register
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PATCH v4 0/3] spapr: fix H_SET_MODE
,
Alexey Kardashevskiy
,
2014/03/06
[Qemu-devel] [PATCH v4 3/3] spapr-hcall: add address-translation-mode-on-interrupt resource in H_SET_MODE
,
Alexey Kardashevskiy
,
2014/03/06
[Qemu-devel] [PATCH v4 2/3] spapr-hcall: fix little-endian resource handling in H_SET_MODE
,
Alexey Kardashevskiy
,
2014/03/06
Re: [Qemu-devel] [Qemu-ppc] [PATCH v4 2/3] spapr-hcall: fix little-endian resource handling in H_SET_MODE
,
Greg Kurz
,
2014/03/19
[Qemu-devel] [PATCH v4 1/3] target-ppc: introduce powerisa-207-server flag
,
Alexey Kardashevskiy
,
2014/03/06
Re: [Qemu-devel] [Qemu-ppc] [PATCH v4 1/3] target-ppc: introduce powerisa-207-server flag
,
Greg Kurz
,
2014/03/19
Re: [Qemu-devel] [PATCH v3 0/3] spapr: fix H_SET_MODE
,
Alexey Kardashevskiy
,
2014/03/06
[Qemu-devel] pcie
,
Serge Hallyn
,
2014/03/06
Re: [Qemu-devel] pcie
,
Paolo Bonzini
,
2014/03/07
Re: [Qemu-devel] pcie
,
Serge Hallyn
,
2014/03/07
[Qemu-devel] [PATCH] linux-user: implement F_[GS]ETOWN_EX
,
Andreas Schwab
,
2014/03/06
Re: [Qemu-devel] [PATCH] linux-user: implement F_[GS]ETOWN_EX
,
Andreas Schwab
,
2014/03/07
[Qemu-devel] [PATCH] linux-user: implement F_[GS]ETOWN_EX
,
Andreas Schwab
,
2014/03/07
Re: [Qemu-devel] [libvirt] Looking for project ideas and mentors for Google Summer of Code 2014
,
Christian Benvenuti (benve)
,
2014/03/06
Re: [Qemu-devel] [libvirt] Looking for project ideas and mentors for Google Summer of Code 2014
,
Stefan Hajnoczi
,
2014/03/07
Re: [Qemu-devel] [libvirt] Looking for project ideas and mentors for Google Summer of Code 2014
,
Cedric Bosdonnat
,
2014/03/07
Re: [Qemu-devel] [PATCH] pseries: Update SLOF firmware image to 20140204
,
Alexey Kardashevskiy
,
2014/03/06
Re: [Qemu-devel] [PATCH] pseries: Update SLOF firmware image to 20140204
,
Stefan Hajnoczi
,
2014/03/07
Re: [Qemu-devel] [PATCH] pseries: Update SLOF firmware image to 20140204
,
Nikunj A Dadhania
,
2014/03/07
Re: [Qemu-devel] [PATCH] pseries: Update SLOF firmware image to 20140204
,
Stefan Hajnoczi
,
2014/03/07
Re: [Qemu-devel] [PATCH] pseries: Update SLOF firmware image to 20140204
,
Andreas Färber
,
2014/03/07
Re: [Qemu-devel] [PATCH] build: Fix installation of target-dependent files
,
Lluís Vilanova
,
2014/03/06
Re: [Qemu-devel] [PATCH] build: Fix installation of target-dependent files
,
Paolo Bonzini
,
2014/03/07
Re: [Qemu-devel] [PATCH] build: Fix installation of target-dependent files
,
Peter Maydell
,
2014/03/08
[Qemu-devel] [PATCH] mempath: add option to specify minimum huge page size
,
Marcelo Tosatti
,
2014/03/06
Re: [Qemu-devel] [PATCH] mempath: add option to specify minimum huge page size
,
Eric Blake
,
2014/03/06
Re: [Qemu-devel] [PATCH] mempath: add option to specify minimum huge page size
,
Marcelo Tosatti
,
2014/03/07
Re: [Qemu-devel] [PATCH] mempath: add option to specify minimum huge page size
,
Eric Blake
,
2014/03/07
Re: [Qemu-devel] [PATCH] mempath: add option to specify minimum huge page size
,
Paolo Bonzini
,
2014/03/07
Re: [Qemu-devel] [PATCH] mempath: add option to specify minimum huge page size
,
Marcelo Tosatti
,
2014/03/07
[Qemu-devel] [PULL 00/130] ppc patch queue 2014-03- 05
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 009/130] target-ppc: dump DAR and DSISR
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 010/130] target-ppc: fix Authority Mask Register init value
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 002/130] target-ppc: fix LPCR SPR number
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 005/130] target-ppc: remove embedded MMU SPRs from 970, P5+/7/7+/8
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 001/130] target-ppc: fix compile error when PPC_DUMP_CPU is enabled
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 003/130] target-ppc: remove powerpc 970gx
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 012/130] PPC: KVM: fix "set one register"
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 007/130] KVM: Split QEMUMachine typedef into separate header
,
Alexander Graf
,
2014/03/06
Re: [Qemu-devel] [PULL 007/130] KVM: Split QEMUMachine typedef into separate header
,
Paolo Bonzini
,
2014/03/07
[Qemu-devel] [PULL 011/130] mmu-hash64: fix Virtual Page Class Key Protection
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 006/130] target-ppc: remove unsupported SPRs from 970 and P5+
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 016/130] target-ppc: disable unsupported modes for SPR_CTRL/SPR_UCTRL
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 027/130] target-ppc: Add VSX ISA2.06 Multiply Add Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 021/130] target-ppc: Add VSX ISA2.06 xdiv Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 014/130] spapr-pci: enable adding PHB via -device
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 019/130] target-ppc: Add VSX ISA2.06 xadd/xsub Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 031/130] target-ppc: Add VSX Floating Point to Floating Point Conversion Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 029/130] target-ppc: Add VSX xmax/xmin Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 025/130] target-ppc: Add VSX ISA2.06 xtdiv Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 035/130] target-ppc: VSX Stage 4: Refactor lxsdx
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 013/130] PPC: KVM: add support for LPCR
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 004/130] target-ppc: fix SPR_CTRL/SPR_UCTRL register numbers
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 032/130] target-ppc: Add VSX ISA2.06 Integer Conversion Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 023/130] target-ppc: Add VSX ISA2.06 xsqrt Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 015/130] spapr_vscsi: Fix REPORT_LUNS handling
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 017/130] target-ppc: Add set_fprf Argument to fload_invalid_op_excp()
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 020/130] target-ppc: Add VSX ISA2.06 xmul Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 034/130] target-ppc: VSX Stage 4: Add VSX 2.07 Flag
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 008/130] kvm: Add a new machine option kvm-type
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 026/130] target-ppc: Add VSX ISA2.06 xtsqrt Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 036/130] target-ppc: VSX Stage 4: Add lxsiwax, lxsiwzx and lxsspx
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 018/130] target-ppc: General Support for VSX Helpers
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 024/130] target-ppc: Add VSX ISA2.06 xrsqrte Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 037/130] target-ppc: VSX Stage 4: Refactor stxsdx
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 038/130] target-ppc: VSX Stage 4: Add stxsiwx and stxsspx
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 039/130] target-ppc: VSX Stage 4: Add xsaddsp and xssubsp
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 033/130] target-ppc: Add VSX Rounding Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 040/130] target-ppc: VSX Stage 4: Add xsmulsp
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 028/130] target-ppc: Add VSX xscmp*dp Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 042/130] target-ppc: VSX Stage 4: Add xsresp
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 022/130] target-ppc: Add VSX ISA2.06 xre Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 045/130] target-ppc: VSX Stage 4: Add Scalar SP Fused Multiply-Adds
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 030/130] target-ppc: Add VSX Vector Compare Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 041/130] target-ppc: VSX Stage 4: Add xsdivsp
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 047/130] target-ppc: VSX Stage 4: Add xxleqv, xxlnand and xxlorc
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 049/130] target-ppc: Floating Merge Word Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 043/130] target-ppc: VSX Stage 4: Add xssqrtsp
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 046/130] target-ppc: VSX Stage 4: Add xscvsxdsp and xscvuxdsp
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 056/130] target-ppc: Add ISA 2.06 divweu[o] Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 053/130] target-ppc: Add Flag for ISA2.06 Divide Extended Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 057/130] target-ppc: Add ISA 2.06 divwe[o] Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 050/130] target-ppc: Scalar Round to Single Precision
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 048/130] target-ppc: Move To/From VSR Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 044/130] target-ppc: VSX Stage 4: add xsrsqrtesp
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 058/130] target-ppc: Add Flag for ISA2.06 Atomic Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 055/130] target-ppc: Add ISA2.06 divde[o] Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 052/130] target-ppc: Add ISA2.06 bpermd Instruction
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 068/130] target-ppc: Enable frsqrtes on Power7 and Power8
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 069/130] target-ppc: Add ISA2.06 lfiwzx Instruction
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 054/130] target-ppc: Add ISA2.06 divdeu[o] Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 051/130] target-ppc: Scalar Non-Signalling Conversions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 071/130] virtex_ml507: Add support for loading initrd images
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 061/130] target-ppc: Add Flag for ISA V2.06 Floating Point Conversion
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 065/130] target-ppc: Add Flag for Power ISA V2.06 Floating Point Test Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 067/130] target-ppc: Add ISA 2.06 ftsqrt
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 070/130] PPC: KVM: store SLB slot number
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 064/130] target-ppc: Fix and enable fri[mnpz]
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 060/130] target-ppc: Add ISA 2.06 stbcx. and sthcx. Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 072/130] PPC: KVM: suppress warnings about not supported SPRs
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 077/130] spapr: print more detailed error message on failed load_elf()
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 066/130] target-ppc: Add ISA 2.06 ftdiv Instruction
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 063/130] target-ppc: Add ISA 2.06 fcfid[u][s] Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 059/130] target-ppc: Add ISA2.06 lbarx, lharx Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 074/130] spapr: support only ELF kernel images
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 062/130] target-ppc: Add ISA2.06 Float to Integer Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 076/130] elf-loader: add more return codes
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 075/130] moxie: fix load_elf() usage
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 080/130] target-ppc: add extended opcodes for dcbt/dcbtst
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 081/130] target-ppc: Fix xxpermdi When T==A or T==B
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 083/130] target-ppc: Add Target Address SPR (TAR) to Power8
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 078/130] target-ppc: Update external_htab even when HTAB is managed by kernel
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 079/130] qdev: Keep global allocation counter per bus
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 082/130] target-ppc: Add Flag for bctar
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 084/130] target-ppc: Add bctar Instruction
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 085/130] target-ppc: Add Flag for ISA 2.07 Load/Store Quadword Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 073/130] Add Enhanced Three-Speed Ethernet Controller (eTSEC)
,
Alexander Graf
,
2014/03/06
Re: [Qemu-devel] [PULL 073/130] Add Enhanced Three-Speed Ethernet Controller (eTSEC)
,
Paolo Bonzini
,
2014/03/09
Re: [Qemu-devel] [PULL 073/130] Add Enhanced Three-Speed Ethernet Controller (eTSEC)
,
Fabien Chouteau
,
2014/03/12
Re: [Qemu-devel] [PULL 073/130] Add Enhanced Three-Speed Ethernet Controller (eTSEC)
,
Paolo Bonzini
,
2014/03/12
Re: [Qemu-devel] [PULL 073/130] Add Enhanced Three-Speed Ethernet Controller (eTSEC)
,
Andreas Färber
,
2014/03/12
Re: [Qemu-devel] [PULL 073/130] Add Enhanced Three-Speed Ethernet Controller (eTSEC)
,
Paolo Bonzini
,
2014/03/14
Re: [Qemu-devel] [PULL 073/130] Add Enhanced Three-Speed Ethernet Controller (eTSEC)
,
Fabien Chouteau
,
2014/03/14
[Qemu-devel] [PULL 088/130] target-ppc: Store Quadword
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 086/130] target-ppc: Add is_user_mode Utility Routine
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 087/130] target-ppc: Load Quadword
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 092/130] target-ppc: Altivec 2.07: Update AVR Structure
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 091/130] target-ppc: Altivec 2.07: Add Instruction Flag
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 095/130] target-ppc: Altivec 2.07: Add Opcode Macro for VX Form Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 090/130] target-ppc: Add Store Quadword Conditional
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 097/130] target-ppc: Altivec 2.07: Vector Logical Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 098/130] target-ppc: Altivec 2.07: Add/Subtract Unsigned Doubleword Modulo
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 094/130] target-ppc: Altivec 2.07: Add Support for Dual Altivec Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 096/130] target-ppc: Altivec 2.07: Add Support for R-Form Dual Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 093/130] target-ppc: Altivec 2.07: Add GEN_VXFORM3
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 101/130] target-ppc: Altivec 2.07: vmuluw Instruction
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 104/130] target-ppc: Altivec 2.07: Vector Min/Max Doubleword Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 100/130] target-ppc: Altivec 2.07: Multiply Even/Odd Word Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 099/130] target-ppc: Altivec 2.07: Change VMUL_DO to Support 64-bit Integers
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 106/130] target-ppc: Altivec 2.07: Unpack Signed Word Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 102/130] target-ppc: Altivec 2.07: Add Vector Count Leading Zeroes
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 103/130] target-ppc: Altivec 2.07: Vector Population Count Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 107/130] target-ppc: Altivec 2.07: Vector Merge Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 109/130] target-ppc: Altivec 2.07: Vector Doubleword Rotate and Shift Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 105/130] target-ppc: Altivec 2.07: Pack Doubleword Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 108/130] target-ppc: Altivec 2.07: Change Bit Masks to Support 64-bit Rotates and Shifts
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 110/130] target-ppc: Altivec 2.07: Quadword Addition and Subtracation
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 111/130] target-ppc: Altivec 2.07: vbpermq Instruction
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 112/130] target-ppc: Altivec 2.07: Doubleword Compares
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 120/130] target-ppc/translate.c: Use ULL suffix for 64 bit constants
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 114/130] target-ppc: Altivec 2.07: Vector Polynomial Multiply Sum
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 118/130] target-ppc: Altivec 2.07: Vector Permute and Exclusive OR
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 119/130] spapr-vlan: flush queue whenever can_receive can go from false to true
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 115/130] target-ppc: Altivec 2.07: Binary Coded Decimal Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 117/130] target-ppc: Altivec 2.07: Vector SHA Sigma Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 113/130] target-ppc: Altivec 2.07: Vector Gather Bits by Bytes
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 116/130] target-ppc: Altivec 2.07: AES Instructions
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 089/130] target-ppc: Add Load Quadword and Reserve
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 121/130] PPC: sPAPR: Only use getpagesize() when we run with kvm
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 124/130] target-ppc: Fix htab_mask calculation
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 123/130] target-ppc: Use Additional Temporary in stqcx Case
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 130/130] target-ppc: spapr: e500: fix to use cpu_dt_id
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 128/130] target-ppc: Introduce hypervisor call H_GET_TCE
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 122/130] target-ppc: Fix Compiler Warnings Due to 64-Bit Constants Declared as UL
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 129/130] target-ppc: add PowerPCCPU::cpu_dt_id
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 125/130] target-ppc: Fix page table lookup with kvm enabled
,
Alexander Graf
,
2014/03/06
Re: [Qemu-devel] [PULL 125/130] target-ppc: Fix page table lookup with kvm enabled
,
Paolo Bonzini
,
2014/03/14
Re: [Qemu-devel] [PULL 125/130] target-ppc: Fix page table lookup with kvm enabled
,
Aneesh Kumar K.V
,
2014/03/14
Re: [Qemu-devel] [PULL 125/130] target-ppc: Fix page table lookup with kvm enabled
,
Paolo Bonzini
,
2014/03/14
[Qemu-devel] [PULL 127/130] target-ppc: Update ppc_hash64_store_hpte to support updating in-kernel htab
,
Alexander Graf
,
2014/03/06
[Qemu-devel] [PULL 126/130] target-ppc: Change the hpte store API
,
Alexander Graf
,
2014/03/06
Re: [Qemu-devel] [PULL 00/130] ppc patch queue 2014-03-05
,
Peter Maydell
,
2014/03/07
[Qemu-devel] [PATCH 0/5] block: Strip protocol prefixes from filenames
,
Max Reitz
,
2014/03/06
[Qemu-devel] [PATCH 1/5] block/raw-posix: bdrv_parse_filename() for hdev
,
Max Reitz
,
2014/03/06
Re: [Qemu-devel] [PATCH 1/5] block/raw-posix: bdrv_parse_filename() for hdev
,
Benoît Canet
,
2014/03/06
[Qemu-devel] [PATCH 2/5] block/raw-posix: bdrv_parse_filename() for floppy
,
Max Reitz
,
2014/03/06
Re: [Qemu-devel] [PATCH 2/5] block/raw-posix: bdrv_parse_filename() for floppy
,
Benoît Canet
,
2014/03/06
[Qemu-devel] [PATCH 3/5] block/raw-posix: bdrv_parse_filename() for cdrom
,
Max Reitz
,
2014/03/06
Re: [Qemu-devel] [PATCH 3/5] block/raw-posix: bdrv_parse_filename() for cdrom
,
Benoît Canet
,
2014/03/06
Re: [Qemu-devel] [PATCH 3/5] block/raw-posix: bdrv_parse_filename() for cdrom
,
Max Reitz
,
2014/03/06
[Qemu-devel] [PATCH 4/5] block/raw-posix: Strip protocol prefix on creation
,
Max Reitz
,
2014/03/06
[Qemu-devel] [PATCH 5/5] block/raw-win32: bdrv_parse_filename() for hdev
,
Max Reitz
,
2014/03/06
Re: [Qemu-devel] [PATCH 5/5] block/raw-win32: bdrv_parse_filename() for hdev
,
Benoît Canet
,
2014/03/06
Re: [Qemu-devel] [PATCH 4/5] block/raw-posix: Strip protocol prefix on creation
,
Max Reitz
,
2014/03/06
[Qemu-devel] [PATCH 4/5] block/raw-posix: Strip protocol prefix on creation
,
Max Reitz
,
2014/03/06
Re: [Qemu-devel] [PATCH 4/5] block/raw-posix: Strip protocol prefix on creation
,
Benoît Canet
,
2014/03/06
Re: [Qemu-devel] [PATCH 4/5] block/raw-posix: Strip protocol prefix on creation
,
Eric Blake
,
2014/03/06
[Qemu-devel] [Bug 1285363] Re: qemu-aarch64-static segfaults
,
dann frazier
,
2014/03/06
[Qemu-devel] [Bug 1285363] Re: qemu-aarch64-static segfaults
,
Peter Maydell
,
2014/03/06
Re: [Qemu-devel] [Bug 1285363] Re: qemu-aarch64-static segfaults
,
Serge Hallyn
,
2014/03/06
[Qemu-devel] [Bug 1285363] Re: qemu-aarch64-static segfaults
,
Launchpad Bug Tracker
,
2014/03/06
[Qemu-devel] [Bug 1285363] Re: qemu-aarch64-static segfaults
,
Launchpad Bug Tracker
,
2014/03/06
Re: [Qemu-devel] [PATCH] configure: Always build with -fno-common
,
Peter Maydell
,
2014/03/06
Re: [Qemu-devel] [PATCH] hw/ide/ahci.h: Avoid shifting left into sign bit
,
Peter Maydell
,
2014/03/06
Re: [Qemu-devel] [PATCH] hw/ide/ahci.h: Avoid shifting left into sign bit
,
Kevin Wolf
,
2014/03/07
Re: [Qemu-devel] [PATCH] hw/ide/ahci.h: Avoid shifting left into sign bit
,
Peter Crosthwaite
,
2014/03/06
Re: [Qemu-devel] [RFC PATCH V2 4/5] test: add test cases for qapi event
,
Eric Blake
,
2014/03/06
Re: [Qemu-devel] [RFC PATCH V2 5/5] qapi event: convert RTC_CHANGE
,
Eric Blake
,
2014/03/06
[Qemu-devel] [PULL] migration patches
,
Amit Shah
,
2014/03/06
[Qemu-devel] [PATCH 1/4] qemu_file: Fix mismerge of "use fwrite() correctly"
,
Amit Shah
,
2014/03/06
[Qemu-devel] [PATCH 2/4] vl: add system_wakeup_request tracepoint
,
Amit Shah
,
2014/03/06
[Qemu-devel] [PATCH 3/4] migration: extend section_start/end traces
,
Amit Shah
,
2014/03/06
[Qemu-devel] [PATCH 4/4] migration: add more traces
,
Amit Shah
,
2014/03/06
Re: [Qemu-devel] [PULL] migration patches
,
Juan Quintela
,
2014/03/07
Re: [Qemu-devel] [PULL] migration patches
,
Peter Maydell
,
2014/03/08
Re: [Qemu-devel] [PULL] migration patches
,
Juan Quintela
,
2014/03/08
Re: [Qemu-devel] [PULL] migration patches
,
Amit Shah
,
2014/03/10
Re: [Qemu-devel] [PULL] migration patches
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PULL] migration patches
,
Amit Shah
,
2014/03/07
Re: [Qemu-devel] [PATCH v2] configure: Make C++ test work with --enable-werror
,
Andreas Färber
,
2014/03/06
Re: [Qemu-devel] [PATCH v2] configure: Make C++ test work with --enable-werror
,
Peter Maydell
,
2014/03/06
Re: [Qemu-devel] [PATCH 19/23] tsc210x: fix buffer overrun on invalid state load
,
Andreas Färber
,
2014/03/06
[Qemu-devel] [PATCH v4 00/21] AArch64 system emulation (boots a kernel!)
,
Peter Maydell
,
2014/03/06
[Qemu-devel] [PATCH v4 12/21] target-arm: A64: Implement DC ZVA
,
Peter Maydell
,
2014/03/06
Re: [Qemu-devel] [PATCH v4 12/21] target-arm: A64: Implement DC ZVA
,
Richard Henderson
,
2014/03/07
Re: [Qemu-devel] [PATCH v4 12/21] target-arm: A64: Implement DC ZVA
,
Peter Maydell
,
2014/03/07
Re: [Qemu-devel] [PATCH v4 12/21] target-arm: A64: Implement DC ZVA
,
Richard Henderson
,
2014/03/07
Re: [Qemu-devel] [PATCH v4 12/21] target-arm: A64: Implement DC ZVA
,
Richard Henderson
,
2014/03/07
[Qemu-devel] [PATCH v4 09/21] target-arm: Fix VFP enables for AArch32 EL0 under AArch64 EL1
,
Peter Maydell
,
2014/03/06
[Qemu-devel] [PATCH v4 17/21] target-arm: Implement AArch64 SPSR_EL1
,
Peter Maydell
,
2014/03/06
[Qemu-devel] [PATCH v4 16/21] target-arm: Implement SP_EL0, SP_EL1
,
Peter Maydell
,
2014/03/06
Re: [Qemu-devel] [PATCH v4 16/21] target-arm: Implement SP_EL0, SP_EL1
,
Peter Crosthwaite
,
2014/03/17
Re: [Qemu-devel] [PATCH v4 16/21] target-arm: Implement SP_EL0, SP_EL1
,
Peter Crosthwaite
,
2014/03/17
Re: [Qemu-devel] [PATCH v4 16/21] target-arm: Implement SP_EL0, SP_EL1
,
Peter Maydell
,
2014/03/20
[Qemu-devel] [PATCH v4 19/21] target-arm: Implement AArch64 EL1 exception handling
,
Peter Maydell
,
2014/03/06
[Qemu-devel] [PATCH v4 18/21] target-arm: Move arm_log_exception() into internals.h
,
Peter Maydell
,
2014/03/06
Re: [Qemu-devel] [PATCH v4 18/21] target-arm: Move arm_log_exception() into internals.h
,
Peter Crosthwaite
,
2014/03/17
[Qemu-devel] [PATCH v4 21/21] hw/arm/virt: Add support for Cortex-A57
,
Peter Maydell
,
2014/03/06
Re: [Qemu-devel] [PATCH v4 21/21] hw/arm/virt: Add support for Cortex-A57
,
Peter Crosthwaite
,
2014/03/17
[Qemu-devel] [PATCH v4 04/21] target-arm: Provide correct syndrome information for cpreg access traps
,
Peter Maydell
,
2014/03/06
Re: [Qemu-devel] [PATCH v4 04/21] target-arm: Provide correct syndrome information for cpreg access traps
,
Peter Crosthwaite
,
2014/03/16
Re: [Qemu-devel] [PATCH v4 04/21] target-arm: Provide correct syndrome information for cpreg access traps
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PATCH v4 10/21] target-arm: Add v8 mmu translation support
,
Peter Maydell
,
2014/03/06
Re: [Qemu-devel] [PATCH v4 10/21] target-arm: Add v8 mmu translation support
,
Peter Maydell
,
2014/03/20
[Qemu-devel] [PATCH v4 11/21] target-arm: Don't mention PMU in debug feature register
,
Peter Maydell
,
2014/03/06
Re: [Qemu-devel] [PATCH v4 11/21] target-arm: Don't mention PMU in debug feature register
,
Peter Crosthwaite
,
2014/03/17
Re: [Qemu-devel] [PATCH v4 11/21] target-arm: Don't mention PMU in debug feature register
,
Peter Maydell
,
2014/03/17
Re: [Qemu-devel] [PATCH v4 11/21] target-arm: Don't mention PMU in debug feature register
,
Peter Crosthwaite
,
2014/03/17
[Qemu-devel] [PATCH v4 06/21] target-arm: Provide syndrome information for MMU faults
,
Peter Maydell
,
2014/03/06
Re: [Qemu-devel] [PATCH v4 06/21] target-arm: Provide syndrome information for MMU faults
,
Peter Crosthwaite
,
2014/03/16
Re: [Qemu-devel] [PATCH v4 06/21] target-arm: Provide syndrome information for MMU faults
,
Peter Maydell
,
2014/03/17
Re: [Qemu-devel] [PATCH v4 06/21] target-arm: Provide syndrome information for MMU faults
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PATCH v4 14/21] target-arm: Implement AArch64 views of fault status and data registers
,
Peter Maydell
,
2014/03/06
Re: [Qemu-devel] [PATCH v4 14/21] target-arm: Implement AArch64 views of fault status and data registers
,
Peter Crosthwaite
,
2014/03/17
Re: [Qemu-devel] [PATCH v4 14/21] target-arm: Implement AArch64 views of fault status and data registers
,
Peter Maydell
,
2014/03/17
Re: [Qemu-devel] [PATCH v4 14/21] target-arm: Implement AArch64 views of fault status and data registers
,
Peter Crosthwaite
,
2014/03/17
[Qemu-devel] [PATCH v4 01/21] target-arm: Split out private-to-target functions into internals.h
,
Peter Maydell
,
2014/03/06
Re: [Qemu-devel] [PATCH v4 01/21] target-arm: Split out private-to-target functions into internals.h
,
Peter Crosthwaite
,
2014/03/17
[Qemu-devel] [PATCH v4 20/21] target-arm: Add Cortex-A57 processor
,
Peter Maydell
,
2014/03/06
Re: [Qemu-devel] [PATCH v4 20/21] target-arm: Add Cortex-A57 processor
,
Peter Maydell
,
2014/03/20
Re: [Qemu-devel] [PATCH v4 20/21] target-arm: Add Cortex-A57 processor
,
Rob Herring
,
2014/03/25
[Qemu-devel] [PATCH v4 03/21] target-arm: Define exception record for AArch64 exceptions
,
Peter Maydell
,
2014/03/06
Re: [Qemu-devel] [PATCH v4 03/21] target-arm: Define exception record for AArch64 exceptions
,
Peter Crosthwaite
,
2014/03/16
[Qemu-devel] [PATCH v4 15/21] target-arm: Add AArch64 ELR_EL1 register.
,
Peter Maydell
,
2014/03/06
Re: [Qemu-devel] [PATCH v4 15/21] target-arm: Add AArch64 ELR_EL1 register.
,
Peter Crosthwaite
,
2014/03/17
[Qemu-devel] [PATCH v4 02/21] target-arm: Implement AArch64 DAIF system register
,
Peter Maydell
,
2014/03/06
Re: [Qemu-devel] [PATCH v4 02/21] target-arm: Implement AArch64 DAIF system register
,
Peter Crosthwaite
,
2014/03/16
[Qemu-devel] [PATCH v4 05/21] target-arm: Add support for generating exceptions with syndrome information
,
Peter Maydell
,
2014/03/06
Re: [Qemu-devel] [PATCH v4 05/21] target-arm: Add support for generating exceptions with syndrome information
,
Peter Crosthwaite
,
2014/03/16
Re: [Qemu-devel] [PATCH v4 05/21] target-arm: Add support for generating exceptions with syndrome information
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PATCH v4 07/21] target-arm: A64: Correctly fault FP/Neon if CPACR.FPEN set
,
Peter Maydell
,
2014/03/06
[Qemu-devel] [PATCH v4 13/21] target-arm: Use dedicated CPU state fields for ARM946 access bit registers
,
Peter Maydell
,
2014/03/06
Re: [Qemu-devel] [PATCH v4 13/21] target-arm: Use dedicated CPU state fields for ARM946 access bit registers
,
Peter Crosthwaite
,
2014/03/17
Re: [Qemu-devel] [PATCH v4 13/21] target-arm: Use dedicated CPU state fields for ARM946 access bit registers
,
Peter Maydell
,
2014/03/17
[Qemu-devel] [PATCH v4 08/21] target-arm: A64: Add assertion that FP access was checked
,
Peter Maydell
,
2014/03/06
Re: [Qemu-devel] [PATCH v4 00/21] AArch64 system emulation (boots a kernel!)
,
Xuebing Wang
,
2014/03/06
Re: [Qemu-devel] [PATCH v4 00/21] AArch64 system emulation (boots a kernel!)
,
Peter Maydell
,
2014/03/07
Re: [Qemu-devel] [RFC PATCH V2 3/5] qapi script: add event support by qapi-event.py
,
Eric Blake
,
2014/03/06
Re: [Qemu-devel] [RFC PATCH V2 3/5] qapi script: add event support by qapi-event.py
,
Wenchao Xia
,
2014/03/18
Re: [Qemu-devel] [RFC PATCH V2 3/5] qapi script: add event support by qapi-event.py
,
Eric Blake
,
2014/03/20
Re: [Qemu-devel] [RFC PATCH V2 3/5] qapi script: add event support by qapi-event.py
,
Wenchao Xia
,
2014/03/23
Re: [Qemu-devel] [RFC PATCH V2 3/5] qapi script: add event support by qapi-event.py
,
Markus Armbruster
,
2014/03/26
Re: [Qemu-devel] [RFC PATCH V2 3/5] qapi script: add event support by qapi-event.py
,
Benoît Canet
,
2014/03/26
Re: [Qemu-devel] [RFC PATCH V2 3/5] qapi script: add event support by qapi-event.py
,
Wenchao Xia
,
2014/03/27
Re: [Qemu-devel] [PATCH 22/23] virtio-scsi: fix buffer overrun on invalid state load
,
Andreas Färber
,
2014/03/06
Re: [Qemu-devel] [PATCH 22/23] virtio-scsi: fix buffer overrun on invalid state load
,
Michael S. Tsirkin
,
2014/03/06
Re: [Qemu-devel] [PATCH 22/23] virtio-scsi: fix buffer overrun on invalid state load
,
Paolo Bonzini
,
2014/03/06
Re: [Qemu-devel] [PATCH 22/23] virtio-scsi: fix buffer overrun on invalid state load
,
Peter Maydell
,
2014/03/06
Re: [Qemu-devel] [RFC PATCH V2 2/5] qapi: add event helper functions
,
Eric Blake
,
2014/03/06
Re: [Qemu-devel] [PATCH 23/23] savevm: fix potential segfault on invalid state
,
Andreas Färber
,
2014/03/06
Re: [Qemu-devel] [RFC PATCH V2 0/5] add direct support of event in qapi schema
,
Eric Blake
,
2014/03/06
Re: [Qemu-devel] [RFC PATCH V2 0/5] add direct support of event in qapi schema
,
Luiz Capitulino
,
2014/03/06
Re: [Qemu-devel] [RFC PATCH V2 0/5] add direct support of event in qapi schema
,
Wenchao Xia
,
2014/03/06
[Qemu-devel] [PATCH 0/2][RFC] Convert Clock lists to RCU (V3)
,
Mike Day
,
2014/03/06
[Qemu-devel] [PATCH 1/2] [RFC] Convert active timers list to use RCU V3
,
Mike Day
,
2014/03/06
[Qemu-devel] [PATCH 2/2] [RFC] Convert Clock Timerlists to RCU V3
,
Mike Day
,
2014/03/06
[Qemu-devel] [PATCH] configure: Prettify message for hosts without spice support
,
Stefan Weil
,
2014/03/06
Re: [Qemu-devel] [PATCH] configure: Prettify message for hosts without spice support
,
Gerd Hoffmann
,
2014/03/10
[Qemu-devel] [PATCH v3 0/9] KVM Support for MIPS32 Processors
,
James Hogan
,
2014/03/06
[Qemu-devel] [PATCH v3 1/9] hw/mips/cputimer: Don't start periodic timer in KVM mode
,
James Hogan
,
2014/03/06
[Qemu-devel] [PATCH v3 5/9] kvm: Allow arch to set sigmask length
,
James Hogan
,
2014/03/06
[Qemu-devel] [PATCH v3 7/9] hw/mips: In KVM mode, inject IRQ2 (I/O) interupts via ioctls
,
James Hogan
,
2014/03/06
Re: [Qemu-devel] [PATCH v3 7/9] hw/mips: In KVM mode, inject IRQ2 (I/O) interupts via ioctls
,
Andreas Färber
,
2014/03/13
[Qemu-devel] [PATCH v3 2/9] hw/mips: Add API to convert KVM guest KSEG0 <-> GPA
,
James Hogan
,
2014/03/06
[Qemu-devel] [PATCH v3 3/9] target-mips: get_physical_address: Add defines for segment bases
,
James Hogan
,
2014/03/06
[Qemu-devel] [PATCH v3 6/9] target-mips: kvm: Add main KVM support for MIPS
,
James Hogan
,
2014/03/06
Re: [Qemu-devel] [PATCH v3 6/9] target-mips: kvm: Add main KVM support for MIPS
,
Andreas Färber
,
2014/03/13
Re: [Qemu-devel] [PATCH v3 6/9] target-mips: kvm: Add main KVM support for MIPS
,
Peter Maydell
,
2014/03/13
Re: [Qemu-devel] [PATCH v3 6/9] target-mips: kvm: Add main KVM support for MIPS
,
James Hogan
,
2014/03/14
Re: [Qemu-devel] [PATCH v3 6/9] target-mips: kvm: Add main KVM support for MIPS
,
Paolo Bonzini
,
2014/03/14
Re: [Qemu-devel] [PATCH v3 6/9] target-mips: kvm: Add main KVM support for MIPS
,
James Hogan
,
2014/03/14
[Qemu-devel] [PATCH v3 9/9] target-mips: Enable KVM support in build system
,
James Hogan
,
2014/03/06
[Qemu-devel] [PATCH v3 8/9] hw/mips: malta: Add KVM support
,
James Hogan
,
2014/03/06
[Qemu-devel] [PATCH v3 4/9] target-mips: get_physical_address: Add KVM awareness
,
James Hogan
,
2014/03/06
[Qemu-devel] [PATCH v2 1/2] pc: avoid duplicate names for ROM MRs
,
Michael S. Tsirkin
,
2014/03/06
[Qemu-devel] [PATCH v2 2/2] pc: option rom migration compatibility with 1.7
,
Michael S. Tsirkin
,
2014/03/06
Re: [Qemu-devel] [PATCH v2 1/2] pc: avoid duplicate names for ROM MRs
,
Paolo Bonzini
,
2014/03/06
[Qemu-devel] [PATCH 1/2] pc: avoid duplicate names for ROM MRs
,
Michael S. Tsirkin
,
2014/03/06
[Qemu-devel] [PATCH 2/2] pc: option rom migration compatibility with 1.7
,
Michael S. Tsirkin
,
2014/03/06
Re: [Qemu-devel] [PATCH 1/2] pc: avoid duplicate names for ROM MRs
,
Marcel Apfelbaum
,
2014/03/06
Re: [Qemu-devel] [PATCH 1/2] pc: avoid duplicate names for ROM MRs
,
Michael S. Tsirkin
,
2014/03/06
[Qemu-devel] [PATCH 0/3] blockdev: blockdev-add error path fixes and tests
,
Kevin Wolf
,
2014/03/06
[Qemu-devel] [PATCH 3/3] qemu-iotests: Test a few blockdev-add error cases
,
Kevin Wolf
,
2014/03/06
Re: [Qemu-devel] [PATCH 3/3] qemu-iotests: Test a few blockdev-add error cases
,
Benoît Canet
,
2014/03/06
[Qemu-devel] [PATCH 1/3] blockdev: Fail blockdev-add with encrypted images
,
Kevin Wolf
,
2014/03/06
Re: [Qemu-devel] [PATCH 1/3] blockdev: Fail blockdev-add with encrypted images
,
Benoît Canet
,
2014/03/06
Re: [Qemu-devel] [PATCH 1/3] blockdev: Fail blockdev-add with encrypted images
,
Eric Blake
,
2014/03/06
[Qemu-devel] [PATCH 2/3] blockdev: Fix NULL pointer dereference in blockdev-add
,
Kevin Wolf
,
2014/03/06
Re: [Qemu-devel] [PATCH 2/3] blockdev: Fix NULL pointer dereference in blockdev-add
,
Benoît Canet
,
2014/03/06
Re: [Qemu-devel] [PATCH 2/3] blockdev: Fix NULL pointer dereference in blockdev-add
,
Eric Blake
,
2014/03/06
[Qemu-devel] [PATCH] block: Fix error path segfault in bdrv_open()
,
Kevin Wolf
,
2014/03/06
Re: [Qemu-devel] [PATCH] block: Fix error path segfault in bdrv_open()
,
Benoît Canet
,
2014/03/06
[Qemu-devel] [PATCH] seccomp: add getrusage() to the syscall whitelist for Open vSwitch
,
Paul Moore
,
2014/03/06
Re: [Qemu-devel] [PATCH] seccomp: add getrusage() to the syscall whitelist for Open vSwitch
,
Paolo Bonzini
,
2014/03/06
Re: [Qemu-devel] [PATCH] block: qemu-iotests 085 - live snapshots tests
,
Benoît Canet
,
2014/03/06
Re: [Qemu-devel] [PATCH 2/4] s390-cpu: ipi_states enhancements
,
Jason J. Herne
,
2014/03/06
Re: [Qemu-devel] [PATCH 2/4] s390-cpu: ipi_states enhancements
,
Jason J. Herne
,
2014/03/06
[Qemu-devel] [PATCH V2 for 2.0 0/2] Allow to repair broken quorum files
,
Benoît Canet
,
2014/03/06
[Qemu-devel] [PATCH V2 for 2.0 2/2] qemu-iotests: Add TestRepairQuorum to 041 to test drive-mirror node-name mode.
,
Benoît Canet
,
2014/03/06
Re: [Qemu-devel] [PATCH V2 for 2.0 2/2] qemu-iotests: Add TestRepairQuorum to 041 to test drive-mirror node-name mode.
,
Benoît Canet
,
2014/03/06
[Qemu-devel] [PATCH V2 for 2.0 1/2] block: Add node-name and to-replace-node-name arguments to drive-mirror.
,
Benoît Canet
,
2014/03/06
[Qemu-devel] [PATCH] vnc: fix use-after-free in vnc_update_client_sync
,
Gerd Hoffmann
,
2014/03/06
Re: [Qemu-devel] [PATCH] vnc: fix use-after-free in vnc_update_client_sync
,
Markus Armbruster
,
2014/03/06
Re: [Qemu-devel] [PATCH 1/2] Add a generic vga device type for that specified by '-device'
,
Mark Wu
,
2014/03/06
Re: [Qemu-devel] [PATCH 1/2] Add a generic vga device type for that specified by '-device'
,
Paolo Bonzini
,
2014/03/06
Re: [Qemu-devel] [PATCH 1/2] Add a generic vga device type for that specified by '-device'
,
Andreas Färber
,
2014/03/06
Re: [Qemu-devel] [PATCH 1/2] Add a generic vga device type for that specified by '-device'
,
Paolo Bonzini
,
2014/03/06
Re: [Qemu-devel] [PATCH 1/2] Add a generic vga device type for that specified by '-device'
,
Mark Wu
,
2014/03/07
Re: [Qemu-devel] Call for testing QEMU aarch64-linux-user emulation
,
Alex Bennée
,
2014/03/06
Re: [Qemu-devel] Call for testing QEMU aarch64-linux-user emulation
,
Janne Grunau
,
2014/03/06
Re: [Qemu-devel] Call for testing QEMU aarch64-linux-user emulation
,
Dann Frazier
,
2014/03/09
Re: [Qemu-devel] Call for testing QEMU aarch64-linux-user emulation
,
Peter Maydell
,
2014/03/09
Re: [Qemu-devel] Call for testing QEMU aarch64-linux-user emulation
,
Alex Bennée
,
2014/03/10
Re: [Qemu-devel] Call for testing QEMU aarch64-linux-user emulation
,
Peter Maydell
,
2014/03/10
Re: [Qemu-devel] Call for testing QEMU aarch64-linux-user emulation
,
Michael Matz
,
2014/03/10
Re: [Qemu-devel] Call for testing QEMU aarch64-linux-user emulation
,
Peter Maydell
,
2014/03/14
[Qemu-devel] Solaris 10 x86 not booting with -icount
,
Sai Prajeeth
,
2014/03/06
Re: [Qemu-devel] Solaris 10 x86 not booting with -icount
,
Paolo Bonzini
,
2014/03/06
[Qemu-devel] [PATCH] virtio-scsi: actually honor sense_size from configuration space
,
Paolo Bonzini
,
2014/03/06
Re: [Qemu-devel] [PATCH] virtio-scsi: actually honor sense_size from configuration space
,
Fam Zheng
,
2014/03/07
Re: [Qemu-devel] [PATCH] virtio-scsi: actually honor sense_size from configuration space
,
Paolo Bonzini
,
2014/03/07
Re: [Qemu-devel] [PATCH] virtio-scsi: actually honor sense_size from configuration space
,
Fam Zheng
,
2014/03/14
Re: [Qemu-devel] [PATCH] virtio-scsi: actually honor sense_size from configuration space
,
Fam Zheng
,
2014/03/14
[Qemu-devel] [PATCH 0/7] remove #if defined CONFIG_KVM || !defined NEED_CPU_H
,
Xuebing Wang
,
2014/03/06
[Qemu-devel] [PATCH 3/7] kvm-i386: remove target-i386/kvm-stub.c
,
Xuebing Wang
,
2014/03/06
[Qemu-devel] [PATCH 1/7] kvm: remove the hack "#if defined CONFIG_KVM || !defined NEED_CPU_H"
,
Xuebing Wang
,
2014/03/06
Re: [Qemu-devel] [PATCH 1/7] kvm: remove the hack "#if defined CONFIG_KVM || !defined NEED_CPU_H"
,
Andreas Färber
,
2014/03/06
[Qemu-devel] [PATCH 2/7] kvm-i386: fix build for x86_64-linux-user after applying previous patch
,
Xuebing Wang
,
2014/03/06
[Qemu-devel] [PATCH 6/7] kvm-ppc: remove target-ppc/kvm-stub.c
,
Xuebing Wang
,
2014/03/06
[Qemu-devel] [PATCH 4/7] kvm: fix build for target sh4-softmmu
,
Xuebing Wang
,
2014/03/06
[Qemu-devel] [PATCH 5/7] kvm-ppc: fix build for ppc64-softmmu
,
Xuebing Wang
,
2014/03/06
[Qemu-devel] [PATCH 7/7] kvm-i386: fix build for "x86_64-softmmu --disable-kvm"
,
Xuebing Wang
,
2014/03/06
Re: [Qemu-devel] [PATCH 0/7] remove #if defined CONFIG_KVM || !defined NEED_CPU_H
,
Paolo Bonzini
,
2014/03/06
Re: [Qemu-devel] [PATCH 0/7] remove #if defined CONFIG_KVM || !defined NEED_CPU_H
,
Andreas Färber
,
2014/03/06
[Qemu-devel] [PATCH v4 0/2] convert -m to QemuOpts
,
Igor Mammedov
,
2014/03/06
[Qemu-devel] [PATCH v4 1/2] qemu-option: introduce qemu_find_opts_singleton
,
Igor Mammedov
,
2014/03/06
[Qemu-devel] [PATCH v4 2/2] vl: convert -m to QemuOpts
,
Igor Mammedov
,
2014/03/06
Re: [Qemu-devel] [PATCH v4 2/2] vl: convert -m to QemuOpts
,
Andreas Färber
,
2014/03/06
Re: [Qemu-devel] [PATCH v4 0/2] convert -m to QemuOpts
,
Andreas Färber
,
2014/03/06
Re: [Qemu-devel] [PATCH v4 0/2] convert -m to QemuOpts
,
Igor Mammedov
,
2014/03/15
Re: [Qemu-devel] [Qemu-trivial] [PATCH v4 0/2] convert -m to QemuOpts
,
Michael Tokarev
,
2014/03/20
Re: [Qemu-devel] [Qemu-trivial] [PATCH v4 0/2] convert -m to QemuOpts
,
Michael Tokarev
,
2014/03/20
Re: [Qemu-devel] [Qemu-trivial] [PATCH v4 0/2] convert -m to QemuOpts
,
Igor Mammedov
,
2014/03/21
[Qemu-devel] [PATCH v2 0/2] qdev-monitor-test: Simplify & make more robust
,
Markus Armbruster
,
2014/03/06
[Qemu-devel] [PATCH v2 2/2] qdev-monitor-test: Don't test human-readable error message
,
Markus Armbruster
,
2014/03/06
[Qemu-devel] [PATCH v2 1/2] qdev-monitor-test: simplify using g_assert_cmpstr()
,
Markus Armbruster
,
2014/03/06
Re: [Qemu-devel] [PATCH v2 0/2] qdev-monitor-test: Simplify & make more robust
,
Eric Blake
,
2014/03/06
Re: [Qemu-devel] [PATCH v2 0/2] qdev-monitor-test: Simplify & make more robust
,
Stefan Hajnoczi
,
2014/03/06
Re: [Qemu-devel] [PATCH v2 0/2] qdev-monitor-test: Simplify & make more robust
,
Andreas Färber
,
2014/03/06
Re: [Qemu-devel] [PATCH v2 0/2] qdev-monitor-test: Simplify & make more robust
,
Markus Armbruster
,
2014/03/07
[Qemu-devel] [PATCH 0/1] s390/kvm maintainership
,
Christian Borntraeger
,
2014/03/06
[Qemu-devel] [PATCH 1/1] s390/kvm: Add Maintainers for s390/kvm
,
Christian Borntraeger
,
2014/03/06
Re: [Qemu-devel] [PATCH 1/1] s390/kvm: Add Maintainers for s390/kvm
,
Paolo Bonzini
,
2014/03/06
Re: [Qemu-devel] [PATCH 1/1] s390/kvm: Add Maintainers for s390/kvm
,
Alexander Graf
,
2014/03/06
Re: [Qemu-devel] [PATCH 0/1] s390/kvm maintainership
,
Peter Maydell
,
2014/03/10
[Qemu-devel] [PATCH] scsi: Fix migration of scsi sense data
,
Fam Zheng
,
2014/03/06
Re: [Qemu-devel] [PATCH] scsi: Fix migration of scsi sense data
,
Paolo Bonzini
,
2014/03/06
Re: [Qemu-devel] [PATCH] scsi: Fix migration of scsi sense data
,
Fam Zheng
,
2014/03/14
Re: [Qemu-devel] [PATCH] scsi: Fix migration of scsi sense data
,
Paolo Bonzini
,
2014/03/14
[Qemu-devel] [PATCH] usb-ohci: add vmstate descriptor
,
Alexey Kardashevskiy
,
2014/03/06
Re: [Qemu-devel] [PATCH] usb-ohci: add vmstate descriptor
,
Mike Day
,
2014/03/06
Re: [Qemu-devel] [PATCH] usb-ohci: add vmstate descriptor
,
Alexey Kardashevskiy
,
2014/03/14
Re: [Qemu-devel] [PATCH] usb-ohci: add vmstate descriptor
,
Andreas Färber
,
2014/03/22
Re: [Qemu-devel] [PATCH] usb-ohci: add vmstate descriptor
,
Peter Maydell
,
2014/03/22
Re: [Qemu-devel] [PATCH] usb-ohci: add vmstate descriptor
,
Andreas Färber
,
2014/03/22
Re: [Qemu-devel] [PATCH] usb-ohci: add vmstate descriptor
,
Peter Maydell
,
2014/03/22
Re: [Qemu-devel] [PATCH] usb-ohci: add vmstate descriptor
,
Alexey Kardashevskiy
,
2014/03/24
Re: [Qemu-devel] [PATCH] usb-ohci: add vmstate descriptor
,
Peter Maydell
,
2014/03/24
Re: [Qemu-devel] [PATCH] usb-ohci: add vmstate descriptor
,
Gerd Hoffmann
,
2014/03/24
Re: [Qemu-devel] [PATCH] usb-ohci: add vmstate descriptor
,
Alexey Kardashevskiy
,
2014/03/22
[Qemu-devel] [Bug 1261265] Re: win7 guest boot up fail.
,
chao zhou
,
2014/03/06
[Qemu-devel] [Bug 1261265] Re: win7 guest boot up fail.
,
chao zhou
,
2014/03/06
[Qemu-devel] [PATCH 1/4] target-ppc: POWER8 supports the MSR_LE bit
,
Anton Blanchard
,
2014/03/05
[Qemu-devel] [PATCH 2/4] target-ppc: POWER8 supports isel
,
Anton Blanchard
,
2014/03/05
[Qemu-devel] [PATCH 3/4] target-ppc: POWER7+ supports the MSR_VSX bit
,
Anton Blanchard
,
2014/03/05
[Qemu-devel] [PATCH 4/4] target-ppc: MSR_POW not supported on POWER7/7+/8
,
Anton Blanchard
,
2014/03/05
Re: [Qemu-devel] [PATCH] qemu_file: Fix mismerge of "use fwrite() correctly"
,
Amit Shah
,
2014/03/05
[Qemu-devel] [PATCH] spapr: Clear LPCR_ILE during reset
,
Anton Blanchard
,
2014/03/05
Re: [Qemu-devel] [PATCH] spapr: Clear LPCR_ILE during reset
,
Andreas Färber
,
2014/03/19
Re: [Qemu-devel] [PATCH] spapr: Clear LPCR_ILE during reset
,
Alexey Kardashevskiy
,
2014/03/19
[Qemu-devel] [PATCH] spapr-pci: change the default PCI bus naming
,
Alexey Kardashevskiy
,
2014/03/05
Re: [Qemu-devel] [PATCH] spapr-pci: change the default PCI bus naming
,
Paolo Bonzini
,
2014/03/06
Re: [Qemu-devel] [PATCH] spapr-pci: change the default PCI bus naming
,
Daniel P. Berrange
,
2014/03/06
Re: [Qemu-devel] [PATCH] spapr-pci: change the default PCI bus naming
,
Paolo Bonzini
,
2014/03/06
Re: [Qemu-devel] [PATCH] spapr-pci: change the default PCI bus naming
,
Andreas Färber
,
2014/03/06
[Qemu-devel] [PATCH v4 0/2] fix query-command-line-options
,
Amos Kong
,
2014/03/05
[Qemu-devel] [PATCH v4 1/2] qmp: rename query_option_descs() to get_param_infolist()
,
Amos Kong
,
2014/03/05
[Qemu-devel] [PATCH v4 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Amos Kong
,
2014/03/05
Re: [Qemu-devel] [PATCH v4 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Markus Armbruster
,
2014/03/06
Re: [Qemu-devel] [PATCH v4 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Eric Blake
,
2014/03/06
Re: [Qemu-devel] [PATCH v4 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Amos Kong
,
2014/03/07
Re: [Qemu-devel] [PATCH v4 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Markus Armbruster
,
2014/03/07
Re: [Qemu-devel] [PATCH v4 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Eric Blake
,
2014/03/10
Re: [Qemu-devel] [PATCH v4 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Markus Armbruster
,
2014/03/11
Re: [Qemu-devel] [PATCH v4 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Eric Blake
,
2014/03/11
Re: [Qemu-devel] [PATCH v4 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Amos Kong
,
2014/03/20
Re: [Qemu-devel] [PATCH v4 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Amos Kong
,
2014/03/27
Re: [Qemu-devel] [PATCH v4 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Amos Kong
,
2014/03/20
Re: [Qemu-devel] [PATCH v4 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Amos Kong
,
2014/03/20
Re: [Qemu-devel] [PATCH v4 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Markus Armbruster
,
2014/03/26
Re: [Qemu-devel] [PATCH v4 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Amos Kong
,
2014/03/27
Re: [Qemu-devel] [PATCH v4 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Markus Armbruster
,
2014/03/27
Re: [Qemu-devel] [PATCH v4 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Markus Armbruster
,
2014/03/07
[Qemu-devel] [QEMU 2.0 FIX V2] Fix bdrv_swap behavior regarding the node graph
,
Benoît Canet
,
2014/03/05
[Qemu-devel] [QEMU 2.0 FIX V2] block: make bdrv_swap rebuild the bs graph node list field.
,
Benoît Canet
,
2014/03/05
Re: [Qemu-devel] [QEMU 2.0 FIX V2] block: make bdrv_swap rebuild the bs graph node list field.
,
Kevin Wolf
,
2014/03/06
Re: [Qemu-devel] [QEMU 2.0 FIX V2] block: make bdrv_swap rebuild the bs graph node list field.
,
Kevin Wolf
,
2014/03/06
[Qemu-devel] [PATCH 0/5] block/raw: Strip "file:" prefix from filenames
,
Max Reitz
,
2014/03/05
[Qemu-devel] [PATCH 1/5] block: Keep "filename" option after parsing
,
Max Reitz
,
2014/03/05
Re: [Qemu-devel] [PATCH 1/5] block: Keep "filename" option after parsing
,
Benoît Canet
,
2014/03/06
[Qemu-devel] [PATCH 2/5] block/raw-posix: Implement bdrv_parse_filename()
,
Max Reitz
,
2014/03/05
Re: [Qemu-devel] [PATCH 2/5] block/raw-posix: Implement bdrv_parse_filename()
,
Benoît Canet
,
2014/03/06
[Qemu-devel] [PATCH 3/5] block/raw-posix: Strip "file:" prefix on creation
,
Max Reitz
,
2014/03/05
Re: [Qemu-devel] [PATCH 3/5] block/raw-posix: Strip "file:" prefix on creation
,
Benoît Canet
,
2014/03/06
[Qemu-devel] [PATCH 4/5] block/raw-win32: Implement bdrv_parse_filename()
,
Max Reitz
,
2014/03/05
Re: [Qemu-devel] [PATCH 4/5] block/raw-win32: Implement bdrv_parse_filename()
,
Benoît Canet
,
2014/03/06
[Qemu-devel] [PATCH 5/5] block/raw-win32: Strip "file:" prefix on creation
,
Max Reitz
,
2014/03/05
Re: [Qemu-devel] [PATCH 5/5] block/raw-win32: Strip "file:" prefix on creation
,
Benoît Canet
,
2014/03/06
Re: [Qemu-devel] [PATCH 0/5] block/raw: Strip "file:" prefix from filenames
,
Eric Blake
,
2014/03/05
Re: [Qemu-devel] [PATCH 0/5] block/raw: Strip "file:" prefix from filenames
,
Kevin Wolf
,
2014/03/06
Re: [Qemu-devel] [PATCH 0/5] block/raw: Strip "file:" prefix from filenames
,
Benoît Canet
,
2014/03/06
Re: [Qemu-devel] [PATCH 0/5] block/raw: Strip "file:" prefix from filenames
,
Max Reitz
,
2014/03/06
[Qemu-devel] [PATCH] qemu-io: Fix warnings from static code analysis
,
Stefan Weil
,
2014/03/05
Re: [Qemu-devel] [PATCH] qemu-io: Fix warnings from static code analysis
,
Stefan Hajnoczi
,
2014/03/06
Re: [Qemu-devel] [PATCH] qemu-io: Fix warnings from static code analysis
,
Stefan Hajnoczi
,
2014/03/12
[Qemu-devel] [PATCH] audio: Add 'static' attributes to several variables
,
Stefan Weil
,
2014/03/05
Re: [Qemu-devel] [Qemu-trivial] [PATCH] audio: Add 'static' attributes to several variables
,
Michael Tokarev
,
2014/03/14
[Qemu-devel] [PATCH] qjson.h: Remove GCC_FMT_ATTR markup from qobject_from_jsonv() declaration
,
Stefan Weil
,
2014/03/05
Re: [Qemu-devel] [PATCH] qjson.h: Remove GCC_FMT_ATTR markup from qobject_from_jsonv() declaration
,
Eric Blake
,
2014/03/05
Re: [Qemu-devel] [PATCH] qjson.h: Remove GCC_FMT_ATTR markup from qobject_from_jsonv() declaration
,
Paolo Bonzini
,
2014/03/05
[Qemu-devel] [PATCH v3 0/5] qom: link property fixes
,
Stefan Hajnoczi
,
2014/03/05
[Qemu-devel] [PATCH v3 1/5] qom: split object_property_set_link()
,
Stefan Hajnoczi
,
2014/03/05
[Qemu-devel] [PATCH v3 4/5] qom: add check() argument to object_property_add_link()
,
Stefan Hajnoczi
,
2014/03/05
[Qemu-devel] [PATCH v3 5/5] virtio-rng: avoid default_backend refcount leak
,
Stefan Hajnoczi
,
2014/03/05
[Qemu-devel] [PATCH v3 3/5] qom: make QOM link property unref optional
,
Stefan Hajnoczi
,
2014/03/05
[Qemu-devel] [PATCH v3 2/5] qom: don't make link NULL on object_property_set_link() failure
,
Stefan Hajnoczi
,
2014/03/05
Re: [Qemu-devel] [PATCH v3 0/5] qom: link property fixes
,
Stefan Hajnoczi
,
2014/03/18
Re: [Qemu-devel] [PATCH v3 0/5] qom: link property fixes
,
Stefan Hajnoczi
,
2014/03/18
Re: [Qemu-devel] [PATCH 1/2] tests-ppc64: add to cleanup rule
,
Andreas Färber
,
2014/03/05
Re: [Qemu-devel] [PATCH 2/2] tests-ppc64: test for -device spapr-pci-host-bridge
,
Andreas Färber
,
2014/03/05
Re: [Qemu-devel] [PATCH 2/2] tests-ppc64: test for -device spapr-pci-host-bridge
,
Alexey Kardashevskiy
,
2014/03/05
Re: [Qemu-devel] [PATCH 2/2] tests-ppc64: test for -device spapr-pci-host-bridge
,
Alexey Kardashevskiy
,
2014/03/11
Re: [Qemu-devel] [PATCH 2/2] tests-ppc64: test for -device spapr-pci-host-bridge
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PATCH] qemu-file: use fwrite() correctly (take II)
,
Juan Quintela
,
2014/03/05
Re: [Qemu-devel] [PATCH] qemu-file: use fwrite() correctly (take II)
,
Eric Blake
,
2014/03/05
[Qemu-devel] [PATCH] target-arm: Fix intptr_t vs tcg_target_long
,
Richard Henderson
,
2014/03/05
Re: [Qemu-devel] [PATCH] target-arm: Fix intptr_t vs tcg_target_long
,
Peter Maydell
,
2014/03/10
Re: [Qemu-devel] [PATCH] target-arm: Fix intptr_t vs tcg_target_long
,
Richard Henderson
,
2014/03/10
Re: [Qemu-devel] [PATCH] target-arm: Fix intptr_t vs tcg_target_long
,
Peter Maydell
,
2014/03/10
Re: [Qemu-devel] [PATCH] target-arm: Fix intptr_t vs tcg_target_long
,
Richard Henderson
,
2014/03/10
[Qemu-devel] [PATCH 00/11] tcg-sparc updates
,
Richard Henderson
,
2014/03/05
[Qemu-devel] [PATCH 01/11] tcg-sparc: Fix ld64 for 32-bit mode
,
Richard Henderson
,
2014/03/05
[Qemu-devel] [PATCH 02/11] tcg-sparc: Fix tlb read
,
Richard Henderson
,
2014/03/05
[Qemu-devel] [PATCH 03/11] tcg-sparc: Tidy call+jump patterns
,
Richard Henderson
,
2014/03/05
[Qemu-devel] [PATCH 04/11] tcg-sparc: Use intptr_t as appropriate
,
Richard Henderson
,
2014/03/05
[Qemu-devel] [PATCH 05/11] tcg-sparc: Don't handle remainder
,
Richard Henderson
,
2014/03/05
[Qemu-devel] [PATCH 06/11] tcg-sparc: Dont handle constant arguments to ext32 ops
,
Richard Henderson
,
2014/03/05
[Qemu-devel] [PATCH 07/11] tcg-sparc: Improve tcg_out_movi
,
Richard Henderson
,
2014/03/05
[Qemu-devel] [PATCH 08/11] tcg-sparc: Use TCGMemOp within qemu_ldst routines
,
Richard Henderson
,
2014/03/05
[Qemu-devel] [PATCH 09/11] tcg-sparc: Tidy tcg_out_tlb_load interface
,
Richard Henderson
,
2014/03/05
[Qemu-devel] [PATCH 10/11] tcg-sparc: Convert to new ldst helpers
,
Richard Henderson
,
2014/03/05
[Qemu-devel] [PATCH 11/11] tcg-sparc: Convert to new ldst opcodes
,
Richard Henderson
,
2014/03/05
Re: [Qemu-devel] [PATCH 00/11] tcg-sparc updates
,
Mark Cave-Ayland
,
2014/03/09
Re: [Qemu-devel] [PATCH 00/11] tcg-sparc updates
,
Artyom Tarasenko
,
2014/03/10
Re: [Qemu-devel] [PATCH 00/11] tcg-sparc updates
,
Mark Cave-Ayland
,
2014/03/10
Re: [Qemu-devel] [PATCH 00/11] tcg-sparc updates
,
Richard Henderson
,
2014/03/10
[Qemu-devel] [PATCH v3 0/3] qemu-machine as a QOM object
,
Marcel Apfelbaum
,
2014/03/05
[Qemu-devel] [PATCH v3 1/3] hw/core: introduced qemu machine as QOM object
,
Marcel Apfelbaum
,
2014/03/05
Re: [Qemu-devel] [PATCH v3 1/3] hw/core: introduced qemu machine as QOM object
,
Andreas Färber
,
2014/03/06
Re: [Qemu-devel] [PATCH v3 1/3] hw/core: introduced qemu machine as QOM object
,
Andreas Färber
,
2014/03/07
[Qemu-devel] [PATCH v3 2/3] vl: use qemu machine QOM class instead of global machines list
,
Marcel Apfelbaum
,
2014/03/05
Re: [Qemu-devel] [PATCH v3 2/3] vl: use qemu machine QOM class instead of global machines list
,
Andreas Färber
,
2014/03/06
[Qemu-devel] [PATCH v3 3/3] hw/boards: converted current_machine to be an instance of MachineCLass
,
Marcel Apfelbaum
,
2014/03/05
Re: [Qemu-devel] [PATCH v3 3/3] hw/boards: converted current_machine to be an instance of MachineCLass
,
Eric Blake
,
2014/03/05
Re: [Qemu-devel] [PATCH v3 3/3] hw/boards: converted current_machine to be an instance of MachineCLass
,
Marcel Apfelbaum
,
2014/03/05
Re: [Qemu-devel] [PATCH v3 3/3] hw/boards: converted current_machine to be an instance of MachineCLass
,
Andreas Färber
,
2014/03/06
Re: [Qemu-devel] [PATCH v3 3/3] hw/boards: converted current_machine to be an instance of MachineCLass
,
Alexey Kardashevskiy
,
2014/03/06
Re: [Qemu-devel] [PATCH v3 3/3] hw/boards: converted current_machine to be an instance of MachineCLass
,
Marcel Apfelbaum
,
2014/03/07
Re: [Qemu-devel] [PATCH v3 3/3] hw/boards: converted current_machine to be an instance of MachineCLass
,
Marcel Apfelbaum
,
2014/03/07
Re: [Qemu-devel] [PATCH v3 3/3] hw/boards: converted current_machine to be an instance of MachineCLass
,
Andreas Färber
,
2014/03/07
Re: [Qemu-devel] [PATCH v3 3/3] hw/boards: converted current_machine to be an instance of MachineCLass
,
Marcel Apfelbaum
,
2014/03/07
Re: [Qemu-devel] [PATCH v3 3/3] hw/boards: converted current_machine to be an instance of MachineCLass
,
Paolo Bonzini
,
2014/03/07
Re: [Qemu-devel] [PATCH v3 3/3] hw/boards: converted current_machine to be an instance of MachineCLass
,
Andreas Färber
,
2014/03/07
Re: [Qemu-devel] [PATCH v3 3/3] hw/boards: converted current_machine to be an instance of MachineCLass
,
Marcel Apfelbaum
,
2014/03/07
Re: [Qemu-devel] [PATCH v3 3/3] hw/boards: converted current_machine to be an instance of MachineCLass
,
Marcel Apfelbaum
,
2014/03/11
Re: [Qemu-devel] [PATCH v3 3/3] hw/boards: converted current_machine to be an instance of MachineCLass
,
Andreas Färber
,
2014/03/11
Re: [Qemu-devel] [PATCH v3 3/3] hw/boards: converted current_machine to be an instance of MachineCLass
,
Marcel Apfelbaum
,
2014/03/11
Re: [Qemu-devel] [PATCH v3 3/3] hw/boards: converted current_machine to be an instance of MachineCLass
,
Paolo Bonzini
,
2014/03/07
Re: [Qemu-devel] [PATCH qom-cpu 00/16 v10] target-i386: convert CPU features into properties
,
Igor Mammedov
,
2014/03/05
[Qemu-devel] kill /destroy a VM - help
,
Alexander Binun
,
2014/03/05
Re: [Qemu-devel] kill /destroy a VM - help
,
Stefan Hajnoczi
,
2014/03/06
Re: [Qemu-devel] kill /destroy a VM - help
,
Alexander Binun
,
2014/03/06
Re: [Qemu-devel] kill /destroy a VM - help
,
Paolo Bonzini
,
2014/03/06
Re: [Qemu-devel] kill /destroy a VM - still hangs!
,
Alexander Binun
,
2014/03/06
[Qemu-devel] trying to kill a VM
,
Alexander Binun
,
2014/03/09
[Qemu-devel] different IDTs of the same VCPU
,
Alexander Binun
,
2014/03/13
Re: [Qemu-devel] different IDTs of the same VCPU
,
Paolo Bonzini
,
2014/03/13
Re: [Qemu-devel] different IDTs of the same VCPU
,
Alexander Binun
,
2014/03/17
Re: [Qemu-devel] different IDTs of the same VCPU
,
Paolo Bonzini
,
2014/03/17
Re: [Qemu-devel] [PATCH 2/7] migration: Add counters of updating the dirty bitmap
,
Juan Quintela
,
2014/03/05
Re: [Qemu-devel] [PATCH 2/7] migration: Add counters of updating the dirty bitmap
,
Gonglei
,
2014/03/06
Re: [Qemu-devel] [PATCH 2/7] migration: Add counters of updating the dirty bitmap
,
Juan Quintela
,
2014/03/06
Re: [Qemu-devel] [PATCH 1/7] XBZRLE: Fix one XBZRLE corruption issues
,
Juan Quintela
,
2014/03/05
[Qemu-devel] [PATCH v3 0/2] convert -m to QemuOpts
,
Igor Mammedov
,
2014/03/05
[Qemu-devel] [PATCH v3 1/2] qemu-option: introduce qemu_find_opts_singleton
,
Igor Mammedov
,
2014/03/05
[Qemu-devel] [PATCH v3 2/2] vl: convert -m to QemuOpts
,
Igor Mammedov
,
2014/03/05
Re: [Qemu-devel] [PATCH v3 2/2] vl: convert -m to QemuOpts
,
Andreas Färber
,
2014/03/05
Re: [Qemu-devel] [PATCH v3 2/2] vl: convert -m to QemuOpts
,
Igor Mammedov
,
2014/03/06
Re: [Qemu-devel] [PATCH v3 2/2] vl: convert -m to QemuOpts
,
Eric Blake
,
2014/03/05
Re: [Qemu-devel] [PATCH v3 2/2] vl: convert -m to QemuOpts
,
Igor Mammedov
,
2014/03/06
Re: [Qemu-devel] Live migration results in non-working virtio-net device (sometimes)
,
Andreas Färber
,
2014/03/05
Re: [Qemu-devel] Live migration results in non-working virtio-net device (sometimes)
,
Neil Skrypuch
,
2014/03/05
Re: [Qemu-devel] Live migration results in non-working virtio-net device (sometimes)
,
Stefan Hajnoczi
,
2014/03/08
Re: [Qemu-devel] [PATCH] Modify qemu-img can not create local filename contain ":"
,
jun muzi
,
2014/03/05
[Qemu-devel] [PATCH 0/2] Allow to repair broken quorum files
,
Benoît Canet
,
2014/03/05
[Qemu-devel] [PATCH 1/2] block: Add node-name and to-replace-node-name arguments to drive-mirror.
,
Benoît Canet
,
2014/03/05
Re: [Qemu-devel] [PATCH 1/2] block: Add node-name and to-replace-node-name arguments to drive-mirror.
,
Eric Blake
,
2014/03/05
Re: [Qemu-devel] [PATCH 1/2] block: Add node-name and to-replace-node-name arguments to drive-mirror.
,
Benoît Canet
,
2014/03/05
Re: [Qemu-devel] [PATCH 1/2] block: Add node-name and to-replace-node-name arguments to drive-mirror.
,
Benoît Canet
,
2014/03/05
Re: [Qemu-devel] [PATCH 1/2] block: Add node-name and to-replace-node-name arguments to drive-mirror.
,
Benoît Canet
,
2014/03/07
[Qemu-devel] [PATCH 2/2] qemu-iotests: Add TestRepairQuorum to 041 to test drive-mirror node-name mode.
,
Benoît Canet
,
2014/03/05
[Qemu-devel] [PATCH 0/2] iscsi: Fix bs->request_alignment failure on LUN 0
,
Kevin Wolf
,
2014/03/05
[Qemu-devel] [PATCH 2/2] block: Fix bs->request_alignment assertion for bs->sg=1
,
Kevin Wolf
,
2014/03/05
Re: [Qemu-devel] [PATCH 2/2] block: Fix bs->request_alignment assertion for bs->sg=1
,
Benoît Canet
,
2014/03/05
[Qemu-devel] [PATCH 1/2] iscsi: Use bs->sg for everything else than disks
,
Kevin Wolf
,
2014/03/05
Re: [Qemu-devel] [PATCH 1/2] iscsi: Use bs->sg for everything else than disks
,
Benoît Canet
,
2014/03/05
Re: [Qemu-devel] [PATCH 1/2] iscsi: Use bs->sg for everything else than disks
,
Kevin Wolf
,
2014/03/05
Re: [Qemu-devel] [PATCH 1/2] iscsi: Use bs->sg for everything else than disks
,
Benoît Canet
,
2014/03/05
Re: [Qemu-devel] [PATCH 1/2] iscsi: Use bs->sg for everything else than disks
,
Peter Lieven
,
2014/03/05
Re: [Qemu-devel] [PATCH 1/2] iscsi: Use bs->sg for everything else than disks
,
Kevin Wolf
,
2014/03/05
Re: [Qemu-devel] [PATCH 0/2] iscsi: Fix bs->request_alignment failure on LUN 0
,
Paolo Bonzini
,
2014/03/05
[Qemu-devel] [PATCH] New feature - RFC3931 L2TPv3 network transport using static Ethernet over L2TPv3 tunnels
,
anton . ivanov
,
2014/03/05
Re: [Qemu-devel] [PATCH] New feature - RFC3931 L2TPv3 network transport using static Ethernet over L2TPv3 tunnels
,
Eric Blake
,
2014/03/05
Re: [Qemu-devel] [PATCH] New feature - RFC3931 L2TPv3 network transport using static Ethernet over L2TPv3 tunnels
,
Anton Ivanov
,
2014/03/05
Re: [Qemu-devel] [PATCH] New feature - RFC3931 L2TPv3 network transport using static Ethernet over L2TPv3 tunnels
,
Stefan Hajnoczi
,
2014/03/06
Re: [Qemu-devel] [PATCH] New feature - RFC3931 L2TPv3 network transport using static Ethernet over L2TPv3 tunnels
,
Anton Ivanov
,
2014/03/06
Re: [Qemu-devel] [PATCH] New feature - RFC3931 L2TPv3 network transport using static Ethernet over L2TPv3 tunnels
,
Anton Ivanov
,
2014/03/09
Re: [Qemu-devel] [PATCH] New feature - RFC3931 L2TPv3 network transport using static Ethernet over L2TPv3 tunnels
,
Stefan Hajnoczi
,
2014/03/10
Re: [Qemu-devel] [PATCH] New feature - RFC3931 L2TPv3 network transport using static Ethernet over L2TPv3 tunnels
,
Anton Ivanov
,
2014/03/10
Re: [Qemu-devel] [PATCH] New feature - RFC3931 L2TPv3 network transport using static Ethernet over L2TPv3 tunnels
,
Stefan Hajnoczi
,
2014/03/10
Re: [Qemu-devel] [PATCH] New feature - RFC3931 L2TPv3 network transport using static Ethernet over L2TPv3 tunnels
,
Anton Ivanov (antivano)
,
2014/03/10
[Qemu-devel] [PULL v4 00/38] rework input handling, sdl2 support
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 03/38] input: qapi: define event types
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 02/38] input: rename file to legacy
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 05/38] input: qapi: add pause key
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 18/38] input: mouse: switch legacy handlers to new core
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 01/38] console: export QemuConsole index, width, height
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 09/38] input: keyboard: switch qmp_send_key() to new core.
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 35/38] input: remove index_from_keycode (no users)
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 08/38] input: keyboard: switch legacy handlers to new core
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 16/38] input: mouse: add graphic_rotate support
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 14/38] input: keyboard: switch curses ui to new core
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 11/38] input: keyboard: switch sdl ui to new core
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 33/38] input: move qmp_query_mice to new core
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 21/38] input: mouse: switch vnc ui to new core
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 32/38] input: add input_mouse_mode tracepoint
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 04/38] input: qapi: add unmapped key
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 29/38] input-legacy: remove kbd_mouse_is_absolute
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 23/38] input: mouse: switch monitor to new core
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 24/38] input: keyboard: switch cocoa ui to new core
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 22/38] input: mouse: switch spice ui to new core
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 10/38] input: keyboard: switch gtk ui to new core
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 06/38] input: add core bits of the new input layer
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 15/38] input: mouse: add helpers functions to core
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 28/38] input-legacy: remove kbd_mouse_has_absolute
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 26/38] input: trace events
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 20/38] input: mouse: switch sdl ui to new core
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 36/38] console: add head to index to qemu consoles.
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 07/38] input: keyboard: add helper functions to core
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 12/38] input: keyboard: switch vnc ui to new core
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 34/38] input: move do_mouse_set to new core
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 17/38] input: mouse: add qemu_input_is_absolute()
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 19/38] input: mouse: switch gtk ui to new core
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 27/38] input-legacy: remove kbd_put_keycode
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 30/38] input-legacy: remove kbd_mouse_event
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 31/38] input: move mouse mode notifier to new core
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 25/38] input: mouse: switch cocoa ui to new core
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 37/38] console: add QemuUIInfo
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 38/38] ui/sdl2 : initial port to SDL 2.0 (v2.0)
,
Gerd Hoffmann
,
2014/03/05
[Qemu-devel] [PULL v4 13/38] input: keyboard: switch spice ui to new core
,
Gerd Hoffmann
,
2014/03/05
Re: [Qemu-devel] [PULL v4 00/38] rework input handling, sdl2 support
,
Peter Maydell
,
2014/03/07
Re: [Qemu-devel] [PULL v4 00/38] rework input handling, sdl2 support
,
Andreas Färber
,
2014/03/07
[Qemu-devel] Contribution - L2TPv3 - resubmit
,
Anton Ivanov (antivano)
,
2014/03/05
Re: [Qemu-devel] Contribution - L2TPv3 - resubmit
,
Andreas Färber
,
2014/03/05
Re: [Qemu-devel] Contribution - L2TPv3 - resubmit
,
Stefan Hajnoczi
,
2014/03/05
Re: [Qemu-devel] Contribution - L2TPv3 - resubmit
,
Anton Ivanov (antivano)
,
2014/03/05
Re: [Qemu-devel] Contribution - L2TPv3 - resubmit
,
Stefan Hajnoczi
,
2014/03/05
Re: [Qemu-devel] Contribution - L2TPv3 - resubmit
,
Peter Maydell
,
2014/03/05
[Qemu-devel] QEMU: PCI bus name on PowerPC platforms
,
address@hidden
,
2014/03/05
Re: [Qemu-devel] QEMU: PCI bus name on PowerPC platforms
,
Alexey Kardashevskiy
,
2014/03/05
Re: [Qemu-devel] QEMU: PCI bus name on PowerPC platforms
,
Paolo Bonzini
,
2014/03/05
Re: [Qemu-devel] QEMU: PCI bus name on PowerPC platforms
,
Daniel P. Berrange
,
2014/03/05
Re: [Qemu-devel] QEMU: PCI bus name on PowerPC platforms
,
Paolo Bonzini
,
2014/03/05
Re: [Qemu-devel] QEMU: PCI bus name on PowerPC platforms
,
Daniel P. Berrange
,
2014/03/05
Re: [Qemu-devel] QEMU: PCI bus name on PowerPC platforms
,
Andreas Färber
,
2014/03/05
Re: [Qemu-devel] QEMU: PCI bus name on PowerPC platforms
,
Andreas Färber
,
2014/03/05
Re: [Qemu-devel] QEMU: PCI bus name on PowerPC platforms
,
Paolo Bonzini
,
2014/03/05
Re: [Qemu-devel] QEMU: PCI bus name on PowerPC platforms
,
Paolo Bonzini
,
2014/03/05
Re: [Qemu-devel] QEMU: PCI bus name on PowerPC platforms
,
Daniel P. Berrange
,
2014/03/05
Re: [Qemu-devel] QEMU: PCI bus name on PowerPC platforms
,
Alexey Kardashevskiy
,
2014/03/05
Re: [Qemu-devel] QEMU: PCI bus name on PowerPC platforms
,
address@hidden
,
2014/03/05
Re: [Qemu-devel] QEMU: PCI bus name on PowerPC platforms
,
address@hidden
,
2014/03/06
Re: [Qemu-devel] QEMU: PCI bus name on PowerPC platforms
,
Alexey Kardashevskiy
,
2014/03/06
Re: [Qemu-devel] QEMU: PCI bus name on PowerPC platforms
,
address@hidden
,
2014/03/06
Re: [Qemu-devel] [PATCHv3 1/2] sun4m: Add Sun CG3 framebuffer and corresponding OpenBIOS FCode ROM
,
Paolo Bonzini
,
2014/03/05
[Qemu-devel] [PATCH v2 0/4] qom: link property fixes
,
Stefan Hajnoczi
,
2014/03/05
[Qemu-devel] [PATCH v2 3/4] qom: add set() argument to object_property_add_link()
,
Stefan Hajnoczi
,
2014/03/05
[Qemu-devel] [PATCH v2 1/4] qom: split object_property_set_link()
,
Stefan Hajnoczi
,
2014/03/05
[Qemu-devel] [PATCH v2 4/4] virtio-rng: avoid default_backend refcount leak
,
Stefan Hajnoczi
,
2014/03/05
[Qemu-devel] [PATCH v2 2/4] qom: make QOM link property unref optional
,
Stefan Hajnoczi
,
2014/03/05
Re: [Qemu-devel] [PATCH v2 0/4] qom: link property fixes
,
Stefan Hajnoczi
,
2014/03/05
[Qemu-devel] [PULL 0/1] virtio-ccw: adapter interrupts
,
Cornelia Huck
,
2014/03/05
[Qemu-devel] [PULL 1/1] s390x/virtio-ccw: Adapter interrupt support.
,
Cornelia Huck
,
2014/03/05
Re: [Qemu-devel] [PULL 0/1] virtio-ccw: adapter interrupts
,
Peter Maydell
,
2014/03/07
[Qemu-devel] [PATCH v2] ppc: Force CPU threads count to be a power of 2.
,
Bharata B Rao
,
2014/03/05
Re: [Qemu-devel] [PATCH v2] ppc: Force CPU threads count to be a power of 2.
,
Eric Blake
,
2014/03/05
Re: [Qemu-devel] [PATCH v2] ppc: Force CPU threads count to be a power of 2.
,
Bharata B Rao
,
2014/03/18
Re: [Qemu-devel] [PATCH v2] ppc: Force CPU threads count to be a power of 2.
,
Andreas Färber
,
2014/03/19
Re: [Qemu-devel] [PATCH v2] ppc: Force CPU threads count to be a power of 2.
,
Stewart Smith
,
2014/03/05
[Qemu-devel] [RFC] support memory reserved feature and optimize mlock guest memory propose
,
Zhanghailiang
,
2014/03/05
Re: [Qemu-devel] [RFC] support memory reserved feature and optimize mlock guest memory propose
,
Paolo Bonzini
,
2014/03/05
Re: [Qemu-devel] [RFC] support memory reserved feature and optimize mlock guest memory propose
,
Zhanghailiang
,
2014/03/06
Re: [Qemu-devel] [RFC] support memory reserved feature and optimize mlock guest memory propose
,
Paolo Bonzini
,
2014/03/06
[Qemu-devel] BayTrail support
,
Praveen Bajantri
,
2014/03/05
Re: [Qemu-devel] BayTrail support
,
Andreas Färber
,
2014/03/05
[Qemu-devel] [PATCH] spapr-vscsi: fix CRQ status
,
Alexey Kardashevskiy
,
2014/03/05
Re: [Qemu-devel] [PATCH] spapr-vscsi: fix CRQ status
,
Paolo Bonzini
,
2014/03/05
Re: [Qemu-devel] [PATCH] spapr-vscsi: fix CRQ status
,
Paolo Bonzini
,
2014/03/05
Re: [Qemu-devel] [RFC 1/2] hw/arm/virt: add a Calxeda XGMAC device
,
Eric Auger
,
2014/03/04
Re: [Qemu-devel] [RFC 1/2] hw/arm/virt: add a Calxeda XGMAC device
,
Andreas Färber
,
2014/03/05
Re: [Qemu-devel] [RFC 1/2] hw/arm/virt: add a Calxeda XGMAC device
,
Eric Auger
,
2014/03/05
[Qemu-devel] [PATCH v1] ppc: Force CPU threads count to be a power of 2.
,
Bharata B Rao
,
2014/03/04
Re: [Qemu-devel] [PATCH v1] ppc: Force CPU threads count to be a power of 2.
,
Eric Blake
,
2014/03/04
Re: [Qemu-devel] [PATCH v1] ppc: Force CPU threads count to be a power of 2.
,
Bharata B Rao
,
2014/03/05
[Qemu-devel] [PATCH V9 00/10] qapi script: support enum as discriminator and better enum name
,
Wenchao Xia
,
2014/03/04
[Qemu-devel] [PATCH V9 01/10] qapi script: remember explicitly defined enum values
,
Wenchao Xia
,
2014/03/04
[Qemu-devel] [PATCH V9 02/10] qapi script: add check for duplicated key
,
Wenchao Xia
,
2014/03/04
[Qemu-devel] [PATCH V9 03/10] qapi script: remember line number in schema parsing
,
Wenchao Xia
,
2014/03/04
[Qemu-devel] [PATCH V9 04/10] qapi script: check correctness of union
,
Wenchao Xia
,
2014/03/04
[Qemu-devel] [PATCH V9 05/10] qapi script: code move for generate_enum_name()
,
Wenchao Xia
,
2014/03/04
[Qemu-devel] [PATCH V9 06/10] qapi script: use same function to generate enum string
,
Wenchao Xia
,
2014/03/04
[Qemu-devel] [PATCH V9 07/10] qapi script: support enum type as discriminator in union
,
Wenchao Xia
,
2014/03/04
Re: [Qemu-devel] [PATCH V9 07/10] qapi script: support enum type as discriminator in union
,
Markus Armbruster
,
2014/03/06
Re: [Qemu-devel] [PATCH V9 07/10] qapi script: support enum type as discriminator in union
,
Wenchao Xia
,
2014/03/06
Re: [Qemu-devel] [PATCH V9 07/10] qapi script: support enum type as discriminator in union
,
Luiz Capitulino
,
2014/03/06
[Qemu-devel] [PATCH 07/10] qapi script: support enum type as discriminator in union
,
Wenchao Xia
,
2014/03/06
Re: [Qemu-devel] [PATCH 07/10] qapi script: support enum type as discriminator in union
,
Markus Armbruster
,
2014/03/07
Re: [Qemu-devel] [PATCH V9 07/10] qapi script: support enum type as discriminator in union
,
Wenchao Xia
,
2014/03/06
[Qemu-devel] [PATCH V9 08/10] qapi: convert BlockdevOptions to use enum discriminator
,
Wenchao Xia
,
2014/03/04
[Qemu-devel] [PATCH V9 09/10] qapi script: do not allow string discriminator
,
Wenchao Xia
,
2014/03/04
[Qemu-devel] [PATCH V9 10/10] qapi script: do not add "_" for every capitalized char in enum
,
Wenchao Xia
,
2014/03/04
Re: [Qemu-devel] [PATCH V9 00/10] qapi script: support enum as discriminator and better enum name
,
Markus Armbruster
,
2014/03/06
Re: [Qemu-devel] [PATCH V9 00/10] qapi script: support enum as discriminator and better enum name
,
Markus Armbruster
,
2014/03/06
Re: [Qemu-devel] [PATCH V9 00/10] qapi script: support enum as discriminator and better enum name
,
Luiz Capitulino
,
2014/03/07
Re: [Qemu-devel] [PATCH V9 00/10] qapi script: support enum as discriminator and better enum name
,
Luiz Capitulino
,
2014/03/07
[Qemu-devel] [PATCH 0/7] Allow a client chardev to reconnect if disconnected
,
minyard
,
2014/03/04
[Qemu-devel] [PATCH 1/7] qemu-char: Allocate CharDriverState in qemu_chr_new_from_opts
,
minyard
,
2014/03/04
[Qemu-devel] [PATCH 2/7] qemu-char: Allow a chardev to reconnect if disconnected
,
minyard
,
2014/03/04
Re: [Qemu-devel] [PATCH 2/7] qemu-char: Allow a chardev to reconnect if disconnected
,
Weidong Huang
,
2014/03/06
Re: [Qemu-devel] [PATCH 2/7] qemu-char: Allow a chardev to reconnect if disconnected
,
Corey Minyard
,
2014/03/06
Re: [Qemu-devel] [PATCH 2/7] qemu-char: Allow a chardev to reconnect if disconnected
,
Michael S. Tsirkin
,
2014/03/06
Re: [Qemu-devel] [PATCH 2/7] qemu-char: Allow a chardev to reconnect if disconnected
,
Michael S. Tsirkin
,
2014/03/06
Re: [Qemu-devel] [PATCH 2/7] qemu-char: Allow a chardev to reconnect if disconnected
,
Corey Minyard
,
2014/03/06
Re: [Qemu-devel] [PATCH 2/7] qemu-char: Allow a chardev to reconnect if disconnected
,
Michael S. Tsirkin
,
2014/03/06
[Qemu-devel] [PATCH 3/7] qemu-char: Wait until socket connect to report connected
,
minyard
,
2014/03/04
[Qemu-devel] [PATCH 4/7] qemu-char: remove free of chr from win_stdio_close
,
minyard
,
2014/03/04
[Qemu-devel] [PATCH 5/7] qemu-char: Close fd at end of file
,
minyard
,
2014/03/04
[Qemu-devel] [PATCH 6/7] qemu-char: Clean up error handling in qmp_chardev_add
,
minyard
,
2014/03/04
[Qemu-devel] [PATCH 7/7] console: Don't use the console if NULL
,
minyard
,
2014/03/04
Re: [Qemu-devel] [RFC 2/2] hw/misc/vfio: add vfio-platform support
,
Kim Phillips
,
2014/03/04
Re: [Qemu-devel] [RFC 2/2] hw/misc/vfio: add vfio-platform support
,
Alex Williamson
,
2014/03/04
Re: [Qemu-devel] [RFC 2/2] hw/misc/vfio: add vfio-platform support
,
Andreas Färber
,
2014/03/05
Re: [Qemu-devel] [RFC 2/2] hw/misc/vfio: add vfio-platform support
,
Paolo Bonzini
,
2014/03/05
Re: [Qemu-devel] [RFC 2/2] hw/misc/vfio: add vfio-platform support
,
Eric Auger
,
2014/03/05
[Qemu-devel] [Bug 1285505] Re: [ppa 2.0~git-20140225] SIGABRT with -virtfs
,
Serge Hallyn
,
2014/03/04
[Qemu-devel] [Bug 1285505] Re: [ppa 2.0~git-20140225] SIGABRT with -virtfs
,
Martin Pitt
,
2014/03/05
Re: [Qemu-devel] [PATCH qom-next v1 0/6] SSI QOM cleanups
,
Andreas Färber
,
2014/03/04
Re: [Qemu-devel] [PATCH qom-next v1 0/6] SSI QOM cleanups
,
Peter Crosthwaite
,
2014/03/04
Re: [Qemu-devel] [PATCH qom-next v1 1/6] ssi: Convert legacy casts from SSI_SLAVE->DEVICE
,
Andreas Färber
,
2014/03/04
Re: [Qemu-devel] [PATCH qom-next v1 1/6] ssi: Convert legacy casts from SSI_SLAVE->DEVICE
,
Andreas Färber
,
2014/03/04
[Qemu-devel] [PATCH 0/4] qom: link property fixes
,
Stefan Hajnoczi
,
2014/03/04
[Qemu-devel] [PATCH 2/4] qom: make QOM link property unref optional
,
Stefan Hajnoczi
,
2014/03/04
[Qemu-devel] [PATCH 1/4] qom: split object_property_set_link()
,
Stefan Hajnoczi
,
2014/03/04
Re: [Qemu-devel] [PATCH 1/4] qom: split object_property_set_link()
,
Andreas Färber
,
2014/03/05
[Qemu-devel] [PATCH 3/4] qom: add set() argument to object_property_add_link()
,
Stefan Hajnoczi
,
2014/03/04
[Qemu-devel] [PATCH 4/4] virtio-rng: avoid default_backend refcount leak
,
Stefan Hajnoczi
,
2014/03/04
Re: [Qemu-devel] [PATCH 0/4] qom: link property fixes
,
Paolo Bonzini
,
2014/03/05
Re: [Qemu-devel] [PATCH 0/4] qom: link property fixes
,
Andreas Färber
,
2014/03/05
Re: [Qemu-devel] [PATCH 0/4] qom: link property fixes
,
Paolo Bonzini
,
2014/03/05
Re: [Qemu-devel] [PATCH qom-next v1 6/6] block/m25p80: Remove FROM_SSI_SLAVE usages
,
Andreas Färber
,
2014/03/04
Re: [Qemu-devel] [PATCH qom-next v1 4/6] misc: max111x: QOM casting sweep
,
Andreas Färber
,
2014/03/04
Re: [Qemu-devel] [PATCH qom-next v1 2/6] ssi: Remove legacy SSI_BUS->BUS cast
,
Andreas Färber
,
2014/03/04
[Qemu-devel] [PATCH buildfix v2] gluster: Add missing argument to qemu_gluster_init() call
,
Andreas Färber
,
2014/03/04
Re: [Qemu-devel] [PATCH buildfix v2] gluster: Add missing argument to qemu_gluster_init() call
,
Peter Maydell
,
2014/03/04
[Qemu-devel] [PATCH buildfix] block/gluster: Add missing argument to qemu_gluster_init() call
,
Andreas Färber
,
2014/03/04
Re: [Qemu-devel] [PATCH buildfix] block/gluster: Add missing argument to qemu_gluster_init() call
,
Stefan Hajnoczi
,
2014/03/04
Re: [Qemu-devel] [PATCH buildfix] block/gluster: Add missing argument to qemu_gluster_init() call
,
Andreas Färber
,
2014/03/04
Re: [Qemu-devel] [PATCH buildfix] block/gluster: Add missing argument to qemu_gluster_init() call
,
Jeff Cody
,
2014/03/04
Re: [Qemu-devel] [PATCH qom-cpu v10 2/2] target-i386: X86CPU model subclasses
,
Eduardo Habkost
,
2014/03/04
Re: [Qemu-devel] [PATCH qom-cpu v10 2/2] target-i386: X86CPU model subclasses
,
Andreas Färber
,
2014/03/09
Re: [Qemu-devel] [PATCH qom-cpu v10 1/2] target-i386: Prepare CPUClass::class_by_name for X86CPU
,
Eduardo Habkost
,
2014/03/04
[Qemu-devel] [PATCH 2/2 (RFC)] QEMU: SMBIOS: Build full smbios tables
,
Gabriel L. Somlo
,
2014/03/04
Re: [Qemu-devel] [PATCH 2/2 (RFC)] QEMU: SMBIOS: Build full smbios tables
,
Kevin O'Connor
,
2014/03/04
Re: [Qemu-devel] [PATCH 2/2 (RFC)] QEMU: SMBIOS: Build full smbios tables
,
Gerd Hoffmann
,
2014/03/05
Re: [Qemu-devel] [PATCH 2/2 (RFC)] QEMU: SMBIOS: Build full smbios tables
,
Gabriel L. Somlo
,
2014/03/05
Re: [Qemu-devel] [PATCH 2/2 (RFC)] QEMU: SMBIOS: Build full smbios tables
,
Gerd Hoffmann
,
2014/03/06
Re: [Qemu-devel] [PATCH 2/2 (RFC)] QEMU: SMBIOS: Build full smbios tables
,
Gabriel L. Somlo
,
2014/03/06
Re: [Qemu-devel] [PATCH 2/2 (RFC)] QEMU: SMBIOS: Build full smbios tables
,
Laszlo Ersek
,
2014/03/06
Re: [Qemu-devel] QEMU: SMBIOS: Build full smbios tables
,
Gabriel L. Somlo
,
2014/03/08
Re: [Qemu-devel] QEMU: SMBIOS: Build full smbios tables
,
Laszlo Ersek
,
2014/03/09
Re: [Qemu-devel] QEMU: SMBIOS: Build full smbios tables
,
Gabriel L. Somlo
,
2014/03/09
[Qemu-devel] [PATCH 1/7] SMBIOS: Update all table definitions to smbios spec v2.3
,
Gabriel L. Somlo
,
2014/03/08
[Qemu-devel] [PATCH 2/7] SMBIOS: Rename smbios_set_type1_defaults() for more general use
,
Gabriel L. Somlo
,
2014/03/08
[Qemu-devel] [PATCH 3/7] SMBIOS: Streamline setting smbios defaults with macro
,
Gabriel L. Somlo
,
2014/03/08
[Qemu-devel] [PATCH 4/7] SMBIOS: Replace type collision check mechanism with bitmaps
,
Gabriel L. Somlo
,
2014/03/08
[Qemu-devel] [PATCH 5/7] SMBIOS: Add code to build full smbios tables
,
Gabriel L. Somlo
,
2014/03/08
[Qemu-devel] [PATCH 6/7] SMBIOS: Build full tables for types 0 and 1
,
Gabriel L. Somlo
,
2014/03/08
[Qemu-devel] [PATCH 7/7] SMBIOS: Remove unused code for passing individual fields to bios
,
Gabriel L. Somlo
,
2014/03/08
[Qemu-devel] [PATCH 1/2] QEMU: SMBIOS: Update all structs to v2.3; Add type 2 struct
,
Gabriel L. Somlo
,
2014/03/04
[Qemu-devel] [PULL 0/8] tcg-ia64 ldst updates
,
Richard Henderson
,
2014/03/04
[Qemu-devel] [PULL 1/8] tcg-ia64: Optimize small arguments to exit_tb
,
Richard Henderson
,
2014/03/04
[Qemu-devel] [PULL 2/8] tcg-ia64: Re-bundle the tlb load
,
Richard Henderson
,
2014/03/04
[Qemu-devel] [PULL 4/8] tcg-ia64: Move tlb addend load into tlb read
,
Richard Henderson
,
2014/03/04
[Qemu-devel] [PULL 3/8] tcg-ia64: Move bswap for store into tlb load
,
Richard Henderson
,
2014/03/04
[Qemu-devel] [PULL 5/8] tcg-ia64: Reduce code duplication in tcg_out_qemu_ld
,
Richard Henderson
,
2014/03/04
[Qemu-devel] [PULL 6/8] tcg-ia64: Convert to new ldst helpers
,
Richard Henderson
,
2014/03/04
[Qemu-devel] [PULL 7/8] tcg-ia64: Move part of softmmu slow path out of line
,
Richard Henderson
,
2014/03/04
[Qemu-devel] [PULL 8/8] tcg-ia64: Convert to new ldst opcodes
,
Richard Henderson
,
2014/03/04
Re: [Qemu-devel] [PULL 0/8] tcg-ia64 ldst updates
,
Aurelien Jarno
,
2014/03/06
Re: [Qemu-devel] [PULL 0/8] tcg-ia64 ldst updates
,
Richard Henderson
,
2014/03/26
[Qemu-devel] [PATCH v9 00/20] Vhost and vhost-net support for userspace based backends
,
Antonios Motakis
,
2014/03/04
[Qemu-devel] [PATCH v9 08/20] Refactor virtio-net to use generic get_vhost_net
,
Antonios Motakis
,
2014/03/04
[Qemu-devel] [PATCH v9 07/20] vhost_net should call the poll callback only when it is set
,
Antonios Motakis
,
2014/03/04
[Qemu-devel] [PATCH v9 01/20] Convert -mem-path to QemuOpts and add share property
,
Antonios Motakis
,
2014/03/04
[Qemu-devel] [PATCH v9 06/20] Add G_IO_HUP handler for socket chardev
,
Antonios Motakis
,
2014/03/04
Re: [Qemu-devel] [PATCH v9 00/20] Vhost and vhost-net support for userspace based backends
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [PATCH v9 00/20] Vhost and vhost-net support for userspace based backends
,
Antonios Motakis
,
2014/03/04
Re: [Qemu-devel] [PATCH v9 00/20] Vhost and vhost-net support for userspace based backends
,
Paolo Bonzini
,
2014/03/04
[Qemu-devel] [PATCH v9 12/20] Add vhost_ops to vhost_dev struct and replace all relevant ioctls
,
Antonios Motakis
,
2014/03/04
[Qemu-devel] [PATCH v9 10/20] Gracefully handle ioctl failure in vhost_virtqueue_stop
,
Antonios Motakis
,
2014/03/04
Re: [Qemu-devel] [PATCH v9 10/20] Gracefully handle ioctl failure in vhost_virtqueue_stop
,
Michael S. Tsirkin
,
2014/03/04
Re: [Qemu-devel] [PATCH v9 10/20] Gracefully handle ioctl failure in vhost_virtqueue_stop
,
Antonios Motakis
,
2014/03/05
Re: [Qemu-devel] [PATCH v9 10/20] Gracefully handle ioctl failure in vhost_virtqueue_stop
,
Michael S. Tsirkin
,
2014/03/05
[Qemu-devel] [PATCH v9 05/20] Add chardev API qemu_chr_fe_get_msgfds
,
Antonios Motakis
,
2014/03/04
[Qemu-devel] [PATCH v9 03/20] Add chardev API qemu_chr_fe_read_all
,
Antonios Motakis
,
2014/03/04
[Qemu-devel] [PATCH v9 17/20] Add the vhost-user netdev backend to the command line
,
Antonios Motakis
,
2014/03/04
[Qemu-devel] [PATCH v9 19/20] libqemustub: add stubs to be able to use qemu-char.c
,
Antonios Motakis
,
2014/03/04
[Qemu-devel] [PATCH v9 20/20] Add qtest for vhost-user
,
Antonios Motakis
,
2014/03/04
Re: [Qemu-devel] [PATCH v9 20/20] Add qtest for vhost-user
,
Andreas Färber
,
2014/03/04
Re: [Qemu-devel] [PATCH v9 20/20] Add qtest for vhost-user
,
Antonios Motakis
,
2014/03/05
[Qemu-devel] [PATCH v9 02/20] Add kvm_eventfds_enabled function
,
Antonios Motakis
,
2014/03/04
[Qemu-devel] [PATCH v9 09/20] Add new virtio API virtio_queue_get_avail_idx
,
Antonios Motakis
,
2014/03/04
[Qemu-devel] [PATCH v9 16/20] Add new vhost-user netdev backend
,
Antonios Motakis
,
2014/03/04
[Qemu-devel] [PATCH v9 15/20] Add vhost-user as a vhost backend.
,
Antonios Motakis
,
2014/03/04
[Qemu-devel] [PATCH v9 11/20] vhost_net_init will use VhostNetOptions to get all its arguments
,
Antonios Motakis
,
2014/03/04
[Qemu-devel] [PATCH v9 13/20] Add mandatory_features to vhost_dev
,
Antonios Motakis
,
2014/03/04
Re: [Qemu-devel] [PATCH v9 13/20] Add mandatory_features to vhost_dev
,
Michael S. Tsirkin
,
2014/03/04
Re: [Qemu-devel] [PATCH v9 13/20] Add mandatory_features to vhost_dev
,
Antonios Motakis
,
2014/03/05
[Qemu-devel] [PATCH v9 18/20] Add vhost-user protocol documentation
,
Antonios Motakis
,
2014/03/04
[Qemu-devel] [PATCH v9 04/20] Add chardev API qemu_chr_fe_set_msgfds
,
Antonios Motakis
,
2014/03/04
[Qemu-devel] [PATCH v9 14/20] Add vhost-backend and VhostBackendType
,
Antonios Motakis
,
2014/03/04
[Qemu-devel] [PATCH 00/10] tcg/aarch64 cleanups
,
Richard Henderson
,
2014/03/04
[Qemu-devel] [PATCH 01/10] tcg-aarch64: Enable builtin disassembler
,
Richard Henderson
,
2014/03/04
Re: [Qemu-devel] [PATCH 01/10] tcg-aarch64: Enable builtin disassembler
,
Alex Bennée
,
2014/03/05
[Qemu-devel] [PATCH 03/10] tcg-aarch64: Change all ext variables to TCGType
,
Richard Henderson
,
2014/03/04
[Qemu-devel] [PATCH 02/10] tcg-aarch64: Remove redundant CPU_TLB_ENTRY_BITS check
,
Richard Henderson
,
2014/03/04
Re: [Qemu-devel] [PATCH 02/10] tcg-aarch64: Remove redundantCPU_TLB_ENTRY_BITS checkk
,
Alex Bennée
,
2014/03/05
[Qemu-devel] [PATCH 05/10] tcg-aarch64: Don't handle mov/movi in tcg_out_op
,
Richard Henderson
,
2014/03/04
Re: [Qemu-devel] [PATCH 05/10] tcg-aarch64: Don't handle mov/movi intcg_out_opp
,
Alex Bennée
,
2014/03/05
Re: [Qemu-devel] [PATCH 05/10] tcg-aarch64: Don't handle mov/movi intcg_out_opp
,
Richard Henderson
,
2014/03/05
[Qemu-devel] [PATCH 07/10] tcg-aarch64: Remove the shift_imm parameter from tcg_out_cmp
,
Richard Henderson
,
2014/03/04
Re: [Qemu-devel] [PATCH 07/10] tcg-aarch64: Remove the shift_immparameter from tcg_out_cmpp
,
Alex Bennée
,
2014/03/05
[Qemu-devel] [PATCH 04/10] tcg-aarch64: Set ext based on TCG_OPF_64BIT
,
Richard Henderson
,
2014/03/04
Re: [Qemu-devel] [PATCH 04/10] tcg-aarch64: Set ext based onTCG_OPF_64BITT
,
Alex Bennée
,
2014/03/05
Re: [Qemu-devel] [PATCH 04/10] tcg-aarch64: Set ext basedonTCG_OPF_64BITTT
,
Alex Bennée
,
2014/03/05
[Qemu-devel] [PATCH 06/10] tcg-aarch64: Hoist common argument loads in tcg_out_op
,
Richard Henderson
,
2014/03/04
Re: [Qemu-devel] [PATCH 06/10] tcg-aarch64: Hoist common argument loadsin tcg_out_opp
,
Alex Bennée
,
2014/03/05
Re: [Qemu-devel] [PATCH 06/10] tcg-aarch64: Hoist common argument loadsin tcg_out_opp
,
Richard Henderson
,
2014/03/05
[Qemu-devel] [PATCH 09/10] tcg-aarch64: Simplify tcg_out_ldst_9 encoding
,
Richard Henderson
,
2014/03/04
[Qemu-devel] [PATCH 08/10] tcg-aarch64: Use intptr_t apropriately
,
Richard Henderson
,
2014/03/04
[Qemu-devel] [PATCH 10/10] tcg-aarch64: Remove nop from qemu_st slow path
,
Richard Henderson
,
2014/03/04
Re: [Qemu-devel] [PATCH 00/10] tcg/aarch64 cleanups
,
Claudio Fontana
,
2014/03/06
Re: [Qemu-devel] Patch Round-up for stable 1.7.1, freeze on 2013-02-27
,
Laszlo Ersek
,
2014/03/04
Re: [Qemu-devel] Patch Round-up for stable 1.7.1, freeze on 2013-02-27
,
Petar Jovanovic
,
2014/03/04
Re: [Qemu-devel] Patch Round-up for stable 1.7.1, freeze on 2013-02-27
,
Michael Roth
,
2014/03/04
Re: [Qemu-devel] [Qemu-stable] Patch Round-up for stable 1.7.1, freeze on 2013-02-27
,
Michael Tokarev
,
2014/03/12
Re: [Qemu-devel] [PULL 0/9] Block patches
,
Peter Maydell
,
2014/03/04
[Qemu-devel] [QEMU 2.0 Fix] Fix bdrv_swap behavior regarding the node graph
,
Benoît Canet
,
2014/03/04
[Qemu-devel] [QEMU 2.0 Fix] block: make bdrv_swap rebuild the bs graph node list field.
,
Benoît Canet
,
2014/03/04
Re: [Qemu-devel] [QEMU 2.0 Fix] block: make bdrv_swap rebuild the bs graph node list field.
,
Max Reitz
,
2014/03/05
Re: [Qemu-devel] [QEMU 2.0 Fix] block: make bdrv_swap rebuild the bs graph node list field.
,
Benoît Canet
,
2014/03/05
Re: [Qemu-devel] [PULL 0/3] target-i386 updates
,
Peter Maydell
,
2014/03/04
Re: [Qemu-devel] [PULL v3 00/38] rework input handling, sdl2 support
,
Peter Maydell
,
2014/03/04
[Qemu-devel] [PATCH] block: mirror - remove code cruft that has no function
,
Jeff Cody
,
2014/03/04
Re: [Qemu-devel] [PATCH] block: mirror - remove code cruft that has no function
,
Eric Blake
,
2014/03/04
Re: [Qemu-devel] [PATCH] block: mirror - remove code cruft that has no function
,
Benoît Canet
,
2014/03/04
Re: [Qemu-devel] [PATCH] block: mirror - remove code cruft that has no function
,
Stefan Hajnoczi
,
2014/03/06
Re: [Qemu-devel] [PATCH] block: mirror - remove code cruft that has no function
,
Kevin Wolf
,
2014/03/06
Re: [Qemu-devel] [Qemu-ppc] [PATCH v6] target-ppc: gdbstub allow byte swapping for reading/writing registers
,
Thomas Falcon
,
2014/03/04
Re: [Qemu-devel] [Qemu-ppc] [PATCH v6] target-ppc: gdbstub allow byte swapping for reading/writing registers
,
Thomas Falcon
,
2014/03/10
Re: [Qemu-devel] [Qemu-ppc] [PATCH v6] target-ppc: gdbstub allow byte swapping for reading/writing registers
,
Thomas Falcon
,
2014/03/20
Re: [Qemu-devel] [PULL 00/22] s390/kvm: features, fixes and cleanups for 2.0
,
Peter Maydell
,
2014/03/04
Re: [Qemu-devel] [PULL 13/16] kvm: add support for hyper-v timers
,
Peter Maydell
,
2014/03/04
Re: [Qemu-devel] [PULL 0/7] SCSI patches for 2014-02-28
,
Peter Maydell
,
2014/03/04
[Qemu-devel] [PATCH] qom: avoid leaking str and bool properties on failure
,
Stefan Hajnoczi
,
2014/03/04
Re: [Qemu-devel] [PATCH] qom: avoid leaking str and bool properties on failure
,
Eric Blake
,
2014/03/04
Re: [Qemu-devel] [PATCH] qom: avoid leaking str and bool properties on failure
,
Andreas Färber
,
2014/03/04
Re: [Qemu-devel] [PULLv2] qemu-sparc: CG3 framebuffer plus misc sun4m fixes
,
Peter Maydell
,
2014/03/04
[Qemu-devel] [PATCH 2.1 00/28] Current state of NUMA series, and hostmem improvements
,
Paolo Bonzini
,
2014/03/04
[Qemu-devel] [PATCH 2.1 01/28] NUMA: move numa related code to new file numa.c
,
Paolo Bonzini
,
2014/03/04
[Qemu-devel] [PATCH 2.1 02/28] NUMA: check if the total numa memory size is equal to ram_size
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [PATCH 2.1 02/28] NUMA: check if the total numa memory size is equal to ram_size
,
Eric Blake
,
2014/03/04
Re: [Qemu-devel] [PATCH 2.1 02/28] NUMA: check if the total numa memory size is equal to ram_size
,
Paolo Bonzini
,
2014/03/04
[Qemu-devel] [PATCH 2.1 03/28] NUMA: Add numa_info structure to contain numa nodes info
,
Paolo Bonzini
,
2014/03/04
[Qemu-devel] [PATCH 2.1 04/28] NUMA: convert -numa option to use OptsVisitor
,
Paolo Bonzini
,
2014/03/04
[Qemu-devel] [PATCH 2.1 05/28] NUMA: expand MAX_NODES from 64 to 128
,
Paolo Bonzini
,
2014/03/04
[Qemu-devel] [PATCH 2.1 06/28] man: improve -numa doc
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [PATCH 2.1 06/28] man: improve -numa doc
,
Eduardo Habkost
,
2014/03/11
[Qemu-devel] [PATCH 2.1 07/28] qemu-option: introduce qemu_find_opts_singleton
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [PATCH 2.1 07/28] qemu-option: introduce qemu_find_opts_singleton
,
Andreas Färber
,
2014/03/05
Re: [Qemu-devel] [PATCH 2.1 07/28] qemu-option: introduce qemu_find_opts_singleton
,
Hu Tao
,
2014/03/06
Re: [Qemu-devel] [PATCH 2.1 07/28] qemu-option: introduce qemu_find_opts_singleton
,
Eduardo Habkost
,
2014/03/11
[Qemu-devel] [PATCH 2.1 08/28] vl: convert -m to QemuOpts
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [PATCH 2.1 08/28] vl: convert -m to QemuOpts
,
Andreas Färber
,
2014/03/05
Re: [Qemu-devel] [PATCH 2.1 08/28] vl: convert -m to QemuOpts
,
Paolo Bonzini
,
2014/03/05
Re: [Qemu-devel] [PATCH 2.1 08/28] vl: convert -m to QemuOpts
,
Igor Mammedov
,
2014/03/05
[Qemu-devel] [PATCH 2.1 09/28] vl: redo -object parsing
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [PATCH 2.1 09/28] vl: redo -object parsing
,
Hu Tao
,
2014/03/06
Re: [Qemu-devel] [PATCH 2.1 09/28] vl: redo -object parsing
,
Paolo Bonzini
,
2014/03/07
[Qemu-devel] [PATCH 2.1 10/28] qmp: allow object-add completion handler to get canonical path
,
Paolo Bonzini
,
2014/03/04
[Qemu-devel] [PATCH 2.1 11/28] qmp: improve error reporting for -object and object-add
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [PATCH 2.1 11/28] qmp: improve error reporting for -object and object-add
,
Hu Tao
,
2014/03/06
Re: [Qemu-devel] [PATCH 2.1 11/28] qmp: improve error reporting for -object and object-add
,
Paolo Bonzini
,
2014/03/07
[Qemu-devel] [PATCH 2.1 12/28] pc: pass QEMUMachineInitArgs to pc_memory_init
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [PATCH 2.1 12/28] pc: pass QEMUMachineInitArgs to pc_memory_init
,
Hu Tao
,
2014/03/06
[Qemu-devel] [PATCH 2.1 13/28] numa: introduce memory_region_allocate_system_memory
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [PATCH 2.1 13/28] numa: introduce memory_region_allocate_system_memory
,
Hu Tao
,
2014/03/06
[Qemu-devel] [PATCH 2.1 14/28] add memdev backend infrastructure
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [PATCH 2.1 14/28] add memdev backend infrastructure
,
Hu Tao
,
2014/03/06
[Qemu-devel] [PATCH 2.1 15/28] numa: add -numa node, memdev= option
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [PATCH 2.1 15/28] numa: add -numa node, memdev= option
,
Eric Blake
,
2014/03/04
Re: [Qemu-devel] [PATCH 2.1 15/28] numa: add -numa node, memdev= option
,
Hu Tao
,
2014/03/07
Re: [Qemu-devel] [PATCH 2.1 15/28] numa: add -numa node, memdev= option
,
Paolo Bonzini
,
2014/03/07
[Qemu-devel] [PATCH 2.1 16/28] memory: reorganize file-based allocation
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [PATCH 2.1 16/28] memory: reorganize file-based allocation
,
Hu Tao
,
2014/03/07
Re: [Qemu-devel] [PATCH 2.1 16/28] memory: reorganize file-based allocation
,
Hu Tao
,
2014/03/07
Re: [Qemu-devel] [PATCH 2.1 16/28] memory: reorganize file-based allocation
,
Paolo Bonzini
,
2014/03/07
[Qemu-devel] [PATCH 2.1 17/28] memory: move mem_path handling to memory_region_allocate_system_memory
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [PATCH 2.1 17/28] memory: move mem_path handling to memory_region_allocate_system_memory
,
Hu Tao
,
2014/03/11
Re: [Qemu-devel] [PATCH 2.1 17/28] memory: move mem_path handling to memory_region_allocate_system_memory
,
Paolo Bonzini
,
2014/03/11
Re: [Qemu-devel] [PATCH 2.1 17/28] memory: move mem_path handling to memory_region_allocate_system_memory
,
Marcelo Tosatti
,
2014/03/11
[Qemu-devel] [PATCH 2.1 18/28] memory: add error propagation to file-based RAM allocation
,
Paolo Bonzini
,
2014/03/04
[Qemu-devel] [PATCH 2.1 19/28] memory: move preallocation code out of exec.c
,
Paolo Bonzini
,
2014/03/04
[Qemu-devel] [PATCH 2.1 20/28] memory: move RAM_PREALLOC_MASK to exec.c, rename
,
Paolo Bonzini
,
2014/03/04
[Qemu-devel] [PATCH 2.1 21/28] hostmem: add file-based HostMemoryBackend
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [PATCH 2.1 21/28] hostmem: add file-based HostMemoryBackend
,
Eric Blake
,
2014/03/04
Re: [Qemu-devel] [PATCH 2.1 21/28] hostmem: add file-based HostMemoryBackend
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [PATCH 2.1 21/28] hostmem: add file-based HostMemoryBackend
,
Hu Tao
,
2014/03/07
[Qemu-devel] [PATCH 2.1 22/28] hostmem: separate allocation from UserCreatable complete method
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [PATCH 2.1 22/28] hostmem: separate allocation from UserCreatable complete method
,
Hu Tao
,
2014/03/07
[Qemu-devel] [PATCH 2.1 23/28] hostmem: add merge and dump properties
,
Paolo Bonzini
,
2014/03/04
[Qemu-devel] [PATCH 2.1 26/28] configure: add Linux libnuma detection
,
Paolo Bonzini
,
2014/03/04
[Qemu-devel] [PATCH 2.1 24/28] hostmem: allow preallocation of any memory region
,
Paolo Bonzini
,
2014/03/04
[Qemu-devel] [PATCH 2.1 27/28] hostmem: add properties for NUMA memory policy
,
Paolo Bonzini
,
2014/03/04
[Qemu-devel] [PATCH 2.1 25/28] hostmem: add property to map memory with MAP_SHARED
,
Paolo Bonzini
,
2014/03/04
[Qemu-devel] [PATCH 2.1 28/28] qmp: add query-memdev
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [PATCH 2.1 28/28] qmp: add query-memdev
,
Eric Blake
,
2014/03/04
Re: [Qemu-devel] [PATCH 2.1 28/28] qmp: add query-memdev
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [PATCH 2.1 28/28] qmp: add query-memdev
,
Hu Tao
,
2014/03/04
Re: [Qemu-devel] [PATCH 2.1 28/28] qmp: add query-memdev
,
Paolo Bonzini
,
2014/03/05
Re: [Qemu-devel] [PATCH 2.1 28/28] qmp: add query-memdev
,
Hu Tao
,
2014/03/04
Re: [Qemu-devel] [PATCH 2.1 00/28] Current state of NUMA series, and hostmem improvements
,
Andreas Färber
,
2014/03/05
Re: [Qemu-devel] [PATCH 2.1 00/28] Current state of NUMA series, and hostmem improvements
,
Paolo Bonzini
,
2014/03/05
Re: [Qemu-devel] [PATCH 2.1 00/28] Current state of NUMA series, and hostmem improvements
,
Andreas Färber
,
2014/03/07
Re: [Qemu-devel] [PATCH 2.1 00/28] Current state of NUMA series, and hostmem improvements
,
Paolo Bonzini
,
2014/03/07
Re: [Qemu-devel] [PATCH 2.1 00/28] Current state of NUMA series, and hostmem improvements
,
Igor Mammedov
,
2014/03/07
Re: [Qemu-devel] [PATCH 2.1 00/28] Current state of NUMA series, and hostmem improvements
,
Paolo Bonzini
,
2014/03/07
Re: [Qemu-devel] [PATCH 2.1 00/28] Current state of NUMA series, and hostmem improvements
,
Igor Mammedov
,
2014/03/07
[Qemu-devel] [PATCH v4] XBZRLE: Fix qemu crash when resize the xbzrle cache
,
Gonglei
,
2014/03/04
[Qemu-devel] [PULL 00/12] acpi,pc,pci,virtio,memory bug fixes
,
Michael S. Tsirkin
,
2014/03/04
[Qemu-devel] [PULL 01/12] acpi-build: append description for non-hotplug
,
Michael S. Tsirkin
,
2014/03/04
[Qemu-devel] [PULL 02/12] acpi-test-data: update expected files
,
Michael S. Tsirkin
,
2014/03/04
[Qemu-devel] [PULL 04/12] memory_region_present: return false if address is not found in child MemoryRegion
,
Michael S. Tsirkin
,
2014/03/04
[Qemu-devel] [PULL 03/12] virtio-net: remove function calls from assert
,
Michael S. Tsirkin
,
2014/03/04
[Qemu-devel] [PULL 07/12] Add 'debug-threads' suboption to --name
,
Michael S. Tsirkin
,
2014/03/04
[Qemu-devel] [PULL 08/12] Add a 'name' parameter to qemu_thread_create
,
Michael S. Tsirkin
,
2014/03/04
[Qemu-devel] [PULL 09/12] MAINTAINERS: drop an out of date address
,
Michael S. Tsirkin
,
2014/03/04
Re: [Qemu-devel] [PULL 09/12] MAINTAINERS: drop an out of date address
,
Andreas Färber
,
2014/03/04
Re: [Qemu-devel] [PULL 09/12] MAINTAINERS: drop an out of date address
,
Paolo Bonzini
,
2014/03/04
[Qemu-devel] [PULL 05/12] PCIE: fix regression with coldplugged multifunction device
,
Michael S. Tsirkin
,
2014/03/04
[Qemu-devel] [PULL 10/12] acpi-build: partially revert dac1e93093f9306c114f410785c99aa5261539b4
,
Michael S. Tsirkin
,
2014/03/04
[Qemu-devel] [PULL 11/12] acpi-test: retain both asl and aml files on failure
,
Michael S. Tsirkin
,
2014/03/04
[Qemu-devel] [PULL 06/12] Rework --name to use QemuOpts
,
Michael S. Tsirkin
,
2014/03/04
Re: [Qemu-devel] [PULL 00/12] acpi,pc,pci,virtio,memory bug fixes
,
Peter Maydell
,
2014/03/04
Re: [Qemu-devel] [PULL 00/12] acpi,pc,pci,virtio,memory bug fixes
,
Michael S. Tsirkin
,
2014/03/04
[Qemu-devel] [PULL 12/12] acpi-test: issue errors instead of warnings when possible
,
Michael S. Tsirkin
,
2014/03/04
Re: [Qemu-devel] [PULL 00/12] acpi,pc,pci,virtio,memory bug fixes
,
Michael S. Tsirkin
,
2014/03/06
Re: [Qemu-devel] [PULL 00/12] acpi,pc,pci,virtio,memory bug fixes
,
Peter Maydell
,
2014/03/06
Re: [Qemu-devel] [PATCH] Makefile: Add missing dependency for system emulation (fix build)
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [PATCH] Makefile: Add missing dependency for system emulation (fix build)
,
Peter Maydell
,
2014/03/04
Re: [Qemu-devel] [PATCH] Makefile: Add missing dependency for system emulation (fix build)
,
Stefan Weil
,
2014/03/04
Re: [Qemu-devel] [PATCH] Makefile: Add missing dependency for system emulation (fix build)
,
Peter Maydell
,
2014/03/04
Re: [Qemu-devel] [PATCH V8 04/10] qapi script: check correctness of union
,
Markus Armbruster
,
2014/03/04
Re: [Qemu-devel] [PATCH V8 04/10] qapi script: check correctness of union
,
Wenchao Xia
,
2014/03/04
[Qemu-devel] [RFC v2 0/2] prebuild cpu QOM tree /machine/node/socket/core/thread/..
,
Chen Fan
,
2014/03/04
[Qemu-devel] [RFC v2 1/2] i386: introduce "struct X86TopoInfo" for saving cpu topology information
,
Chen Fan
,
2014/03/04
Re: [Qemu-devel] [RFC v2 1/2] i386: introduce "struct X86TopoInfo" for saving cpu topology information
,
Eduardo Habkost
,
2014/03/04
Re: [Qemu-devel] [RFC v2 1/2] i386: introduce "struct X86TopoInfo" for saving cpu topology information
,
Chen Fan
,
2014/03/04
[Qemu-devel] [RFC v3 0/3] prebuild cpu QOM tree /machine/node/socket/core ->link-cpu
,
chen.fan.fnst
,
2014/03/11
[Qemu-devel] [RFC v3 1/3] cpu: introduce CpuTopoInfo structure for argument simplification
,
chen.fan.fnst
,
2014/03/11
Re: [Qemu-devel] [RFC v3 1/3] cpu: introduce CpuTopoInfo structure for argument simplification
,
Eduardo Habkost
,
2014/03/11
[Qemu-devel] [RFC v3 2/3] i386: use CpuTopoInfo instead apic_id as argument for pc_new_cpu()
,
chen.fan.fnst
,
2014/03/11
Re: [Qemu-devel] [RFC v3 2/3] i386: use CpuTopoInfo instead apic_id as argument for pc_new_cpu()
,
Eduardo Habkost
,
2014/03/11
Re: [Qemu-devel] [RFC v3 2/3] i386: use CpuTopoInfo instead apic_id as argument for pc_new_cpu()
,
Chen Fan
,
2014/03/12
[Qemu-devel] [RFC v4 0/3] prebuild cpu QOM tree /machine/node/socket/core ->link-cpu
,
Chen Fan
,
2014/03/12
[Qemu-devel] [RFC v4 1/3] cpu: introduce CpuTopoInfo structure for argument simplification
,
Chen Fan
,
2014/03/12
Re: [Qemu-devel] [RFC v4 1/3] cpu: introduce CpuTopoInfo structure for argument simplification
,
Eduardo Habkost
,
2014/03/12
[Qemu-devel] [PATCH v1 0/4] prebuild cpu QOM tree /machine/node/socket/core ->link-cpu
,
Chen Fan
,
2014/03/19
[Qemu-devel] [PATCH v1 2/4] i386: use CpuTopoInfo instead apic_id as argument for pc_new_cpu()
,
Chen Fan
,
2014/03/19
Re: [Qemu-devel] [PATCH v1 2/4] i386: use CpuTopoInfo instead apic_id as argument for pc_new_cpu()
,
Eduardo Habkost
,
2014/03/19
Re: [Qemu-devel] [PATCH v1 2/4] i386: use CpuTopoInfo instead apic_id as argument for pc_new_cpu()
,
Chen Fan
,
2014/03/20
[Qemu-devel] [PATCH v1 3/4] topo unit-test: update Unit tests to test-x86-cpuid.c
,
Chen Fan
,
2014/03/19
[Qemu-devel] [PATCH v1 1/4] cpu: introduce CpuTopoInfo structure for argument simplification
,
Chen Fan
,
2014/03/19
[Qemu-devel] [PATCH v1 4/4] i386: introduce cpu QOM hierarchy tree
,
Chen Fan
,
2014/03/19
Re: [Qemu-devel] [PATCH v1 0/4] prebuild cpu QOM tree /machine/node/socket/core ->link-cpu
,
Eric Blake
,
2014/03/19
Re: [Qemu-devel] [PATCH v1 0/4] prebuild cpu QOM tree /machine/node/socket/core ->link-cpu
,
Chen Fan
,
2014/03/19
[Qemu-devel] [RFC v4 3/3] i386: introduce cpu QOM hierarchy tree
,
Chen Fan
,
2014/03/12
[Qemu-devel] [RFC v4 2/3] i386: use CpuTopoInfo instead apic_id as argument for pc_new_cpu()
,
Chen Fan
,
2014/03/12
Re: [Qemu-devel] [RFC v4 2/3] i386: use CpuTopoInfo instead apic_id as argument for pc_new_cpu()
,
Eduardo Habkost
,
2014/03/12
[Qemu-devel] [RFC v3 3/3] i386: introduce cpu QOM hierarchy tree
,
chen.fan.fnst
,
2014/03/11
[Qemu-devel] [RFC v2 2/2] i386: introduce cpu QOM hierarchy tree
,
Chen Fan
,
2014/03/04
[Qemu-devel] Do memory mappings need be rebuilt when deleting ioeventfds?
,
Gonglei (Arei)
,
2014/03/04
Re: [Qemu-devel] Do memory mappings need be rebuilt when deleting ioeventfds?
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [PATCH 1/1] vl.c: Add pci_hole_min_size machine option.
,
Michael S. Tsirkin
,
2014/03/04
Re: [Qemu-devel] [PATCH 1/1] vl.c: Add pci_hole_min_size machine option.
,
Don Slutz
,
2014/03/04
Re: [Qemu-devel] [PATCH 1/1] vl.c: Add pci_hole_min_size machine option.
,
Michael S. Tsirkin
,
2014/03/04
Re: [Qemu-devel] [PATCH 1/1] vl.c: Add pci_hole_min_size machine option.
,
Don Slutz
,
2014/03/04
Re: [Qemu-devel] [PATCH 1/1] vl.c: Add pci_hole_min_size machine option.
,
Michael S. Tsirkin
,
2014/03/04
Re: [Qemu-devel] [PATCH 1/1] vl.c: Add pci_hole_min_size machine option.
,
Don Slutz
,
2014/03/04
Re: [Qemu-devel] [PATCH 1/1] vl.c: Add pci_hole_min_size machine option.
,
Michael S. Tsirkin
,
2014/03/05
[Qemu-devel] [PATCH v2 1/1] e1000: add the ability to select among several specific types of e1000[e]; 82566DM emulation ; some pointers to documentations and details.
,
Romain Dolbeau
,
2014/03/04
[Qemu-devel] [PATCH v3] e1000: add the ability to select among several specific types of e1000[e]; 82566DM emulation ; some pointers to documentations and details.
,
Romain Dolbeau
,
2014/03/05
Re: [Qemu-devel] [PATCH v3] e1000: add the ability to select among several specific types of e1000[e]; 82566DM emulation ; some pointers to documentations and details.
,
Andreas Färber
,
2014/03/05
Re: [Qemu-devel] [PATCH v3] e1000: add the ability to select among several specific types of e1000[e]; 82566DM emulation ; some pointers to documentations and details.
,
Romain Dolbeau
,
2014/03/06
[Qemu-devel] [PATCH 0/2 V4] E1000 device selection & 82566DM support
,
Romain Dolbeau
,
2014/03/07
[Qemu-devel] [PATCH 2/2 V4] spaces around '<<' everywhere
,
Romain Dolbeau
,
2014/03/07
Re: [Qemu-devel] [PATCH 2/2 V4] spaces around '<<' everywhere
,
Eric Blake
,
2014/03/07
[Qemu-devel] [PATCH 1/2 V4] e1000: add the ability to select among several specific types of e1000[e]; 82566DM emulation ; some pointers to documentations and details.
,
Romain Dolbeau
,
2014/03/07
Re: [Qemu-devel] [PATCH 1/2 V4] e1000: add the ability to select among several specific types of e1000[e]; 82566DM emulation ; some pointers to documentations and details.
,
Stefan Hajnoczi
,
2014/03/10
Re: [Qemu-devel] [PATCH 0/2 V4] E1000 device selection & 82566DM support
,
Stefan Hajnoczi
,
2014/03/10
[Qemu-devel] [PATCH v2 0/1] e1000: add the ability to select among several specific
,
Romain Dolbeau
,
2014/03/04
Re: [Qemu-devel] [PATCH 1/6] s390x/virtio-ccw: Adapter interrupt support.
,
Cornelia Huck
,
2014/03/04
Re: [Qemu-devel] [PATCH 1/6] s390x/virtio-ccw: Adapter interrupt support.
,
Christian Borntraeger
,
2014/03/04
[Qemu-devel] [PATCH v19 00/11] Add support for binding guest numa nodes to host numa nodes
,
Hu Tao
,
2014/03/04
[Qemu-devel] [PATCH v19 05/11] numa: add -numa node, memdev= option
,
Hu Tao
,
2014/03/04
[Qemu-devel] [PATCH v19 11/11] hmp: add info memdev
,
Hu Tao
,
2014/03/04
[Qemu-devel] [PATCH v19 02/11] add memdev backend infrastructure
,
Hu Tao
,
2014/03/04
[Qemu-devel] [PATCH v19 01/11] object_add: allow completion handler to get canonical path
,
Hu Tao
,
2014/03/04
[Qemu-devel] [PATCH v19 08/11] Add Linux libnuma detection
,
Hu Tao
,
2014/03/04
[Qemu-devel] [PATCH v19 03/11] pc: pass QEMUMachineInitArgs to pc_memory_init
,
Hu Tao
,
2014/03/04
[Qemu-devel] [PATCH v19 06/11] qapi: make string input visitor parse int list
,
Hu Tao
,
2014/03/04
[Qemu-devel] [PATCH v19 09/11] hostmem backend: implement memory policy
,
Hu Tao
,
2014/03/04
[Qemu-devel] [PATCH v19 10/11] qmp: add query-memdev
,
Hu Tao
,
2014/03/04
[Qemu-devel] [PATCH v19 04/11] numa: introduce memory_region_allocate_system_memory
,
Hu Tao
,
2014/03/04
[Qemu-devel] [PATCH v19 07/11] qapi: make string output visitor parse int list
,
Hu Tao
,
2014/03/04
Re: [Qemu-devel] [PATCH v19 07/11] qapi: make string output visitor parse int list
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [PATCH v19 07/11] qapi: make string output visitor parse int list
,
Hu Tao
,
2014/03/04
Re: [Qemu-devel] [PATCH v19 07/11] qapi: make string output visitor parse int list
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [PATCH] xics-kvm: fix reset function
,
Alexey Kardashevskiy
,
2014/03/04
Re: [Qemu-devel] [PATCH] xics-kvm: fix reset function
,
Andreas Färber
,
2014/03/12
Re: [Qemu-devel] [PATCH] xics-kvm: fix reset function
,
Alexey Kardashevskiy
,
2014/03/12
Re: [Qemu-devel] [PATCH] xics-kvm: fix reset function
,
Andreas Färber
,
2014/03/12
[Qemu-devel] [PULL 00/13] Trivial patches for 2014-03-04
,
Michael Tokarev
,
2014/03/04
[Qemu-devel] [PULL 05/13] tcg: Fix typo in comment (dependancies -> dependencies)
,
Michael Tokarev
,
2014/03/04
[Qemu-devel] [PULL 01/13] include/qemu/host-utils.h: Trivial typo: ctz->cto
,
Michael Tokarev
,
2014/03/04
[Qemu-devel] [PULL 02/13] object: Report type in error when not user creatable.
,
Michael Tokarev
,
2014/03/04
[Qemu-devel] [PULL 06/13] stubs: Optimize dependencies for gdbstub.c
,
Michael Tokarev
,
2014/03/04
[Qemu-devel] [PULL 13/13] vl: Remove unneeded include file
,
Michael Tokarev
,
2014/03/04
[Qemu-devel] [PULL 09/13] util/iov: Use qemu/sockets.h instead of conditional code
,
Michael Tokarev
,
2014/03/04
[Qemu-devel] [PULL 11/13] qemu-img: Remove unneeded include files
,
Michael Tokarev
,
2014/03/04
[Qemu-devel] [PULL 03/13] bswap: Modify prototype of stb_p (avoid type conversions)
,
Michael Tokarev
,
2014/03/04
[Qemu-devel] [PULL 07/13] tests/test-int128: Don't use __noclone__ attribute on clang
,
Michael Tokarev
,
2014/03/04
[Qemu-devel] [PULL 08/13] qjson.h: Remove spurious GCC_FMT_ATTR markup from qobject_from_json() declaration
,
Michael Tokarev
,
2014/03/04
[Qemu-devel] [PULL 12/13] qga: Remove unneeded include file
,
Michael Tokarev
,
2014/03/04
[Qemu-devel] [PULL 04/13] bswap: Modify prototypes of st[wl]_{le, be}_p (avoid type conversions)
,
Michael Tokarev
,
2014/03/04
[Qemu-devel] [PULL 10/13] exec: Remove unneeded include files
,
Michael Tokarev
,
2014/03/04
Re: [Qemu-devel] [PULL 00/13] Trivial patches for 2014-03-04
,
Peter Maydell
,
2014/03/04
[Qemu-devel] [PATCH v3 0/2] fix query-command-line-options
,
Amos Kong
,
2014/03/04
[Qemu-devel] [PATCH v3 1/2] qmp: rename query_option_descs() to get_param_infolist()
,
Amos Kong
,
2014/03/04
Re: [Qemu-devel] [PATCH v3 1/2] qmp: rename query_option_descs() to get_param_infolist()
,
Eric Blake
,
2014/03/04
[Qemu-devel] [PATCH v3 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Amos Kong
,
2014/03/04
Re: [Qemu-devel] [PATCH v3 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Eric Blake
,
2014/03/04
Re: [Qemu-devel] [PATCH v3 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Amos Kong
,
2014/03/05
Re: [Qemu-devel] [PATCH v3 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Eric Blake
,
2014/03/05
Re: [Qemu-devel] [libvirt] [PATCH v3 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Eric Blake
,
2014/03/05
Re: [Qemu-devel] [libvirt] [PATCH v3 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Amos Kong
,
2014/03/05
[Qemu-devel] [RFC PATCH v0] ppc: Force CPU threads count to be a power of 2.
,
Bharata B Rao
,
2014/03/04
Re: [Qemu-devel] [RFC PATCH v0] ppc: Force CPU threads count to be a power of 2.
,
Stewart Smith
,
2014/03/04
[Qemu-devel] -smp question
,
Alexey Kardashevskiy
,
2014/03/03
[Qemu-devel] [PATCH v2 0/3] migration: add more traces
,
Alexey Kardashevskiy
,
2014/03/03
[Qemu-devel] [PATCH v2 1/3] vl: add system_wakeup_request tracepoint
,
Alexey Kardashevskiy
,
2014/03/03
[Qemu-devel] [PATCH v2 2/3] migration: extend section_start/end traces
,
Alexey Kardashevskiy
,
2014/03/03
[Qemu-devel] [PATCH v2 3/3] migration: add more traces
,
Alexey Kardashevskiy
,
2014/03/03
Re: [Qemu-devel] [PATCH v2 3/3] migration: add more traces
,
Paolo Bonzini
,
2014/03/04
[Qemu-devel] [PATCH v3] migration: add more traces
,
Alexey Kardashevskiy
,
2014/03/04
Re: [Qemu-devel] [PATCH v3] migration: add more traces
,
Amit Shah
,
2014/03/06
Re: [Qemu-devel] [PATCH v3] migration: add more traces
,
Amit Shah
,
2014/03/10
Re: [Qemu-devel] [PATCH v3] migration: add more traces
,
Alexey Kardashevskiy
,
2014/03/10
Re: [Qemu-devel] [PATCH v3] migration: add more traces
,
Juan Quintela
,
2014/03/10
Re: [Qemu-devel] [PATCH v2 0/3] migration: add more traces
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [PATCH v2 0/3] migration: add more traces
,
Stefan Hajnoczi
,
2014/03/05
Re: [Qemu-devel] [PATCH V2] virtio-net: calculate proper msix vectors on init
,
Gonglei (Arei)
,
2014/03/03
Re: [Qemu-devel] [PATCH V2] virtio-net: calculate proper msix vectors on init
,
Jason Wang
,
2014/03/04
Re: [Qemu-devel] [PATCH V2] virtio-net: calculate proper msix vectors on init
,
Gonglei
,
2014/03/04
Re: [Qemu-devel] [PATCH V2] virtio-net: calculate proper msix vectors on init
,
Jason Wang
,
2014/03/04
[Qemu-devel] [PATCH 1/4] linux-user: rename cpu-u name -> uname
,
riku . voipio
,
2014/03/03
[Qemu-devel] [PATCH 4/4] linux-user: remove configure option for setting uname release
,
riku . voipio
,
2014/03/03
[Qemu-devel] [PATCH 3/4] linux-user: set minimum kernel version to 2.6.32
,
riku . voipio
,
2014/03/03
Re: [Qemu-devel] [PATCH 3/4] linux-user: set minimum kernel version to2.6.322
,
Alex Bennée
,
2014/03/04
Re: [Qemu-devel] [PATCH 3/4] linux-user: set minimum kernel version to2.6.322
,
Peter Maydell
,
2014/03/04
Re: [Qemu-devel] [PATCH 3/4] linux-user: set minimum kernel version to2.6.322
,
Alex Bennée
,
2014/03/04
Re: [Qemu-devel] [PATCH 3/4] linux-user: set minimum kernel version to2.6.322
,
Peter Maydell
,
2014/03/04
Re: [Qemu-devel] [PATCH 3/4] linux-user: set minimum kernel version to2.6.322
,
Alex Bennée
,
2014/03/04
Re: [Qemu-devel] [PATCH 3/4] linux-user: set minimum kernel version to2.6.322
,
Riku Voipio
,
2014/03/06
Re: [Qemu-devel] [PATCH 3/4] linux-user: set minimum kernel version to2.6.322
,
Peter Maydell
,
2014/03/07
Re: [Qemu-devel] [PATCH 3/4] linux-user: set minimum kernel version to2.6.322
,
Riku Voipio
,
2014/03/10
[Qemu-devel] [PATCH 2/4] linux-user: move uname functions to uname.c
,
riku . voipio
,
2014/03/03
[Qemu-devel] [PATCH 0/4] linux-user: uname release cleanup
,
riku . voipio
,
2014/03/03
[Qemu-devel] [PATCH qom-cpu 0/6] cpu: Unifying features parsing
,
Andreas Färber
,
2014/03/03
[Qemu-devel] [PATCH qom-cpu 1/6] cpu: Introduce CPUClass::parse_features() hook
,
Andreas Färber
,
2014/03/03
Re: [Qemu-devel] [PATCH qom-cpu 1/6] cpu: Introduce CPUClass::parse_features() hook
,
Igor Mammedov
,
2014/03/05
Re: [Qemu-devel] [PATCH qom-cpu 1/6] cpu: Introduce CPUClass::parse_features() hook
,
Andreas Färber
,
2014/03/05
Re: [Qemu-devel] [PATCH qom-cpu 1/6] cpu: Introduce CPUClass::parse_features() hook
,
Igor Mammedov
,
2014/03/05
Re: [Qemu-devel] [PATCH qom-cpu 1/6] cpu: Introduce CPUClass::parse_features() hook
,
Eduardo Habkost
,
2014/03/05
Re: [Qemu-devel] [PATCH qom-cpu 1/6] cpu: Introduce CPUClass::parse_features() hook
,
Andreas Färber
,
2014/03/09
Re: [Qemu-devel] [PATCH qom-cpu 1/6] cpu: Introduce CPUClass::parse_features() hook
,
Andreas Färber
,
2014/03/09
Re: [Qemu-devel] [PATCH qom-cpu 1/6] cpu: Introduce CPUClass::parse_features() hook
,
Igor Mammedov
,
2014/03/10
[Qemu-devel] [PATCH qom-cpu 4/6] target-sparc: Defer SPARCCPU feature inference to QOM realize
,
Andreas Färber
,
2014/03/03
[Qemu-devel] [PATCH qom-cpu 5/6] cpu: Implement CPUClass::parse_features() for the rest of CPUs
,
Andreas Färber
,
2014/03/03
[Qemu-devel] [PATCH qom-cpu 2/6] target-sparc: Use error_report() for CPU error reporting
,
Andreas Färber
,
2014/03/03
[Qemu-devel] [PATCH qom-cpu 3/6] target-sparc: Implement CPUClass::parse_features() for SPARCCPU
,
Andreas Färber
,
2014/03/03
[Qemu-devel] [PATCH qom-cpu 6/6] cpu: Factor out cpu_generic_init()
,
Andreas Färber
,
2014/03/03
Re: [Qemu-devel] [PATCH qom-cpu 0/6] cpu: Unifying features parsing
,
Andreas Färber
,
2014/03/04
Re: [Qemu-devel] [PATCH qom-cpu 0/6] cpu: Unifying features parsing
,
Mark Cave-Ayland
,
2014/03/08
Re: [Qemu-devel] [PATCH qom-cpu 0/6] cpu: Unifying features parsing
,
Andreas Färber
,
2014/03/09
Re: [Qemu-devel] [PATCH qom-cpu 0/6] cpu: Unifying features parsing
,
Alexey Kardashevskiy
,
2014/03/04
Re: [Qemu-devel] [PATCH qom-cpu 0/6] cpu: Unifying features parsing
,
Andreas Färber
,
2014/03/05
Re: [Qemu-devel] [PATCH qom-cpu 0/6] cpu: Unifying features parsing
,
Alexey Kardashevskiy
,
2014/03/05
Re: [Qemu-devel] [PATCH qom-cpu 0/6] cpu: Unifying features parsing
,
Andreas Färber
,
2014/03/09
[Qemu-devel] [Discussion 00/10] about API hierarchy
,
Xuebing Wang
,
2014/03/03
[Qemu-devel] [Discussion 02/10] NEED_CPU_H: remove '#include "cpu.h"' from include/qemu-common.h
,
Xuebing Wang
,
2014/03/03
Re: [Qemu-devel] [Discussion 02/10] NEED_CPU_H: remove '#include "cpu.h"' from include/qemu-common.h
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [Discussion 02/10] NEED_CPU_H: remove '#include "cpu.h"' from include/qemu-common.h
,
Xuebing wang
,
2014/03/04
Re: [Qemu-devel] [Discussion 02/10] NEED_CPU_H: remove '#include "cpu.h"' from include/qemu-common.h
,
Xuebing wang
,
2014/03/04
Re: [Qemu-devel] [Discussion 02/10] NEED_CPU_H: remove '#include "cpu.h"' from include/qemu-common.h
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [Discussion 02/10] NEED_CPU_H: remove '#include "cpu.h"' from include/qemu-common.h
,
Xuebing wang
,
2014/03/04
Re: [Qemu-devel] [Discussion 02/10] NEED_CPU_H: remove '#include "cpu.h"' from include/qemu-common.h
,
Peter Maydell
,
2014/03/04
Re: [Qemu-devel] [Discussion 02/10] NEED_CPU_H: remove '#include "cpu.h"' from include/qemu-common.h
,
Xuebing wang
,
2014/03/04
Re: [Qemu-devel] [Discussion 02/10] NEED_CPU_H: remove '#include "cpu.h"' from include/qemu-common.h
,
Xuebing wang
,
2014/03/04
Re: [Qemu-devel] [Discussion 02/10] NEED_CPU_H: remove '#include "cpu.h"' from include/qemu-common.h
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [Discussion 02/10] NEED_CPU_H: remove '#include "cpu.h"' from include/qemu-common.h
,
Xuebing wang
,
2014/03/04
Re: [Qemu-devel] [Discussion 02/10] NEED_CPU_H: remove '#include "cpu.h"' from include/qemu-common.h
,
Paolo Bonzini
,
2014/03/04
[Qemu-devel] [Discussion 01/10] docs: add docs/api-hierarchy.txt
,
Xuebing Wang
,
2014/03/03
Re: [Qemu-devel] [Discussion 01/10] docs: add docs/api-hierarchy.txt
,
Stefan Hajnoczi
,
2014/03/04
Re: [Qemu-devel] [Discussion 01/10] docs: add docs/api-hierarchy.txt
,
Xuebing wang
,
2014/03/04
Re: [Qemu-devel] [Discussion 01/10] docs: add docs/api-hierarchy.txt
,
Stefan Hajnoczi
,
2014/03/04
[Qemu-devel] [Discussion 05/10] NEED_CPU_H: remove unnecessary inclusion of "cpu.h" in root
,
Xuebing Wang
,
2014/03/03
Re: [Qemu-devel] [Discussion 05/10] NEED_CPU_H: remove unnecessary inclusion of "cpu.h" in root
,
Paolo Bonzini
,
2014/03/04
[Qemu-devel] [Discussion 03/10] NEED_CPU_H: remove unnecessary use of NEED_CPU_H
,
Xuebing Wang
,
2014/03/03
Re: [Qemu-devel] [Discussion 03/10] NEED_CPU_H: remove unnecessary use of NEED_CPU_H
,
Paolo Bonzini
,
2014/03/04
[Qemu-devel] [Discussion 04/10] memory_mapping: make this architecture-independent
,
Xuebing Wang
,
2014/03/03
Re: [Qemu-devel] [Discussion 04/10] memory_mapping: make this architecture-independent
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [Discussion 04/10] memory_mapping: make this architecture-independent
,
Peter Maydell
,
2014/03/04
[Qemu-devel] [Discussion 07/10] memory: remove file include/exec/address-spaces.h
,
Xuebing Wang
,
2014/03/03
[Qemu-devel] [Discussion 06/10] memory: move contents in include/exec/address-spaces.h => memory.h
,
Xuebing Wang
,
2014/03/03
Re: [Qemu-devel] [Discussion 06/10] memory: move contents in include/exec/address-spaces.h => memory.h
,
Paolo Bonzini
,
2014/03/04
[Qemu-devel] [Discussion 10/10] translate: remove file translate-all.h
,
Xuebing Wang
,
2014/03/03
Re: [Qemu-devel] [Discussion 10/10] translate: remove file translate-all.h
,
Paolo Bonzini
,
2014/03/04
[Qemu-devel] [Discussion 08/10] exec: move TranslationBlock API from exec-all.h => translate.h
,
Xuebing Wang
,
2014/03/03
Re: [Qemu-devel] [Discussion 08/10] exec: move TranslationBlock API from exec-all.h => translate.h
,
Paolo Bonzini
,
2014/03/04
[Qemu-devel] [Discussion 09/10] exec: remove the unnecessary include of "exec-all.h"
,
Xuebing Wang
,
2014/03/03
Re: [Qemu-devel] [Discussion 09/10] exec: remove the unnecessary include of "exec-all.h"
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [Discussion 09/10] exec: remove the unnecessary include of "exec-all.h"
,
Peter Maydell
,
2014/03/04
Re: [Qemu-devel] [Discussion 09/10] exec: remove the unnecessary include of "exec-all.h"
,
Peter Maydell
,
2014/03/04
Re: [Qemu-devel] [Discussion 00/10] about API hierarchy
,
Andreas Färber
,
2014/03/03
Re: [Qemu-devel] [Discussion 00/10] about API hierarchy
,
Xuebing wang
,
2014/03/04
Re: [Qemu-devel] [PATCH v7 0/2] target-ppc: CPU device tree id
,
Alexander Graf
,
2014/03/03
Re: [Qemu-devel] [PATCH v7 0/2] target-ppc: CPU device tree id
,
Alexey Kardashevskiy
,
2014/03/03
Re: [Qemu-devel] [PATCH v18 10/14] numa: add -numa node, memdev= option
,
Eric Blake
,
2014/03/03
Re: [Qemu-devel] [PATCH v18 10/14] numa: add -numa node, memdev= option
,
Hu Tao
,
2014/03/03
Re: [Qemu-devel] [PATCH v21 02/25] qapi: output def_value_str when query command line options
,
Eric Blake
,
2014/03/03
Re: [Qemu-devel] [PATCH v21 02/25] qapi: output def_value_str when query command line options
,
Chunyan Liu
,
2014/03/03
Re: [Qemu-devel] git build from clean broken?
,
Peter Maydell
,
2014/03/03
Re: [Qemu-devel] git build from clean broken?
,
Stefan Weil
,
2014/03/04
Re: [Qemu-devel] git build from clean broken?
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [PATCH 01/17] QAPI: introduce migration capability x_unix_page_flipping
,
Eric Blake
,
2014/03/03
[Qemu-devel] [Bug 1243287] Re: [KVM/QEMU][ARM][SAUCY] fails to boot cloud-image due to host kvm fail
,
Launchpad Bug Tracker
,
2014/03/03
Re: [Qemu-devel] [PATCH 0/2] PC: improve emulation correctness
,
Hervé Poussineau
,
2014/03/03
Re: [Qemu-devel] [PATCH 0/2] PC: improve emulation correctness
,
Michael S. Tsirkin
,
2014/03/04
Re: [Qemu-devel] [PATCH 0/2] PC: improve emulation correctness
,
Paolo Bonzini
,
2014/03/05
Re: [Qemu-devel] [PATCH 0/2] PC: improve emulation correctness
,
Hervé Poussineau
,
2014/03/05
Re: [Qemu-devel] [PATCH 0/2] PC: improve emulation correctness
,
Andreas Färber
,
2014/03/05
Re: [Qemu-devel] [PATCH 0/2] PC: improve emulation correctness
,
Hervé Poussineau
,
2014/03/05
Re: [Qemu-devel] [PATCH 0/2] PC: improve emulation correctness
,
Michael S. Tsirkin
,
2014/03/05
Re: [Qemu-devel] [RFC 4/4] Relevant changes to enable KVM to TCG migration
,
Peter Maydell
,
2014/03/03
Re: [Qemu-devel] [RFC 4/4] Relevant changes to enable KVM to TCG migration
,
alvise rigo
,
2014/03/05
Re: [Qemu-devel] [RFC 4/4] Relevant changes to enable KVM to TCG migration
,
Peter Maydell
,
2014/03/05
Re: [Qemu-devel] [PATCH 2/7] KVM: s390: virtio-ccw adapter interrupt support.
,
Christian Borntraeger
,
2014/03/03
Re: [Qemu-devel] [PATCH] seccomp: add shmctl(), mlock(), and munlock() to the syscall whitelist
,
Paul Moore
,
2014/03/03
Re: [Qemu-devel] [PATCH] seccomp: add shmctl(), mlock(), and munlock() to the syscall whitelist
,
Eduardo Otubo
,
2014/03/05
Re: [Qemu-devel] [PATCH] seccomp: add shmctl(), mlock(), and munlock() to the syscall whitelist
,
Paul Moore
,
2014/03/05
Re: [Qemu-devel] Live migration results in non-working virtio-net device (sometimes)
,
Neil Skrypuch
,
2014/03/03
Re: [Qemu-devel] [PULL v2 33/37] block: vhdx - add .bdrv_create() support
,
Jeff Cody
,
2014/03/03
Re: [Qemu-devel] [PULL v2 33/37] block: vhdx - add .bdrv_create() support
,
Alexander Graf
,
2014/03/03
Re: [Qemu-devel] [PATCH v7 2/2] target-ppc: spapr: e500: fix to use cpu_dt_id
,
Mike Day
,
2014/03/03
Re: [Qemu-devel] [PATCH v7 2/2] target-ppc: spapr: e500: fix to use cpu_dt_id
,
Alexey Kardashevskiy
,
2014/03/03
Re: [Qemu-devel] [PATCH v7 1/2] target-ppc: add PowerPCCPU::cpu_dt_id
,
Mike Day
,
2014/03/03
[Qemu-devel] [PATCH] hw/9pfs: Include virtio-9p-device.o in build
,
Aneesh Kumar K.V
,
2014/03/03
Re: [Qemu-devel] [PATCH] hw/9pfs: Include virtio-9p-device.o in build
,
Paolo Bonzini
,
2014/03/03
Re: [Qemu-devel] [PATCH] hw/9pfs: Include virtio-9p-device.o in build
,
Aneesh Kumar K.V
,
2014/03/03
Re: [Qemu-devel] [PATCH] hw/9pfs: Include virtio-9p-device.o in build
,
Aneesh Kumar K.V
,
2014/03/03
Re: [Qemu-devel] [PATCH] hw/9pfs: Include virtio-9p-device.o in build
,
Aneesh Kumar K.V
,
2014/03/03
Re: [Qemu-devel] [PATCH] hw/9pfs: Include virtio-9p-device.o in build
,
Serge E. Hallyn
,
2014/03/03
Re: [Qemu-devel] [PATCH] hw/9pfs: Include virtio-9p-device.o in build
,
Andreas Färber
,
2014/03/05
Re: [Qemu-devel] [PATCH] hw/9pfs: Include virtio-9p-device.o in build
,
Aneesh Kumar K.V
,
2014/03/06
Re: [Qemu-devel] [PATCH] hw/9pfs: Include virtio-9p-device.o in build
,
Peter Maydell
,
2014/03/03
Re: [Qemu-devel] [PATCH] hw/9pfs: Include virtio-9p-device.o in build
,
Andreas Färber
,
2014/03/05
Re: [Qemu-devel] [PATCH] hw/9pfs: Include virtio-9p-device.o in build
,
Paolo Bonzini
,
2014/03/05
[Qemu-devel] [PATCH] Rewrite block filter snapshot authorization mechanism
,
Benoît Canet
,
2014/03/03
[Qemu-devel] [PATCH] block: Rewrite the snapshot authorization mechanism for block filters.
,
Benoît Canet
,
2014/03/03
Re: [Qemu-devel] [PATCH] block: Rewrite the snapshot authorization mechanism for block filters.
,
Paolo Bonzini
,
2014/03/03
Re: [Qemu-devel] [PATCH] block: Rewrite the snapshot authorization mechanism for block filters.
,
Benoît Canet
,
2014/03/03
Re: [Qemu-devel] [PATCH] block: Rewrite the snapshot authorization mechanism for block filters.
,
Paolo Bonzini
,
2014/03/03
Re: [Qemu-devel] [PATCH] Rewrite block filter snapshot authorization mechanism
,
Benoît Canet
,
2014/03/10
Re: [Qemu-devel] [PATCH] Rewrite block filter snapshot authorization mechanism
,
Stefan Hajnoczi
,
2014/03/11
[Qemu-devel] [PCTCH v2 0/2] fix query-command-line-options
,
Amos Kong
,
2014/03/03
[Qemu-devel] [PCTCH v2 1/2] qmp: rename query_option_descs() to get_param_infolist()
,
Amos Kong
,
2014/03/03
Re: [Qemu-devel] [PCTCH v2 1/2] qmp: rename query_option_descs() to get_param_infolist()
,
Eric Blake
,
2014/03/03
[Qemu-devel] [PCTCH v2 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Amos Kong
,
2014/03/03
Re: [Qemu-devel] [PCTCH v2 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Eric Blake
,
2014/03/03
Re: [Qemu-devel] [PCTCH v2 2/2] query-command-line-options: query all the options in qemu-options.hx
,
Amos Kong
,
2014/03/04
[Qemu-devel] [PULL 00/32] QMP queue
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 02/32] MAINTAINERS: update status for HMP, QAPI and QMP trees
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 01/32] QMP: Allow dot separated dict path arguments in qmp-shell
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 04/32] dump: add argument to write_elfxx_notes
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 07/32] dump: add API to write elf notes to buffer
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 08/32] dump: add support for lzo/snappy
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 09/32] dump: add members to DumpState and init some of them
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 05/32] dump: add API to write header of flatten format
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 11/32] dump: add API to write dump_bitmap
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 06/32] dump: add API to write vmcore
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 12/32] dump: add APIs to operate DataCache
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 10/32] dump: add API to write dump header
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 03/32] dump: const-qualify the buf of WriteCoreDumpFunction
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 14/32] dump: make kdump-compressed format available for 'dump-guest-memory'
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 13/32] dump: add API to write dump pages
,
Luiz Capitulino
,
2014/03/03
Re: [Qemu-devel] [PULL 13/32] dump: add API to write dump pages
,
Eric Blake
,
2014/03/03
[Qemu-devel] [PULL 15/32] Define the architecture for compressed dump format
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 16/32] dump: add 'query-dump-guest-memory-capability' command
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 17/32] qmp: Check for returned data from __json_read in get_events
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 19/32] monitor: Remove left-over code in do_info_profile.
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 18/32] qerror: Improve QERR_DEVICE_NOT_ACTIVE message
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 22/32] tests/qapi-schema: Cover simple argument types
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 20/32] tests/qapi-schema: Actually check successful QMP command response
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 21/32] tests/qapi-schema: Cover optional command arguments
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 24/32] tests/qapi-schema: Cover complex types with base
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 23/32] tests/qapi-schema: Cover anonymous union types
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 26/32] tests/qapi-schema: Cover flat union types
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 25/32] tests/qapi-schema: Cover union types with base
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 31/32] qapi: Clean up superfluous null check in qapi_dealloc_type_str()
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 29/32] qapi: Drop unused code in qapi-commands.py
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 27/32] qapi: Fix licensing of scripts
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 32/32] qapi: Add missing null check to opts_start_struct()
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 28/32] qapi: Drop nonsensical header guard in generated qapi-visit.c
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] [PULL 30/32] qapi: Clean up null checking in generated visitors
,
Luiz Capitulino
,
2014/03/03
Re: [Qemu-devel] [PULL 00/32] QMP queue
,
Peter Maydell
,
2014/03/04
Re: [Qemu-devel] [PATCH qom-cpu v10 0/2] target-i386: X86CPU subclasses
,
Andreas Färber
,
2014/03/03
Re: [Qemu-devel] [PATCH 0/3] Enable x2apic by default on KVM
,
Andreas Färber
,
2014/03/03
[Qemu-devel] [PCTCH v4] qdev: set properties after device's parent is assigned
,
Amos Kong
,
2014/03/03
Re: [Qemu-devel] [PCTCH v4] qdev: set properties after device's parent is assigned
,
Andreas Färber
,
2014/03/03
Re: [Qemu-devel] [PCTCH v4] qdev: set properties after device's parent is assigned
,
Amos Kong
,
2014/03/03
[Qemu-devel] [PATCH 00/10] block/json: Add JSON protocol driver
,
Max Reitz
,
2014/03/03
[Qemu-devel] [PATCH 01/10] qdict: Add qdict_join()
,
Max Reitz
,
2014/03/03
Re: [Qemu-devel] [PATCH 01/10] qdict: Add qdict_join()
,
Benoît Canet
,
2014/03/05
Re: [Qemu-devel] [PATCH 01/10] qdict: Add qdict_join()
,
Kevin Wolf
,
2014/03/05
Re: [Qemu-devel] [PATCH 01/10] qdict: Add qdict_join()
,
Benoît Canet
,
2014/03/05
Re: [Qemu-devel] [PATCH 01/10] qdict: Add qdict_join()
,
Eric Blake
,
2014/03/05
Re: [Qemu-devel] [PATCH 01/10] qdict: Add qdict_join()
,
Max Reitz
,
2014/03/05
[Qemu-devel] [PATCH 02/10] block/json: Add JSON protocol driver
,
Max Reitz
,
2014/03/03
Re: [Qemu-devel] [PATCH 02/10] block/json: Add JSON protocol driver
,
Benoît Canet
,
2014/03/05
Re: [Qemu-devel] [PATCH 02/10] block/json: Add JSON protocol driver
,
Max Reitz
,
2014/03/05
Re: [Qemu-devel] [PATCH 02/10] block/json: Add JSON protocol driver
,
Benoît Canet
,
2014/03/05
Re: [Qemu-devel] [PATCH 02/10] block/json: Add JSON protocol driver
,
Max Reitz
,
2014/03/05
Re: [Qemu-devel] [PATCH 02/10] block/json: Add JSON protocol driver
,
Benoît Canet
,
2014/03/05
[Qemu-devel] [PATCH 04/10] block/json: Add functions for writing zeroes etc.
,
Max Reitz
,
2014/03/03
Re: [Qemu-devel] [PATCH 04/10] block/json: Add functions for writing zeroes etc.
,
Benoît Canet
,
2014/03/05
Re: [Qemu-devel] [PATCH 04/10] block/json: Add functions for writing zeroes etc.
,
Max Reitz
,
2014/03/05
[Qemu-devel] [PATCH 05/10] block/json: Add bdrv_co_get_block_status()
,
Max Reitz
,
2014/03/03
Re: [Qemu-devel] [PATCH 05/10] block/json: Add bdrv_co_get_block_status()
,
Benoît Canet
,
2014/03/05
Re: [Qemu-devel] [PATCH 05/10] block/json: Add bdrv_co_get_block_status()
,
Max Reitz
,
2014/03/05
Re: [Qemu-devel] [PATCH 05/10] block/json: Add bdrv_co_get_block_status()
,
Benoît Canet
,
2014/03/05
Re: [Qemu-devel] [PATCH 05/10] block/json: Add bdrv_co_get_block_status()
,
Max Reitz
,
2014/03/05
Re: [Qemu-devel] [PATCH 05/10] block/json: Add bdrv_co_get_block_status()
,
Benoît Canet
,
2014/03/05
Re: [Qemu-devel] [PATCH 05/10] block/json: Add bdrv_co_get_block_status()
,
Max Reitz
,
2014/03/06
[Qemu-devel] [PATCH 07/10] block/json: Add bdrv_get_specific_info()
,
Max Reitz
,
2014/03/03
Re: [Qemu-devel] [PATCH 07/10] block/json: Add bdrv_get_specific_info()
,
Benoît Canet
,
2014/03/05
[Qemu-devel] [PATCH 09/10] block/qapi: Ignore filters on top for format name
,
Max Reitz
,
2014/03/03
Re: [Qemu-devel] [PATCH 09/10] block/qapi: Ignore filters on top for format name
,
Benoît Canet
,
2014/03/05
Re: [Qemu-devel] [PATCH 09/10] block/qapi: Ignore filters on top for format name
,
Max Reitz
,
2014/03/05
[Qemu-devel] [PATCH 10/10] iotests: Add test for the JSON protocol
,
Max Reitz
,
2014/03/03
Re: [Qemu-devel] [PATCH 10/10] iotests: Add test for the JSON protocol
,
Eric Blake
,
2014/03/05
Re: [Qemu-devel] [PATCH 10/10] iotests: Add test for the JSON protocol
,
Max Reitz
,
2014/03/05
Re: [Qemu-devel] [PATCH 10/10] iotests: Add test for the JSON protocol
,
Eric Blake
,
2014/03/05
[Qemu-devel] [PATCH 08/10] block/raw_bsd: Add bdrv_get_specific_info()
,
Max Reitz
,
2014/03/03
Re: [Qemu-devel] [PATCH 08/10] block/raw_bsd: Add bdrv_get_specific_info()
,
Benoît Canet
,
2014/03/05
[Qemu-devel] [PATCH 03/10] block/json: Add functions for cache control
,
Max Reitz
,
2014/03/03
Re: [Qemu-devel] [PATCH 03/10] block/json: Add functions for cache control
,
Benoît Canet
,
2014/03/05
[Qemu-devel] [PATCH 06/10] block/json: Add ioctl etc.
,
Max Reitz
,
2014/03/03
Re: [Qemu-devel] [PATCH 06/10] block/json: Add ioctl etc.
,
Benoît Canet
,
2014/03/05
Re: [Qemu-devel] [PATCH 00/10] block/json: Add JSON protocol driver
,
Eric Blake
,
2014/03/05
Re: [Qemu-devel] [PATCH v6 0/4] qemu-img: add preallocation=full
,
Stefan Hajnoczi
,
2014/03/03
Re: [Qemu-devel] [PATCH v6 0/4] qemu-img: add preallocation=full
,
Hu Tao
,
2014/03/04
Re: [Qemu-devel] [PATCH v6 0/4] qemu-img: add preallocation=full
,
Stefan Hajnoczi
,
2014/03/04
Re: [Qemu-devel] qemu-img cannot convert 280G VHD file to qcow2 rightly
,
Stefan Hajnoczi
,
2014/03/03
[Qemu-devel] [PATCH] Modify qemu-img can not create local filename contain ":"
,
Jun Li
,
2014/03/03
Re: [Qemu-devel] [PATCH] Modify qemu-img can not create local filename contain ":"
,
Max Reitz
,
2014/03/03
Re: [Qemu-devel] [PATCH] Modify qemu-img can not create local filename contain ":"
,
Eric Blake
,
2014/03/03
Re: [Qemu-devel] [PATCH] Modify qemu-img can not create local filename contain ":"
,
Max Reitz
,
2014/03/03
Re: [Qemu-devel] [PATCH 2/2] [RFC] Convert Clock Timerlists to RCU V2
,
Paolo Bonzini
,
2014/03/03
[Qemu-devel] [PATCH] linux-user: translate signal number on return from sigtimedwait
,
Petar Jovanovic
,
2014/03/03
Re: [Qemu-devel] [PATCH] linux-user: translate signal number on return from sigtimedwait
,
Peter Maydell
,
2014/03/03
Re: [Qemu-devel] [PATCH 2/2] [RFC] Convert Clock Timerlists to RCU V2
,
Mike Day
,
2014/03/03
[Qemu-devel] [PATCH 0/2] qemu-img convert: Fix progress output
,
Kevin Wolf
,
2014/03/03
[Qemu-devel] [PATCH 2/2] qemu-iotests: Test progress output for conversion
,
Kevin Wolf
,
2014/03/03
Re: [Qemu-devel] [PATCH 2/2] qemu-iotests: Test progress output for conversion
,
Eric Blake
,
2014/03/03
Re: [Qemu-devel] [PATCH 2/2] qemu-iotests: Test progress output for conversion
,
Kevin Wolf
,
2014/03/04
[Qemu-devel] [PATCH 1/2] qemu-img convert: Fix progress output
,
Kevin Wolf
,
2014/03/03
Re: [Qemu-devel] [PATCH 1/2] qemu-img convert: Fix progress output
,
Eric Blake
,
2014/03/03
Re: [Qemu-devel] Contribution - L2TPv3 transport
,
Stefan Hajnoczi
,
2014/03/03
Re: [Qemu-devel] Contribution - L2TPv3 transport
,
Anton Ivanov (antivano)
,
2014/03/03
Re: [Qemu-devel] Contribution - L2TPv3 transport
,
Stefan Hajnoczi
,
2014/03/04
Re: [Qemu-devel] Contribution - L2TPv3 transport
,
Anton Ivanov (antivano)
,
2014/03/04
Re: [Qemu-devel] Contribution - L2TPv3 transport
,
Stefan Hajnoczi
,
2014/03/05
Re: [Qemu-devel] Contribution - L2TPv3 transport
,
Vincenzo Maffione
,
2014/03/05
Re: [Qemu-devel] Contribution - L2TPv3 transport
,
Stefan Hajnoczi
,
2014/03/03
Re: [Qemu-devel] Contribution - L2TPv3 transport
,
Anton Ivanov (antivano)
,
2014/03/04
Re: [Qemu-devel] Contribution - L2TPv3 transport
,
Stefan Hajnoczi
,
2014/03/05
Re: [Qemu-devel] Contribution - L2TPv3 transport
,
Anton Ivanov (antivano)
,
2014/03/04
Re: [Qemu-devel] Contribution - L2TPv3 transport
,
Anton Ivanov (antivano)
,
2014/03/04
Re: [Qemu-devel] Contribution - L2TPv3 transport
,
Eric Blake
,
2014/03/04
Re: [Qemu-devel] Contribution - L2TPv3 transport
,
Anton Ivanov (antivano)
,
2014/03/04
Re: [Qemu-devel] Contribution - L2TPv3 transport
,
Anton Ivanov (antivano)
,
2014/03/05
Re: [Qemu-devel] Contribution - L2TPv3 transport
,
Peter Maydell
,
2014/03/05
Re: [Qemu-devel] Contribution - L2TPv3 transport
,
Eric Blake
,
2014/03/04
Re: [Qemu-devel] Contribution - L2TPv3 transport
,
Anton Ivanov (antivano)
,
2014/03/04
Re: [Qemu-devel] Contribution - L2TPv3 transport
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] Contribution - L2TPv3 transport
,
Eric Blake
,
2014/03/04
Re: [Qemu-devel] Contribution - L2TPv3 transport
,
Anton Ivanov (antivano)
,
2014/03/04
Re: [Qemu-devel] Contribution - L2TPv3 transport
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] Contribution - L2TPv3 transport
,
Anton Ivanov (antivano)
,
2014/03/04
Re: [Qemu-devel] Contribution - L2TPv3 transport
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [Qemu-ppc] [PATCH] target-ppc: Introduce hypervisor call H_GET_TCE
,
Laurent Dufour
,
2014/03/03
Re: [Qemu-devel] [Qemu-ppc] [PATCH] target-ppc: Introduce hypervisor call H_GET_TCE
,
Alexander Graf
,
2014/03/03
Re: [Qemu-devel] [Qemu-ppc] [PATCH] target-ppc: Introduce hypervisor call H_GET_TCE
,
Andreas Färber
,
2014/03/03
Re: [Qemu-devel] [Bug 1286253] [NEW] virtio-net acceleration features not set when plugged into backend dynamically
,
Stefan Hajnoczi
,
2014/03/03
Re: [Qemu-devel] [Bug 1286253] [NEW] virtio-net acceleration features not set when plugged into backend dynamically
,
Michael S. Tsirkin
,
2014/03/03
Re: [Qemu-devel] [Bug 1286253] [NEW] virtio-net acceleration features not set when plugged into backend dynamically
,
Mario Smarduch
,
2014/03/03
Re: [Qemu-devel] [PATCH v3 3/6] qemu-img convert: Support multiple -o options
,
Peter Lieven
,
2014/03/03
Re: [Qemu-devel] [PATCH v3 3/6] qemu-img convert: Support multiple -o options
,
Kevin Wolf
,
2014/03/03
Re: [Qemu-devel] qemu-img convert cache mode for source
,
Kevin Wolf
,
2014/03/03
Re: [Qemu-devel] qemu-img convert cache mode for source
,
Peter Lieven
,
2014/03/03
Re: [Qemu-devel] qemu-img convert cache mode for source
,
Paolo Bonzini
,
2014/03/03
Re: [Qemu-devel] qemu-img convert cache mode for source
,
Peter Lieven
,
2014/03/03
Re: [Qemu-devel] qemu-img convert cache mode for source
,
Kevin Wolf
,
2014/03/03
Re: [Qemu-devel] qemu-img convert cache mode for source
,
Stefan Hajnoczi
,
2014/03/03
Re: [Qemu-devel] qemu-img convert cache mode for source
,
Peter Lieven
,
2014/03/03
Re: [Qemu-devel] qemu-img convert cache mode for source
,
Stefan Hajnoczi
,
2014/03/04
Re: [Qemu-devel] qemu-img convert cache mode for source
,
Peter Lieven
,
2014/03/05
Re: [Qemu-devel] qemu-img convert cache mode for source
,
Marcus
,
2014/03/05
Re: [Qemu-devel] qemu-img convert cache mode for source
,
Peter Lieven
,
2014/03/05
Re: [Qemu-devel] qemu-img convert cache mode for source
,
Marcus
,
2014/03/05
Re: [Qemu-devel] qemu-img convert cache mode for source
,
Peter Lieven
,
2014/03/05
Re: [Qemu-devel] qemu-img convert cache mode for source
,
Stefan Hajnoczi
,
2014/03/06
Re: [Qemu-devel] qemu-img convert cache mode for source
,
Peter Lieven
,
2014/03/06
Re: [Qemu-devel] qemu-img convert cache mode for source
,
Stefan Hajnoczi
,
2014/03/06
Re: [Qemu-devel] qemu-img convert cache mode for source
,
Paolo Bonzini
,
2014/03/06
Re: [Qemu-devel] qemu-img convert cache mode for source
,
Liguori, Anthony
,
2014/03/06
Re: [Qemu-devel] qemu-img convert cache mode for source
,
Peter Lieven
,
2014/03/06
Re: [Qemu-devel] qemu-img convert cache mode for source
,
Peter Lieven
,
2014/03/07
[Qemu-devel] [PATCH v6 0/7] dataplane: switch to N:M devices-per-thread model
,
Stefan Hajnoczi
,
2014/03/03
[Qemu-devel] [PATCH v6 1/7] object: add object_get_canonical_path_component()
,
Stefan Hajnoczi
,
2014/03/03
Re: [Qemu-devel] [PATCH v6 1/7] object: add object_get_canonical_path_component()
,
Andreas Färber
,
2014/03/11
[Qemu-devel] [PATCH v6 2/7] rfifolock: add recursive FIFO lock
,
Stefan Hajnoczi
,
2014/03/03
[Qemu-devel] [PATCH v6 4/7] iothread: add I/O thread object
,
Stefan Hajnoczi
,
2014/03/03
Re: [Qemu-devel] [PATCH v6 4/7] iothread: add I/O thread object
,
Andreas Färber
,
2014/03/11
Re: [Qemu-devel] [PATCH v6 4/7] iothread: add I/O thread object
,
Stefan Hajnoczi
,
2014/03/11
[Qemu-devel] [PATCH v6 3/7] aio: add aio_context_acquire() and aio_context_release()
,
Stefan Hajnoczi
,
2014/03/03
[Qemu-devel] [PATCH v6 5/7] qdev: make get_pointer() handle temporary strings
,
Stefan Hajnoczi
,
2014/03/03
Re: [Qemu-devel] [PATCH v6 5/7] qdev: make get_pointer() handle temporary strings
,
Andreas Färber
,
2014/03/11
[Qemu-devel] [PATCH v6 6/7] iothread: add "iothread" qdev property type
,
Stefan Hajnoczi
,
2014/03/03
[Qemu-devel] [PATCH v6 7/7] dataplane: replace internal thread with IOThread
,
Stefan Hajnoczi
,
2014/03/03
Re: [Qemu-devel] [PATCH v6 0/7] dataplane: switch to N:M devices-per-thread model
,
Stefan Hajnoczi
,
2014/03/11
Re: [Qemu-devel] [PATCH v5 3/6] vl: allow customizing the class of /machine
,
Alexey Kardashevskiy
,
2014/03/03
[Qemu-devel] What is qemu_irq?
,
Atlas Khan
,
2014/03/03
Re: [Qemu-devel] [PATCH v5 1/7] object: add object_get_canonical_basename()
,
Stefan Hajnoczi
,
2014/03/03
Re: [Qemu-devel] [PATCH v5 5/7] qdev: make get_pointer() handle temporary strings
,
Stefan Hajnoczi
,
2014/03/03
Re: [Qemu-devel] [PATCH v5 5/7] qdev: make get_pointer() handle temporary strings
,
Igor Mammedov
,
2014/03/03
[Qemu-devel] Using qemu to debug arm64 linux kernel
,
Xuebing wang
,
2014/03/03
Re: [Qemu-devel] [PATCH v3 0/2] dataplane: add query-iothreads QMP command
,
Stefan Hajnoczi
,
2014/03/03
Re: [Qemu-devel] [RFC PATCH v0 0/2] gluster: licence change and cleanups
,
Stefan Hajnoczi
,
2014/03/03
Re: [Qemu-devel] [RFC PATCH v0 0/2] gluster: licence change and cleanups
,
Kevin Wolf
,
2014/03/03
Re: [Qemu-devel] [RFC PATCH v0 1/2] gluster: Change licence to GPLv2+
,
Bharata B Rao
,
2014/03/03
[Qemu-devel] [PATCH v3] qdev: move the code adding the device out of realize
,
Amos Kong
,
2014/03/03
Re: [Qemu-devel] [PATCH v3] qdev: move the code adding the device out of realize
,
Igor Mammedov
,
2014/03/03
Re: [Qemu-devel] [PATCH v3] qdev: move the code adding the device out of realize
,
Andreas Färber
,
2014/03/03
Re: [Qemu-devel] [PATCH v3] qdev: move the code adding the device out of realize
,
Igor Mammedov
,
2014/03/03
Re: [Qemu-devel] [RFC PATCH v2 01/12] mc: add documentation for micro-checkpointing
,
Michael R. Hines
,
2014/03/03
Re: [Qemu-devel] [PATCH v2] virtio-net: add a field to indicate if vlan table is used
,
Amos Kong
,
2014/03/03
Re: [Qemu-devel] [PATCH v2] virtio-net: add a field to indicate if vlan table is used
,
Michael S. Tsirkin
,
2014/03/25
Re: [Qemu-devel] [PATCH v2] virtio-net: add a field to indicate if vlan table is used
,
Michael S. Tsirkin
,
2014/03/25
Re: [Qemu-devel] [PATCH v2] virtio-net: add a field to indicate if vlan table is used
,
Michael S. Tsirkin
,
2014/03/25
[Qemu-devel] [PATCH] target-i386: bugfix of Intel MPX
,
Liu, Jinsong
,
2014/03/03
Re: [Qemu-devel] [PATCH] target-i386: bugfix of Intel MPX
,
Paolo Bonzini
,
2014/03/03
Re: [Qemu-devel] [PATCH v18 13/14] memory backend: fill memory backend ram fields
,
Hu Tao
,
2014/03/02
[Qemu-devel] [PULL 0/7] refactor timer
,
Xuebing Wang
,
2014/03/02
[Qemu-devel] [PULL 1/7] timer: move QEMUTimerList functions together
,
Xuebing Wang
,
2014/03/02
[Qemu-devel] [PULL 2/7] timer: make QEMUTimerLis t functions private (remove from APIs)
,
Xuebing Wang
,
2014/03/02
[Qemu-devel] [PULL 3/7] timer: move QEMUClockType related functions together
,
Xuebing Wang
,
2014/03/02
[Qemu-devel] [PULL 4/7] timer: move QEMUTimerListGroup function to be below QEMUClockType
,
Xuebing Wang
,
2014/03/02
[Qemu-devel] [PULL 5/7] timer: move QEMUTimer related functions together
,
Xuebing Wang
,
2014/03/02
[Qemu-devel] [PULL 6/7] timer: move general utility functions together
,
Xuebing Wang
,
2014/03/02
[Qemu-devel] [PULL 7/7] timer: clean unnecessary #include and use minimal required #include
,
Xuebing Wang
,
2014/03/02
Re: [Qemu-devel] [PULL 0/7] refactor timer
,
Peter Maydell
,
2014/03/07
[Qemu-devel] [RFC]VM live snapshot proposal
,
Huangpeng (Peter)
,
2014/03/02
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Stefan Hajnoczi
,
2014/03/03
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Kevin Wolf
,
2014/03/03
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Paolo Bonzini
,
2014/03/03
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Kevin Wolf
,
2014/03/03
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Paolo Bonzini
,
2014/03/03
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Kevin Wolf
,
2014/03/03
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Dr. David Alan Gilbert
,
2014/03/03
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Andrea Arcangeli
,
2014/03/03
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Huangpeng (Peter)
,
2014/03/03
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Andrea Arcangeli
,
2014/03/05
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Huangpeng (Peter)
,
2014/03/04
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Andrea Arcangeli
,
2014/03/05
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Huangpeng (Peter)
,
2014/03/03
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Dr. David Alan Gilbert
,
2014/03/04
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Huangpeng (Peter)
,
2014/03/04
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Paolo Bonzini
,
2014/03/05
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Huangpeng (Peter)
,
2014/03/05
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Dr. David Alan Gilbert
,
2014/03/06
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Huangpeng (Peter)
,
2014/03/03
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Paolo Bonzini
,
2014/03/03
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Huangpeng (Peter)
,
2014/03/03
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Stefan Hajnoczi
,
2014/03/04
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Paolo Bonzini
,
2014/03/04
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Wenchao Xia
,
2014/03/04
Re: [Qemu-devel] [RFC]VM live snapshot proposal
,
Huangpeng (Peter)
,
2014/03/04
Re: [Qemu-devel] [PATCH] qjson.h: Remove spurious GCC_FMT_ATTR markup from qobject_from_json() declaration
,
Andreas Färber
,
2014/03/02
[Qemu-devel] Request for openhackware.git mirror
,
Andreas Färber
,
2014/03/02
Re: [Qemu-devel] Request for openhackware.git mirror
,
Stefan Hajnoczi
,
2014/03/03
Re: [Qemu-devel] Request for openhackware.git mirror
,
Mark Cave-Ayland
,
2014/03/03
Re: [Qemu-devel] Request for openhackware.git mirror
,
Andreas Färber
,
2014/03/03
Re: [Qemu-devel] Request for openhackware.git mirror
,
Mark Cave-Ayland
,
2014/03/03
Re: [Qemu-devel] Request for openhackware.git mirror
,
Andreas Färber
,
2014/03/12
Re: [Qemu-devel] Request for openhackware.git mirror
,
Andreas Färber
,
2014/03/12
Re: [Qemu-devel] Request for openhackware.git mirror
,
Mark Cave-Ayland
,
2014/03/12
Re: [Qemu-devel] [PATCH] pl011: reset the fifo when enabled or disabled
,
Peter Maydell
,
2014/03/02
Re: [Qemu-devel] [PATCH] pl011: reset the fifo when enabled or disabled
,
Rob Herring
,
2014/03/04
[Qemu-devel] [PATCH 0/5] linux-user: various fixes for AArch64
,
Peter Maydell
,
2014/03/02
[Qemu-devel] [PATCH 2/5] linux-user: AArch64: Implement SA_RESTORER for signal handlers
,
Peter Maydell
,
2014/03/02
[Qemu-devel] [PATCH 1/5] linux-user/signal.c: Fix AArch64 big-endian FP register restore
,
Peter Maydell
,
2014/03/02
[Qemu-devel] [PATCH 3/5] linux-user: Don't use UID16 on AArch64
,
Peter Maydell
,
2014/03/02
[Qemu-devel] [PATCH 4/5] linux-user: Fix getresuid, getresgid if !USE_UID16
,
Peter Maydell
,
2014/03/02
Re: [Qemu-devel] [PATCH 4/5] linux-user: Fix getresuid, getresgid if !USE_UID16
,
Andreas Färber
,
2014/03/02
[Qemu-devel] [PATCH 5/5] linux-user: Implement sendmmsg syscall
,
Peter Maydell
,
2014/03/02
Re: [Qemu-devel] [PATCH 0/5] linux-user: various fixes for AArch64
,
Richard Henderson
,
2014/03/03
Re: [Qemu-devel] [PATCH 0/5] linux-user: various fixes for AArch64
,
Riku Voipio
,
2014/03/03
Re: [Qemu-devel] [PATCH v3] target-sparc: Add and use CPU_FEATURE_CASA
,
Andreas Färber
,
2014/03/02
Re: [Qemu-devel] [PATCH v3] target-sparc: Add and use CPU_FEATURE_CASA
,
Fabien Chouteau
,
2014/03/07
Re: [Qemu-devel] [RFC PATCH v2] kvm: x86: ignore ioapic polarity
,
Michael S. Tsirkin
,
2014/03/02
Re: [Qemu-devel] [RFC PATCH v2] kvm: x86: ignore ioapic polarity
,
Paolo Bonzini
,
2014/03/13
Re: [Qemu-devel] [RFC PATCH v2] kvm: x86: ignore ioapic polarity
,
Gabriel L. Somlo
,
2014/03/13
Re: [Qemu-devel] [RFC PATCH v2] qemu: x86: ignore ioapic polarity
,
Michael S. Tsirkin
,
2014/03/02
Re: [Qemu-devel] [RFC PATCH v2] qemu: x86: ignore ioapic polarity
,
Gabriel L. Somlo
,
2014/03/02
Re: [Qemu-devel] [RFC PATCH v2] qemu: x86: ignore ioapic polarity
,
Michael S. Tsirkin
,
2014/03/02
Re: [Qemu-devel] [RFC PATCH v2] qemu: x86: ignore ioapic polarity
,
Michael S. Tsirkin
,
2014/03/06
[Qemu-devel] [PATCH v2 0/7] Allwinner A10 fixes
,
Beniamino Galvani
,
2014/03/02
[Qemu-devel] [PATCH v2 2/7] allwinner-a10-pic: update pending register when an irq is cleared
,
Beniamino Galvani
,
2014/03/02
Re: [Qemu-devel] [PATCH v2 2/7] allwinner-a10-pic: update pending register when an irq is cleared
,
Peter Crosthwaite
,
2014/03/03
Re: [Qemu-devel] [PATCH v2 2/7] allwinner-a10-pic: update pending register when an irq is cleared
,
Beniamino Galvani
,
2014/03/03
[Qemu-devel] [PATCH v2 3/7] allwinner-a10-pit: avoid generation of spurious interrupts
,
Beniamino Galvani
,
2014/03/02
Re: [Qemu-devel] [PATCH v2 3/7] allwinner-a10-pit: avoid generation of spurious interrupts
,
Peter Crosthwaite
,
2014/03/03
Re: [Qemu-devel] [PATCH v2 3/7] allwinner-a10-pit: avoid generation of spurious interrupts
,
Beniamino Galvani
,
2014/03/03
Re: [Qemu-devel] [PATCH v2 3/7] allwinner-a10-pit: avoid generation of spurious interrupts
,
Peter Crosthwaite
,
2014/03/04
[Qemu-devel] [PATCH v2 1/7] allwinner-a10-pic: set vector address when an interrupt is pending
,
Beniamino Galvani
,
2014/03/02
Re: [Qemu-devel] [PATCH v2 1/7] allwinner-a10-pic: set vector address when an interrupt is pending
,
Peter Crosthwaite
,
2014/03/03
Re: [Qemu-devel] [PATCH v2 1/7] allwinner-a10-pic: set vector address when an interrupt is pending
,
Beniamino Galvani
,
2014/03/03
[Qemu-devel] [PATCH v2 4/7] allwinner-a10-pit: use level triggered interrupts
,
Beniamino Galvani
,
2014/03/02
[Qemu-devel] [PATCH v2 5/7] allwinner-a10-pit: implement prescaler and source selection
,
Beniamino Galvani
,
2014/03/02
Re: [Qemu-devel] [PATCH v2 5/7] allwinner-a10-pit: implement prescaler and source selection
,
Peter Crosthwaite
,
2014/03/03
Re: [Qemu-devel] [PATCH v2 5/7] allwinner-a10-pit: implement prescaler and source selection
,
Beniamino Galvani
,
2014/03/03
[Qemu-devel] [PATCH v2 6/7] allwinner-emac: set autonegotiation complete bit on link up
,
Beniamino Galvani
,
2014/03/02
[Qemu-devel] [PATCH v2 7/7] allwinner-emac: update irq status after writes to interrupt registers
,
Beniamino Galvani
,
2014/03/02
Re: [Qemu-devel] [PATCH v2 7/7] allwinner-emac: update irq status after writes to interrupt registers
,
Peter Crosthwaite
,
2014/03/03
[Qemu-devel] [PATCH] migration: add more traces
,
Alexey Kardashevskiy
,
2014/03/02
Re: [Qemu-devel] [PATCH] migration: add more traces
,
陈梁
,
2014/03/02
Re: [Qemu-devel] [PATCH] migration: add more traces
,
Paolo Bonzini
,
2014/03/03
Re: [Qemu-devel] [PATCH 0/9] w32: Reduce dependency on Windows API
,
Michael Tokarev
,
2014/03/02
Re: [Qemu-devel] [Qemu-trivial] [PATCH] qjson.h: Remove spurious GCC_FMT_ATTR markup from qobject_from_json() declaration
,
Michael Tokarev
,
2014/03/02
Re: [Qemu-devel] [Qemu-trivial] [PATCH] tests/test-int128: Don't use __noclone__ attribute on clang
,
Michael Tokarev
,
2014/03/02
Re: [Qemu-devel] [Qemu-trivial] [PATCH v2] hw/timer/grlib_gptimer: Avoid integer overflows
,
Michael Tokarev
,
2014/03/02
Re: [Qemu-devel] [Qemu-trivial] [PATCH v2] hw/timer/grlib_gptimer: Avoid integer overflows
,
Sebastian Huber
,
2014/03/02
Re: [Qemu-devel] [Qemu-trivial] [PATCH v2] hw/timer/grlib_gptimer: Avoid integer overflows
,
Sebastian Huber
,
2014/03/12
Re: [Qemu-devel] [Qemu-trivial] [PATCH v2] hw/timer/grlib_gptimer: Avoid integer overflows
,
Michael Tokarev
,
2014/03/14
Re: [Qemu-devel] [Qemu-trivial] [PATCH] stubs: Optimize dependencies for gdbstub.c
,
Michael Tokarev
,
2014/03/02
Re: [Qemu-devel] [Qemu-trivial] [PATCH] tcg: Fix typo in comment (dependancies -> dependencies)
,
Michael Tokarev
,
2014/03/02
[Qemu-devel] [PATCH RFC V2 0/9] qemu-machine as a QOM object
,
Marcel Apfelbaum
,
2014/03/02
[Qemu-devel] [PATCH RFC V2 1/9] hw/core: introduced qemu machine as QOM object
,
Marcel Apfelbaum
,
2014/03/02
Re: [Qemu-devel] [PATCH RFC V2 1/9] hw/core: introduced qemu machine as QOM object
,
Michael S. Tsirkin
,
2014/03/03
Re: [Qemu-devel] [PATCH RFC V2 1/9] hw/core: introduced qemu machine as QOM object
,
Andreas Färber
,
2014/03/03
Re: [Qemu-devel] [PATCH RFC V2 1/9] hw/core: introduced qemu machine as QOM object
,
Marcel Apfelbaum
,
2014/03/03
[Qemu-devel] [PATCH RFC V2 4/9] hw/machine: add qemu machine opts as properties to QemuMachineState
,
Marcel Apfelbaum
,
2014/03/02
[Qemu-devel] [PATCH RFC V2 6/9] vl.c: do not set 'type' property in obj_set_property
,
Marcel Apfelbaum
,
2014/03/02
Re: [Qemu-devel] [PATCH RFC V2 6/9] vl.c: do not set 'type' property in obj_set_property
,
Paolo Bonzini
,
2014/03/03
Re: [Qemu-devel] [PATCH RFC V2 6/9] vl.c: do not set 'type' property in obj_set_property
,
Marcel Apfelbaum
,
2014/03/03
Re: [Qemu-devel] [PATCH RFC V2 6/9] vl.c: do not set 'type' property in obj_set_property
,
Paolo Bonzini
,
2014/03/03
[Qemu-devel] [PATCH RFC V2 7/9] qom: add object_property_is_set
,
Marcel Apfelbaum
,
2014/03/02
Re: [Qemu-devel] [PATCH RFC V2 7/9] qom: add object_property_is_set
,
Paolo Bonzini
,
2014/03/03
Re: [Qemu-devel] [PATCH RFC V2 7/9] qom: add object_property_is_set
,
Marcel Apfelbaum
,
2014/03/03
[Qemu-devel] [PATCH RFC V2 8/9] machine-opts: replace qemu_opt_get by QOM QemuMachine queries
,
Marcel Apfelbaum
,
2014/03/02
Re: [Qemu-devel] [PATCH RFC V2 8/9] machine-opts: replace qemu_opt_get by QOM QemuMachine queries
,
Paolo Bonzini
,
2014/03/03
Re: [Qemu-devel] [PATCH RFC V2 8/9] machine-opts: replace qemu_opt_get by QOM QemuMachine queries
,
Marcel Apfelbaum
,
2014/03/03
[Qemu-devel] [PATCH RFC V2 9/9] hw/core: mapped QemuOpts into QEMUMachineInitArgs fields to remove duplication
,
Marcel Apfelbaum
,
2014/03/02
Re: [Qemu-devel] [PATCH RFC V2 9/9] hw/core: mapped QemuOpts into QEMUMachineInitArgs fields to remove duplication
,
Paolo Bonzini
,
2014/03/03
Re: [Qemu-devel] [PATCH RFC V2 9/9] hw/core: mapped QemuOpts into QEMUMachineInitArgs fields to remove duplication
,
Marcel Apfelbaum
,
2014/03/03
[Qemu-devel] [PATCH RFC V2 3/9] hw/boards: converted current_machine to be an instance of QemuMachineCLass
,
Marcel Apfelbaum
,
2014/03/02
Re: [Qemu-devel] [PATCH RFC V2 3/9] hw/boards: converted current_machine to be an instance of QemuMachineCLass
,
Paolo Bonzini
,
2014/03/03
Re: [Qemu-devel] [PATCH RFC V2 3/9] hw/boards: converted current_machine to be an instance of QemuMachineCLass
,
Marcel Apfelbaum
,
2014/03/03
Re: [Qemu-devel] [PATCH RFC V2 3/9] hw/boards: converted current_machine to be an instance of QemuMachineCLass
,
Paolo Bonzini
,
2014/03/03
Re: [Qemu-devel] [PATCH RFC V2 3/9] hw/boards: converted current_machine to be an instance of QemuMachineCLass
,
Marcel Apfelbaum
,
2014/03/03
[Qemu-devel] [PATCH RFC V2 2/9] vl: use qemu machine QOM class instead of global machines list
,
Marcel Apfelbaum
,
2014/03/02
Re: [Qemu-devel] [PATCH RFC V2 2/9] vl: use qemu machine QOM class instead of global machines list
,
Michael S. Tsirkin
,
2014/03/03
Re: [Qemu-devel] [PATCH RFC V2 2/9] vl: use qemu machine QOM class instead of global machines list
,
Paolo Bonzini
,
2014/03/03
Re: [Qemu-devel] [PATCH RFC V2 2/9] vl: use qemu machine QOM class instead of global machines list
,
Marcel Apfelbaum
,
2014/03/03
Re: [Qemu-devel] [PATCH RFC V2 2/9] vl: use qemu machine QOM class instead of global machines list
,
Andreas Färber
,
2014/03/03
Re: [Qemu-devel] [PATCH RFC V2 2/9] vl: use qemu machine QOM class instead of global machines list
,
Marcel Apfelbaum
,
2014/03/03
Re: [Qemu-devel] [PATCH RFC V2 2/9] vl: use qemu machine QOM class instead of global machines list
,
Andreas Färber
,
2014/03/03
Re: [Qemu-devel] [PATCH RFC V2 2/9] vl: use qemu machine QOM class instead of global machines list
,
Marcel Apfelbaum
,
2014/03/03
[Qemu-devel] [PATCH RFC V2 5/9] qapi: output visitor crashes qemu if it encounters a NULL value
,
Marcel Apfelbaum
,
2014/03/02
Re: [Qemu-devel] [PATCH RFC V2 0/9] qemu-machine as a QOM object
,
Paolo Bonzini
,
2014/03/03
Re: [Qemu-devel] [PATCH RFC V2 0/9] qemu-machine as a QOM object
,
Marcel Apfelbaum
,
2014/03/03
Re: [Qemu-devel] [PATCH RFC V2 0/9] qemu-machine as a QOM object
,
Paolo Bonzini
,
2014/03/03
Re: [Qemu-devel] [PATCH RFC V2 0/9] qemu-machine as a QOM object
,
Marcel Apfelbaum
,
2014/03/03
Re: [Qemu-devel] [PATCH RFC V2 0/9] qemu-machine as a QOM object
,
Andreas Färber
,
2014/03/03
[Qemu-devel] GSoC 2014 - Continuous vmstate testing
,
prashanth sunder
,
2014/03/02
Re: [Qemu-devel] [PATCH] qapi: output visitor crashes qemu if it encounters a NULL value
,
Marcel Apfelbaum
,
2014/03/02
Re: [Qemu-devel] [PATCH] qapi: output visitor crashes qemu if it encounters a NULL value
,
Luiz Capitulino
,
2014/03/03
[Qemu-devel] Fwd: Bug#740464: qemu-kvm: support for seabios option "screen-and-debug"
,
Michael Tokarev
,
2014/03/02
[Qemu-devel] Bug#740464: Info received (Fwd: Bug#740464: qemu-kvm: support for seabios option "screen-and-debug")
,
Debian Bug Tracking System
,
2014/03/02
Re: [Qemu-devel] [PATCH v3 31/31] target-arm: Add v8 mmu translation support
,
Peter Maydell
,
2014/03/01
[Qemu-devel] KVM call agenda for 2014-03-04
,
Juan Quintela
,
2014/03/01
Re: [Qemu-devel] KVM call agenda for 2014-03-04
,
Juan Quintela
,
2014/03/04
[Qemu-devel] [PATCH 0/3] hw/9pfs: fix 3 issues which related with path string
,
Chen Gang
,
2014/03/01
[Qemu-devel] [PATCH 1/3] hw/9pfs/virtio-9p-local.c: move v9fs_string_free() to below "err_out:"
,
Chen Gang
,
2014/03/01
[Qemu-devel] [PATCH 2/3] hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf()
,
Chen Gang
,
2014/03/01
[Qemu-devel] [PATCH 3/3] hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation
,
Chen Gang
,
2014/03/01
Re: [Qemu-devel] [PATCH 3/3] hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation
,
Markus Armbruster
,
2014/03/03
Re: [Qemu-devel] [PATCH 3/3] hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation
,
Chen Gang
,
2014/03/03
Re: [Qemu-devel] [PATCH 3/3] hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation
,
Aneesh Kumar K.V
,
2014/03/03
Re: [Qemu-devel] [PATCH 3/3] hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation
,
Aneesh Kumar K.V
,
2014/03/03
Re: [Qemu-devel] [PATCH 3/3] hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation
,
Chen Gang
,
2014/03/03
Re: [Qemu-devel] [PATCH 2/3] hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf()
,
Markus Armbruster
,
2014/03/03
Re: [Qemu-devel] [PATCH 2/3] hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf()
,
Chen Gang
,
2014/03/03
Re: [Qemu-devel] [PATCH 2/3] hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf()
,
Markus Armbruster
,
2014/03/03
Re: [Qemu-devel] [PATCH 2/3] hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf()
,
Chen Gang
,
2014/03/03
Re: [Qemu-devel] [PATCH 2/3] hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf()
,
Aneesh Kumar K.V
,
2014/03/03
Re: [Qemu-devel] [PATCH 2/3] hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf()
,
Aneesh Kumar K.V
,
2014/03/03
Re: [Qemu-devel] [PATCH 1/3] hw/9pfs/virtio-9p-local.c: move v9fs_string_free() to below "err_out:"
,
Aneesh Kumar K.V
,
2014/03/03
Re: [Qemu-devel] [PATCH 1/3] hw/9pfs/virtio-9p-local.c: move v9fs_string_free() to below "err_out:"
,
Chen Gang
,
2014/03/03
Re: [Qemu-devel] [PATCH 0/3] hw/9pfs: fix 3 issues which related with path string
,
Eric Blake
,
2014/03/03
Re: [Qemu-devel] [PATCH 0/3] hw/9pfs: fix 3 issues which related with path string
,
Chen Gang
,
2014/03/03
Re: [Qemu-devel] [PATCH] qemu: x86: report lapic version as 0x14 instead of 0x11
,
Paolo Bonzini
,
2014/03/01
Re: [Qemu-devel] [PATCH] qemu: x86: report lapic version as 0x14 instead of 0x11
,
Gabriel L. Somlo
,
2014/03/01
Re: [Qemu-devel] [PATCH] qemu: x86: report lapic version as 0x14 instead of 0x11
,
Paolo Bonzini
,
2014/03/02
Re: [Qemu-devel] [PATCH] qemu: x86: report lapic version as 0x14 instead of 0x11
,
Michael S. Tsirkin
,
2014/03/02
Re: [Qemu-devel] [PATCH] qemu: x86: report lapic version as 0x14 instead of 0x11
,
Michael S. Tsirkin
,
2014/03/02
Re: [Qemu-devel] [PATCH] qemu: x86: report lapic version as 0x14 instead of 0x11
,
Michael S. Tsirkin
,
2014/03/06
Re: [Qemu-devel] The unholy encrypted image key mess
,
Paolo Bonzini
,
2014/03/01
Re: [Qemu-devel] The unholy encrypted image key mess
,
Markus Armbruster
,
2014/03/05
Re: [Qemu-devel] The unholy encrypted image key mess
,
Paolo Bonzini
,
2014/03/05
Re: [Qemu-devel] The unholy encrypted image key mess
,
Markus Armbruster
,
2014/03/05
Re: [Qemu-devel] The unholy encrypted image key mess
,
Kevin Wolf
,
2014/03/03
Re: [Qemu-devel] The unholy encrypted image key mess
,
Markus Armbruster
,
2014/03/05
Re: [Qemu-devel] The unholy encrypted image key mess
,
Paolo Bonzini
,
2014/03/05
Re: [Qemu-devel] The unholy encrypted image key mess
,
Andreas Färber
,
2014/03/05
Re: [Qemu-devel] The unholy encrypted image key mess
,
Markus Armbruster
,
2014/03/05
Re: [Qemu-devel] The unholy encrypted image key mess
,
Paolo Bonzini
,
2014/03/05
Re: [Qemu-devel] The unholy encrypted image key mess
,
Markus Armbruster
,
2014/03/05
Re: [Qemu-devel] The unholy encrypted image key mess
,
Markus Armbruster
,
2014/03/05
Re: [Qemu-devel] The unholy encrypted image key mess
,
Gerd Hoffmann
,
2014/03/05
Re: [Qemu-devel] The unholy encrypted image key mess
,
Kevin Wolf
,
2014/03/05
Re: [Qemu-devel] The unholy encrypted image key mess
,
Markus Armbruster
,
2014/03/05
Re: [Qemu-devel] e1000 memory corruption in guest OS
,
Alexey Kardashevskiy
,
2014/03/01
Re: [Qemu-devel] e1000 memory corruption in guest OS
,
Paolo Bonzini
,
2014/03/01
Re: [Qemu-devel] e1000 memory corruption in guest OS
,
Alexey Kardashevskiy
,
2014/03/02
Re: [Qemu-devel] e1000 memory corruption in guest OS
,
Paolo Bonzini
,
2014/03/03
Re: [Qemu-devel] e1000 memory corruption in guest OS
,
Alexey Kardashevskiy
,
2014/03/03
Re: [Qemu-devel] e1000 memory corruption in guest OS
,
Paolo Bonzini
,
2014/03/03
Re: [Qemu-devel] e1000 memory corruption in guest OS
,
Don Slutz
,
2014/03/03
Re: [Qemu-devel] e1000 memory corruption in guest OS
,
Alexey Kardashevskiy
,
2014/03/03
Re: [Qemu-devel] QEMU on ARM64
,
Peter Maydell
,
2014/03/01
Re: [Qemu-devel] [PATCH v3 0/3] qapi: Allow modularization of QAPI schema files
,
Markus Armbruster
,
2014/03/01
Re: [Qemu-devel] [PATCH v4 2/3] qapi: Add a primitive to include other files from a QAPI schema file
,
Markus Armbruster
,
2014/03/01
Re: [Qemu-devel] [PATCH v4 2/3] qapi: Add a primitive to include other files from a QAPI schema file
,
Lluís Vilanova
,
2014/03/03
Re: [Qemu-devel] [PATCH v4 2/3] qapi: Add a primitive to include other files from a QAPI schema file
,
Markus Armbruster
,
2014/03/03
Re: [Qemu-devel] [PATCH v4 2/3] qapi: Add a primitive to include other files from a QAPI schema file
,
Lluís Vilanova
,
2014/03/03
Re: [Qemu-devel] [PATCH v4 2/3] qapi: Add a primitive to include other files from a QAPI schema file
,
Eric Blake
,
2014/03/03
Re: [Qemu-devel] [PATCH v4 2/3] qapi: Add a primitive to include other files from a QAPI schema file
,
Markus Armbruster
,
2014/03/04
Re: [Qemu-devel] [PATCH v4 2/3] qapi: Add a primitive to include other files from a QAPI schema file
,
Benoît Canet
,
2014/03/13
Re: [Qemu-devel] [PATCH v4 2/3] qapi: Add a primitive to include other files from a QAPI schema file
,
Eric Blake
,
2014/03/13
Re: [Qemu-devel] [PATCH v4 2/3] qapi: Add a primitive to include other files from a QAPI schema file
,
Lluís Vilanova
,
2014/03/13
Re: [Qemu-devel] [PATCH v4 2/3] qapi: Add a primitive to include other files from a QAPI schema file
,
Benoît Canet
,
2014/03/14
Re: [Qemu-devel] [PATCH v4 2/3] qapi: Add a primitive to include other files from a QAPI schema file
,
Lluís Vilanova
,
2014/03/14
Re: [Qemu-devel] [PATCH v4 2/3] qapi: Add a primitive to include other files from a QAPI schema file
,
Benoît Canet
,
2014/03/14
Re: [Qemu-devel] [PATCH v4 2/3] qapi: Add a primitive to include other files from a QAPI schema file
,
Benoît Canet
,
2014/03/17
Re: [Qemu-devel] [PATCH v4 1/3] qapi: Use an explicit input file
,
Markus Armbruster
,
2014/03/01
Re: [Qemu-devel] [PATCH v4 1/3] qapi: Use an explicit input file
,
Lluís Vilanova
,
2014/03/03
Re: [Qemu-devel] [PATCH v4 1/3] qapi: Use an explicit input file
,
Markus Armbruster
,
2014/03/03
Re: [Qemu-devel] [PATCH v4 1/3] qapi: Use an explicit input file
,
Lluís Vilanova
,
2014/03/03
Re: [Qemu-devel] [PATCH v4 1/3] qapi: Use an explicit input file
,
Markus Armbruster
,
2014/03/04
Re: [Qemu-devel] [PATCH v4 1/3] qapi: Use an explicit input file
,
Lluís Vilanova
,
2014/03/04
[Qemu-devel] [PATCH v3 00/13] qapi: Test coverage & clean up generated code
,
Markus Armbruster
,
2014/03/01
[Qemu-devel] [PATCH v3 04/13] tests/qapi-schema: Cover anonymous union types
,
Markus Armbruster
,
2014/03/01
[Qemu-devel] [PATCH v3 02/13] tests/qapi-schema: Cover optional command arguments
,
Markus Armbruster
,
2014/03/01
[Qemu-devel] [PATCH v3 01/13] tests/qapi-schema: Actually check successful QMP command response
,
Markus Armbruster
,
2014/03/01
[Qemu-devel] [PATCH v3 06/13] tests/qapi-schema: Cover union types with base
,
Markus Armbruster
,
2014/03/01
[Qemu-devel] [PATCH v3 13/13] qapi: Add missing null check to opts_start_struct()
,
Markus Armbruster
,
2014/03/01
[Qemu-devel] [PATCH v3 05/13] tests/qapi-schema: Cover complex types with base
,
Markus Armbruster
,
2014/03/01
[Qemu-devel] [PATCH v3 11/13] qapi: Clean up null checking in generated visitors
,
Markus Armbruster
,
2014/03/01
Re: [Qemu-devel] [PATCH v3 11/13] qapi: Clean up null checking in generated visitors
,
Eric Blake
,
2014/03/01
[Qemu-devel] [PATCH v3 09/13] qapi: Drop nonsensical header guard in generated qapi-visit.c
,
Markus Armbruster
,
2014/03/01
[Qemu-devel] [PATCH v3 08/13] qapi: Fix licensing of scripts
,
Markus Armbruster
,
2014/03/01
[Qemu-devel] [PATCH v3 12/13] qapi: Clean up superfluous null check in qapi_dealloc_type_str()
,
Markus Armbruster
,
2014/03/01
[Qemu-devel] [PATCH v3 03/13] tests/qapi-schema: Cover simple argument types
,
Markus Armbruster
,
2014/03/01
[Qemu-devel] [PATCH v3 10/13] qapi: Drop unused code in qapi-commands.py
,
Markus Armbruster
,
2014/03/01
[Qemu-devel] [PATCH v3 07/13] tests/qapi-schema: Cover flat union types
,
Markus Armbruster
,
2014/03/01
Re: [Qemu-devel] [PATCH v3 00/13] qapi: Test coverage & clean up generated code
,
Luiz Capitulino
,
2014/03/03
Re: [Qemu-devel] [PATCH V8 00/10] qapi script: support enum as discriminator and better enum name
,
Markus Armbruster
,
2014/03/01
Re: [Qemu-devel] [PATCH V8 00/10] qapi script: support enum as discriminator and better enum name
,
Markus Armbruster
,
2014/03/04
Re: [Qemu-devel] [PATCH V8 00/10] qapi script: support enum as discriminator and better enum name
,
Luiz Capitulino
,
2014/03/04
Re: [Qemu-devel] [PATCH V8 00/10] qapi script: support enum as discriminator and better enum name
,
Markus Armbruster
,
2014/03/04
Re: [Qemu-devel] [PATCH V8 00/10] qapi script: support enum as discriminator and better enum name
,
Wenchao Xia
,
2014/03/04
Re: [Qemu-devel] [PATCH RFC] kvm: ignore apic polarity
,
Alex Williamson
,
2014/03/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc