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: Mon Dec 30 2019 12:47:35 -0500
Threads in reverse chronological order
[
Next Period
]
[PATCH 0/2] tcg: Include tcg files using tcg/ dirname, reduce cpp search path list
,
Philippe Mathieu-Daudé
,
2019/12/30
[PATCH 1/2] tcg: Search includes from the project root source directory
,
Philippe Mathieu-Daudé
,
2019/12/30
Re: [PATCH 1/2] tcg: Search includes from the project root source directory
,
Stefan Weil
,
2019/12/30
Re: [PATCH 1/2] tcg: Search includes from the project root source directory
,
Philippe Mathieu-Daudé
,
2019/12/30
Re: [PATCH 1/2] tcg: Search includes from the project root source directory
,
Paolo Bonzini
,
2019/12/30
Re: [PATCH 1/2] tcg: Search includes from the project root source directory
,
Philippe Mathieu-Daudé
,
2019/12/30
Re: [PATCH 1/2] tcg: Search includes from the project root source directory
,
Philippe Mathieu-Daudé
,
2019/12/30
Re: [PATCH 1/2] tcg: Search includes from the project root source directory
,
Paolo Bonzini
,
2019/12/30
[PATCH 2/2] configure: Remove tcg/ from the preprocessor include search list
,
Philippe Mathieu-Daudé
,
2019/12/30
[PATCH v4 08/21] gdbstub: extend GByteArray to read register helpers
,
Alex Bennée
,
2019/12/20
Re: [PATCH v4 08/21] gdbstub: extend GByteArray to read register helpers
,
Damien Hedde
,
2019/12/20
[PATCH v6 00/11] Multi-phase reset mechanism
,
Damien Hedde
,
2019/12/20
[PATCH v6 02/11] hw/core/qdev: add trace events to help with resettable transition
,
Damien Hedde
,
2019/12/20
[PATCH v6 08/11] hw/core: deprecate old reset functions and introduce new ones
,
Damien Hedde
,
2019/12/20
Re: [PATCH v6 08/11] hw/core: deprecate old reset functions and introduce new ones
,
Richard Henderson
,
2019/12/28
[PATCH v6 06/11] hw/core/qdev: handle parent bus change regarding resettable
,
Damien Hedde
,
2019/12/20
Re: [PATCH v6 06/11] hw/core/qdev: handle parent bus change regarding resettable
,
Richard Henderson
,
2019/12/28
[PATCH v6 01/11] add device_legacy_reset function to prepare for reset api change
,
Damien Hedde
,
2019/12/20
[PATCH v6 04/11] hw/core: add Resettable support to BusClass and DeviceClass
,
Damien Hedde
,
2019/12/20
[PATCH v6 07/11] hw/core/qdev: update hotplug reset regarding resettable
,
Damien Hedde
,
2019/12/20
Re: [PATCH v6 07/11] hw/core/qdev: update hotplug reset regarding resettable
,
Richard Henderson
,
2019/12/28
[PATCH v6 05/11] hw/core/resettable: add support for changing parent
,
Damien Hedde
,
2019/12/20
Re: [PATCH v6 05/11] hw/core/resettable: add support for changing parent
,
Richard Henderson
,
2019/12/28
[PATCH v6 10/11] vl: replace deprecated qbus_reset_all registration
,
Damien Hedde
,
2019/12/20
Re: [PATCH v6 10/11] vl: replace deprecated qbus_reset_all registration
,
Richard Henderson
,
2019/12/28
[PATCH v6 03/11] hw/core: create Resettable QOM interface
,
Damien Hedde
,
2019/12/20
Re: [PATCH v6 03/11] hw/core: create Resettable QOM interface
,
Richard Henderson
,
2019/12/28
[PATCH v6 09/11] docs/devel/reset.rst: add doc about Resettable interface
,
Damien Hedde
,
2019/12/20
Re: [PATCH v6 09/11] docs/devel/reset.rst: add doc about Resettable interface
,
Richard Henderson
,
2019/12/28
[PATCH v6 11/11] hw/s390x/ipl: replace deprecated qdev_reset_all registration
,
Damien Hedde
,
2019/12/20
Re: [PATCH v6 11/11] hw/s390x/ipl: replace deprecated qdev_reset_all registration
,
Richard Henderson
,
2019/12/28
[PULL 0/6] more s390x patches
,
Cornelia Huck
,
2019/12/19
[PULL 2/6] target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline
,
Cornelia Huck
,
2019/12/19
[PULL 1/6] target/s390x: Split out helper_per_store_real
,
Cornelia Huck
,
2019/12/19
[PULL 4/6] pc-bios/s390x: Fix reset psw mask
,
Cornelia Huck
,
2019/12/19
[PULL 3/6] tests/boot-sector: Fix the bad s390x assembler code
,
Cornelia Huck
,
2019/12/19
[PULL 6/6] s390x: Properly fetch and test the short psw on diag308 subc 0/1
,
Cornelia Huck
,
2019/12/19
[PULL 5/6] pc-bios/s390: Update firmware images
,
Cornelia Huck
,
2019/12/19
Re: [PULL 0/6] more s390x patches
,
Peter Maydell
,
2019/12/20
[PULL 09/25] travis.yml: Enable builds on arm64, ppc64le and s390x
,
Alex Bennée
,
2019/12/19
[PATCH v2 00/14] chardev: Use QEMUChrEvent enum in IOEventHandler typedef
,
Philippe Mathieu-Daudé
,
2019/12/18
[RFC PATCH v2 03/14] hw/char/terminal3270: Explicit ignored QEMUChrEvent in IOEventHandler
,
Philippe Mathieu-Daudé
,
2019/12/18
Re: [RFC PATCH v2 03/14] hw/char/terminal3270: Explicit ignored QEMUChrEvent in IOEventHandler
,
Cornelia Huck
,
2019/12/19
[RFC PATCH v2 14/14] chardev: Use QEMUChrEvent enum in IOEventHandler typedef
,
Philippe Mathieu-Daudé
,
2019/12/18
Re: [RFC PATCH v2 14/14] chardev: Use QEMUChrEvent enum in IOEventHandler typedef
,
Corey Minyard
,
2019/12/18
Re: [RFC PATCH v2 14/14] chardev: Use QEMUChrEvent enum in IOEventHandler typedef
,
Richard Henderson
,
2019/12/18
Re: [RFC PATCH v2 14/14] chardev: Use QEMUChrEvent enum in IOEventHandler typedef
,
Cornelia Huck
,
2019/12/19
Re: [PATCH v2 00/14] chardev: Use QEMUChrEvent enum in IOEventHandler typedef
,
Marc-André Lureau
,
2019/12/20
[PATCH 00/14] chardev: Use QEMUChrEvent enum in IOEventHandler typedef
,
Philippe Mathieu-Daudé
,
2019/12/17
[PATCH 01/14] hw/ipmi: Remove unnecessary declarations
,
Philippe Mathieu-Daudé
,
2019/12/17
[RFC PATCH 02/14] chardev/char: Explicit we ignore some QEMUChrEvent in IOEventHandler
,
Philippe Mathieu-Daudé
,
2019/12/17
[RFC PATCH 03/14] vhost-user: Explicit we ignore some QEMUChrEvent in IOEventHandler
,
Philippe Mathieu-Daudé
,
2019/12/17
[RFC PATCH 04/14] virtio-console: Explicit we ignore some QEMUChrEvent in IOEventHandler
,
Philippe Mathieu-Daudé
,
2019/12/17
[RFC PATCH 05/14] hw/ipmi: Explicit we ignore some QEMUChrEvent in IOEventHandler
,
Philippe Mathieu-Daudé
,
2019/12/17
[RFC PATCH 06/14] hw/usb/dev-serial: Explicit we ignore few QEMUChrEvent in IOEventHandler
,
Philippe Mathieu-Daudé
,
2019/12/17
[RFC PATCH 07/14] ccid-card-passthru: Explicit we ignore QEMUChrEvent in IOEventHandler
,
Philippe Mathieu-Daudé
,
2019/12/17
[RFC PATCH 08/14] hw/usb/redirect: Explicit we ignore few QEMUChrEvent in IOEventHandler
,
Philippe Mathieu-Daudé
,
2019/12/17
[RFC PATCH 09/14] monitor/qmp: Explicit we ignore few QEMUChrEvent in IOEventHandler
,
Philippe Mathieu-Daudé
,
2019/12/17
[RFC PATCH 10/14] monitor/hmp: Explicit we ignore a QEMUChrEvent in IOEventHandler
,
Philippe Mathieu-Daudé
,
2019/12/17
[RFC PATCH 11/14] net/vhost-user: Explicit we ignore few QEMUChrEvent in IOEventHandler
,
Philippe Mathieu-Daudé
,
2019/12/17
[RFC PATCH 12/14] vhost-user-blk: Explicit we ignore few QEMUChrEvent in IOEventHandler
,
Philippe Mathieu-Daudé
,
2019/12/17
[RFC PATCH 13/14] hw/char/terminal3270: Explicit ignored QEMUChrEvent in IOEventHandler
,
Philippe Mathieu-Daudé
,
2019/12/17
Re: [RFC PATCH 13/14] hw/char/terminal3270: Explicit ignored QEMUChrEvent in IOEventHandler
,
Markus Armbruster
,
2019/12/19
Re: [RFC PATCH 13/14] hw/char/terminal3270: Explicit ignored QEMUChrEvent in IOEventHandler
,
Philippe Mathieu-Daudé
,
2019/12/19
[PATCH 14/14] chardev: Use QEMUChrEvent enum in IOEventHandler typedef
,
Philippe Mathieu-Daudé
,
2019/12/17
Re: [PATCH 00/14] chardev: Use QEMUChrEvent enum in IOEventHandler typedef
,
Philippe Mathieu-Daudé
,
2019/12/17
[PATCH] tests/boot-sector: Fix the bad s390x assembler code
,
Thomas Huth
,
2019/12/17
Re: [PATCH] tests/boot-sector: Fix the bad s390x assembler code
,
Cornelia Huck
,
2019/12/18
Re: [PATCH] tests/boot-sector: Fix the bad s390x assembler code
,
Christian Borntraeger
,
2019/12/18
Re: [PATCH] tests/boot-sector: Fix the bad s390x assembler code
,
Cornelia Huck
,
2019/12/18
[RFC QEMU PATCH] pc-bios/s390-ccw: Add zipl-like "BOOT_IMAGE=x" to the kernel parameters
,
Thomas Huth
,
2019/12/16
Re: [RFC QEMU PATCH] pc-bios/s390-ccw: Add zipl-like "BOOT_IMAGE=x" to the kernel parameters
,
Christian Borntraeger
,
2019/12/16
Re: [RFC QEMU PATCH] pc-bios/s390-ccw: Add zipl-like "BOOT_IMAGE=x" to the kernel parameters
,
Cornelia Huck
,
2019/12/16
Re: [RFC QEMU PATCH] pc-bios/s390-ccw: Add zipl-like "BOOT_IMAGE=x" to the kernel parameters
,
Christian Borntraeger
,
2019/12/16
Re: [RFC QEMU PATCH] pc-bios/s390-ccw: Add zipl-like "BOOT_IMAGE=x" to the kernel parameters
,
Thomas Huth
,
2019/12/16
Re: [RFC QEMU PATCH] pc-bios/s390-ccw: Add zipl-like "BOOT_IMAGE=x" to the kernel parameters
,
Peter Oberparleiter
,
2019/12/16
[PULL v2 00/16] first s390x update for 5.0
,
Cornelia Huck
,
2019/12/14
[PULL v2 01/16] vfio-ccw: Fix error message
,
Cornelia Huck
,
2019/12/14
[PULL v2 02/16] hw: add compat machines for 5.0
,
Cornelia Huck
,
2019/12/14
[PULL v2 03/16] s390x: Don't do a normal reset on the initial cpu
,
Cornelia Huck
,
2019/12/14
[PULL v2 05/16] s390x: Move initial reset
,
Cornelia Huck
,
2019/12/14
[PULL v2 04/16] s390x: Move reset normal to shared reset handler
,
Cornelia Huck
,
2019/12/14
[PULL v2 06/16] s390x: Move clear reset
,
Cornelia Huck
,
2019/12/14
[PULL v2 07/16] s390x: Beautify diag308 handling
,
Cornelia Huck
,
2019/12/14
[PULL v2 08/16] s390x: kvm: Make kvm_sclp_service_call void
,
Cornelia Huck
,
2019/12/14
[PULL v2 10/16] s390x/event-facility: Fix realize() error API violations
,
Cornelia Huck
,
2019/12/14
[PULL v2 11/16] s390x/cpumodel: Fix feature property error API violations
,
Cornelia Huck
,
2019/12/14
[PULL v2 09/16] s390x: Fix cpu normal reset ri clearing
,
Cornelia Huck
,
2019/12/14
[PULL v2 12/16] s390x/cpumodel: Fix realize() error API violations
,
Cornelia Huck
,
2019/12/14
[PULL v2 13/16] s390x/cpumodel: Fix query-cpu-model-FOO error API violations
,
Cornelia Huck
,
2019/12/14
[PULL v2 14/16] s390x/cpumodel: Fix query-cpu-definitions error API violations
,
Cornelia Huck
,
2019/12/14
[PULL v2 15/16] s390x/tcg: clear local interrupts on reset normal
,
Cornelia Huck
,
2019/12/14
[PULL v2 16/16] qga: fence guest-set-time if hwclock not available
,
Cornelia Huck
,
2019/12/14
Re: [PULL v2 00/16] first s390x update for 5.0
,
Peter Maydell
,
2019/12/16
[PULL 00/16] first s390x update for 5.0
,
Cornelia Huck
,
2019/12/13
[PULL 01/16] vfio-ccw: Fix error message
,
Cornelia Huck
,
2019/12/13
[PULL 02/16] hw: add compat machines for 5.0
,
Cornelia Huck
,
2019/12/13
[PULL 03/16] s390x: Don't do a normal reset on the initial cpu
,
Cornelia Huck
,
2019/12/13
[PULL 04/16] s390x: Move reset normal to shared reset handler
,
Cornelia Huck
,
2019/12/13
[PULL 05/16] s390x: Move initial reset
,
Cornelia Huck
,
2019/12/13
[PULL 06/16] s390x: Move clear reset
,
Cornelia Huck
,
2019/12/13
[PULL 07/16] s390x: Beautify diag308 handling
,
Cornelia Huck
,
2019/12/13
[PULL 08/16] s390x: kvm: Make kvm_sclp_service_call void
,
Cornelia Huck
,
2019/12/13
[PULL 09/16] s390x: Fix cpu normal reset ri clearing
,
Cornelia Huck
,
2019/12/13
[PULL 10/16] s390x/event-facility: Fix realize() error API violations
,
Cornelia Huck
,
2019/12/13
[PULL 11/16] s390x/cpumodel: Fix feature property error API violations
,
Cornelia Huck
,
2019/12/13
[PULL 12/16] s390x/cpumodel: Fix realize() error API violations
,
Cornelia Huck
,
2019/12/13
[PULL 13/16] s390x/cpumodel: Fix query-cpu-model-FOO error API violations
,
Cornelia Huck
,
2019/12/13
[PULL 14/16] s390x/cpumodel: Fix query-cpu-definitions error API violations
,
Cornelia Huck
,
2019/12/13
[PULL 15/16] s390x/tcg: clear local interrupts on reset normal
,
Cornelia Huck
,
2019/12/13
[PULL 16/16] qga: fence guest-set-time if hwclock not available
,
Cornelia Huck
,
2019/12/13
Re: [PULL 00/16] first s390x update for 5.0
,
Peter Maydell
,
2019/12/13
Re: [PULL 00/16] first s390x update for 5.0
,
Cornelia Huck
,
2019/12/14
[RFC PATCH v2 1/5] hw: add compat machines for 5.0
,
Andrew Jones
,
2019/12/12
Re: [RFC PATCH v2 1/5] hw: add compat machines for 5.0
,
David Hildenbrand
,
2019/12/12
Re: [RFC PATCH v2 1/5] hw: add compat machines for 5.0
,
Eduardo Habkost
,
2019/12/12
Re: [RFC PATCH v2 1/5] hw: add compat machines for 5.0
,
Andrew Jones
,
2019/12/13
Re: [RFC PATCH v2 1/5] hw: add compat machines for 5.0
,
David Gibson
,
2019/12/13
[PATCH 0/2] target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline
,
Richard Henderson
,
2019/12/11
[PATCH 1/2] target/s390x: Split out helper_per_store_real
,
Richard Henderson
,
2019/12/11
Re: [PATCH 1/2] target/s390x: Split out helper_per_store_real
,
David Hildenbrand
,
2019/12/12
[PATCH 2/2] target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline
,
Richard Henderson
,
2019/12/11
Re: [PATCH 2/2] target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline
,
David Hildenbrand
,
2019/12/12
Re: [PATCH 0/2] target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline
,
Cornelia Huck
,
2019/12/16
Re: [PATCH 0/2] target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline
,
Richard Henderson
,
2019/12/16
Re: [PATCH 0/2] target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline
,
Cornelia Huck
,
2019/12/17
[PATCH v3 08/20] gdbstub: extend GByteArray to read register helpers
,
Alex Bennée
,
2019/12/11
Re: [PATCH v3 08/20] gdbstub: extend GByteArray to read register helpers
,
Damien Hedde
,
2019/12/11
Re: [PATCH v3 08/20] gdbstub: extend GByteArray to read register helpers
,
Alex Bennée
,
2019/12/19
Re: [PATCH v3 08/20] gdbstub: extend GByteArray to read register helpers
,
Richard Henderson
,
2019/12/11
Re: [PATCH v5 09/13] docs/devel/reset.txt: add doc about Resettable interface
,
Damien Hedde
,
2019/12/06
Re: [PATCH v5 09/13] docs/devel/reset.txt: add doc about Resettable interface
,
Damien Hedde
,
2019/12/06
Re: [PATCH v2 05/13] s390x: protvirt: Add pv state to cpu env
,
Janosch Frank
,
2019/12/06
Re: [PATCH v2 05/13] s390x: protvirt: Add pv state to cpu env
,
David Hildenbrand
,
2019/12/06
[PATCH v2] s390x/tcg: clear local interrupts on reset normal
,
Cornelia Huck
,
2019/12/06
Re: [PATCH v2] s390x/tcg: clear local interrupts on reset normal
,
Philippe Mathieu-Daudé
,
2019/12/06
Re: [PATCH v2] s390x/tcg: clear local interrupts on reset normal
,
David Hildenbrand
,
2019/12/06
Re: [PATCH v2] s390x/tcg: clear local interrupts on reset normal
,
Cornelia Huck
,
2019/12/10
[PATCH v8 00/21] error: prepare for auto propagated local_err
,
Vladimir Sementsov-Ogievskiy
,
2019/12/05
[PATCH v8 20/21] hw/vfio/ap: drop local_err from vfio_ap_realize
,
Vladimir Sementsov-Ogievskiy
,
2019/12/05
[PATCH v8 14/21] hw/s390x: rename Error ** parameter to more common errp
,
Vladimir Sementsov-Ogievskiy
,
2019/12/05
Re: [PATCH v8 14/21] hw/s390x: rename Error ** parameter to more common errp
,
David Hildenbrand
,
2019/12/06
Re: [PATCH v8 14/21] hw/s390x: rename Error ** parameter to more common errp
,
Philippe Mathieu-Daudé
,
2019/12/06
Re: [PATCH v2 06/13] s390x: protvirt: KVM intercept changes
,
Cornelia Huck
,
2019/12/05
Re: [PATCH v2 06/13] s390x: protvirt: KVM intercept changes
,
Janosch Frank
,
2019/12/05
Re: [PATCH v2 06/13] s390x: protvirt: KVM intercept changes
,
Cornelia Huck
,
2019/12/05
Re: [PATCH v2 06/13] s390x: protvirt: KVM intercept changes
,
Janosch Frank
,
2019/12/06
Re: [PATCH v2 06/13] s390x: protvirt: KVM intercept changes
,
Cornelia Huck
,
2019/12/06
Re: [PATCH v2 06/13] s390x: protvirt: KVM intercept changes
,
Janosch Frank
,
2019/12/06
Re: [PATCH v2 06/13] s390x: protvirt: KVM intercept changes
,
Cornelia Huck
,
2019/12/06
Re: [PATCH v2 06/13] s390x: protvirt: KVM intercept changes
,
Janosch Frank
,
2019/12/06
[PATCH v7 00/21] error: prepare for auto propagated local_err
,
Vladimir Sementsov-Ogievskiy
,
2019/12/05
[PATCH v7 20/21] hw/vfio/ap: drop local_err from vfio_ap_realize
,
Vladimir Sementsov-Ogievskiy
,
2019/12/05
Re: [PATCH v7 20/21] hw/vfio/ap: drop local_err from vfio_ap_realize
,
Cornelia Huck
,
2019/12/05
[PATCH v7 14/21] hw/s390x: rename Error ** parameter to more common errp
,
Vladimir Sementsov-Ogievskiy
,
2019/12/05
Re: [PATCH v7 00/21] error: prepare for auto propagated local_err
,
Cornelia Huck
,
2019/12/05
Re: [PATCH v7 00/21] error: prepare for auto propagated local_err
,
Vladimir Sementsov-Ogievskiy
,
2019/12/05
Re: [PATCH v7 00/21] error: prepare for auto propagated local_err
,
Markus Armbruster
,
2019/12/06
[PATCH] s390x/tcg: clear local interrupts on reset normal
,
Cornelia Huck
,
2019/12/05
Re: [PATCH] s390x/tcg: clear local interrupts on reset normal
,
Philippe Mathieu-Daudé
,
2019/12/05
Re: [PATCH] s390x/tcg: clear local interrupts on reset normal
,
Cornelia Huck
,
2019/12/05
Re: [PATCH] s390x/tcg: clear local interrupts on reset normal
,
David Hildenbrand
,
2019/12/06
Re: [PATCH] s390x/tcg: clear local interrupts on reset normal
,
Cornelia Huck
,
2019/12/06
Re: [RFC v5 024/126] error: auto propagated local_err
,
Markus Armbruster
,
2019/12/04
Re: [RFC v5 024/126] error: auto propagated local_err
,
Vladimir Sementsov-Ogievskiy
,
2019/12/05
Re: [RFC v5 024/126] error: auto propagated local_err
,
Markus Armbruster
,
2019/12/05
Re: [RFC v5 024/126] error: auto propagated local_err
,
Vladimir Sementsov-Ogievskiy
,
2019/12/05
Re: [RFC v5 024/126] error: auto propagated local_err
,
Vladimir Sementsov-Ogievskiy
,
2019/12/05
Re: [RFC v5 024/126] error: auto propagated local_err
,
Markus Armbruster
,
2019/12/06
Re: [RFC v5 024/126] error: auto propagated local_err
,
Eric Blake
,
2019/12/05
Re: [PATCH v2 12/13] s390x: protvirt: Disable address checks for PV guest IO emulation
,
Thomas Huth
,
2019/12/04
Re: [PATCH v2 12/13] s390x: protvirt: Disable address checks for PV guest IO emulation
,
Cornelia Huck
,
2019/12/05
Re: [PATCH v2 08/13] s390x: protvirt: Add new VCPU reset functions
,
Thomas Huth
,
2019/12/04
Re: [PATCH v2 08/13] s390x: protvirt: Add new VCPU reset functions
,
Janosch Frank
,
2019/12/04
Re: [PATCH v2 03/13] s390x: protvirt: Support unpack facility
,
Thomas Huth
,
2019/12/04
Re: [PATCH v2 03/13] s390x: protvirt: Support unpack facility
,
Janosch Frank
,
2019/12/04
Re: [PATCH v2 03/13] s390x: protvirt: Support unpack facility
,
Thomas Huth
,
2019/12/04
Re: [PATCH v2 03/13] s390x: protvirt: Support unpack facility
,
Janosch Frank
,
2019/12/04
Re: [RFC PATCH v1 7/8] vfio-ccw: Refactor ccw irq handler
,
Eric Farman
,
2019/12/03
[PATCH v3 0/4] s390x: Increase architectural compliance
,
Janosch Frank
,
2019/12/03
[PATCH v3 1/4] Header sync
,
Janosch Frank
,
2019/12/03
[PATCH v3 3/4] s390x: Fix cpu normal reset ri clearing
,
Janosch Frank
,
2019/12/03
Re: [PATCH v3 3/4] s390x: Fix cpu normal reset ri clearing
,
Cornelia Huck
,
2019/12/05
[PATCH v3 2/4] s390x: Add missing vcpu reset functions
,
Janosch Frank
,
2019/12/03
Re: [PATCH v3 2/4] s390x: Add missing vcpu reset functions
,
Cornelia Huck
,
2019/12/03
Re: [PATCH v3 2/4] s390x: Add missing vcpu reset functions
,
Janosch Frank
,
2019/12/04
Re: [PATCH v3 2/4] s390x: Add missing vcpu reset functions
,
Cornelia Huck
,
2019/12/04
Re: [PATCH v3 2/4] s390x: Add missing vcpu reset functions
,
Cornelia Huck
,
2019/12/04
Re: [PATCH v3 2/4] s390x: Add missing vcpu reset functions
,
David Hildenbrand
,
2019/12/04
Re: [PATCH v3 2/4] s390x: Add missing vcpu reset functions
,
David Hildenbrand
,
2019/12/04
Re: [PATCH v3 2/4] s390x: Add missing vcpu reset functions
,
Cornelia Huck
,
2019/12/04
Re: [PATCH v3 2/4] s390x: Add missing vcpu reset functions
,
David Hildenbrand
,
2019/12/04
[PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask
,
Janosch Frank
,
2019/12/03
Re: [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask
,
Christian Borntraeger
,
2019/12/03
Re: [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask
,
Cornelia Huck
,
2019/12/03
Re: [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask
,
Cornelia Huck
,
2019/12/03
Re: [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask
,
Christian Borntraeger
,
2019/12/03
Re: [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask
,
Cornelia Huck
,
2019/12/05
Re: [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask
,
Cornelia Huck
,
2019/12/13
Re: [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask
,
Janosch Frank
,
2019/12/13
Re: [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask
,
Thomas Huth
,
2019/12/17
Re: [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask
,
Thomas Huth
,
2019/12/17
Re: [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask
,
Janosch Frank
,
2019/12/18
Re: [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask
,
Cornelia Huck
,
2019/12/18
Re: [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask
,
Cornelia Huck
,
2019/12/18
Re: [PATCH v5 00/13] Multi-phase reset mechanism
,
Cornelia Huck
,
2019/12/03
Re: [PATCH v5 11/13] hw/s390x/ipl: replace deprecated qdev_reset_all registration
,
Cornelia Huck
,
2019/12/03
Re: [PATCH v5 06/13] hw/core/qdev: handle parent bus change regarding resettable
,
Cornelia Huck
,
2019/12/03
Re: [PATCH v5 02/13] hw/core/qdev: add trace events to help with resettable transition
,
Cornelia Huck
,
2019/12/03
Re: [PATCH v5 01/13] add device_legacy_reset function to prepare for reset api change
,
Cornelia Huck
,
2019/12/03
Re: [PATCH 00/15] s390x: Protected Virtualization support
,
Daniel P . Berrangé
,
2019/12/03
[PATCH v2 0/3] s390x: Increase architectural compliance
,
Janosch Frank
,
2019/12/02
[PATCH v2 2/3] s390x: Add missing vcpu reset functions
,
Janosch Frank
,
2019/12/02
Re: [PATCH v2 2/3] s390x: Add missing vcpu reset functions
,
David Hildenbrand
,
2019/12/02
Re: [PATCH v2 2/3] s390x: Add missing vcpu reset functions
,
Thomas Huth
,
2019/12/02
[PATCH v3] s390x: Add missing vcpu reset functions
,
Janosch Frank
,
2019/12/02
Re: [PATCH v2 2/3] s390x: Add missing vcpu reset functions
,
Cornelia Huck
,
2019/12/02
[PATCH v2 3/3] s390x: Fix cpu normal reset ri clearing
,
Janosch Frank
,
2019/12/02
Re: [PATCH v2 3/3] s390x: Fix cpu normal reset ri clearing
,
Christian Borntraeger
,
2019/12/03
Re: [PATCH v2 3/3] s390x: Fix cpu normal reset ri clearing
,
David Hildenbrand
,
2019/12/03
[PATCH v2 1/3] Header sync
,
Janosch Frank
,
2019/12/02
Re: [PATCH v5 12/13] hw/gpio/bcm2835_gpio: Isolate sdbus reparenting
,
Damien Hedde
,
2019/12/02
Re: [PATCH v5 12/13] hw/gpio/bcm2835_gpio: Isolate sdbus reparenting
,
Peter Maydell
,
2019/12/02
Re: [PATCH v5 12/13] hw/gpio/bcm2835_gpio: Isolate sdbus reparenting
,
Damien Hedde
,
2019/12/02
Re: [PATCH v5 12/13] hw/gpio/bcm2835_gpio: Isolate sdbus reparenting
,
Peter Maydell
,
2019/12/02
Re: [PATCH v5 05/13] hw/core/resettable: add support for changing parent
,
Damien Hedde
,
2019/12/02
Re: [PATCH v5 04/13] hw/core: add Resettable support to BusClass and DeviceClass
,
Damien Hedde
,
2019/12/02
Re: [PATCH v5 03/13] hw/core: create Resettable QOM interface
,
Damien Hedde
,
2019/12/02
Re: [PATCH v5 03/13] hw/core: create Resettable QOM interface
,
Peter Maydell
,
2019/12/02
Re: [PATCH v5 03/13] hw/core: create Resettable QOM interface
,
Cornelia Huck
,
2019/12/03
Re: [PATCH v2 01/13] s390x: protvirt: Add diag308 subcodes 8 - 10
,
Cornelia Huck
,
2019/12/02
Re: [PATCH v2 2/2] s390x/cpumodel: Introduce dynamic feature groups
,
David Hildenbrand
,
2019/12/02
Re: [PATCH v2 2/2] s390x/cpumodel: Introduce dynamic feature groups
,
Eduardo Habkost
,
2019/12/05
Re: [PATCH v2 2/2] s390x/cpumodel: Introduce dynamic feature groups
,
David Hildenbrand
,
2019/12/05
Re: [PATCH v2 2/2] s390x/cpumodel: Introduce dynamic feature groups
,
Eduardo Habkost
,
2019/12/09
Re: [PATCH v2 2/2] s390x/cpumodel: Introduce dynamic feature groups
,
David Hildenbrand
,
2019/12/12
Re: [PATCH 1/3] s390x: Properly fetch and test the short psw on diag308 subc 0/1
,
Cornelia Huck
,
2019/12/02
Re: [PATCH 1/3] s390x: Properly fetch and test the short psw on diag308 subc 0/1
,
Cornelia Huck
,
2019/12/18
Re: [PATCH 0/3] s390x: Increase architectural compliance
,
Cornelia Huck
,
2019/12/02
Re: [PATCH 0/3] s390x: Increase architectural compliance
,
Janosch Frank
,
2019/12/02
Re: [PATCH v2 08/14] gdbstub: extend GByteArray to read register helpers
,
Richard Henderson
,
2019/12/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc