Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-ppc (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Sat Oct 31 2020 12:11:31 -0400
Threads in reverse chronological order
[
Next Period
]
[PATCH 1/2] spapr: Drop dead code in spapr_reallocate_hpt()
,
Greg Kurz
,
2020/10/29
[PATCH 2/2] spapr: Convert hpt_prepare_thread() to use qemu_try_memalign()
,
Greg Kurz
,
2020/10/29
Re: [PATCH 1/2] spapr: Drop dead code in spapr_reallocate_hpt()
,
David Gibson
,
2020/10/29
Re: [PATCH 7/9] ppc: silence the compiler warnings
,
Thomas Huth
,
2020/10/28
Re: [PATCH 7/9] ppc: silence the compiler warnings
,
David Gibson
,
2020/10/28
RE: [PATCH 7/9] ppc: silence the compiler warnings
,
Chenqun (kuhn)
,
2020/10/29
[PULL 00/18] ppc-for-5.2 queue 20201028
,
David Gibson
,
2020/10/27
[PULL 01/18] spapr: Clarify why DR connectors aren't user creatable
,
David Gibson
,
2020/10/27
[PULL 02/18] ppc/spapr: re-assert IRQs during event-scan if there are pending
,
David Gibson
,
2020/10/27
[PULL 03/18] hw/net: move allocation to the heap due to very large stack frame
,
David Gibson
,
2020/10/27
[PULL 04/18] spapr: Move spapr_create_nvdimm_dr_connectors() to core machine code
,
David Gibson
,
2020/10/27
[PULL 07/18] spapr: Drop spapr_delete_vcpu() unused argument
,
David Gibson
,
2020/10/27
[PULL 06/18] spapr: Unrealize vCPUs with qdev_unrealize()
,
David Gibson
,
2020/10/27
[PULL 08/18] spapr: Make spapr_cpu_core_unrealize() idempotent
,
David Gibson
,
2020/10/27
[PULL 13/18] spapr: Pass &error_abort when getting some PC DIMM properties
,
David Gibson
,
2020/10/27
[PULL 09/18] spapr: Simplify spapr_cpu_core_realize() and spapr_cpu_core_unrealize()
,
David Gibson
,
2020/10/27
[PULL 11/18] spapr: Use appropriate getter for PC_DIMM_ADDR_PROP
,
David Gibson
,
2020/10/27
[PULL 14/18] spapr: Simplify error handling in spapr_memory_plug()
,
David Gibson
,
2020/10/27
[PULL 05/18] spapr: Fix leak of CPU machine specific data
,
David Gibson
,
2020/10/27
[PULL 12/18] spapr: Use appropriate getter for PC_DIMM_SLOT_PROP
,
David Gibson
,
2020/10/27
[PULL 10/18] pc-dimm: Drop @errp argument of pc_dimm_plug()
,
David Gibson
,
2020/10/27
[PULL 15/18] spapr: Use error_append_hint() in spapr_reallocate_hpt()
,
David Gibson
,
2020/10/27
[PULL 16/18] target/ppc: Fix kvmppc_load_htab_chunk() error reporting
,
David Gibson
,
2020/10/27
[PULL 17/18] spapr: Improve spapr_reallocate_hpt() error reporting
,
David Gibson
,
2020/10/27
[PULL 18/18] ppc/: fix some comment spelling errors
,
David Gibson
,
2020/10/27
Re: [PULL 00/18] ppc-for-5.2 queue 20201028
,
Peter Maydell
,
2020/10/30
[PATCH v6 11/11] qapi: Use QAPI_LIST_ADD() where possible
,
Eric Blake
,
2020/10/27
Re: [PATCH v6 11/11] qapi: Use QAPI_LIST_ADD() where possible
,
Thomas Huth
,
2020/10/27
Re: [PATCH v6 11/11] qapi: Use QAPI_LIST_ADD() where possible
,
David Gibson
,
2020/10/27
Re: [PATCH v6 11/11] qapi: Use QAPI_LIST_ADD() where possible
,
Markus Armbruster
,
2020/10/27
Re: [PATCH v6 11/11] qapi: Use QAPI_LIST_ADD() where possible
,
Eric Blake
,
2020/10/27
Re: [PATCH v6 11/11] qapi: Use QAPI_LIST_ADD() where possible
,
Markus Armbruster
,
2020/10/27
Re: [PATCH v6 11/11] qapi: Use QAPI_LIST_ADD() where possible
,
Eric Blake
,
2020/10/27
Re: [PATCH v6 11/11] qapi: Use QAPI_LIST_ADD() where possible
,
Dr. David Alan Gilbert
,
2020/10/27
Re: [PATCH v6 11/11] qapi: Use QAPI_LIST_ADD() where possible
,
Vladimir Sementsov-Ogievskiy
,
2020/10/27
[PATCH 0/4] spapr: Error handling fixes and cleanups (round 5)
,
Greg Kurz
,
2020/10/26
[PATCH 1/4] spapr: qemu_memalign() doesn't return NULL
,
Greg Kurz
,
2020/10/26
Re: [PATCH 1/4] spapr: qemu_memalign() doesn't return NULL
,
Philippe Mathieu-Daudé
,
2020/10/26
Re: [PATCH 1/4] spapr: qemu_memalign() doesn't return NULL
,
Greg Kurz
,
2020/10/26
Re: [PATCH 1/4] spapr: qemu_memalign() doesn't return NULL
,
David Gibson
,
2020/10/26
Re: [PATCH 1/4] spapr: qemu_memalign() doesn't return NULL
,
Greg Kurz
,
2020/10/27
[PATCH 2/4] spapr: Use error_append_hint() in spapr_reallocate_hpt()
,
Greg Kurz
,
2020/10/26
Re: [PATCH 2/4] spapr: Use error_append_hint() in spapr_reallocate_hpt()
,
David Gibson
,
2020/10/26
[PATCH 3/4] target/ppc: Fix kvmppc_load_htab_chunk() error reporting
,
Greg Kurz
,
2020/10/26
Re: [PATCH 3/4] target/ppc: Fix kvmppc_load_htab_chunk() error reporting
,
Philippe Mathieu-Daudé
,
2020/10/26
Re: [PATCH 3/4] target/ppc: Fix kvmppc_load_htab_chunk() error reporting
,
David Gibson
,
2020/10/26
[PATCH 4/4] spapr: Improve spapr_reallocate_hpt() error reporting
,
Greg Kurz
,
2020/10/26
Re: [PATCH 4/4] spapr: Improve spapr_reallocate_hpt() error reporting
,
Philippe Mathieu-Daudé
,
2020/10/26
Re: [PATCH 4/4] spapr: Improve spapr_reallocate_hpt() error reporting
,
Greg Kurz
,
2020/10/26
Re: [PATCH 4/4] spapr: Improve spapr_reallocate_hpt() error reporting
,
Philippe Mathieu-Daudé
,
2020/10/27
Re: [PATCH 4/4] spapr: Improve spapr_reallocate_hpt() error reporting
,
David Gibson
,
2020/10/26
Re: [PATCH 0/4] spapr: Error handling fixes and cleanups (round 5)
,
Greg Kurz
,
2020/10/26
Re: [PATCH V2 02/14] ppc/: fix some comment spelling errors
,
Thomas Huth
,
2020/10/26
Re: [PATCH V2 02/14] ppc/: fix some comment spelling errors
,
Greg Kurz
,
2020/10/26
Re: [PATCH V2 02/14] ppc/: fix some comment spelling errors
,
David Gibson
,
2020/10/26
[PATCH v5 12/12] qapi: Use QAPI_LIST_ADD() where possible
,
Eric Blake
,
2020/10/23
Re: [PATCH v5 12/12] qapi: Use QAPI_LIST_ADD() where possible
,
Eric Blake
,
2020/10/23
Re: [PATCH 11/30] prep: Fix Lesser GPL version number
,
Thomas Huth
,
2020/10/23
[PATCH 0/4] Test more "check-acceptance" tests in the gitlab-CI
,
Thomas Huth
,
2020/10/23
[PATCH 1/4] tests/acceptance/ppc_prep_40p: Fix the URL to the NetBSD-4.0 archive
,
Thomas Huth
,
2020/10/23
Re: [PATCH 1/4] tests/acceptance/ppc_prep_40p: Fix the URL to the NetBSD-4.0 archive
,
Philippe Mathieu-Daudé
,
2020/10/23
[PATCH 2/4] test/acceptance: Remove the CONTINUOUS_INTEGRATION tags
,
Thomas Huth
,
2020/10/23
Re: [PATCH 2/4] test/acceptance: Remove the CONTINUOUS_INTEGRATION tags
,
Philippe Mathieu-Daudé
,
2020/10/23
[PATCH 3/4] tests/acceptance: Enable AVOCADO_ALLOW_UNTRUSTED_CODE in the gitlab-CI
,
Thomas Huth
,
2020/10/23
Re: [PATCH 3/4] tests/acceptance: Enable AVOCADO_ALLOW_UNTRUSTED_CODE in the gitlab-CI
,
Philippe Mathieu-Daudé
,
2020/10/23
[PATCH 4/4] test/docker/dockerfiles: Add missing packages for acceptance tests
,
Thomas Huth
,
2020/10/23
Re: [PATCH 4/4] test/docker/dockerfiles: Add missing packages for acceptance tests
,
Philippe Mathieu-Daudé
,
2020/10/23
Re: [PATCH 0/4] Test more "check-acceptance" tests in the gitlab-CI
,
Alex Bennée
,
2020/10/26
Re: [PATCH 0/4] Test more "check-acceptance" tests in the gitlab-CI
,
Alex Bennée
,
2020/10/26
Re: [PATCH v2 0/6] QOM minor fixes
,
Mark Cave-Ayland
,
2020/10/21
[PATCH v2 0/5] memory: Skip assertion in memory_region_unregister_iommu_notifier
,
Eugenio Pérez
,
2020/10/19
[PATCH v2 1/5] memory: Rename memory_region_notify_one to memory_region_notify_iommu_one
,
Eugenio Pérez
,
2020/10/19
[PATCH v2 2/5] memory: Add IOMMUTLBEvent
,
Eugenio Pérez
,
2020/10/19
Re: [PATCH v2 2/5] memory: Add IOMMUTLBEvent
,
Michael S. Tsirkin
,
2020/10/30
[PATCH v2 3/5] memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationType
,
Eugenio Pérez
,
2020/10/19
[PATCH v2 4/5] intel_iommu: Skip page walking on device iotlb invalidations
,
Eugenio Pérez
,
2020/10/19
[PATCH v2 5/5] memory: Skip bad range assertion if notifier is DEVIOTLB_UNMAP type
,
Eugenio Pérez
,
2020/10/19
[PATCH v2 0/5] memory: Skip assertion in memory_region_unregister_iommu_notifier
,
Eugenio Pérez
,
2020/10/19
[PATCH v2 1/5] memory: Rename memory_region_notify_one to memory_region_notify_iommu_one
,
Eugenio Pérez
,
2020/10/19
Re: [PATCH v2 0/5] memory: Skip assertion in memory_region_unregister_iommu_notifier
,
Jason Wang
,
2020/10/19
Re: [PATCH 7/30] non-virt: Fix Lesser GPL version number
,
Thomas Huth
,
2020/10/19
[PATCH 0/5] spapr: Error handling fixes and cleanups (round 3)
,
Greg Kurz
,
2020/10/19
[PATCH 1/5] pc-dimm: Drop @errp argument of pc_dimm_plug()
,
Greg Kurz
,
2020/10/19
Re: [PATCH 1/5] pc-dimm: Drop @errp argument of pc_dimm_plug()
,
Vladimir Sementsov-Ogievskiy
,
2020/10/21
Re: [PATCH 1/5] pc-dimm: Drop @errp argument of pc_dimm_plug()
,
David Gibson
,
2020/10/22
Re: [PATCH 1/5] pc-dimm: Drop @errp argument of pc_dimm_plug()
,
Igor Mammedov
,
2020/10/23
Re: [PATCH 1/5] pc-dimm: Drop @errp argument of pc_dimm_plug()
,
Greg Kurz
,
2020/10/25
[PATCH 2/5] spapr: Use appropriate getter for PC_DIMM_ADDR_PROP
,
Greg Kurz
,
2020/10/19
Re: [PATCH 2/5] spapr: Use appropriate getter for PC_DIMM_ADDR_PROP
,
Philippe Mathieu-Daudé
,
2020/10/19
Re: [PATCH 2/5] spapr: Use appropriate getter for PC_DIMM_ADDR_PROP
,
David Gibson
,
2020/10/22
[PATCH 3/5] spapr: Use appropriate getter for PC_DIMM_SLOT_PROP
,
Greg Kurz
,
2020/10/19
Re: [PATCH 3/5] spapr: Use appropriate getter for PC_DIMM_SLOT_PROP
,
Philippe Mathieu-Daudé
,
2020/10/19
Re: [PATCH 3/5] spapr: Use appropriate getter for PC_DIMM_SLOT_PROP
,
David Gibson
,
2020/10/22
[PATCH 4/5] spapr: Pass &error_abort when getting some PC DIMM properties
,
Greg Kurz
,
2020/10/19
Re: [PATCH 4/5] spapr: Pass &error_abort when getting some PC DIMM properties
,
Igor Mammedov
,
2020/10/23
Re: [PATCH 4/5] spapr: Pass &error_abort when getting some PC DIMM properties
,
Greg Kurz
,
2020/10/25
Re: [PATCH 4/5] spapr: Pass &error_abort when getting some PC DIMM properties
,
Igor Mammedov
,
2020/10/27
Re: [PATCH 4/5] spapr: Pass &error_abort when getting some PC DIMM properties
,
Greg Kurz
,
2020/10/27
Re: [PATCH 4/5] spapr: Pass &error_abort when getting some PC DIMM properties
,
Igor Mammedov
,
2020/10/28
Re: [PATCH 4/5] spapr: Pass &error_abort when getting some PC DIMM properties
,
Greg Kurz
,
2020/10/30
[PATCH 5/5] spapr: Simplify error handling in spapr_memory_plug()
,
Greg Kurz
,
2020/10/19
Re: [PATCH 5/5] spapr: Simplify error handling in spapr_memory_plug()
,
Philippe Mathieu-Daudé
,
2020/10/19
Re: [PATCH 5/5] spapr: Simplify error handling in spapr_memory_plug()
,
Igor Mammedov
,
2020/10/23
Re: [PATCH 0/5] spapr: Error handling fixes and cleanups (round 3)
,
David Gibson
,
2020/10/22
Re: [PATCH 0/5] spapr: Error handling fixes and cleanups (round 3)
,
Greg Kurz
,
2020/10/25
Re: [PATCH 0/5] spapr: Error handling fixes and cleanups (round 3)
,
Greg Kurz
,
2020/10/25
Re: [PATCH 0/5] spapr: Error handling fixes and cleanups (round 3)
,
David Gibson
,
2020/10/26
[PULL v2 00/13] qemu-macppc queue 20201019
,
Mark Cave-Ayland
,
2020/10/19
Re: [PULL v2 00/13] qemu-macppc queue 20201019
,
Peter Maydell
,
2020/10/19
[PULL 00/13] qemu-macppc queue 20201018
,
Mark Cave-Ayland
,
2020/10/18
[PULL 01/13] macio: don't reference serial_hd() directly within the device
,
Mark Cave-Ayland
,
2020/10/18
[PULL 02/13] grackle: use qdev gpios for PCI IRQs
,
Mark Cave-Ayland
,
2020/10/18
[PULL 03/13] uninorth: use qdev gpios for PCI IRQs
,
Mark Cave-Ayland
,
2020/10/18
[PULL 04/13] m48t59-isa: remove legacy m48t59_init_isa() function
,
Mark Cave-Ayland
,
2020/10/18
[PULL 05/13] sun4m: use qdev properties instead of legacy m48t59_init() function
,
Mark Cave-Ayland
,
2020/10/18
[PULL 06/13] sun4u: use qdev properties instead of legacy m48t59_init() function
,
Mark Cave-Ayland
,
2020/10/18
[PULL 07/13] ppc405_boards: use qdev properties instead of legacy m48t59_init() function
,
Mark Cave-Ayland
,
2020/10/18
[PULL 08/13] m48t59: remove legacy m48t59_init() function
,
Mark Cave-Ayland
,
2020/10/18
[PULL 09/13] mac_oldworld: Allow loading binary ROM image
,
Mark Cave-Ayland
,
2020/10/18
[PULL 10/13] mac_newworld: Allow loading binary ROM image
,
Mark Cave-Ayland
,
2020/10/18
[PULL 11/13] mac_oldworld: Drop a variable, use get_system_memory() directly
,
Mark Cave-Ayland
,
2020/10/18
[PULL 13/13] mac_oldworld: Change PCI address of macio to match real hardware
,
Mark Cave-Ayland
,
2020/10/18
[PULL 12/13] mac_oldworld: Drop some variables
,
Mark Cave-Ayland
,
2020/10/18
Re: [PULL 00/13] qemu-macppc queue 20201018
,
Mark Cave-Ayland
,
2020/10/19
[PATCH 0/6] m48t59: remove legacy init functions
,
BALATON Zoltan
,
2020/10/17
[PATCH 5/6] ppc405_boards: use qdev instead of legacy m48t59_init() function
,
BALATON Zoltan
,
2020/10/17
Re: [PATCH 5/6] ppc405_boards: use qdev instead of legacy m48t59_init() function
,
Philippe Mathieu-Daudé
,
2020/10/18
[PATCH 4/6] sun4u: use qdev instead of legacy m48t59_init() function
,
BALATON Zoltan
,
2020/10/17
Re: [PATCH 4/6] sun4u: use qdev instead of legacy m48t59_init() function
,
Philippe Mathieu-Daudé
,
2020/10/18
[PATCH 1/6] m48t59-isa: remove legacy m48t59_init_isa() function
,
BALATON Zoltan
,
2020/10/17
[PATCH 2/6] mt48t59: Set default value of base-year property to 1968
,
BALATON Zoltan
,
2020/10/17
Re: [PATCH 2/6] mt48t59: Set default value of base-year property to 1968
,
Philippe Mathieu-Daudé
,
2020/10/18
[PATCH 6/6] m48t59: remove legacy m48t59_init() function
,
BALATON Zoltan
,
2020/10/17
[PATCH 3/6] sun4m: use qdev instead of legacy m48t59_init() function
,
BALATON Zoltan
,
2020/10/17
Re: [PATCH 3/6] sun4m: use qdev instead of legacy m48t59_init() function
,
Philippe Mathieu-Daudé
,
2020/10/18
Re: [PATCH 0/6] m48t59: remove legacy init functions
,
Mark Cave-Ayland
,
2020/10/18
[PATCH v9] mac_oldworld: Allow loading binary ROM image
,
BALATON Zoltan
,
2020/10/17
Re: [PATCH v9] mac_oldworld: Allow loading binary ROM image
,
Philippe Mathieu-Daudé
,
2020/10/17
Re: [PATCH v9] mac_oldworld: Allow loading binary ROM image
,
BALATON Zoltan
,
2020/10/17
Re: [PATCH v9] mac_oldworld: Allow loading binary ROM image
,
Philippe Mathieu-Daudé
,
2020/10/17
Re: [PATCH v9] mac_oldworld: Allow loading binary ROM image
,
BALATON Zoltan
,
2020/10/17
[PATCH 0/5] m48t59: remove legacy init functions
,
Mark Cave-Ayland
,
2020/10/16
[PATCH 1/5] m48t59-isa: remove legacy m48t59_init_isa() function
,
Mark Cave-Ayland
,
2020/10/16
Re: [PATCH 1/5] m48t59-isa: remove legacy m48t59_init_isa() function
,
Philippe Mathieu-Daudé
,
2020/10/17
[PATCH 2/5] sun4m: use qdev properties instead of legacy m48t59_init() function
,
Mark Cave-Ayland
,
2020/10/16
Re: [PATCH 2/5] sun4m: use qdev properties instead of legacy m48t59_init() function
,
Philippe Mathieu-Daudé
,
2020/10/17
Re: [PATCH 2/5] sun4m: use qdev properties instead of legacy m48t59_init() function
,
Mark Cave-Ayland
,
2020/10/17
[PATCH 3/5] sun4u: use qdev properties instead of legacy m48t59_init() function
,
Mark Cave-Ayland
,
2020/10/16
Re: [PATCH 3/5] sun4u: use qdev properties instead of legacy m48t59_init() function
,
Philippe Mathieu-Daudé
,
2020/10/17
[PATCH 4/5] ppc405_boards: use qdev properties instead of legacy m48t59_init() function
,
Mark Cave-Ayland
,
2020/10/16
Re: [PATCH 4/5] ppc405_boards: use qdev properties instead of legacy m48t59_init() function
,
BALATON Zoltan
,
2020/10/16
Re: [PATCH 4/5] ppc405_boards: use qdev properties instead of legacy m48t59_init() function
,
Philippe Mathieu-Daudé
,
2020/10/17
Re: [PATCH 4/5] ppc405_boards: use qdev properties instead of legacy m48t59_init() function
,
BALATON Zoltan
,
2020/10/17
Re: [PATCH 4/5] ppc405_boards: use qdev properties instead of legacy m48t59_init() function
,
Mark Cave-Ayland
,
2020/10/17
Re: [PATCH 4/5] ppc405_boards: use qdev properties instead of legacy m48t59_init() function
,
Mark Cave-Ayland
,
2020/10/17
Re: [PATCH 4/5] ppc405_boards: use qdev properties instead of legacy m48t59_init() function
,
Artyom Tarasenko
,
2020/10/17
[PATCH 5/5] m48t59: remove legacy m48t59_init() function
,
Mark Cave-Ayland
,
2020/10/16
Re: [PATCH 5/5] m48t59: remove legacy m48t59_init() function
,
Philippe Mathieu-Daudé
,
2020/10/17
Re: [PATCH 5/5] m48t59: remove legacy m48t59_init() function
,
Mark Cave-Ayland
,
2020/10/17
Re: [PATCH 5/5] m48t59: remove legacy m48t59_init() function
,
Philippe Mathieu-Daudé
,
2020/10/17
Re: [PATCH 0/5] m48t59: remove legacy init functions
,
Hervé Poussineau
,
2020/10/16
[PATCH v8 0/5] Mac Old World ROM experiment (ppc/mac_* clean ups and loading binary ROM)
,
BALATON Zoltan
,
2020/10/15
[PATCH v8 4/5] mac_oldworld: Drop some variables
,
BALATON Zoltan
,
2020/10/15
[PATCH v8 3/5] mac_oldworld: Drop a variable, use get_system_memory() directly
,
BALATON Zoltan
,
2020/10/15
[PATCH v8 2/5] mac_newworld: Allow loading binary ROM image
,
BALATON Zoltan
,
2020/10/15
[PATCH v8 5/5] mac_oldworld: Change PCI address of macio to match real hardware
,
BALATON Zoltan
,
2020/10/15
[PATCH v8 1/5] mac_oldworld: Allow loading binary ROM image
,
BALATON Zoltan
,
2020/10/15
Re: [PATCH v8 0/5] Mac Old World ROM experiment (ppc/mac_* clean ups and loading binary ROM)
,
Mark Cave-Ayland
,
2020/10/16
Re: [PATCH v8 0/5] Mac Old World ROM experiment (ppc/mac_* clean ups and loading binary ROM)
,
BALATON Zoltan
,
2020/10/16
Re: [PATCH v8 0/5] Mac Old World ROM experiment (ppc/mac_* clean ups and loading binary ROM)
,
Mark Cave-Ayland
,
2020/10/17
Re: [PATCH v8 0/5] Mac Old World ROM experiment (ppc/mac_* clean ups and loading binary ROM)
,
BALATON Zoltan
,
2020/10/17
Re: [PATCH v8 0/5] Mac Old World ROM experiment (ppc/mac_* clean ups and loading binary ROM)
,
Mark Cave-Ayland
,
2020/10/18
Re: [PATCH v8 0/5] Mac Old World ROM experiment (ppc/mac_* clean ups and loading binary ROM)
,
Philippe Mathieu-Daudé
,
2020/10/16
Re: [PATCH v8 0/5] Mac Old World ROM experiment (ppc/mac_* clean ups and loading binary ROM)
,
BALATON Zoltan
,
2020/10/17
Re: [PATCH v8 0/5] Mac Old World ROM experiment (ppc/mac_* clean ups and loading binary ROM)
,
Philippe Mathieu-Daudé
,
2020/10/17
[PATCH v2 0/5] spapr: Fix and cleanups for sPAPR CPU core
,
Greg Kurz
,
2020/10/15
[PATCH v2 3/5] spapr: Drop spapr_delete_vcpu() unused argument
,
Greg Kurz
,
2020/10/15
[PATCH v2 4/5] spapr: Make spapr_cpu_core_unrealize() idempotent
,
Greg Kurz
,
2020/10/15
[PATCH v2 2/5] spapr: Unrealize vCPUs with qdev_unrealize()
,
Greg Kurz
,
2020/10/15
[PATCH v2 1/5] spapr: Fix leak of CPU machine specific data
,
Greg Kurz
,
2020/10/15
[PATCH v2 5/5] spapr: Simplify spapr_cpu_core_realize() and spapr_cpu_core_unrealize()
,
Greg Kurz
,
2020/10/15
Re: [PATCH v2 0/5] spapr: Fix and cleanups for sPAPR CPU core
,
David Gibson
,
2020/10/22
[PATCH] ppc/spapr: re-assert IRQs during event-scan if there are pending
,
Laurent Vivier
,
2020/10/15
Re: [PATCH] ppc/spapr: re-assert IRQs during event-scan if there are pending
,
Greg Kurz
,
2020/10/15
Re: [PATCH] ppc/spapr: re-assert IRQs during event-scan if there are pending
,
David Gibson
,
2020/10/15
[PATCH v2 0/2] hw/rtc/m48t59: Simplify m48t59_init()
,
Philippe Mathieu-Daudé
,
2020/10/15
[PATCH v2 1/2] hw/rtc/m48t59: Simplify m48t59_init() removing 'io_base' argument
,
Philippe Mathieu-Daudé
,
2020/10/15
[PATCH v2 2/2] hw/rtc/m48t59: Simplify m48t59_init() passing MemoryRegion argument
,
Philippe Mathieu-Daudé
,
2020/10/15
Re: [PATCH v2 2/2] hw/rtc/m48t59: Simplify m48t59_init() passing MemoryRegion argument
,
David Gibson
,
2020/10/15
Re: [PATCH v2 0/2] hw/rtc/m48t59: Simplify m48t59_init()
,
Mark Cave-Ayland
,
2020/10/16
Re: [PATCH v2 0/2] hw/rtc/m48t59: Simplify m48t59_init()
,
Philippe Mathieu-Daudé
,
2020/10/16
[PATCH v2 0/7] i386: Add `machine` parameter to query-cpu-definitions
,
Eduardo Habkost
,
2020/10/13
[PATCH v2 1/7] machine: machine_find_class() function
,
Eduardo Habkost
,
2020/10/13
[PATCH v2 2/7] i386: Add X86CPUModel.alias_of field
,
Eduardo Habkost
,
2020/10/13
[PATCH v2 3/7] i386: Replace x86_cpu_class_get_alias_of() with x86_cpu_model_resolve_alias()
,
Eduardo Habkost
,
2020/10/13
[PATCH v2 4/7] i386: Add default_version parameter to CPU version functions
,
Eduardo Habkost
,
2020/10/13
[PATCH v2 5/7] i386: Wrap QMP code in !CONFIG_USER_ONLY
,
Eduardo Habkost
,
2020/10/13
[PATCH v2 6/7] i386: Don't use default_cpu_version inside x86_cpu_definition_entry()
,
Eduardo Habkost
,
2020/10/13
[PATCH v2 7/7] cpu: Add `machine` parameter to query-cpu-definitions
,
Eduardo Habkost
,
2020/10/13
Re: [PATCH v7 8/8] mac_oldworld: Add SPD data to cover RAM
,
Philippe Mathieu-Daudé
,
2020/10/13
Re: [PATCH v7 8/8] mac_oldworld: Add SPD data to cover RAM
,
BALATON Zoltan
,
2020/10/13
Re: [PATCH v7 8/8] mac_oldworld: Add SPD data to cover RAM
,
BALATON Zoltan
,
2020/10/13
Re: [PATCH v7 4/8] mac_oldworld: Drop some variables
,
Philippe Mathieu-Daudé
,
2020/10/13
Re: [PATCH v7 2/8] mac_newworld: Allow loading binary ROM image
,
Philippe Mathieu-Daudé
,
2020/10/13
Re: [PATCH v7 3/8] mac_oldworld: Drop a variable, use get_system_memory() directly
,
Philippe Mathieu-Daudé
,
2020/10/13
[PATCH v2 0/3] ppc: Mac machine updates
,
Mark Cave-Ayland
,
2020/10/13
[PATCH v2 1/3] macio: don't reference serial_hd() directly within the device
,
Mark Cave-Ayland
,
2020/10/13
Re: [PATCH v2 1/3] macio: don't reference serial_hd() directly within the device
,
David Gibson
,
2020/10/15
Re: [PATCH v2 1/3] macio: don't reference serial_hd() directly within the device
,
Mark Cave-Ayland
,
2020/10/16
Re: [PATCH v2 1/3] macio: don't reference serial_hd() directly within the device
,
David Gibson
,
2020/10/17
[PATCH v2 2/3] grackle: use qdev gpios for PCI IRQs
,
Mark Cave-Ayland
,
2020/10/13
Re: [PATCH v2 2/3] grackle: use qdev gpios for PCI IRQs
,
Philippe Mathieu-Daudé
,
2020/10/13
Re: [PATCH v2 2/3] grackle: use qdev gpios for PCI IRQs
,
Mark Cave-Ayland
,
2020/10/13
Re: [PATCH v2 2/3] grackle: use qdev gpios for PCI IRQs
,
BALATON Zoltan
,
2020/10/13
Re: [PATCH v2 2/3] grackle: use qdev gpios for PCI IRQs
,
Mark Cave-Ayland
,
2020/10/15
Re: [PATCH v2 2/3] grackle: use qdev gpios for PCI IRQs
,
BALATON Zoltan
,
2020/10/15
Re: [PATCH v2 2/3] grackle: use qdev gpios for PCI IRQs
,
Mark Cave-Ayland
,
2020/10/17
Re: [PATCH v2 2/3] grackle: use qdev gpios for PCI IRQs
,
David Gibson
,
2020/10/15
Re: [PATCH v2 2/3] grackle: use qdev gpios for PCI IRQs
,
Howard Spoelstra
,
2020/10/16
Re: [PATCH v2 2/3] grackle: use qdev gpios for PCI IRQs
,
Mark Cave-Ayland
,
2020/10/16
Re: [PATCH v2 2/3] grackle: use qdev gpios for PCI IRQs
,
David Gibson
,
2020/10/17
[PATCH v2 3/3] uninorth: use qdev gpios for PCI IRQs
,
Mark Cave-Ayland
,
2020/10/13
Re: [PATCH v2 3/3] uninorth: use qdev gpios for PCI IRQs
,
BALATON Zoltan
,
2020/10/13
Re: [PATCH v2 3/3] uninorth: use qdev gpios for PCI IRQs
,
Mark Cave-Ayland
,
2020/10/13
Re: [PATCH v2 3/3] uninorth: use qdev gpios for PCI IRQs
,
BALATON Zoltan
,
2020/10/13
Re: [PATCH v2 3/3] uninorth: use qdev gpios for PCI IRQs
,
David Gibson
,
2020/10/15
Re: [PATCH v2 3/3] uninorth: use qdev gpios for PCI IRQs
,
Philippe Mathieu-Daudé
,
2020/10/13
Re: [PATCH v2 3/3] uninorth: use qdev gpios for PCI IRQs
,
David Gibson
,
2020/10/15
[PATCH 0/3] ppc: Mac machine updates
,
Mark Cave-Ayland
,
2020/10/13
[PATCH 1/3] macio: don't reference serial_hd() directly within the device
,
Mark Cave-Ayland
,
2020/10/13
[PATCH 2/3] grackle: use qdev gpios for PCI IRQs
,
Mark Cave-Ayland
,
2020/10/13
[PATCH 3/3] uninorth: use qdev gpios for PCI IRQs
,
Mark Cave-Ayland
,
2020/10/13
[PATCH qemu v10] spapr: Implement Open Firmware client interface
,
Alexey Kardashevskiy
,
2020/10/12
Re: [PATCH qemu v10] spapr: Implement Open Firmware client interface
,
Alexey Kardashevskiy
,
2020/10/31
Re: [PATCH qemu v10] spapr: Implement Open Firmware client interface
,
Greg Kurz
,
2020/10/31
Re: [PATCH] hw/rtc/m48t59: Simplify m48t59_init()
,
Laurent Vivier
,
2020/10/12
[PATCH 0/4] spapr: Fix and cleanups for sPAPR CPU core
,
Greg Kurz
,
2020/10/12
[PATCH 1/4] spapr: Fix leak of CPU machine specific data
,
Greg Kurz
,
2020/10/12
[PATCH 2/4] spapr: Drop spapr_delete_vcpu() unused argument
,
Greg Kurz
,
2020/10/12
[PATCH 3/4] spapr: Introduce an .instance_finalize hook for TYPE_SPAPR_CPU_CORE
,
Greg Kurz
,
2020/10/12
[PATCH 4/4] spapr: Make spapr_cpu_core_unrealize() idempotent
,
Greg Kurz
,
2020/10/12
Re: [PATCH 4/4] spapr: Make spapr_cpu_core_unrealize() idempotent
,
Greg Kurz
,
2020/10/12
[PATCH 0/5] hw: Use PCI macros from 'hw/pci/pci.h'
,
Philippe Mathieu-Daudé
,
2020/10/12
[PATCH 1/5] hw/pci-host/bonito: Make PCI_ADDR() macro more readable
,
Philippe Mathieu-Daudé
,
2020/10/12
Re: [PATCH 1/5] hw/pci-host/bonito: Make PCI_ADDR() macro more readable
,
BALATON Zoltan
,
2020/10/12
Re: [PATCH 1/5] hw/pci-host/bonito: Make PCI_ADDR() macro more readable
,
Philippe Mathieu-Daudé
,
2020/10/12
[PATCH 2/5] hw/pci-host: Use the PCI_BUILD_BDF() macro from 'hw/pci/pci.h'
,
Philippe Mathieu-Daudé
,
2020/10/12
Re: [PATCH 2/5] hw/pci-host: Use the PCI_BUILD_BDF() macro from 'hw/pci/pci.h'
,
David Gibson
,
2020/10/12
[PATCH 3/5] hw/pci-host/uninorth: Use the PCI_FUNC() macro from 'hw/pci/pci.h'
,
Philippe Mathieu-Daudé
,
2020/10/12
Re: [PATCH 3/5] hw/pci-host/uninorth: Use the PCI_FUNC() macro from 'hw/pci/pci.h'
,
David Gibson
,
2020/10/12
[PATCH 4/5] hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'
,
Philippe Mathieu-Daudé
,
2020/10/12
RE: [PATCH 4/5] hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'
,
Paul Durrant
,
2020/10/12
Re: [PATCH 4/5] hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'
,
David Gibson
,
2020/10/12
[PATCH 5/5] hw: Use the PCI_DEVFN() macro from 'hw/pci/pci.h'
,
Philippe Mathieu-Daudé
,
2020/10/12
Re: [PATCH 5/5] hw: Use the PCI_DEVFN() macro from 'hw/pci/pci.h'
,
David Gibson
,
2020/10/12
[PATCH] spapr: Clarify why DR connectors aren't user creatable
,
Greg Kurz
,
2020/10/12
Re: [PATCH] spapr: Clarify why DR connectors aren't user creatable
,
David Gibson
,
2020/10/12
[PATCH] spapr: Move spapr_create_nvdimm_dr_connectors() to core machine code
,
Greg Kurz
,
2020/10/12
Re: [PATCH] spapr: Move spapr_create_nvdimm_dr_connectors() to core machine code
,
Philippe Mathieu-Daudé
,
2020/10/12
Re: [PATCH] spapr: Move spapr_create_nvdimm_dr_connectors() to core machine code
,
David Gibson
,
2020/10/12
Re: [PATCH] spapr: Move spapr_create_nvdimm_dr_connectors() to core machine code
,
Greg Kurz
,
2020/10/13
Re: [PATCH] spapr: Move spapr_create_nvdimm_dr_connectors() to core machine code
,
David Gibson
,
2020/10/15
[PATCH 0/4] hw/pci-host/prep: Fix PCI swizzling in map_irq()
,
Philippe Mathieu-Daudé
,
2020/10/12
[PATCH 1/4] hw/pci-host/prep: Update coding style to make checkpatch.pl happy
,
Philippe Mathieu-Daudé
,
2020/10/12
Re: [PATCH 1/4] hw/pci-host/prep: Update coding style to make checkpatch.pl happy
,
Mark Cave-Ayland
,
2020/10/12
[PATCH 2/4] hw/pci-host/prep: Remove legacy PReP machine temporary workaround
,
Philippe Mathieu-Daudé
,
2020/10/12
Re: [PATCH 2/4] hw/pci-host/prep: Remove legacy PReP machine temporary workaround
,
Thomas Huth
,
2020/10/12
Re: [PATCH 2/4] hw/pci-host/prep: Remove legacy PReP machine temporary workaround
,
Philippe Mathieu-Daudé
,
2020/10/12
Re: [PATCH 2/4] hw/pci-host/prep: Remove legacy PReP machine temporary workaround
,
Mark Cave-Ayland
,
2020/10/12
[PATCH 3/4] hw/pci-host/prep: Fix PCI swizzling in map_irq()
,
Philippe Mathieu-Daudé
,
2020/10/12
Re: [PATCH 3/4] hw/pci-host/prep: Fix PCI swizzling in map_irq()
,
Mark Cave-Ayland
,
2020/10/12
Re: [PATCH 3/4] hw/pci-host/prep: Fix PCI swizzling in map_irq()
,
Philippe Mathieu-Daudé
,
2020/10/12
[PATCH 4/4] docs/system/target-ppc.rst: Update PReP historical information
,
Philippe Mathieu-Daudé
,
2020/10/12
Re: [PATCH 4/4] docs/system/target-ppc.rst: Update PReP historical information
,
Thomas Huth
,
2020/10/12
Re: [PATCH qemu v9] spapr: Implement Open Firmware client interface
,
Alexey Kardashevskiy
,
2020/10/11
Re: [PATCH qemu v9] spapr: Implement Open Firmware client interface
,
BALATON Zoltan
,
2020/10/12
Re: [PATCH qemu v9] spapr: Implement Open Firmware client interface
,
Greg Kurz
,
2020/10/12
Re: [PATCH qemu v9] spapr: Implement Open Firmware client interface
,
Alexey Kardashevskiy
,
2020/10/12
[PATCH 00/10] hw/isa: Introduce definitions for default IRQ values
,
Philippe Mathieu-Daudé
,
2020/10/11
[PATCH 01/10] hw/isa: Introduce IsaIrqNumber enum
,
Philippe Mathieu-Daudé
,
2020/10/11
[PATCH 02/10] hw/isa: Add the ISA_IRQ_KBD_DEFAULT definition
,
Philippe Mathieu-Daudé
,
2020/10/11
[PATCH 03/10] hw/isa: Add the ISA_IRQ_SER_DEFAULT definition
,
Philippe Mathieu-Daudé
,
2020/10/11
Re: [PATCH 03/10] hw/isa: Add the ISA_IRQ_SER_DEFAULT definition
,
Gerd Hoffmann
,
2020/10/13
[PATCH 04/10] hw/isa: Add the ISA_IRQ_TPM_DEFAULT definition
,
Philippe Mathieu-Daudé
,
2020/10/11
Re: [PATCH 04/10] hw/isa: Add the ISA_IRQ_TPM_DEFAULT definition
,
Stefan Berger
,
2020/10/11
Re: [PATCH 04/10] hw/isa: Add the ISA_IRQ_TPM_DEFAULT definition
,
Philippe Mathieu-Daudé
,
2020/10/11
Re: [PATCH 04/10] hw/isa: Add the ISA_IRQ_TPM_DEFAULT definition
,
Gerd Hoffmann
,
2020/10/13
Re: [PATCH 04/10] hw/isa: Add the ISA_IRQ_TPM_DEFAULT definition
,
Philippe Mathieu-Daudé
,
2020/10/13
Re: [PATCH 04/10] hw/isa: Add the ISA_IRQ_TPM_DEFAULT definition
,
Stefan Berger
,
2020/10/13
[PATCH 05/10] hw/isa: Add the ISA_IRQ_FDC_DEFAULT definition
,
Philippe Mathieu-Daudé
,
2020/10/11
Re: [PATCH 05/10] hw/isa: Add the ISA_IRQ_FDC_DEFAULT definition
,
John Snow
,
2020/10/12
[PATCH 06/10] hw/isa: Add the ISA_IRQ_PAR_DEFAULT definition
,
Philippe Mathieu-Daudé
,
2020/10/11
[PATCH 07/10] hw/isa: Add the ISA_IRQ_RTC_DEFAULT definition
,
Philippe Mathieu-Daudé
,
2020/10/11
[PATCH 08/10] hw/isa: Add the ISA_IRQ_NET_DEFAULT definition
,
Philippe Mathieu-Daudé
,
2020/10/11
Re: [PATCH 08/10] hw/isa: Add the ISA_IRQ_NET_DEFAULT definition
,
Gerd Hoffmann
,
2020/10/13
Re: [PATCH 08/10] hw/isa: Add the ISA_IRQ_NET_DEFAULT definition
,
Philippe Mathieu-Daudé
,
2020/10/13
Re: [PATCH 08/10] hw/isa: Add the ISA_IRQ_NET_DEFAULT definition
,
Stefan Berger
,
2020/10/13
[PATCH 09/10] hw/isa: Add the ISA_IRQ_MOU_DEFAULT definition
,
Philippe Mathieu-Daudé
,
2020/10/11
[PATCH 10/10] hw/isa: Add the ISA_IRQ_IDE_DEFAULT definition
,
Philippe Mathieu-Daudé
,
2020/10/11
Re: [PATCH 10/10] hw/isa: Add the ISA_IRQ_IDE_DEFAULT definition
,
John Snow
,
2020/10/12
Re: [PATCH 10/10] hw/isa: Add the ISA_IRQ_IDE_DEFAULT definition
,
Gerd Hoffmann
,
2020/10/13
[PATCH] hw/pci-host/grackle: Verify PIC link is properly set
,
Philippe Mathieu-Daudé
,
2020/10/11
Re: [PATCH] hw/pci-host/grackle: Verify PIC link is properly set
,
David Gibson
,
2020/10/11
Re: [PATCH] hw/pci-host/grackle: Verify PIC link is properly set
,
Philippe Mathieu-Daudé
,
2020/10/12
Re: [PATCH] hw/pci-host/grackle: Verify PIC link is properly set
,
David Gibson
,
2020/10/12
Re: [PATCH] hw/pci-host/grackle: Verify PIC link is properly set
,
BALATON Zoltan
,
2020/10/12
Re: [PATCH] hw/pci-host/grackle: Verify PIC link is properly set
,
Philippe Mathieu-Daudé
,
2020/10/12
Re: [PATCH] hw/pci-host/grackle: Verify PIC link is properly set
,
Markus Armbruster
,
2020/10/19
Re: [PATCH] hw/pci-host/grackle: Verify PIC link is properly set
,
BALATON Zoltan
,
2020/10/19
Re: [PATCH] hw/pci-host/grackle: Verify PIC link is properly set
,
Markus Armbruster
,
2020/10/19
Re: [PATCH] hw/pci-host/grackle: Verify PIC link is properly set
,
Mark Cave-Ayland
,
2020/10/19
Re: [PATCH] hw/pci-host/grackle: Verify PIC link is properly set
,
BALATON Zoltan
,
2020/10/19
Re: [PATCH] hw/pci-host/grackle: Verify PIC link is properly set
,
Markus Armbruster
,
2020/10/20
Re: [PATCH] hw/pci-host/grackle: Verify PIC link is properly set
,
BALATON Zoltan
,
2020/10/20
Re: [PATCH] hw/pci-host/grackle: Verify PIC link is properly set
,
Markus Armbruster
,
2020/10/20
Re: [PATCH] hw/pci-host/grackle: Verify PIC link is properly set
,
BALATON Zoltan
,
2020/10/21
Re: [PATCH] hw/pci-host/grackle: Verify PIC link is properly set
,
Mark Cave-Ayland
,
2020/10/12
Re: [PATCH] hw/pci-host/grackle: Verify PIC link is properly set
,
Philippe Mathieu-Daudé
,
2020/10/12
[PATCH] hw/net: move allocation to the heap due to very large stack frame
,
Elena Afanasova
,
2020/10/09
Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame
,
Richard Henderson
,
2020/10/09
Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame
,
Philippe Mathieu-Daudé
,
2020/10/09
Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame
,
Greg Kurz
,
2020/10/09
Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame
,
Li Qiang
,
2020/10/09
Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame
,
David Gibson
,
2020/10/10
Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame
,
Elena Afanasova
,
2020/10/10
Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame
,
David Gibson
,
2020/10/12
Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame
,
Thomas Huth
,
2020/10/12
Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame
,
Paolo Bonzini
,
2020/10/12
Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame
,
David Gibson
,
2020/10/13
Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame
,
Elena Afanasova
,
2020/10/14
Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame
,
David Gibson
,
2020/10/15
Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame
,
Li Qiang
,
2020/10/10
Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame
,
David Gibson
,
2020/10/12
Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame
,
Philippe Mathieu-Daudé
,
2020/10/12
Re: [PATCH] hw/net: move allocation to the heap due to very large stack frame
,
Philippe Mathieu-Daudé
,
2020/10/12
[PATCH v4 0/5] pseries NUMA distance calculation
,
Daniel Henrique Barboza
,
2020/10/07
[PATCH v4 1/5] spapr: add spapr_machine_using_legacy_numa() helper
,
Daniel Henrique Barboza
,
2020/10/07
[PATCH v4 2/5] spapr_numa: forbid asymmetrical NUMA setups
,
Daniel Henrique Barboza
,
2020/10/07
[PATCH v4 3/5] spapr_numa: change reference-points and maxdomain settings
,
Daniel Henrique Barboza
,
2020/10/07
[PATCH v4 4/5] spapr_numa: consider user input when defining associativity
,
Daniel Henrique Barboza
,
2020/10/07
Re: [PATCH v4 4/5] spapr_numa: consider user input when defining associativity
,
Philippe Mathieu-Daudé
,
2020/10/12
Re: [PATCH v4 4/5] spapr_numa: consider user input when defining associativity
,
David Gibson
,
2020/10/12
[PATCH v4 5/5] specs/ppc-spapr-numa: update with new NUMA support
,
Daniel Henrique Barboza
,
2020/10/07
Re: [PATCH v4 0/5] pseries NUMA distance calculation
,
Greg Kurz
,
2020/10/08
Re: [PATCH v4 0/5] pseries NUMA distance calculation
,
Daniel Henrique Barboza
,
2020/10/08
Re: [PATCH v4 0/5] pseries NUMA distance calculation
,
David Gibson
,
2020/10/08
Re: [PULL 19/33] mips/cps: Use start-powered-off CPUState property
,
Alex Bennée
,
2020/10/07
Re: [PULL 19/33] mips/cps: Use start-powered-off CPUState property
,
Philippe Mathieu-Daudé
,
2020/10/07
Re: [PULL 19/33] mips/cps: Use start-powered-off CPUState property
,
Alex Bennée
,
2020/10/07
Re: [PULL 19/33] mips/cps: Use start-powered-off CPUState property
,
Philippe Mathieu-Daudé
,
2020/10/07
Purpose of QOM properties registered at realize time?
,
Eduardo Habkost
,
2020/10/06
Re: Purpose of QOM properties registered at realize time?
,
BALATON Zoltan
,
2020/10/07
Re: Purpose of QOM properties registered at realize time?
,
Paolo Bonzini
,
2020/10/07
Re: Purpose of QOM properties registered at realize time?
,
Eduardo Habkost
,
2020/10/07
Re: Purpose of QOM properties registered at realize time?
,
Paolo Bonzini
,
2020/10/07
Re: Purpose of QOM properties registered at realize time?
,
Eduardo Habkost
,
2020/10/07
Re: Purpose of QOM properties registered at realize time?
,
Paolo Bonzini
,
2020/10/07
Re: Purpose of QOM properties registered at realize time?
,
Eduardo Habkost
,
2020/10/07
Re: Purpose of QOM properties registered at realize time?
,
Peter Maydell
,
2020/10/07
Re: Purpose of QOM properties registered at realize time?
,
Peter Maydell
,
2020/10/07
Re: Purpose of QOM properties registered at realize time?
,
Eduardo Habkost
,
2020/10/07
Re: Purpose of QOM properties registered at realize time?
,
Markus Armbruster
,
2020/10/08
Re: Purpose of QOM properties registered at realize time?
,
Peter Maydell
,
2020/10/08
Re: Purpose of QOM properties registered at realize time?
,
Eduardo Habkost
,
2020/10/08
Re: Purpose of QOM properties registered at realize time?
,
Peter Maydell
,
2020/10/08
Re: Purpose of QOM properties registered at realize time?
,
Mark Cave-Ayland
,
2020/10/12
[PATCH v2 0/6] spapr/xive: Activate StoreEOI in P10 compat guests
,
Cédric Le Goater
,
2020/10/05
[PATCH v2 6/6] spapr/xive: Introduce a new CAS value for the StoreEOI capability
,
Cédric Le Goater
,
2020/10/05
Re: [PATCH v2 6/6] spapr/xive: Introduce a new CAS value for the StoreEOI capability
,
Greg Kurz
,
2020/10/06
Re: [PATCH v2 6/6] spapr/xive: Introduce a new CAS value for the StoreEOI capability
,
Cédric Le Goater
,
2020/10/06
Re: [PATCH v2 6/6] spapr/xive: Introduce a new CAS value for the StoreEOI capability
,
Greg Kurz
,
2020/10/07
Re: [PATCH v2 6/6] spapr/xive: Introduce a new CAS value for the StoreEOI capability
,
Cédric Le Goater
,
2020/10/07
[PATCH v2 5/6] spapr/xive: Activate StoreEOI at the source level
,
Cédric Le Goater
,
2020/10/05
Re: [PATCH v2 5/6] spapr/xive: Activate StoreEOI at the source level
,
Greg Kurz
,
2020/10/06
Re: [PATCH v2 5/6] spapr/xive: Activate StoreEOI at the source level
,
Cédric Le Goater
,
2020/10/06
Re: [PATCH v2 5/6] spapr/xive: Activate StoreEOI at the source level
,
Greg Kurz
,
2020/10/07
[PATCH v2 4/6] spapr/xive: Enforce load-after-store ordering
,
Cédric Le Goater
,
2020/10/05
Re: [PATCH v2 4/6] spapr/xive: Enforce load-after-store ordering
,
Greg Kurz
,
2020/10/06
[PATCH v2 3/6] spapr/xive: Add a warning when StoreEOI is activated on POWER9 CPUs
,
Cédric Le Goater
,
2020/10/05
Re: [PATCH v2 3/6] spapr/xive: Add a warning when StoreEOI is activated on POWER9 CPUs
,
Greg Kurz
,
2020/10/06
Re: [PATCH v2 3/6] spapr/xive: Add a warning when StoreEOI is activated on POWER9 CPUs
,
Cédric Le Goater
,
2020/10/06
Re: [PATCH v2 3/6] spapr/xive: Add a warning when StoreEOI is activated on POWER9 CPUs
,
Greg Kurz
,
2020/10/07
Re: [PATCH v2 3/6] spapr/xive: Add a warning when StoreEOI is activated on POWER9 CPUs
,
Cédric Le Goater
,
2020/10/07
[PATCH v2 2/6] spapr/xive: Add a warning when StoreEOI is activated on POWER8 CPUs
,
Cédric Le Goater
,
2020/10/05
Re: [PATCH v2 2/6] spapr/xive: Add a warning when StoreEOI is activated on POWER8 CPUs
,
Greg Kurz
,
2020/10/06
[PATCH v2 1/6] spapr/xive: Introduce a StoreEOI capability
,
Cédric Le Goater
,
2020/10/05
Re: [PATCH v2 1/6] spapr/xive: Introduce a StoreEOI capability
,
Greg Kurz
,
2020/10/06
Re: [PATCH v2 1/6] spapr/xive: Introduce a StoreEOI capability
,
Cédric Le Goater
,
2020/10/07
Re: [PATCH v2 1/6] spapr/xive: Introduce a StoreEOI capability
,
Greg Kurz
,
2020/10/07
Re: [PATCH v2 0/6] spapr/xive: Activate StoreEOI in P10 compat guests
,
David Gibson
,
2020/10/08
Re: [PATCH v2 0/6] spapr/xive: Activate StoreEOI in P10 compat guests
,
Cédric Le Goater
,
2020/10/09
Re: [PATCH v2 0/6] spapr/xive: Activate StoreEOI in P10 compat guests
,
David Gibson
,
2020/10/12
Re: [PATCH 01/16] hw/core/cpu: Let CPU object have a clock source
,
Igor Mammedov
,
2020/10/05
Re: [PATCH 01/16] hw/core/cpu: Let CPU object have a clock source
,
Philippe Mathieu-Daudé
,
2020/10/05
Re: [PATCH 01/16] hw/core/cpu: Let CPU object have a clock source
,
Eduardo Habkost
,
2020/10/05
Re: [PATCH 01/16] hw/core/cpu: Let CPU object have a clock source
,
Philippe Mathieu-Daudé
,
2020/10/05
Re: [PATCH 01/16] hw/core/cpu: Let CPU object have a clock source
,
Philippe Mathieu-Daudé
,
2020/10/05
Re: [PATCH 01/16] hw/core/cpu: Let CPU object have a clock source
,
Eduardo Habkost
,
2020/10/05
Re: [PATCH 01/16] hw/core/cpu: Let CPU object have a clock source
,
Philippe Mathieu-Daudé
,
2020/10/06
Re: [PATCH 01/16] hw/core/cpu: Let CPU object have a clock source
,
Philippe Mathieu-Daudé
,
2020/10/06
Re: [PATCH 01/16] hw/core/cpu: Let CPU object have a clock source
,
Eduardo Habkost
,
2020/10/05
[RFC PATCH 0/4] hw: Have some targets select FDT on a per-machine basis
,
Philippe Mathieu-Daudé
,
2020/10/05
[RFC PATCH 1/4] Kconfig.host: Declare FDT symbol
,
Philippe Mathieu-Daudé
,
2020/10/05
[RFC PATCH 2/4] hw/ppc: Rename FDT_PPC as FDT
,
Philippe Mathieu-Daudé
,
2020/10/05
[RFC PATCH 3/4] hw/mips/Kconfig: Let boston machine select FDT
,
Philippe Mathieu-Daudé
,
2020/10/05
[RFC PATCH 4/4] hw/rx/Kconfig: Let gdbsim machine select FDT
,
Philippe Mathieu-Daudé
,
2020/10/05
[PATCH 1/7] target/ppc: Add infrastructure for prefixed instructions
,
Gustavo Romero
,
2020/10/05
[PATCH 2/7] target/ppc: Add support for prefixed load/store instructions
,
Gustavo Romero
,
2020/10/05
Re: [PATCH 2/7] target/ppc: Add support for prefixed load/store instructions
,
David Gibson
,
2020/10/08
RE: [PATCH 2/7] target/ppc: Add support for prefixed load/store instructions
,
Paul A. Clarke
,
2020/10/08
Re: [PATCH 2/7] target/ppc: Add support for prefixed load/store instructions
,
Gustavo Romero
,
2020/10/09
[PATCH 3/7] tests/tcg: Add tests for prefixed load/store instructions
,
Gustavo Romero
,
2020/10/05
Re: [PATCH 3/7] tests/tcg: Add tests for prefixed load/store instructions
,
Alex Bennée
,
2020/10/05
Re: [PATCH 3/7] tests/tcg: Add tests for prefixed load/store instructions
,
Gustavo Romero
,
2020/10/20
[PATCH 4/7] target/ppc: Add support for paired vector load/store instructions
,
Gustavo Romero
,
2020/10/05
[PATCH 5/7] tests/tcg: Add tests for paired vector load/store instructions
,
Gustavo Romero
,
2020/10/05
[PATCH 6/7] target/ppc: Add support for prefixed load/store FP instructions
,
Gustavo Romero
,
2020/10/05
[PATCH 7/7] tests/tcg: Add tests for prefixed load/store FP instructions
,
Gustavo Romero
,
2020/10/05
Re: [PATCH 1/7] target/ppc: Add infrastructure for prefixed instructions
,
David Gibson
,
2020/10/08
Re: [PATCH 1/7] target/ppc: Add infrastructure for prefixed instructions
,
Peter Maydell
,
2020/10/09
Re: [PATCH 1/7] target/ppc: Add infrastructure for prefixed instructions
,
Gustavo Romero
,
2020/10/09
Re: [PATCH 5/5] memory: Skip bad range assertion if notifier is DEVIOTLB_UNMAP type
,
Michael S. Tsirkin
,
2020/10/03
Re: [PATCH 5/5] memory: Skip bad range assertion if notifier is DEVIOTLB_UNMAP type
,
Eugenio Perez Martin
,
2020/10/05
Re: [PATCH 5/5] memory: Skip bad range assertion if notifier is DEVIOTLB_UNMAP type
,
Jason Wang
,
2020/10/15
[PATCH v2] ppc/pnv: Increase max firmware size
,
Cédric Le Goater
,
2020/10/02
Re: [PATCH v2] ppc/pnv: Increase max firmware size
,
David Gibson
,
2020/10/02
[PATCH] ppc/pnv: Increase max firware size
,
Cédric Le Goater
,
2020/10/02
Re: [PATCH] ppc/pnv: Increase max firware size
,
Cédric Le Goater
,
2020/10/02
Re: [PATCH] ppc/pnv: Increase max firware size
,
Greg Kurz
,
2020/10/02
Re: [PATCH] ppc/pnv: Increase max firware size
,
Cédric Le Goater
,
2020/10/02
Re: [PATCH v3 5/5] specs/ppc-spapr-numa: update with new NUMA support
,
David Gibson
,
2020/10/01
Re: [PATCH v3 4/5] spapr_numa: consider user input when defining associativity
,
David Gibson
,
2020/10/01
Re: [PATCH v3 4/5] spapr_numa: consider user input when defining associativity
,
Daniel Henrique Barboza
,
2020/10/02
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc