Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-s390x (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Tue Jun 30 2020 10:30:08 -0400
Threads in reverse chronological order
[
Next Period
]
[PATCH] pc-bios/s390-ccw: Generate and include dependency files in the Makefile
,
Thomas Huth
,
2020/06/30
[PATCH v5 00/21] virtio-mem: Paravirtualized memory hot(un)plug
,
David Hildenbrand
,
2020/06/26
[PATCH v5 01/21] pc: Support coldplugging of virtio-pmem-pci devices on all buses
,
David Hildenbrand
,
2020/06/26
[PATCH v5 02/21] exec: Introduce ram_block_discard_(disable|require)()
,
David Hildenbrand
,
2020/06/26
[PATCH v5 04/21] accel/kvm: Convert to ram_block_discard_disable()
,
David Hildenbrand
,
2020/06/26
[PATCH v5 05/21] s390x/pv: Convert to ram_block_discard_disable()
,
David Hildenbrand
,
2020/06/26
[PATCH v5 03/21] vfio: Convert to ram_block_discard_disable()
,
David Hildenbrand
,
2020/06/26
[PATCH v5 06/21] virtio-balloon: Rip out qemu_balloon_inhibit()
,
David Hildenbrand
,
2020/06/26
[PATCH v5 08/21] migration/rdma: Use ram_block_discard_disable()
,
David Hildenbrand
,
2020/06/26
[PATCH v5 07/21] target/i386: sev: Use ram_block_discard_disable()
,
David Hildenbrand
,
2020/06/26
[PATCH v5 09/21] migration/colo: Use ram_block_discard_disable()
,
David Hildenbrand
,
2020/06/26
[PATCH v5 10/21] virtio-mem: Paravirtualized memory hot(un)plug
,
David Hildenbrand
,
2020/06/26
Re: [PATCH v5 10/21] virtio-mem: Paravirtualized memory hot(un)plug
,
Michael S. Tsirkin
,
2020/06/30
Re: [PATCH v5 10/21] virtio-mem: Paravirtualized memory hot(un)plug
,
David Hildenbrand
,
2020/06/30
[PATCH v5 11/21] virtio-pci: Proxy for virtio-mem
,
David Hildenbrand
,
2020/06/26
[PATCH v5 12/21] MAINTAINERS: Add myself as virtio-mem maintainer
,
David Hildenbrand
,
2020/06/26
[PATCH v5 13/21] hmp: Handle virtio-mem when printing memory device info
,
David Hildenbrand
,
2020/06/26
[PATCH v5 14/21] numa: Handle virtio-mem in NUMA stats
,
David Hildenbrand
,
2020/06/26
[PATCH v5 15/21] pc: Support for virtio-mem-pci
,
David Hildenbrand
,
2020/06/26
[PATCH v5 16/21] virtio-mem: Allow notifiers for size changes
,
David Hildenbrand
,
2020/06/26
[PATCH v5 17/21] virtio-pci: Send qapi events when the virtio-mem size changes
,
David Hildenbrand
,
2020/06/26
[PATCH v5 18/21] virtio-mem: Migration sanity checks
,
David Hildenbrand
,
2020/06/26
[PATCH v5 19/21] virtio-mem: Add trace events
,
David Hildenbrand
,
2020/06/26
[PATCH v5 20/21] virtio-mem: Exclude unplugged memory during migration
,
David Hildenbrand
,
2020/06/26
[PATCH v5 21/21] numa: Auto-enable NUMA when any memory devices are possible
,
David Hildenbrand
,
2020/06/26
[PATCH v4 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
,
Collin Walling
,
2020/06/24
[PATCH v4 5/8] s390/sclp: use cpu offset to locate cpu entries
,
Collin Walling
,
2020/06/24
[PATCH v4 1/8] s390/sclp: get machine once during read scp/cpu info
,
Collin Walling
,
2020/06/24
[PATCH v4 6/8] s390/sclp: add extended-length sccb support for kvm guest
,
Collin Walling
,
2020/06/24
Re: [PATCH v4 6/8] s390/sclp: add extended-length sccb support for kvm guest
,
Cornelia Huck
,
2020/06/26
[PATCH v4 4/8] s390/sclp: read sccb from mem based on sccb length
,
Collin Walling
,
2020/06/24
[PATCH v4 7/8] s390/kvm: header sync for diag318
,
Collin Walling
,
2020/06/24
[PATCH v4 8/8] s390: guest support for diagnose 0x318
,
Collin Walling
,
2020/06/24
Re: [PATCH v4 8/8] s390: guest support for diagnose 0x318
,
Cornelia Huck
,
2020/06/26
[PATCH v4 3/8] s390/sclp: rework sclp boundary and length checks
,
Collin Walling
,
2020/06/24
Re: [PATCH v4 3/8] s390/sclp: rework sclp boundary and length checks
,
Thomas Huth
,
2020/06/25
[PATCH v4 2/8] s390/sclp: check sccb len before filling in data
,
Collin Walling
,
2020/06/24
[PATCH 0/7] accel/kvm: Simplify few functions that can use global kvm_state
,
Philippe Mathieu-Daudé
,
2020/06/23
[PATCH 1/7] accel/kvm: Let kvm_check_extension use global KVM state
,
Philippe Mathieu-Daudé
,
2020/06/23
Re: [PATCH 1/7] accel/kvm: Let kvm_check_extension use global KVM state
,
Cornelia Huck
,
2020/06/23
[PATCH 2/7] accel/kvm: Simplify kvm_check_extension()
,
Philippe Mathieu-Daudé
,
2020/06/23
Re: [PATCH 2/7] accel/kvm: Simplify kvm_check_extension()
,
Cornelia Huck
,
2020/06/23
[PATCH 3/7] accel/kvm: Simplify kvm_check_extension_list()
,
Philippe Mathieu-Daudé
,
2020/06/23
Re: [PATCH 3/7] accel/kvm: Simplify kvm_check_extension_list()
,
Cornelia Huck
,
2020/06/23
[RFC PATCH 4/7] accel/kvm: Simplify kvm_set_sigmask_len()
,
Philippe Mathieu-Daudé
,
2020/06/23
[PATCH 5/7] target/i386/kvm: Simplify get_para_features()
,
Philippe Mathieu-Daudé
,
2020/06/23
Re: [PATCH 5/7] target/i386/kvm: Simplify get_para_features()
,
Cornelia Huck
,
2020/06/23
[RFC PATCH 6/7] target/i386/kvm: Simplify kvm_get_mce_cap_supported()
,
Philippe Mathieu-Daudé
,
2020/06/23
[RFC PATCH 7/7] target/i386/kvm: Simplify kvm_get_supported_[feature]_msrs()
,
Philippe Mathieu-Daudé
,
2020/06/23
[PATCH v4 0/9] pc-bios: s390x: Cleanup part 1
,
Janosch Frank
,
2020/06/22
[PATCH v4 1/9] pc-bios: s390x: cio.c cleanup and compile fix
,
Janosch Frank
,
2020/06/22
[PATCH v4 4/9] pc-bios: s390x: Get rid of magic offsets into the lowcore
,
Janosch Frank
,
2020/06/22
Re: [PATCH v4 4/9] pc-bios: s390x: Get rid of magic offsets into the lowcore
,
Thomas Huth
,
2020/06/22
[PATCH v4 3/9] pc-bios: s390x: Move sleep and yield to helper.h
,
Janosch Frank
,
2020/06/22
Re: [PATCH v4 3/9] pc-bios: s390x: Move sleep and yield to helper.h
,
Thomas Huth
,
2020/06/22
Re: [PATCH v4 3/9] pc-bios: s390x: Move sleep and yield to helper.h
,
David Hildenbrand
,
2020/06/22
[PATCH v4 2/9] pc-bios: s390x: Consolidate timing functions into time.h
,
Janosch Frank
,
2020/06/22
Re: [PATCH v4 2/9] pc-bios: s390x: Consolidate timing functions into time.h
,
Thomas Huth
,
2020/06/22
Re: [PATCH v4 2/9] pc-bios: s390x: Consolidate timing functions into time.h
,
Thomas Huth
,
2020/06/22
[PATCH v4 7/9] pc-bios: s390x: Move panic() into header and add infinite loop
,
Janosch Frank
,
2020/06/22
Re: [PATCH v4 7/9] pc-bios: s390x: Move panic() into header and add infinite loop
,
Thomas Huth
,
2020/06/22
[PATCH v4 6/9] pc-bios: s390x: Use PSW masks where possible and introduce PSW_MASK_SHORT_ADDR
,
Janosch Frank
,
2020/06/22
[PATCH v4 8/9] pc-bios: s390x: Use ebcdic2ascii table
,
Janosch Frank
,
2020/06/22
[PATCH v4 9/9] pc-bios: s390x: Make u32 ptr check explicit
,
Janosch Frank
,
2020/06/22
[PATCH v4 5/9] pc-bios: s390x: Rename and use PSW_MASK_ZMODE constant
,
Janosch Frank
,
2020/06/22
Re: [PATCH v4 5/9] pc-bios: s390x: Rename and use PSW_MASK_ZMODE constant
,
Thomas Huth
,
2020/06/22
Re: [PATCH v4 5/9] pc-bios: s390x: Rename and use PSW_MASK_ZMODE constant
,
Janosch Frank
,
2020/06/22
Re: [PATCH v4 0/9] pc-bios: s390x: Cleanup part 1
,
no-reply
,
2020/06/22
[PATCH] target/s390x: Fix SQXBR
,
Richard Henderson
,
2020/06/20
Re: [PATCH] target/s390x: Fix SQXBR
,
David Hildenbrand
,
2020/06/22
Re: [PATCH] target/s390x: Fix SQXBR
,
Cornelia Huck
,
2020/06/22
[PATCH v3 0/9] Generalize memory encryption models
,
David Gibson
,
2020/06/18
[PATCH v3 3/9] host trust limitation: Move side effect out of machine_set_memory_encryption()
,
David Gibson
,
2020/06/18
[PATCH v3 1/9] host trust limitation: Introduce new host trust limitation interface
,
David Gibson
,
2020/06/18
Re: [PATCH v3 1/9] host trust limitation: Introduce new host trust limitation interface
,
Dr. David Alan Gilbert
,
2020/06/26
[PATCH v3 2/9] host trust limitation: Handle memory encryption via interface
,
David Gibson
,
2020/06/18
[PATCH v3 4/9] host trust limitation: Rework the "memory-encryption" property
,
David Gibson
,
2020/06/18
[PATCH v3 8/9] spapr: PEF: block migration
,
David Gibson
,
2020/06/18
Re: [PATCH v3 8/9] spapr: PEF: block migration
,
Dr. David Alan Gilbert
,
2020/06/26
[PATCH v3 5/9] host trust limitation: Decouple kvm_memcrypt_*() helpers from KVM
,
David Gibson
,
2020/06/18
[PATCH v3 9/9] host trust limitation: Alter virtio default properties for protected guests
,
David Gibson
,
2020/06/18
Re: [PATCH v3 9/9] host trust limitation: Alter virtio default properties for protected guests
,
Daniel P . Berrangé
,
2020/06/19
Re: [PATCH v3 9/9] host trust limitation: Alter virtio default properties for protected guests
,
Michael S. Tsirkin
,
2020/06/19
Re: [PATCH v3 9/9] host trust limitation: Alter virtio default properties for protected guests
,
Michael S. Tsirkin
,
2020/06/19
Re: [PATCH v3 9/9] host trust limitation: Alter virtio default properties for protected guests
,
Daniel P . Berrangé
,
2020/06/19
Re: [PATCH v3 9/9] host trust limitation: Alter virtio default properties for protected guests
,
Halil Pasic
,
2020/06/19
Re: [PATCH v3 9/9] host trust limitation: Alter virtio default properties for protected guests
,
Michael S. Tsirkin
,
2020/06/24
Re: [PATCH v3 9/9] host trust limitation: Alter virtio default properties for protected guests
,
David Gibson
,
2020/06/25
Re: [PATCH v3 9/9] host trust limitation: Alter virtio default properties for protected guests
,
David Gibson
,
2020/06/25
Re: [PATCH v3 9/9] host trust limitation: Alter virtio default properties for protected guests
,
David Gibson
,
2020/06/19
Re: [PATCH v3 9/9] host trust limitation: Alter virtio default properties for protected guests
,
Daniel P . Berrangé
,
2020/06/19
Re: [PATCH v3 9/9] host trust limitation: Alter virtio default properties for protected guests
,
David Gibson
,
2020/06/20
Re: [PATCH v3 9/9] host trust limitation: Alter virtio default properties for protected guests
,
Daniel P . Berrangé
,
2020/06/22
Re: [PATCH v3 9/9] host trust limitation: Alter virtio default properties for protected guests
,
David Gibson
,
2020/06/25
[PATCH v3 7/9] spapr: Add PEF based host trust limitation
,
David Gibson
,
2020/06/18
[PATCH v3 6/9] host trust limitation: Add Error ** to HostTrustLimitation::kvm_init
,
David Gibson
,
2020/06/18
Re: [PATCH v3 0/9] Generalize memory encryption models
,
no-reply
,
2020/06/18
Re: [PATCH v3 0/9] Generalize memory encryption models
,
David Hildenbrand
,
2020/06/19
Re: [PATCH v3 0/9] Generalize memory encryption models
,
Cornelia Huck
,
2020/06/19
Re: [PATCH v3 0/9] Generalize memory encryption models
,
David Hildenbrand
,
2020/06/19
Re: [PATCH v3 0/9] Generalize memory encryption models
,
Cornelia Huck
,
2020/06/19
Re: [PATCH v3 0/9] Generalize memory encryption models
,
David Hildenbrand
,
2020/06/19
Re: [PATCH v3 0/9] Generalize memory encryption models
,
Cornelia Huck
,
2020/06/22
Re: [PATCH v3 0/9] Generalize memory encryption models
,
David Gibson
,
2020/06/25
Re: [PATCH v3 0/9] Generalize memory encryption models
,
David Hildenbrand
,
2020/06/25
Re: [PATCH v3 0/9] Generalize memory encryption models
,
David Gibson
,
2020/06/26
Re: [PATCH v3 0/9] Generalize memory encryption models
,
David Hildenbrand
,
2020/06/26
Re: [PATCH v3 0/9] Generalize memory encryption models
,
Janosch Frank
,
2020/06/26
Re: [PATCH v3 0/9] Generalize memory encryption models
,
Daniel P . Berrangé
,
2020/06/26
Re: [PATCH v3 0/9] Generalize memory encryption models
,
Janosch Frank
,
2020/06/26
Re: [PATCH v3 0/9] Generalize memory encryption models
,
Dr. David Alan Gilbert
,
2020/06/26
Re: [PATCH v3 0/9] Generalize memory encryption models
,
Daniel P . Berrangé
,
2020/06/26
Re: [PATCH v3 0/9] Generalize memory encryption models
,
Janosch Frank
,
2020/06/26
Re: [PATCH v3 0/9] Generalize memory encryption models
,
David Gibson
,
2020/06/19
Re: [PATCH v3 0/9] Generalize memory encryption models
,
David Hildenbrand
,
2020/06/19
Re: [PATCH v3 0/9] Generalize memory encryption models
,
David Gibson
,
2020/06/25
Re: [PATCH v3 0/9] Generalize memory encryption models
,
David Hildenbrand
,
2020/06/25
Re: [PATCH v3 0/9] Generalize memory encryption models
,
Cornelia Huck
,
2020/06/25
Re: [PATCH v3 0/9] Generalize memory encryption models
,
Christian Borntraeger
,
2020/06/22
Re: [PATCH v3 0/9] Generalize memory encryption models
,
Cornelia Huck
,
2020/06/24
Re: [PATCH v3 0/9] Generalize memory encryption models
,
David Gibson
,
2020/06/25
Re: [PATCH v3 0/9] Generalize memory encryption models
,
David Gibson
,
2020/06/25
Re: [PATCH v3 0/9] Generalize memory encryption models
,
David Gibson
,
2020/06/25
[PATCH v3 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
,
Collin Walling
,
2020/06/18
[PATCH v3 2/8] s390/sclp: check sccb len before filling in data
,
Collin Walling
,
2020/06/18
Re: [PATCH v3 2/8] s390/sclp: check sccb len before filling in data
,
David Hildenbrand
,
2020/06/19
Re: [PATCH v3 2/8] s390/sclp: check sccb len before filling in data
,
Cornelia Huck
,
2020/06/22
Re: [PATCH v3 2/8] s390/sclp: check sccb len before filling in data
,
Thomas Huth
,
2020/06/24
[PATCH v3 1/8] s390/sclp: get machine once during read scp/cpu info
,
Collin Walling
,
2020/06/18
Re: [PATCH v3 1/8] s390/sclp: get machine once during read scp/cpu info
,
Janosch Frank
,
2020/06/19
Re: [PATCH v3 1/8] s390/sclp: get machine once during read scp/cpu info
,
Cornelia Huck
,
2020/06/22
[PATCH v3 5/8] s390/sclp: use cpu offset to locate cpu entries
,
Collin Walling
,
2020/06/18
Re: [PATCH v3 5/8] s390/sclp: use cpu offset to locate cpu entries
,
Janosch Frank
,
2020/06/19
Re: [PATCH v3 5/8] s390/sclp: use cpu offset to locate cpu entries
,
Cornelia Huck
,
2020/06/22
[PATCH v3 4/8] s390/sclp: read sccb from mem based on sccb length
,
Collin Walling
,
2020/06/18
Re: [PATCH v3 4/8] s390/sclp: read sccb from mem based on sccb length
,
Janosch Frank
,
2020/06/19
Re: [PATCH v3 4/8] s390/sclp: read sccb from mem based on sccb length
,
Cornelia Huck
,
2020/06/22
[PATCH v3 3/8] s390/sclp: rework sclp boundary and length checks
,
Collin Walling
,
2020/06/18
Re: [PATCH v3 3/8] s390/sclp: rework sclp boundary and length checks
,
Janosch Frank
,
2020/06/19
Re: [PATCH v3 3/8] s390/sclp: rework sclp boundary and length checks
,
Cornelia Huck
,
2020/06/22
Re: [PATCH v3 3/8] s390/sclp: rework sclp boundary and length checks
,
Christian Borntraeger
,
2020/06/22
Re: [PATCH v3 3/8] s390/sclp: rework sclp boundary and length checks
,
Christian Borntraeger
,
2020/06/22
Re: [PATCH v3 3/8] s390/sclp: rework sclp boundary and length checks
,
Collin Walling
,
2020/06/22
[PATCH v3 8/8] s390: guest support for diagnose 0x318
,
Collin Walling
,
2020/06/18
Re: [PATCH v3 8/8] s390: guest support for diagnose 0x318
,
Janosch Frank
,
2020/06/19
Re: [PATCH v3 8/8] s390: guest support for diagnose 0x318
,
Cornelia Huck
,
2020/06/24
[PATCH v3 7/8] s390/kvm: header sync for diag318
,
Collin Walling
,
2020/06/18
[PATCH v3 6/8] s390/sclp: add extended-length sccb support for kvm guest
,
Collin Walling
,
2020/06/18
Re: [PATCH v3 6/8] s390/sclp: add extended-length sccb support for kvm guest
,
Cornelia Huck
,
2020/06/24
Re: [PATCH v3 6/8] s390/sclp: add extended-length sccb support for kvm guest
,
Thomas Huth
,
2020/06/24
Re: [PATCH v3 6/8] s390/sclp: add extended-length sccb support for kvm guest
,
Cornelia Huck
,
2020/06/24
Re: [PATCH v3 6/8] s390/sclp: add extended-length sccb support for kvm guest
,
Collin Walling
,
2020/06/24
Re: [PATCH v3 6/8] s390/sclp: add extended-length sccb support for kvm guest
,
Cornelia Huck
,
2020/06/24
Re: [PATCH v3 6/8] s390/sclp: add extended-length sccb support for kvm guest
,
Thomas Huth
,
2020/06/24
Re: [PATCH v3 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
,
no-reply
,
2020/06/18
Re: [PATCH v3 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
,
no-reply
,
2020/06/18
[PULL 0/7] s390x update
,
Cornelia Huck
,
2020/06/18
[PULL 2/7] vfio-ccw: Refactor cleanup of regions
,
Cornelia Huck
,
2020/06/18
[PULL 3/7] vfio-ccw: Add support for the schib region
,
Cornelia Huck
,
2020/06/18
[PULL 1/7] Linux headers: update
,
Cornelia Huck
,
2020/06/18
[PULL 4/7] vfio-ccw: Refactor ccw irq handler
,
Cornelia Huck
,
2020/06/18
[PULL 5/7] s390x/css: Refactor the css_queue_crw() routine
,
Cornelia Huck
,
2020/06/18
[PULL 6/7] vfio-ccw: Add support for the CRW region and IRQ
,
Cornelia Huck
,
2020/06/18
[PULL 7/7] docs/s390x: fix vfio-ap device_del description
,
Cornelia Huck
,
2020/06/18
Re: [PULL 0/7] s390x update
,
no-reply
,
2020/06/18
Re: [PULL 0/7] s390x update
,
Peter Maydell
,
2020/06/19
[PATCH v10 65/73] s390x: convert to cpu_has_work_with_iothread_lock
,
Robert Foley
,
2020/06/17
[PATCH v10 52/73] s390x: convert to cpu_interrupt_request
,
Robert Foley
,
2020/06/17
[PATCH v10 36/73] s390x: use cpu_reset_interrupt
,
Robert Foley
,
2020/06/17
[PATCH v10 25/73] s390x: convert to cpu_halted
,
Robert Foley
,
2020/06/17
[PATCH 1/1] docs/s390x: fix vfio-ap device_del description
,
Christian Borntraeger
,
2020/06/17
Re: [PATCH 1/1] docs/s390x: fix vfio-ap device_del description
,
Christian Borntraeger
,
2020/06/17
Re: [PATCH 1/1] docs/s390x: fix vfio-ap device_del description
,
Cornelia Huck
,
2020/06/17
Re: [PATCH 1/1] docs/s390x: fix vfio-ap device_del description
,
Thomas Huth
,
2020/06/17
Re: [PATCH 1/1] docs/s390x: fix vfio-ap device_del description
,
Cornelia Huck
,
2020/06/18
Re: [PATCH v4 0/6] s390x/vfio-ccw: Channel Path Handling [QEMU]
,
Cornelia Huck
,
2020/06/16
[PATCH 0/2] two atomic_cmpxchg() related fixes
,
Halil Pasic
,
2020/06/16
[PATCH 1/2] virtio-ccw: fix virtio_set_ind_atomic
,
Halil Pasic
,
2020/06/16
Re: [PATCH 1/2] virtio-ccw: fix virtio_set_ind_atomic
,
Christian Borntraeger
,
2020/06/16
Re: [PATCH 1/2] virtio-ccw: fix virtio_set_ind_atomic
,
Cornelia Huck
,
2020/06/16
Re: [PATCH 1/2] virtio-ccw: fix virtio_set_ind_atomic
,
Christian Borntraeger
,
2020/06/16
Re: [PATCH 1/2] virtio-ccw: fix virtio_set_ind_atomic
,
Cornelia Huck
,
2020/06/19
Re: [PATCH 1/2] virtio-ccw: fix virtio_set_ind_atomic
,
Halil Pasic
,
2020/06/17
Re: [PATCH 1/2] virtio-ccw: fix virtio_set_ind_atomic
,
David Hildenbrand
,
2020/06/19
Re: [PATCH 1/2] virtio-ccw: fix virtio_set_ind_atomic
,
Halil Pasic
,
2020/06/19
Re: [PATCH 1/2] virtio-ccw: fix virtio_set_ind_atomic
,
Halil Pasic
,
2020/06/16
[PATCH 2/2] s390x/pci: fix set_ind_atomic
,
Halil Pasic
,
2020/06/16
[PULL 79/84] s390x/event-facility: Simplify creation of SCLP event devices
,
Markus Armbruster
,
2020/06/15
[PATCH v3] configure: Let SLOF be initialized by ./scripts/git-submodule.sh
,
Philippe Mathieu-Daudé
,
2020/06/15
Re: [PATCH v3] configure: Let SLOF be initialized by ./scripts/git-submodule.sh
,
Thomas Huth
,
2020/06/15
Re: [PATCH v3] configure: Let SLOF be initialized by ./scripts/git-submodule.sh
,
Philippe Mathieu-Daudé
,
2020/06/15
Re: [PATCH v3] configure: Let SLOF be initialized by ./scripts/git-submodule.sh
,
Thomas Huth
,
2020/06/15
Re: [PATCH v3] configure: Let SLOF be initialized by ./scripts/git-submodule.sh
,
Daniel P . Berrangé
,
2020/06/15
Re: [PATCH v3] configure: Let SLOF be initialized by ./scripts/git-submodule.sh
,
Thomas Huth
,
2020/06/15
Re: [PATCH v2 5/8] s390/sclp: use cpu offset to locate cpu entries
,
Thomas Huth
,
2020/06/11
Re: [PATCH v2 4/8] s390/sclp: read sccb from mem based on sccb length
,
Thomas Huth
,
2020/06/11
Re: [PATCH v2 3/8] s390/sclp: rework sclp boundary and length checks
,
Thomas Huth
,
2020/06/11
Re: [PATCH v2 3/8] s390/sclp: rework sclp boundary and length checks
,
Collin Walling
,
2020/06/15
Re: [PATCH v2 2/8] s390/sclp: check sccb len before filling in data
,
Thomas Huth
,
2020/06/11
Re: [PATCH v2 2/8] s390/sclp: check sccb len before filling in data
,
Collin Walling
,
2020/06/15
Re: [PATCH v2 1/8] s390/sclp: get machine once during read scp/cpu info
,
Thomas Huth
,
2020/06/11
[PATCH v4 00/21] virtio-mem: Paravirtualized memory hot(un)plug
,
David Hildenbrand
,
2020/06/10
[PATCH v4 01/21] exec: Introduce ram_block_discard_(disable|require)()
,
David Hildenbrand
,
2020/06/10
[PATCH v4 03/21] accel/kvm: Convert to ram_block_discard_disable()
,
David Hildenbrand
,
2020/06/10
[PATCH v4 02/21] vfio: Convert to ram_block_discard_disable()
,
David Hildenbrand
,
2020/06/10
Re: [PATCH v4 02/21] vfio: Convert to ram_block_discard_disable()
,
Tony Krowiak
,
2020/06/10
Re: [PATCH v4 02/21] vfio: Convert to ram_block_discard_disable()
,
David Hildenbrand
,
2020/06/10
Re: [PATCH v4 02/21] vfio: Convert to ram_block_discard_disable()
,
Cornelia Huck
,
2020/06/16
[PATCH v4 04/21] s390x/pv: Convert to ram_block_discard_disable()
,
David Hildenbrand
,
2020/06/10
Re: [PATCH v4 04/21] s390x/pv: Convert to ram_block_discard_disable()
,
Cornelia Huck
,
2020/06/16
[PATCH v4 05/21] virtio-balloon: Rip out qemu_balloon_inhibit()
,
David Hildenbrand
,
2020/06/10
Re: [PATCH v4 05/21] virtio-balloon: Rip out qemu_balloon_inhibit()
,
Dr. David Alan Gilbert
,
2020/06/16
Re: [PATCH v4 05/21] virtio-balloon: Rip out qemu_balloon_inhibit()
,
Michael S. Tsirkin
,
2020/06/24
[PATCH v4 06/21] target/i386: sev: Use ram_block_discard_disable()
,
David Hildenbrand
,
2020/06/10
[PATCH v4 07/21] migration/rdma: Use ram_block_discard_disable()
,
David Hildenbrand
,
2020/06/10
[PATCH v4 08/21] migration/colo: Use ram_block_discard_disable()
,
David Hildenbrand
,
2020/06/10
[PATCH v4 09/21] linux-headers: update to contain virtio-mem
,
David Hildenbrand
,
2020/06/10
[PATCH v4 10/21] virtio-mem: Paravirtualized memory hot(un)plug
,
David Hildenbrand
,
2020/06/10
[PATCH v4 11/21] virtio-pci: Proxy for virtio-mem
,
David Hildenbrand
,
2020/06/10
[PATCH v4 12/21] MAINTAINERS: Add myself as virtio-mem maintainer
,
David Hildenbrand
,
2020/06/10
[PATCH v4 13/21] hmp: Handle virtio-mem when printing memory device info
,
David Hildenbrand
,
2020/06/10
Re: [PATCH v4 13/21] hmp: Handle virtio-mem when printing memory device info
,
Dr. David Alan Gilbert
,
2020/06/17
Re: [PATCH v4 13/21] hmp: Handle virtio-mem when printing memory device info
,
Dr. David Alan Gilbert
,
2020/06/17
[PATCH v4 14/21] numa: Handle virtio-mem in NUMA stats
,
David Hildenbrand
,
2020/06/10
[PATCH v4 15/21] pc: Support for virtio-mem-pci
,
David Hildenbrand
,
2020/06/10
[PATCH v4 16/21] virtio-mem: Allow notifiers for size changes
,
David Hildenbrand
,
2020/06/10
[PATCH v4 18/21] virtio-mem: Migration sanity checks
,
David Hildenbrand
,
2020/06/10
Re: [PATCH v4 18/21] virtio-mem: Migration sanity checks
,
Dr. David Alan Gilbert
,
2020/06/17
Re: [PATCH v4 18/21] virtio-mem: Migration sanity checks
,
David Hildenbrand
,
2020/06/18
[PATCH v4 17/21] virtio-pci: Send qapi events when the virtio-mem size changes
,
David Hildenbrand
,
2020/06/10
[PATCH v4 19/21] virtio-mem: Add trace events
,
David Hildenbrand
,
2020/06/10
[PATCH v4 20/21] virtio-mem: Exclude unplugged memory during migration
,
David Hildenbrand
,
2020/06/10
[PATCH v4 21/21] numa: Auto-enable NUMA when any memory devices are possible
,
David Hildenbrand
,
2020/06/10
Re: [PATCH v4 00/21] virtio-mem: Paravirtualized memory hot(un)plug
,
Michael S. Tsirkin
,
2020/06/24
Re: [PATCH v4 00/21] virtio-mem: Paravirtualized memory hot(un)plug
,
David Hildenbrand
,
2020/06/24
[PATCH RESEND v3 53/58] s390x/event-facility: Simplify creation of SCLP event devices
,
Markus Armbruster
,
2020/06/10
[PATCH] travis.yml: Test also the other targets on s390x
,
Thomas Huth
,
2020/06/08
Re: [PATCH] travis.yml: Test also the other targets on s390x
,
Laurent Vivier
,
2020/06/08
Re: [PATCH] travis.yml: Test also the other targets on s390x
,
Philippe Mathieu-Daudé
,
2020/06/08
Re: [PATCH] travis.yml: Test also the other targets on s390x
,
Alex Bennée
,
2020/06/10
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
Halil Pasic
,
2020/06/05
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
Cornelia Huck
,
2020/06/08
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
Halil Pasic
,
2020/06/08
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
Cornelia Huck
,
2020/06/09
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
Halil Pasic
,
2020/06/09
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
Pierre Morel
,
2020/06/09
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
Claudio Imbrenda
,
2020/06/09
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
Cornelia Huck
,
2020/06/09
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
Halil Pasic
,
2020/06/09
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
Halil Pasic
,
2020/06/10
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
Halil Pasic
,
2020/06/09
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
Michael S. Tsirkin
,
2020/06/09
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
David Gibson
,
2020/06/10
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
David Hildenbrand
,
2020/06/10
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
David Gibson
,
2020/06/10
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
David Hildenbrand
,
2020/06/10
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
Viktor Mihajlovski
,
2020/06/10
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
David Hildenbrand
,
2020/06/10
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
David Gibson
,
2020/06/18
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
Halil Pasic
,
2020/06/10
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
David Gibson
,
2020/06/18
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
Halil Pasic
,
2020/06/10
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
David Gibson
,
2020/06/10
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
Halil Pasic
,
2020/06/10
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
David Gibson
,
2020/06/18
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
Michael S. Tsirkin
,
2020/06/09
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
David Gibson
,
2020/06/10
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
Halil Pasic
,
2020/06/10
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
David Gibson
,
2020/06/18
Re: [PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
,
Michael S. Tsirkin
,
2020/06/08
[PULL 00/10] s390x update
,
Cornelia Huck
,
2020/06/05
[PULL 01/10] s390x/kvm: help valgrind in several places
,
Cornelia Huck
,
2020/06/05
[PULL 02/10] s390x: pv: Fix KVM_PV_PREP_RESET command wrapper name
,
Cornelia Huck
,
2020/06/05
[PULL 03/10] docs/s390x: document the virtual css
,
Cornelia Huck
,
2020/06/05
[PULL 05/10] vfio-ccw: allow non-prefetch ORBs
,
Cornelia Huck
,
2020/06/05
[PULL 06/10] docs/s390x: document vfio-ccw
,
Cornelia Huck
,
2020/06/05
[PULL 04/10] docs/s390x: document 3270
,
Cornelia Huck
,
2020/06/05
[PULL 08/10] target/s390x: Only compile decode_basedisp() on system-mode
,
Cornelia Huck
,
2020/06/05
[PULL 07/10] MAINTAINERS: add Thomas as additional s390x maintainer
,
Cornelia Huck
,
2020/06/05
[PULL 09/10] target/s390x/helper: Clean ifdef'ry
,
Cornelia Huck
,
2020/06/05
[PULL 10/10] target/s390x: Restrict system-mode declarations
,
Cornelia Huck
,
2020/06/05
Re: [PULL 00/10] s390x update
,
Peter Maydell
,
2020/06/05
Re: [PATCH v2 0/7] exec/cpu: Cleanups around "exec/hwaddr.h" (reserved to system-mode)
,
Cornelia Huck
,
2020/06/04
Re: [PATCH v2 0/7] exec/cpu: Cleanups around "exec/hwaddr.h" (reserved to system-mode)
,
Paolo Bonzini
,
2020/06/04
Re: [PATCH v2 0/7] exec/cpu: Cleanups around "exec/hwaddr.h" (reserved to system-mode)
,
Cornelia Huck
,
2020/06/05
Re: [PATCH v2 0/7] exec/cpu: Cleanups around "exec/hwaddr.h" (reserved to system-mode)
,
Paolo Bonzini
,
2020/06/05
Re: [PATCH v2 0/7] exec/cpu: Cleanups around "exec/hwaddr.h" (reserved to system-mode)
,
Cornelia Huck
,
2020/06/05
Re: [PATCH v2 0/7] exec/cpu: Cleanups around "exec/hwaddr.h" (reserved to system-mode)
,
Paolo Bonzini
,
2020/06/05
[PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug
,
David Hildenbrand
,
2020/06/03
[PATCH v3 01/20] exec: Introduce ram_block_discard_(disable|require)()
,
David Hildenbrand
,
2020/06/03
[PATCH v3 02/20] vfio: Convert to ram_block_discard_disable()
,
David Hildenbrand
,
2020/06/03
[PATCH v3 03/20] accel/kvm: Convert to ram_block_discard_disable()
,
David Hildenbrand
,
2020/06/03
[PATCH v3 04/20] s390x/pv: Convert to ram_block_discard_disable()
,
David Hildenbrand
,
2020/06/03
[PATCH v3 05/20] virtio-balloon: Rip out qemu_balloon_inhibit()
,
David Hildenbrand
,
2020/06/03
[PATCH v3 06/20] target/i386: sev: Use ram_block_discard_disable()
,
David Hildenbrand
,
2020/06/03
[PATCH v3 07/20] migration/rdma: Use ram_block_discard_disable()
,
David Hildenbrand
,
2020/06/03
[PATCH v3 08/20] migration/colo: Use ram_block_discard_disable()
,
David Hildenbrand
,
2020/06/03
Re: [PATCH v3 08/20] migration/colo: Use ram_block_discard_disable()
,
Lukas Straub
,
2020/06/06
[PATCH v3 09/20] linux-headers: update to contain virtio-mem
,
David Hildenbrand
,
2020/06/03
[PATCH v3 10/20] virtio-mem: Paravirtualized memory hot(un)plug
,
David Hildenbrand
,
2020/06/03
[PATCH v3 11/20] virtio-pci: Proxy for virtio-mem
,
David Hildenbrand
,
2020/06/03
[PATCH v3 12/20] MAINTAINERS: Add myself as virtio-mem maintainer
,
David Hildenbrand
,
2020/06/03
[PATCH v3 13/20] hmp: Handle virtio-mem when printing memory device info
,
David Hildenbrand
,
2020/06/03
[PATCH v3 14/20] numa: Handle virtio-mem in NUMA stats
,
David Hildenbrand
,
2020/06/03
Re: [PATCH v3 14/20] numa: Handle virtio-mem in NUMA stats
,
Pankaj Gupta
,
2020/06/03
[PATCH v3 15/20] pc: Support for virtio-mem-pci
,
David Hildenbrand
,
2020/06/03
[PATCH v3 16/20] virtio-mem: Allow notifiers for size changes
,
David Hildenbrand
,
2020/06/03
[PATCH v3 17/20] virtio-pci: Send qapi events when the virtio-mem size changes
,
David Hildenbrand
,
2020/06/03
[PATCH v3 18/20] virtio-mem: Migration sanity checks
,
David Hildenbrand
,
2020/06/03
[PATCH v3 19/20] virtio-mem: Add trace events
,
David Hildenbrand
,
2020/06/03
[PATCH v3 20/20] virtio-mem: Exclude unplugged memory during migration
,
David Hildenbrand
,
2020/06/03
Re: [PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug
,
Eric Blake
,
2020/06/03
Re: [PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug
,
Michael S. Tsirkin
,
2020/06/09
Re: [PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug
,
David Hildenbrand
,
2020/06/09
Re: [PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug
,
Michael S. Tsirkin
,
2020/06/09
Re: [PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug
,
Eduardo Habkost
,
2020/06/09
Re: [PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug
,
David Hildenbrand
,
2020/06/09
Re: [PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug
,
Michael S. Tsirkin
,
2020/06/09
Re: [PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug
,
Sean Christopherson
,
2020/06/09
Re: [PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug
,
David Hildenbrand
,
2020/06/09
Re: [PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug
,
David Hildenbrand
,
2020/06/10
Re: [PATCH v4 00/13] user-mode: Prune build dependencies (part 1)
,
Philippe Mathieu-Daudé
,
2020/06/02
Re: [PATCH v4 00/13] user-mode: Prune build dependencies (part 1)
,
Laurent Vivier
,
2020/06/02
Re: [PATCH 1/6] target/s390x/mmu_helper: Use address_space_rw() in place
,
David Hildenbrand
,
2020/06/02
Re: [PATCH v4 13/13] stubs: Restrict ui/win32-kbd-hook to system-mode
,
Richard Henderson
,
2020/06/01
Re: [RFC PATCH 6/6] memory: Use CPU register size as default access_size_max
,
Philippe Mathieu-Daudé
,
2020/06/01
Re: [PATCH 5/6] exec: Restrict 32-bit CPUs to 32-bit address space
,
Philippe Mathieu-Daudé
,
2020/06/01
Re: [PATCH 5/6] exec: Restrict 32-bit CPUs to 32-bit address space
,
Peter Maydell
,
2020/06/01
Re: [PATCH 5/6] exec: Restrict 32-bit CPUs to 32-bit address space
,
Richard Henderson
,
2020/06/01
Re: [PATCH 4/6] exec/cpu-common: Do not restrict CPU to 32-bit memory access maximum
,
Philippe Mathieu-Daudé
,
2020/06/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc