Archives are refreshed every 30 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-arm (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Fri Nov 30 2018 15:43:50 -0500
Threads in reverse chronological order
[
Next Period
]
[Qemu-arm] [PATCH v3 0/8] hw: acpi: RSDP fixes and refactoring
,
Samuel Ortiz
,
2018/11/30
[Qemu-arm] [PATCH v3 2/8] hw: arm: acpi: Fix incorrect checksums in RSDP
,
Samuel Ortiz
,
2018/11/30
[Qemu-arm] [PATCH v3 5/8] hw: arm: Convert the RSDP build to the buid_append_foo() API
,
Samuel Ortiz
,
2018/11/30
[Qemu-arm] [PATCH v3 3/8] hw: i386: Use correct RSDT length for checksum
,
Samuel Ortiz
,
2018/11/30
[Qemu-arm] [PATCH v3 1/8] hw: acpi: The RSDP build API can return void
,
Samuel Ortiz
,
2018/11/30
[Qemu-arm] [PATCH v3 4/8] hw: arm: Carry RSDP specific data through AcpiRsdpData
,
Samuel Ortiz
,
2018/11/30
[Qemu-arm] [PATCH v3 6/8] hw: arm: Support both legacy and current RSDP build
,
Samuel Ortiz
,
2018/11/30
[Qemu-arm] [PATCH v3 7/8] hw: acpi: Export and share the ARM RSDP build
,
Samuel Ortiz
,
2018/11/30
[Qemu-arm] [PATCH v3 8/8] hw: acpi: Remove AcpiRsdpDescriptor and fix tests
,
Samuel Ortiz
,
2018/11/30
[Qemu-arm] [PATCH v3 00/21] QOM'ify SysBusDeviceClass->init
,
Mao Zhongyi
,
2018/11/30
[Qemu-arm] [PATCH v3 09/21] input/pl050: Convert sysbus init function to realize function
,
Mao Zhongyi
,
2018/11/30
[Qemu-arm] [PATCH v3 01/21] musicpal: Convert sysbus init function to realize function
,
Mao Zhongyi
,
2018/11/30
Re: [Qemu-arm] [PATCH v3 00/21] QOM'ify SysBusDeviceClass->init
,
Peter Maydell
,
2018/11/30
Re: [Qemu-arm] Booting Raspbian on RPi emulation
,
Philippe Mathieu-Daudé
,
2018/11/29
Re: [Qemu-arm] Booting Raspbian on RPi emulation
,
Guenter Roeck
,
2018/11/29
Re: [Qemu-arm] Booting Raspbian on RPi emulation
,
BALATON Zoltan
,
2018/11/29
Re: [Qemu-arm] Booting Raspbian on RPi emulation
,
Guenter Roeck
,
2018/11/29
Re: [Qemu-arm] Booting Raspbian on RPi emulation
,
BALATON Zoltan
,
2018/11/30
[Qemu-arm] [PATCH v2] Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.
,
Nick Hudson
,
2018/11/29
Re: [Qemu-arm] [PATCH v2] Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.
,
Peter Maydell
,
2018/11/30
[Qemu-arm] [RFC v3] target/arm: add ARMv6-M UNDEFINED 32-bit instruction test
,
Stefan Hajnoczi
,
2018/11/29
[Qemu-arm] [PATCH v1 0/4] hw/arm: versal: Correct number of IRQs in GIC setup
,
Edgar E. Iglesias
,
2018/11/29
[Qemu-arm] [PATCH v1 3/4] hw/arm: versal: Use IRQs 111 - 118 for virtio-mmio
,
Edgar E. Iglesias
,
2018/11/29
Re: [Qemu-arm] [Qemu-devel] [PATCH v1 3/4] hw/arm: versal: Use IRQs 111 - 118 for virtio-mmio
,
Alistair Francis
,
2018/11/30
[Qemu-arm] [PATCH v1 2/4] hw/arm: versal: Reduce number of virtio-mmio instances
,
Edgar E. Iglesias
,
2018/11/29
Re: [Qemu-arm] [Qemu-devel] [PATCH v1 2/4] hw/arm: versal: Reduce number of virtio-mmio instances
,
Alistair Francis
,
2018/11/29
[Qemu-arm] [PATCH v1 1/4] hw/arm: versal: Remove bogus virtio-mmio creation
,
Edgar E. Iglesias
,
2018/11/29
Re: [Qemu-arm] [Qemu-devel] [PATCH v1 1/4] hw/arm: versal: Remove bogus virtio-mmio creation
,
Alistair Francis
,
2018/11/29
Re: [Qemu-arm] [PATCH v1 1/4] hw/arm: versal: Remove bogus virtio-mmio creation
,
Luc Michel
,
2018/11/30
[Qemu-arm] [PATCH v1 4/4] hw/arm: versal: Correct the nr of IRQs to 192
,
Edgar E. Iglesias
,
2018/11/29
Re: [Qemu-arm] [Qemu-devel] [PATCH v1 4/4] hw/arm: versal: Correct the nr of IRQs to 192
,
Alistair Francis
,
2018/11/29
[Qemu-arm] [PATCH v2 0/8] hw: acpi: RSDP fixes and refactoring
,
Samuel Ortiz
,
2018/11/29
[Qemu-arm] [PATCH v2 1/8] hw: acpi: The RSDP build API can return void
,
Samuel Ortiz
,
2018/11/29
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 1/8] hw: acpi: The RSDP build API can return void
,
Andrew Jones
,
2018/11/29
[Qemu-arm] [PATCH v2 2/8] hw: arm: acpi: Fix incorrect checksums in RSDP
,
Samuel Ortiz
,
2018/11/29
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 2/8] hw: arm: acpi: Fix incorrect checksums in RSDP
,
Andrew Jones
,
2018/11/29
[Qemu-arm] [PATCH v2 3/8] hw: i386: Use correct RSDT length for checksum
,
Samuel Ortiz
,
2018/11/29
[Qemu-arm] [PATCH v2 4/8] hw: arm: Carry RSDP specific data through AcpiRsdpData
,
Samuel Ortiz
,
2018/11/29
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 4/8] hw: arm: Carry RSDP specific data through AcpiRsdpData
,
Andrew Jones
,
2018/11/29
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 4/8] hw: arm: Carry RSDP specific data through AcpiRsdpData
,
Samuel Ortiz
,
2018/11/29
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 4/8] hw: arm: Carry RSDP specific data through AcpiRsdpData
,
Igor Mammedov
,
2018/11/30
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 4/8] hw: arm: Carry RSDP specific data through AcpiRsdpData
,
Andrew Jones
,
2018/11/30
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 4/8] hw: arm: Carry RSDP specific data through AcpiRsdpData
,
Igor Mammedov
,
2018/11/30
[Qemu-arm] [PATCH v2 5/8] hw: arm: Convert the RSDP build to the buid_append_foo() API
,
Samuel Ortiz
,
2018/11/29
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 5/8] hw: arm: Convert the RSDP build to the buid_append_foo() API
,
Andrew Jones
,
2018/11/29
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 5/8] hw: arm: Convert the RSDP build to the buid_append_foo() API
,
Igor Mammedov
,
2018/11/30
[Qemu-arm] [PATCH v2 6/8] hw: arm: Support both legacy and current RSDP build
,
Samuel Ortiz
,
2018/11/29
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 6/8] hw: arm: Support both legacy and current RSDP build
,
Andrew Jones
,
2018/11/29
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 6/8] hw: arm: Support both legacy and current RSDP build
,
Samuel Ortiz
,
2018/11/29
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 6/8] hw: arm: Support both legacy and current RSDP build
,
Andrew Jones
,
2018/11/29
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 6/8] hw: arm: Support both legacy and current RSDP build
,
Samuel Ortiz
,
2018/11/29
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 6/8] hw: arm: Support both legacy and current RSDP build
,
Igor Mammedov
,
2018/11/30
Re: [Qemu-arm] [PATCH v2 6/8] hw: arm: Support both legacy and current RSDP build
,
Igor Mammedov
,
2018/11/30
[Qemu-arm] [PATCH v2 7/8] hw: acpi: Export and share the ARM RSDP build
,
Samuel Ortiz
,
2018/11/29
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 7/8] hw: acpi: Export and share the ARM RSDP build
,
Andrew Jones
,
2018/11/29
Re: [Qemu-arm] [PATCH v2 7/8] hw: acpi: Export and share the ARM RSDP build
,
Igor Mammedov
,
2018/11/30
[Qemu-arm] [PATCH v2 8/8] hw: acpi: Remove AcpiRsdpDescriptor and fix tests
,
Samuel Ortiz
,
2018/11/29
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 8/8] hw: acpi: Remove AcpiRsdpDescriptor and fix tests
,
Andrew Jones
,
2018/11/29
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 8/8] hw: acpi: Remove AcpiRsdpDescriptor and fix tests
,
Samuel Ortiz
,
2018/11/30
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 8/8] hw: acpi: Remove AcpiRsdpDescriptor and fix tests
,
Igor Mammedov
,
2018/11/30
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 0/8] hw: acpi: RSDP fixes and refactoring
,
Igor Mammedov
,
2018/11/30
[Qemu-arm] [PATCH for-3.1?] target/arm/sve_helper: Fix compilation with clang 3.4
,
Thomas Huth
,
2018/11/28
Re: [Qemu-arm] [PATCH for-3.1?] target/arm/sve_helper: Fix compilation with clang 3.4
,
Richard Henderson
,
2018/11/28
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.1?] target/arm/sve_helper: Fix compilation with clang 3.4
,
Philippe Mathieu-Daudé
,
2018/11/28
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.1?] target/arm/sve_helper: Fix compilation with clang 3.4
,
Thomas Huth
,
2018/11/28
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.1?] target/arm/sve_helper: Fix compilation with clang 3.4
,
Philippe Mathieu-Daudé
,
2018/11/28
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.1?] target/arm/sve_helper: Fix compilation with clang 3.4
,
Peter Maydell
,
2018/11/28
Re: [Qemu-arm] [PATCH for-3.1?] target/arm/sve_helper: Fix compilation with clang 3.4
,
Peter Maydell
,
2018/11/28
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.1?] target/arm/sve_helper: Fix compilation with clang 3.4
,
Daniel P . Berrangé
,
2018/11/28
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.1?] target/arm/sve_helper: Fix compilation with clang 3.4
,
Thomas Huth
,
2018/11/28
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.1?] target/arm/sve_helper: Fix compilation with clang 3.4
,
Daniel P . Berrangé
,
2018/11/28
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.1?] target/arm/sve_helper: Fix compilation with clang 3.4
,
Thomas Huth
,
2018/11/28
[Qemu-arm] [PATCH for-3.1?] hw/arm/aspeed: Fix build issue with clang 3.4
,
Thomas Huth
,
2018/11/28
Re: [Qemu-arm] [PATCH for-3.1?] hw/arm/aspeed: Fix build issue with clang 3.4
,
Cédric Le Goater
,
2018/11/28
Re: [Qemu-arm] [PATCH for-3.1?] hw/arm/aspeed: Fix build issue with clang 3.4
,
Peter Maydell
,
2018/11/28
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 03/11] hw/arm/aspeed: Add an Aspeed machine class
,
Thomas Huth
,
2018/11/28
[Qemu-arm] [PATCH V10 0/9] add pvpanic mmio support
,
Peng Hao
,
2018/11/27
[Qemu-arm] [PATCH V10 1/9] hw/misc/pvpanic: Build the pvpanic device in $(common-obj)
,
Peng Hao
,
2018/11/27
[Qemu-arm] [PATCH V10 4/9] hw/arm/virt: Use the pvpanic device
,
Peng Hao
,
2018/11/27
Re: [Qemu-arm] [PATCH V10 4/9] hw/arm/virt: Use the pvpanic device
,
Peter Maydell
,
2018/11/30
[Qemu-arm] [PATCH V10 2/9] hw/misc/pvpanic: Cosmetic renaming
,
Peng Hao
,
2018/11/27
Re: [Qemu-arm] [PATCH V10 2/9] hw/misc/pvpanic: Cosmetic renaming
,
Peter Maydell
,
2018/11/30
[Qemu-arm] [PATCH V10 3/9] hw/misc/pvpanic: Add the MMIO interface
,
Peng Hao
,
2018/11/27
Re: [Qemu-arm] [PATCH V10 3/9] hw/misc/pvpanic: Add the MMIO interface
,
Peter Maydell
,
2018/11/30
[Qemu-arm] [PATCH V10 5/9] hw/arm/virt: add pvpanic device in virt acpi table
,
Peng Hao
,
2018/11/27
Re: [Qemu-arm] [PATCH V10 5/9] hw/arm/virt: add pvpanic device in virt acpi table
,
Peter Maydell
,
2018/11/30
Re: [Qemu-arm] [Qemu-devel] [PATCH V10 5/9] hw/arm/virt: add pvpanic device in virt acpi table
,
Andrew Jones
,
2018/11/30
[Qemu-arm] [PATCH V10 6/9] hw/misc/pvpanic: add configure query interface
,
Peng Hao
,
2018/11/27
[Qemu-arm] [PATCH V10 9/9] pvpanic : update pvpanic document
,
Peng Hao
,
2018/11/27
Re: [Qemu-arm] [Qemu-devel] [PATCH V10 9/9] pvpanic : update pvpanic document
,
Andrew Jones
,
2018/11/30
[Qemu-arm] [PATCH V10 7/9] hw/misc/pvpanic: preparing for adding configure interface
,
Peng Hao
,
2018/11/27
Re: [Qemu-arm] [PATCH V10 7/9] hw/misc/pvpanic: preparing for adding configure interface
,
Peter Maydell
,
2018/11/30
Re: [Qemu-arm] [PATCH V10 7/9] hw/misc/pvpanic: preparing for adding configure interface
,
Peter Maydell
,
2018/11/30
Re: [Qemu-arm] [Qemu-devel] [PATCH V10 7/9] hw/misc/pvpanic: preparing for adding configure interface
,
Andrew Jones
,
2018/11/30
Re: [Qemu-arm] [Qemu-devel] [PATCH V10 7/9] hw/misc/pvpanic: preparing for adding configure interface
,
Peter Maydell
,
2018/11/30
[Qemu-arm] [PATCH V10 8/9] hw/misc/pvpanic: realize the configure interface
,
Peng Hao
,
2018/11/27
Re: [Qemu-arm] [PATCH V10 8/9] hw/misc/pvpanic: realize the configure interface
,
Peter Maydell
,
2018/11/30
[Qemu-arm] [PATCH RESEND] hw/virt/arm: Add support for Cortex-A72 in virt
,
luzhipeng
,
2018/11/27
Re: [Qemu-arm] [PATCH RESEND] hw/virt/arm: Add support for Cortex-A72 in virt
,
Peter Maydell
,
2018/11/27
[Qemu-arm] [PATCH for-3.2 v4 27/28] hw/arm/virt: add virt-3.2 machine type
,
Marc-André Lureau
,
2018/11/27
[Qemu-arm] [PATCH for-3.2 v4 24/28] arm: replace instance_post_init()
,
Marc-André Lureau
,
2018/11/27
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.2 v4 24/28] arm: replace instance_post_init()
,
Igor Mammedov
,
2018/11/30
[Qemu-arm] [PATCH for-3.2 v4 16/28] hw: apply machine compat properties without touching globals
,
Marc-André Lureau
,
2018/11/27
Re: [Qemu-arm] [PATCH for-3.2 v4 16/28] hw: apply machine compat properties without touching globals
,
Eduardo Habkost
,
2018/11/27
Re: [Qemu-arm] [PATCH for-3.2 v4 16/28] hw: apply machine compat properties without touching globals
,
Marc-André Lureau
,
2018/11/27
Re: [Qemu-arm] [PATCH for-3.2 v4 16/28] hw: apply machine compat properties without touching globals
,
Eduardo Habkost
,
2018/11/27
Re: [Qemu-arm] [PATCH for-3.2 v4 16/28] hw: apply machine compat properties without touching globals
,
Igor Mammedov
,
2018/11/28
Re: [Qemu-arm] [PATCH for-3.2 v4 16/28] hw: apply machine compat properties without touching globals
,
Eduardo Habkost
,
2018/11/28
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.2 v4 16/28] hw: apply machine compat properties without touching globals
,
Marc-André Lureau
,
2018/11/29
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.2 v4 16/28] hw: apply machine compat properties without touching globals
,
Eduardo Habkost
,
2018/11/29
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.2 v4 16/28] hw: apply machine compat properties without touching globals
,
Marc-André Lureau
,
2018/11/29
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.2 v4 16/28] hw: apply machine compat properties without touching globals
,
Igor Mammedov
,
2018/11/30
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.2 v4 16/28] hw: apply machine compat properties without touching globals
,
Eduardo Habkost
,
2018/11/30
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.2 v4 16/28] hw: apply machine compat properties without touching globals
,
Igor Mammedov
,
2018/11/30
Re: [Qemu-arm] [PATCH for-3.2 v4 16/28] hw: apply machine compat properties without touching globals
,
Eduardo Habkost
,
2018/11/29
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.2 v4 16/28] hw: apply machine compat properties without touching globals
,
Marc-André Lureau
,
2018/11/29
[Qemu-arm] [PATCH for-3.2 v4 10/28] qom: make interface types abstract
,
Marc-André Lureau
,
2018/11/27
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.2 v4 10/28] qom: make interface types abstract
,
Eduardo Habkost
,
2018/11/27
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.2 v4 10/28] qom: make interface types abstract
,
Marc-André Lureau
,
2018/11/27
[Qemu-arm] [PATCH for-3.2 v4 08/28] net: cadence_gem: Remove incorrect assert()
,
Marc-André Lureau
,
2018/11/27
[Qemu-arm] [PATCH RFC v5 0/5] virtio-iommu: VFIO integration
,
Bharat Bhushan
,
2018/11/27
[Qemu-arm] [PATCH RFC v5 1/5] hw/vfio/common: Do not print error when viommu translates into an mmio region
,
Bharat Bhushan
,
2018/11/27
[Qemu-arm] [PATCH RFC v5 2/5] virtio-iommu: Add iommu notifier for iommu-map/unmap
,
Bharat Bhushan
,
2018/11/27
[Qemu-arm] [PATCH RFC v5 3/5] virtio-iommu: Call iommu notifier on attach/detach
,
Bharat Bhushan
,
2018/11/27
[Qemu-arm] [PATCH RFC v5 4/5] virtio-iommu: add virtio-iommu replay
,
Bharat Bhushan
,
2018/11/27
[Qemu-arm] [PATCH RFC v5 5/5] virtio-iommu: handle IOMMU Notifier flag changes
,
Bharat Bhushan
,
2018/11/27
[Qemu-arm] [PATCH] [PATCH] Allow AArch64 processors to boot from a kernel placed over 4GB.
,
Perez Blanco, Ricardo (Nokia - BE/Antwerp)
,
2018/11/26
Re: [Qemu-arm] [PATCH] [PATCH] Allow AArch64 processors to boot from a kernel placed over 4GB.
,
Peter Maydell
,
2018/11/26
Re: [Qemu-arm] [PATCH] [PATCH] Allow AArch64 processors to boot from a kernel placed over 4GB.
,
Perez Blanco, Ricardo (Nokia - BE/Antwerp)
,
2018/11/27
Re: [Qemu-arm] [PATCH] [PATCH] Allow AArch64 processors to boot from a kernel placed over 4GB.
,
Peter Maydell
,
2018/11/27
Re: [Qemu-arm] [PATCH] [PATCH] Allow AArch64 processors to boot from a kernel placed over 4GB.
,
Peter Maydell
,
2018/11/27
[Qemu-arm] [PATCH v2] Allow AArch64 processors to boot from a kernel placed over 4GB.
,
Perez Blanco, Ricardo (Nokia - BE/Antwerp)
,
2018/11/27
Re: [Qemu-arm] [PATCH v2] Allow AArch64 processors to boot from a kernel placed over 4GB.
,
Peter Maydell
,
2018/11/30
Re: [Qemu-arm] [Qemu-devel] [PATCH] [PATCH] Allow AArch64 processors to boot from a kernel placed over 4GB.
,
no-reply
,
2018/11/28
[Qemu-arm] [PATCH 0/8] hw: acpi: RSDP fixes and refactoring
,
Samuel Ortiz
,
2018/11/26
[Qemu-arm] [PATCH 1/8] hw: acpi: The RSDP build API can return void
,
Samuel Ortiz
,
2018/11/26
Re: [Qemu-arm] [Qemu-devel] [PATCH 1/8] hw: acpi: The RSDP build API can return void
,
Philippe Mathieu-Daudé
,
2018/11/26
Re: [Qemu-arm] [PATCH 1/8] hw: acpi: The RSDP build API can return void
,
Thomas Huth
,
2018/11/27
[Qemu-arm] [PATCH 2/8] hw: arm: acpi: Fix incorrect checksums in RSDP
,
Samuel Ortiz
,
2018/11/26
Re: [Qemu-arm] [PATCH 2/8] hw: arm: acpi: Fix incorrect checksums in RSDP
,
Igor Mammedov
,
2018/11/27
[Qemu-arm] [PATCH 3/8] hw: i386: Use correct RSDT length for checksum
,
Samuel Ortiz
,
2018/11/26
[Qemu-arm] [PATCH 5/8] hw: arm: Convert the RSDP build to the buid_append_foo() API
,
Samuel Ortiz
,
2018/11/26
Re: [Qemu-arm] [PATCH 5/8] hw: arm: Convert the RSDP build to the buid_append_foo() API
,
Igor Mammedov
,
2018/11/27
[Qemu-arm] [PATCH 4/8] hw: arm: Carry RSDP specific data through AcpiRsdpData
,
Samuel Ortiz
,
2018/11/26
Re: [Qemu-arm] [Qemu-devel] [PATCH 4/8] hw: arm: Carry RSDP specific data through AcpiRsdpData
,
Philippe Mathieu-Daudé
,
2018/11/26
Re: [Qemu-arm] [PATCH 4/8] hw: arm: Carry RSDP specific data through AcpiRsdpData
,
Igor Mammedov
,
2018/11/27
Re: [Qemu-arm] [PATCH 4/8] hw: arm: Carry RSDP specific data through AcpiRsdpData
,
Samuel Ortiz
,
2018/11/27
Re: [Qemu-arm] [PATCH 4/8] hw: arm: Carry RSDP specific data through AcpiRsdpData
,
Igor Mammedov
,
2018/11/27
Re: [Qemu-arm] [PATCH 4/8] hw: arm: Carry RSDP specific data through AcpiRsdpData
,
Michael S. Tsirkin
,
2018/11/27
Re: [Qemu-arm] [PATCH 4/8] hw: arm: Carry RSDP specific data through AcpiRsdpData
,
Samuel Ortiz
,
2018/11/28
Re: [Qemu-arm] [PATCH 4/8] hw: arm: Carry RSDP specific data through AcpiRsdpData
,
Samuel Ortiz
,
2018/11/28
Re: [Qemu-arm] [Qemu-devel] [PATCH 4/8] hw: arm: Carry RSDP specific data through AcpiRsdpData
,
Samuel Ortiz
,
2018/11/28
Re: [Qemu-arm] [Qemu-devel] [PATCH 4/8] hw: arm: Carry RSDP specific data through AcpiRsdpData
,
Igor Mammedov
,
2018/11/28
[Qemu-arm] [PATCH 7/8] hw: acpi: Export and share the ARM RSDP build
,
Samuel Ortiz
,
2018/11/26
Re: [Qemu-arm] [Qemu-devel] [PATCH 7/8] hw: acpi: Export and share the ARM RSDP build
,
Philippe Mathieu-Daudé
,
2018/11/26
[Qemu-arm] [PATCH 6/8] hw: arm: Support both legacy and current RSDP build
,
Samuel Ortiz
,
2018/11/26
Re: [Qemu-arm] [PATCH 6/8] hw: arm: Support both legacy and current RSDP build
,
Igor Mammedov
,
2018/11/27
[Qemu-arm] [PATCH 8/8] hw: acpi: Remove AcpiRsdpDescriptor and fix tests
,
Samuel Ortiz
,
2018/11/26
Re: [Qemu-arm] [Qemu-devel] [PATCH 8/8] hw: acpi: Remove AcpiRsdpDescriptor and fix tests
,
Igor Mammedov
,
2018/11/28
[Qemu-arm] [PATCH for-3.1] hw/arm/virt-acpi-build: Fix SMMUv3 ACPI integration
,
Eric Auger
,
2018/11/26
Re: [Qemu-arm] [PATCH for-3.1] hw/arm/virt-acpi-build: Fix SMMUv3 ACPI integration
,
Shameerali Kolothum Thodi
,
2018/11/26
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.1] hw/arm/virt-acpi-build: Fix SMMUv3 ACPI integration
,
Auger Eric
,
2018/11/26
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.1] hw/arm/virt-acpi-build: Fix SMMUv3 ACPI integration
,
Auger Eric
,
2018/11/27
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.1] hw/arm/virt-acpi-build: Fix SMMUv3 ACPI integration
,
Shannon Zhao
,
2018/11/28
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.1] hw/arm/virt-acpi-build: Fix SMMUv3 ACPI integration
,
Auger Eric
,
2018/11/28
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.1] hw/arm/virt-acpi-build: Fix SMMUv3 ACPI integration
,
Shannon Zhao
,
2018/11/28
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.1] hw/arm/virt-acpi-build: Fix SMMUv3 ACPI integration
,
Auger Eric
,
2018/11/29
Re: [Qemu-arm] [PATCH for-3.1] hw/arm/virt-acpi-build: Fix SMMUv3 ACPI integration
,
Peter Maydell
,
2018/11/27
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.1] hw/arm/virt-acpi-build: Fix SMMUv3 ACPI integration
,
Auger Eric
,
2018/11/28
[Qemu-arm] [PATCH V9 0/9] add pvpanic mmio support
,
Peng Hao
,
2018/11/26
[Qemu-arm] [PATCH V9 1/9] hw/misc/pvpanic: Build the pvpanic device in $(common-obj)
,
Peng Hao
,
2018/11/26
[Qemu-arm] [PATCH V9 3/9] hw/misc/pvpanic: Add the MMIO interface
,
Peng Hao
,
2018/11/26
[Qemu-arm] [PATCH V9 2/9] hw/misc/pvpanic: Cosmetic renaming
,
Peng Hao
,
2018/11/26
[Qemu-arm] [PATCH V9 5/9] hw/arm/virt: add pvpanic device in virt acpi table
,
Peng Hao
,
2018/11/26
[Qemu-arm] [PATCH V9 6/9] hw/misc/pvpanic: add configure query interface
,
Peng Hao
,
2018/11/26
[Qemu-arm] [PATCH V9 4/9] hw/arm/virt: Use the pvpanic device
,
Peng Hao
,
2018/11/26
[Qemu-arm] [PATCH V9 7/9] hw/misc/pvpanic: preparing for adding configure interface
,
Peng Hao
,
2018/11/26
[Qemu-arm] [PATCH V9 9/9] pvpanic : update pvpanic document
,
Peng Hao
,
2018/11/26
Re: [Qemu-arm] [Qemu-devel] [PATCH V9 9/9] pvpanic : update pvpanic document
,
Eric Blake
,
2018/11/26
Re: [Qemu-arm] [Qemu-devel] [PATCH V9 9/9] pvpanic : update pvpanic document
,
peng.hao2
,
2018/11/26
[Qemu-arm] [PATCH V9 8/9] hw/misc/pvpanic: realize the configure interface
,
Peng Hao
,
2018/11/26
Re: [Qemu-arm] [Qemu-devel] [PATCH V9 0/9] add pvpanic mmio support
,
no-reply
,
2018/11/27
Re: [Qemu-arm] [Qemu-devel] [PATCH V9 0/9] add pvpanic mmio support
,
no-reply
,
2018/11/27
[Qemu-arm] [PATCH for-3.1 00/25] MAINTAINERS: Add various missing entries
,
Philippe Mathieu-Daudé
,
2018/11/25
[Qemu-arm] [PATCH for-3.1 04/25] MAINTAINERS: Add missing entries for the Xilinx ZynqMP machine
,
Philippe Mathieu-Daudé
,
2018/11/25
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.1 04/25] MAINTAINERS: Add missing entries for the Xilinx ZynqMP machine
,
Alistair Francis
,
2018/11/26
Re: [Qemu-arm] [Qemu-trivial] [PATCH for-3.1 04/25] MAINTAINERS: Add missing entries for the Xilinx ZynqMP machine
,
Laurent Vivier
,
2018/11/27
[Qemu-arm] [PATCH for-3.1 06/25] MAINTAINERS: Add a missing entry for the Xilinx S3A-DSP 1800 machine
,
Philippe Mathieu-Daudé
,
2018/11/25
Re: [Qemu-arm] [PATCH for-3.1 06/25] MAINTAINERS: Add a missing entry for the Xilinx S3A-DSP 1800 machine
,
Peter Maydell
,
2018/11/25
Re: [Qemu-arm] [PATCH for-3.1 06/25] MAINTAINERS: Add a missing entry for the Xilinx S3A-DSP 1800 machine
,
Philippe Mathieu-Daudé
,
2018/11/25
Re: [Qemu-arm] [Qemu-trivial] [PATCH for-3.1 06/25] MAINTAINERS: Add a missing entry for the Xilinx S3A-DSP 1800 machine
,
Laurent Vivier
,
2018/11/27
Re: [Qemu-arm] [Qemu-trivial] [PATCH for-3.1 06/25] MAINTAINERS: Add a missing entry for the Xilinx S3A-DSP 1800 machine
,
Philippe Mathieu-Daudé
,
2018/11/27
[Qemu-arm] [PATCH for-3.1 15/25] MAINTAINERS: Add missing entries for the Canon DIGIC machine
,
Philippe Mathieu-Daudé
,
2018/11/25
Re: [Qemu-arm] [PATCH for-3.1 15/25] MAINTAINERS: Add missing entries for the Canon DIGIC machine
,
Peter Maydell
,
2018/11/25
Re: [Qemu-arm] [Qemu-trivial] [PATCH for-3.1 15/25] MAINTAINERS: Add missing entries for the Canon DIGIC machine
,
Laurent Vivier
,
2018/11/27
[Qemu-arm] [PATCH for-3.1 16/25] MAINTAINERS: Add missing entries for the MPS2 machine
,
Philippe Mathieu-Daudé
,
2018/11/25
Re: [Qemu-arm] [PATCH for-3.1 16/25] MAINTAINERS: Add missing entries for the MPS2 machine
,
Peter Maydell
,
2018/11/25
Re: [Qemu-arm] [Qemu-trivial] [PATCH for-3.1 16/25] MAINTAINERS: Add missing entries for the MPS2 machine
,
Laurent Vivier
,
2018/11/27
[Qemu-arm] [PATCH V8 00/10] add pvpanic mmio support
,
Peng Hao
,
2018/11/24
[Qemu-arm] [PATCH V8 9/10] hw/misc/pvpanic: realize the configure interface
,
Peng Hao
,
2018/11/24
[Qemu-arm] [PATCH V8 10/10] pvpanic : update pvpanic document
,
Peng Hao
,
2018/11/24
[Qemu-arm] [PATCH V8 06/10] hw/arm/virt: add pvpanic device in virt acpi table
,
Peng Hao
,
2018/11/24
[Qemu-arm] [PATCH V8 08/10] hw/misc/pvpanic: preparing for adding configure interface
,
Peng Hao
,
2018/11/24
[Qemu-arm] [PATCH V8 02/10] hw/misc/pvpanic: Cosmetic renaming
,
Peng Hao
,
2018/11/24
[Qemu-arm] [PATCH V8 07/10] hw/misc/pvpanic: add configure query interface
,
Peng Hao
,
2018/11/24
[Qemu-arm] [PATCH V8 03/10] hw/misc/pvpanic: Add the MMIO interface
,
Peng Hao
,
2018/11/24
[Qemu-arm] [PATCH V8 05/10] hw/arm/virt: Use the pvpanic device
,
Peng Hao
,
2018/11/24
[Qemu-arm] [PATCH V8 01/10] hw/misc/pvpanic: Build the pvpanic device in $(common-obj)
,
Peng Hao
,
2018/11/24
[Qemu-arm] [PATCH V8 04/10] hw/misc/pvpanic: moving structure definition to header file
,
Peng Hao
,
2018/11/24
Re: [Qemu-arm] [Qemu-devel] [PATCH V8 00/10] add pvpanic mmio support
,
no-reply
,
2018/11/24
Re: [Qemu-arm] [Qemu-devel] [PATCH V8 00/10] add pvpanic mmio support
,
no-reply
,
2018/11/25
[Qemu-arm] [PATCH 01/10] hw/misc/pvpanic: Build the pvpanic device in $(common-obj)
,
Peng Hao
,
2018/11/24
[Qemu-arm] [PATCH] hw/misc/pvpanic: realize the configure interface
,
Peng Hao
,
2018/11/24
[Qemu-arm] [PATCH 03/10] hw/misc/pvpanic: Add the MMIO interface
,
Peng Hao
,
2018/11/24
[Qemu-arm] [PATCH 02/10] hw/misc/pvpanic: Cosmetic renaming
,
Peng Hao
,
2018/11/24
[Qemu-arm] [PATCH 04/10] hw/misc/pvpanic: moving structure definition to header file
,
Peng Hao
,
2018/11/24
[Qemu-arm] [PATCH 07/10] hw/misc/pvpanic: add configure query interface
,
Peng Hao
,
2018/11/24
[Qemu-arm] [PATCH 05/10] hw/arm/virt: Use the pvpanic device
,
Peng Hao
,
2018/11/24
[Qemu-arm] [PATCH 06/10] hw/arm/virt: add pvpanic device in virt acpi table
,
Peng Hao
,
2018/11/24
[Qemu-arm] [PATCH 08/10] hw/misc/pvpanic: preparing for adding configure interface
,
Peng Hao
,
2018/11/24
[Qemu-arm] [PATCH 10/10] pvpanic : update pvpanic document
,
Peng Hao
,
2018/11/24
Re: [Qemu-arm] [PATCH 10/10] pvpanic : update pvpanic document
,
peng.hao2
,
2018/11/24
Re: [Qemu-arm] [Qemu-devel] [RFC v2 00/28] vSMMUv3/pSMMUv3 2 stage VFIO integration
,
Shameerali Kolothum Thodi
,
2018/11/23
Re: [Qemu-arm] [Qemu-devel] [RFC v2 00/28] vSMMUv3/pSMMUv3 2 stage VFIO integration
,
Auger Eric
,
2018/11/26
Re: [Qemu-arm] [Qemu-devel] [RFC v2 00/28] vSMMUv3/pSMMUv3 2 stage VFIO integration
,
Auger Eric
,
2018/11/26
[Qemu-arm] [PATCH v2 00/21] QOM'ify SysBusDeviceClass->init
,
Mao Zhongyi
,
2018/11/23
[Qemu-arm] [PATCH v2 01/21] musicpal: Convert sysbus init function to realize function
,
Mao Zhongyi
,
2018/11/23
[Qemu-arm] [PATCH v2 09/21] input/pl050: Convert sysbus init function to realize function
,
Mao Zhongyi
,
2018/11/23
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 09/21] input/pl050: Convert sysbus init function to realize function
,
Philippe Mathieu-Daudé
,
2018/11/23
Re: [Qemu-arm] [PATCH RESEND v15 10/10] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
,
gengdongjiu
,
2018/11/23
Re: [Qemu-arm] [PATCH RESEND v15 10/10] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
,
Peter Maydell
,
2018/11/23
Re: [Qemu-arm] [PATCH RESEND v15 10/10] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
,
gengdongjiu
,
2018/11/26
Re: [Qemu-arm] [PATCH RESEND v15 10/10] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
,
Peter Maydell
,
2018/11/26
[Qemu-arm] [PATCH v1 0/1] net: cadence_gem: Remove incorrect assert()
,
Edgar E. Iglesias
,
2018/11/23
[Qemu-arm] [PATCH v1 1/1] net: cadence_gem: Remove incorrect assert()
,
Edgar E. Iglesias
,
2018/11/23
Re: [Qemu-arm] [PATCH v1 1/1] net: cadence_gem: Remove incorrect assert()
,
Philippe Mathieu-Daudé
,
2018/11/23
Re: [Qemu-arm] [PATCH v1 1/1] net: cadence_gem: Remove incorrect assert()
,
Edgar E. Iglesias
,
2018/11/23
Re: [Qemu-arm] [PATCH v1 1/1] net: cadence_gem: Remove incorrect assert()
,
Edgar E. Iglesias
,
2018/11/23
Re: [Qemu-arm] [PATCH v1 1/1] net: cadence_gem: Remove incorrect assert()
,
Edgar E. Iglesias
,
2018/11/23
Re: [Qemu-arm] [PATCH v1 1/1] net: cadence_gem: Remove incorrect assert()
,
Philippe Mathieu-Daudé
,
2018/11/23
Re: [Qemu-arm] [PATCH v1 1/1] net: cadence_gem: Remove incorrect assert()
,
Peter Maydell
,
2018/11/23
Re: [Qemu-arm] [PATCH v1 1/1] net: cadence_gem: Remove incorrect assert()
,
Edgar E. Iglesias
,
2018/11/26
Re: [Qemu-arm] [PATCH v1 1/1] net: cadence_gem: Remove incorrect assert()
,
Peter Maydell
,
2018/11/26
[Qemu-arm] [PATCH v7 00/16] gdbstub: support for the multiprocess extension
,
Luc Michel
,
2018/11/23
[Qemu-arm] [PATCH v7 09/16] gdbstub: add multiprocess support to gdb_vm_state_change()
,
Luc Michel
,
2018/11/23
[Qemu-arm] [PATCH v7 02/16] gdbstub: introduce GDB processes
,
Luc Michel
,
2018/11/23
Re: [Qemu-arm] [Qemu-devel] [PATCH v7 02/16] gdbstub: introduce GDB processes
,
Philippe Mathieu-Daudé
,
2018/11/25
[Qemu-arm] [PATCH v7 08/16] gdbstub: add multiprocess support to Xfer:features:read:
,
Luc Michel
,
2018/11/23
[Qemu-arm] [PATCH v7 01/16] hw/cpu: introduce CPU clusters
,
Luc Michel
,
2018/11/23
Re: [Qemu-arm] [Qemu-devel] [PATCH v7 01/16] hw/cpu: introduce CPU clusters
,
Eduardo Habkost
,
2018/11/23
Re: [Qemu-arm] [Qemu-devel] [PATCH v7 01/16] hw/cpu: introduce CPU clusters
,
Peter Maydell
,
2018/11/23
Re: [Qemu-arm] [Qemu-devel] [PATCH v7 01/16] hw/cpu: introduce CPU clusters
,
Eduardo Habkost
,
2018/11/23
Re: [Qemu-arm] [Qemu-devel] [PATCH v7 01/16] hw/cpu: introduce CPU clusters
,
Peter Maydell
,
2018/11/23
Re: [Qemu-arm] [Qemu-devel] [PATCH v7 01/16] hw/cpu: introduce CPU clusters
,
Eduardo Habkost
,
2018/11/23
Re: [Qemu-arm] [Qemu-devel] [PATCH v7 01/16] hw/cpu: introduce CPU clusters
,
Philippe Mathieu-Daudé
,
2018/11/25
Re: [Qemu-arm] [Qemu-devel] [PATCH v7 01/16] hw/cpu: introduce CPU clusters
,
Eduardo Habkost
,
2018/11/26
Re: [Qemu-arm] [Qemu-devel] [PATCH v7 01/16] hw/cpu: introduce CPU clusters
,
Peter Maydell
,
2018/11/30
Re: [Qemu-arm] [Qemu-devel] [PATCH v7 01/16] hw/cpu: introduce CPU clusters
,
Eduardo Habkost
,
2018/11/30
[Qemu-arm] [PATCH v7 03/16] gdbstub: add multiprocess support to '?' packets
,
Luc Michel
,
2018/11/23
Re: [Qemu-arm] [Qemu-devel] [PATCH v7 03/16] gdbstub: add multiprocess support to '?' packets
,
Philippe Mathieu-Daudé
,
2018/11/25
[Qemu-arm] [PATCH v7 05/16] gdbstub: add multiprocess support to vCont packets
,
Luc Michel
,
2018/11/23
[Qemu-arm] [PATCH v7 12/16] gdbstub: add support for vAttach packets
,
Luc Michel
,
2018/11/23
Re: [Qemu-arm] [Qemu-devel] [PATCH v7 12/16] gdbstub: add support for vAttach packets
,
Philippe Mathieu-Daudé
,
2018/11/25
[Qemu-arm] [PATCH v7 06/16] gdbstub: add multiprocess support to 'sC' packets
,
Luc Michel
,
2018/11/23
[Qemu-arm] [PATCH v7 04/16] gdbstub: add multiprocess support to 'H' and 'T' packets
,
Luc Michel
,
2018/11/23
[Qemu-arm] [PATCH v7 07/16] gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfo
,
Luc Michel
,
2018/11/23
Re: [Qemu-arm] [PATCH v7 07/16] gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfo
,
Edgar E. Iglesias
,
2018/11/30
[Qemu-arm] [PATCH v7 13/16] gdbstub: processes initialization on new peer connection
,
Luc Michel
,
2018/11/23
Re: [Qemu-arm] [Qemu-devel] [PATCH v7 13/16] gdbstub: processes initialization on new peer connection
,
Philippe Mathieu-Daudé
,
2018/11/25
[Qemu-arm] [PATCH v7 11/16] gdbstub: add support for extended mode packet
,
Luc Michel
,
2018/11/23
[Qemu-arm] [PATCH v7 14/16] gdbstub: gdb_set_stop_cpu: ignore request when process is not attached
,
Luc Michel
,
2018/11/23
[Qemu-arm] [PATCH v7 15/16] gdbstub: add multiprocess extension support
,
Luc Michel
,
2018/11/23
[Qemu-arm] [PATCH v7 16/16] arm/xlnx-zynqmp: put APUs and RPUs in separate CPU clusters
,
Luc Michel
,
2018/11/23
Re: [Qemu-arm] [Qemu-devel] [PATCH v7 16/16] arm/xlnx-zynqmp: put APUs and RPUs in separate CPU clusters
,
Philippe Mathieu-Daudé
,
2018/11/25
[Qemu-arm] [PATCH v7 10/16] gdbstub: add multiprocess support to 'D' packets
,
Luc Michel
,
2018/11/23
[Qemu-arm] How to select specific qemu net 'nic' device
,
mbilal
,
2018/11/23
[Qemu-arm] How to select specific qemu net 'nic' device
,
mbilal
,
2018/11/23
Re: [Qemu-arm] [Qemu-discuss] How to select specific qemu net 'nic' device
,
Peter Maydell
,
2018/11/23
Message not available
Re: [Qemu-arm] [Qemu-discuss] How to select specific qemu net 'nic' device
,
Edgar E. Iglesias
,
2018/11/23
Re: [Qemu-arm] [Qemu-discuss] How to select specific qemu net 'nic' device
,
Edgar E. Iglesias
,
2018/11/23
[Qemu-arm] [PATCH for-3.1] MAINTAINERS: Add an ARM SMMU section
,
Eric Auger
,
2018/11/22
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.1] MAINTAINERS: Add an ARM SMMU section
,
Philippe Mathieu-Daudé
,
2018/11/22
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.1] MAINTAINERS: Add an ARM SMMU section
,
Auger Eric
,
2018/11/23
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.1] MAINTAINERS: Add an ARM SMMU section
,
Peter Maydell
,
2018/11/23
Re: [Qemu-arm] [PATCH for-3.1] MAINTAINERS: Add an ARM SMMU section
,
Peter Maydell
,
2018/11/26
[Qemu-arm] [RFC v9 00/17] VIRTIO-IOMMU device
,
Eric Auger
,
2018/11/22
[Qemu-arm] [RFC v9 01/17] update-linux-headers: Import virtio_iommu.h
,
Eric Auger
,
2018/11/22
[Qemu-arm] [RFC v9 04/17] virtio-iommu: Decode the command payload
,
Eric Auger
,
2018/11/22
[Qemu-arm] [RFC v9 02/17] linux-headers: Partial update for virtio-iommu v0.8
,
Eric Auger
,
2018/11/22
[Qemu-arm] [RFC v9 03/17] virtio-iommu: Add skeleton
,
Eric Auger
,
2018/11/22
[Qemu-arm] [RFC v9 05/17] virtio-iommu: Add the iommu regions
,
Eric Auger
,
2018/11/22
[Qemu-arm] [RFC v9 07/17] virtio-iommu: Implement attach/detach command
,
Eric Auger
,
2018/11/22
[Qemu-arm] [RFC v9 06/17] virtio-iommu: Endpoint and domains structs and helpers
,
Eric Auger
,
2018/11/22
Re: [Qemu-arm] [RFC v9 06/17] virtio-iommu: Endpoint and domains structs and helpers
,
Bharat Bhushan
,
2018/11/23
Re: [Qemu-arm] [Qemu-devel] [RFC v9 06/17] virtio-iommu: Endpoint and domains structs and helpers
,
Auger Eric
,
2018/11/23
Re: [Qemu-arm] [Qemu-devel] [RFC v9 06/17] virtio-iommu: Endpoint and domains structs and helpers
,
Bharat Bhushan
,
2018/11/23
Re: [Qemu-arm] [Qemu-devel] [RFC v9 06/17] virtio-iommu: Endpoint and domains structs and helpers
,
Auger Eric
,
2018/11/23
[Qemu-arm] [RFC v9 08/17] virtio-iommu: Implement map/unmap
,
Eric Auger
,
2018/11/22
[Qemu-arm] [RFC v9 09/17] virtio-iommu: Implement translate
,
Eric Auger
,
2018/11/22
[Qemu-arm] [RFC v9 10/17] virtio-iommu: Implement probe request
,
Eric Auger
,
2018/11/22
[Qemu-arm] [RFC v9 13/17] virtio_iommu: Handle reserved regions in translation process
,
Eric Auger
,
2018/11/22
[Qemu-arm] [RFC v9 11/17] virtio-iommu: Expose the IOAPIC MSI reserved region when relevant
,
Eric Auger
,
2018/11/22
[Qemu-arm] [RFC v9 12/17] virtio-iommu: Implement fault reporting
,
Eric Auger
,
2018/11/22
[Qemu-arm] [RFC v9 14/17] virtio-iommu-pci: Add virtio iommu pci support
,
Eric Auger
,
2018/11/22
[Qemu-arm] [RFC v9 15/17] hw/arm/virt: Add the virtio-iommu device tree mappings
,
Eric Auger
,
2018/11/22
Re: [Qemu-arm] [RFC v9 15/17] hw/arm/virt: Add the virtio-iommu device tree mappings
,
Bharat Bhushan
,
2018/11/27
[Qemu-arm] [RFC v9 16/17] hw/arm/virt-acpi-build: Introduce fill_iort_idmap helper
,
Eric Auger
,
2018/11/22
[Qemu-arm] [RFC v9 17/17] hw/arm/virt-acpi-build: Add virtio-iommu node in IORT table
,
Eric Auger
,
2018/11/22
Re: [Qemu-arm] [RFC v9 00/17] VIRTIO-IOMMU device
,
Bharat Bhushan
,
2018/11/27
[Qemu-arm] [PATCH] hw: arm: musicpal: drop TYPE_WM8750 in object_property_set_link()
,
Li Qiang
,
2018/11/22
Re: [Qemu-arm] [PATCH] hw: arm: musicpal: drop TYPE_WM8750 in object_property_set_link()
,
Philippe Mathieu-Daudé
,
2018/11/22
Re: [Qemu-arm] [PATCH] hw: arm: musicpal: drop TYPE_WM8750 in object_property_set_link()
,
Peter Maydell
,
2018/11/22
Re: [Qemu-arm] [PATCH] hw: arm: musicpal: drop TYPE_WM8750 in object_property_set_link()
,
Li Qiang
,
2018/11/22
Re: [Qemu-arm] [PATCH] hw: arm: musicpal: drop TYPE_WM8750 in object_property_set_link()
,
Philippe Mathieu-Daudé
,
2018/11/22
Re: [Qemu-arm] [PATCH] hw: arm: musicpal: drop TYPE_WM8750 in object_property_set_link()
,
Peter Maydell
,
2018/11/30
[Qemu-arm] [PATCH for-4.0 0/2] Rename cpu_physical_memory_write_rom() to address_space_write_rom()
,
Peter Maydell
,
2018/11/22
[Qemu-arm] [PATCH for-4.0 1/2] exec.c: Rename cpu_physical_memory_write_rom_internal()
,
Peter Maydell
,
2018/11/22
[Qemu-arm] [PATCH for-4.0 2/2] Rename cpu_physical_memory_write_rom() to address_space_write_rom()
,
Peter Maydell
,
2018/11/22
Re: [Qemu-arm] [Qemu-devel] [PATCH for-4.0 0/2] Rename cpu_physical_memory_write_rom() to address_space_write_rom()
,
Philippe Mathieu-Daudé
,
2018/11/22
Re: [Qemu-arm] [PATCH for-4.0 0/2] Rename cpu_physical_memory_write_rom() to address_space_write_rom()
,
Michael S. Tsirkin
,
2018/11/23
Re: [Qemu-arm] [PATCH RESEND v15 08/10] target-arm: kvm64: inject synchronous External Abort
,
gengdongjiu
,
2018/11/21
Re: [Qemu-arm] [PATCH RESEND v15 08/10] target-arm: kvm64: inject synchronous External Abort
,
Peter Maydell
,
2018/11/23
Re: [Qemu-arm] [PATCH RESEND v15 08/10] target-arm: kvm64: inject synchronous External Abort
,
gengdongjiu
,
2018/11/24
Re: [Qemu-arm] [PATCH RESEND v15 08/10] target-arm: kvm64: inject synchronous External Abort
,
Alex Bennée
,
2018/11/26
Re: [Qemu-arm] [PATCH RESEND v15 08/10] target-arm: kvm64: inject synchronous External Abort
,
gengdongjiu
,
2018/11/26
Re: [Qemu-arm] [PATCH RESEND v15 09/10] hw/arm/virt: Add RAS platform version for migration
,
gengdongjiu
,
2018/11/21
[Qemu-arm] [PATCH v3] MAINTAINERS: Assign some more files in the hw/arm/ directory
,
Thomas Huth
,
2018/11/21
Re: [Qemu-arm] [PATCH v3] MAINTAINERS: Assign some more files in the hw/arm/ directory
,
Philippe Mathieu-Daudé
,
2018/11/21
Re: [Qemu-arm] [PATCH v3] MAINTAINERS: Assign some more files in the hw/arm/ directory
,
Peter Maydell
,
2018/11/22
[Qemu-arm] [PATCH] hw/virt/arm: Add support fot Cortex-A72
,
luzhipeng
,
2018/11/21
[Qemu-arm] [PATCH v8 00/13] More fully implement ARM PMUv3
,
Aaron Lindsay
,
2018/11/20
[Qemu-arm] [PATCH v8 01/13] migration: Add post_save function to VMStateDescription
,
Aaron Lindsay
,
2018/11/20
[Qemu-arm] [PATCH v8 02/13] target/arm: Reorganize PMCCNTR accesses
,
Aaron Lindsay
,
2018/11/20
[Qemu-arm] [PATCH v8 05/13] target/arm: Allow AArch32 access for PMCCFILTR
,
Aaron Lindsay
,
2018/11/20
[Qemu-arm] [PATCH v8 03/13] target/arm: Swap PMU values before/after migrations
,
Aaron Lindsay
,
2018/11/20
Re: [Qemu-arm] [PATCH v8 03/13] target/arm: Swap PMU values before/after migrations
,
Peter Maydell
,
2018/11/30
[Qemu-arm] [PATCH v8 06/13] target/arm: Implement PMOVSSET
,
Aaron Lindsay
,
2018/11/20
[Qemu-arm] [PATCH v8 04/13] target/arm: Filter cycle counter based on PMCCFILTR_EL0
,
Aaron Lindsay
,
2018/11/20
[Qemu-arm] [PATCH v8 07/13] target-arm: Make PMCEID[01]_EL0 64 bit registers, add PMCEID[23]
,
Aaron Lindsay
,
2018/11/20
Re: [Qemu-arm] [PATCH v8 07/13] target-arm: Make PMCEID[01]_EL0 64 bit registers, add PMCEID[23]
,
Peter Maydell
,
2018/11/30
[Qemu-arm] [PATCH v8 11/13] target/arm: PMU: Set PMCR.N to 4
,
Aaron Lindsay
,
2018/11/20
[Qemu-arm] [PATCH v8 12/13] target/arm: Implement PMSWINC
,
Aaron Lindsay
,
2018/11/20
[Qemu-arm] [PATCH v8 08/13] target/arm: Add array for supported PMU events, generate PMCEID[01]_EL0
,
Aaron Lindsay
,
2018/11/20
Re: [Qemu-arm] [PATCH v8 08/13] target/arm: Add array for supported PMU events, generate PMCEID[01]_EL0
,
Peter Maydell
,
2018/11/30
[Qemu-arm] [PATCH v8 09/13] target/arm: Finish implementation of PM[X]EVCNTR and PM[X]EVTYPER
,
Aaron Lindsay
,
2018/11/20
[Qemu-arm] [PATCH v8 13/13] target/arm: Send interrupts on PMU counter overflow
,
Aaron Lindsay
,
2018/11/20
Re: [Qemu-arm] [PATCH v8 13/13] target/arm: Send interrupts on PMU counter overflow
,
Richard Henderson
,
2018/11/30
Re: [Qemu-arm] [PATCH v8 13/13] target/arm: Send interrupts on PMU counter overflow
,
Aaron Lindsay
,
2018/11/30
Re: [Qemu-arm] [PATCH v8 13/13] target/arm: Send interrupts on PMU counter overflow
,
Richard Henderson
,
2018/11/30
Re: [Qemu-arm] [PATCH v8 13/13] target/arm: Send interrupts on PMU counter overflow
,
Aaron Lindsay
,
2018/11/30
Re: [Qemu-arm] [PATCH v8 13/13] target/arm: Send interrupts on PMU counter overflow
,
Richard Henderson
,
2018/11/30
[Qemu-arm] [PATCH v8 10/13] target/arm: PMU: Add instruction and cycle events
,
Aaron Lindsay
,
2018/11/20
[Qemu-arm] [PATCH v2] MAINTAINERS: Assign some more files in the hw/arm/ directory
,
Thomas Huth
,
2018/11/20
Re: [Qemu-arm] [Qemu-devel] [PATCH v2] MAINTAINERS: Assign some more files in the hw/arm/ directory
,
Philippe Mathieu-Daudé
,
2018/11/20
Re: [Qemu-arm] [Qemu-devel] [PATCH v2] MAINTAINERS: Assign some more files in the hw/arm/ directory
,
Thomas Huth
,
2018/11/21
[Qemu-arm] panic in virtio_gpu in guest centos7.5
,
yezengruan
,
2018/11/20
[Qemu-arm] more serial ports on arm?
,
Jason A. Donenfeld
,
2018/11/19
Re: [Qemu-arm] more serial ports on arm?
,
Peter Maydell
,
2018/11/20
[Qemu-arm] [PATCH] MAINTAINERS: Assign some more files in the hw/arm/ directory
,
Thomas Huth
,
2018/11/19
Re: [Qemu-arm] [PATCH] MAINTAINERS: Assign some more files in the hw/arm/ directory
,
Peter Maydell
,
2018/11/20
Re: [Qemu-arm] [Qemu-devel] [PATCH] MAINTAINERS: Assign some more files in the hw/arm/ directory
,
Thomas Huth
,
2018/11/20
Re: [Qemu-arm] [Qemu-devel] [PATCH] MAINTAINERS: Assign some more files in the hw/arm/ directory
,
Auger Eric
,
2018/11/20
[Qemu-arm] [PATCH 00/22] QOM'ify SysBusDeviceClass->init
,
Mao Zhongyi
,
2018/11/19
Re: [Qemu-arm] [PATCH 00/22] QOM'ify SysBusDeviceClass->init
,
Cornelia Huck
,
2018/11/19
[Qemu-arm] [PATCH 09/22] input/pl050: Convert sysbus init function to realize function
,
Mao Zhongyi
,
2018/11/19
[Qemu-arm] [PATCH 01/22] musicpal: Convert sysbus init function to realize function
,
Mao Zhongyi
,
2018/11/19
Re: [Qemu-arm] [Qemu-devel] [PATCH 01/22] musicpal: Convert sysbus init function to realize function
,
Philippe Mathieu-Daudé
,
2018/11/20
[Qemu-arm] [PATCH] target/arm: fix smc incorrectly trapping to EL3 when secure is off
,
Luc Michel
,
2018/11/17
Re: [Qemu-arm] [PATCH] target/arm: fix smc incorrectly trapping to EL3 when secure is off
,
Peter Maydell
,
2018/11/19
[Qemu-arm] [PATCH] hw/arm/sysbus-fdt: fix assert in match function
,
Peng Hao
,
2018/11/17
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm/sysbus-fdt: fix assert in match function
,
Auger Eric
,
2018/11/17
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm/sysbus-fdt: fix assert in matchfunction
,
peng.hao2
,
2018/11/19
[Qemu-arm] [PATCH V7 0/5] add pvpanic mmio support
,
Peng Hao
,
2018/11/15
[Qemu-arm] [PATCH V7 1/6] hw/misc/pvpanic: Build the pvpanic device in $(common-obj)
,
Peng Hao
,
2018/11/15
Re: [Qemu-arm] [PATCH V7 1/6] hw/misc/pvpanic: Build the pvpanic device in $(common-obj)
,
Peter Maydell
,
2018/11/20
[Qemu-arm] [PATCH V7 2/6] hw/misc/pvpanic: Cosmetic renaming
,
Peng Hao
,
2018/11/15
[Qemu-arm] [PATCH V7 3/6] hw/misc/pvpanic: Add the MMIO interface
,
Peng Hao
,
2018/11/15
Re: [Qemu-arm] [PATCH V7 3/6] hw/misc/pvpanic: Add the MMIO interface
,
Peter Maydell
,
2018/11/20
[Qemu-arm] [PATCH V7 4/6] hw/arm/virt: Use the pvpanic device
,
Peng Hao
,
2018/11/15
Re: [Qemu-arm] [PATCH V7 4/6] hw/arm/virt: Use the pvpanic device
,
Shannon Zhao
,
2018/11/15
Re: [Qemu-arm] [PATCH V7 4/6] hw/arm/virt: Use the pvpanic device
,
peng.hao2
,
2018/11/15
Re: [Qemu-arm] [PATCH V7 4/6] hw/arm/virt: Use the pvpanic device
,
Peter Maydell
,
2018/11/20
Re: [Qemu-arm] [PATCH V7 4/6] hw/arm/virt: Use the pvpanic device
,
peng.hao2
,
2018/11/21
[Qemu-arm] [PATCH V7 6/6] pvpanic : update pvpanic document
,
Peng Hao
,
2018/11/15
Re: [Qemu-arm] [Qemu-devel] [PATCH V7 6/6] pvpanic : update pvpanic document
,
Andrew Jones
,
2018/11/16
[Qemu-arm] [PATCH V7 5/6] hw/arm/virt: add pvpanic device in virt acpi table
,
Peng Hao
,
2018/11/15
Re: [Qemu-arm] [PATCH v4] hw/arm: Add arm SBSA reference machine
,
Peter Maydell
,
2018/11/15
Re: [Qemu-arm] [PATCH v4] hw/arm: Add arm SBSA reference machine
,
Hongbo Zhang
,
2018/11/16
Re: [Qemu-arm] [PATCH v4] hw/arm: Add arm SBSA reference machine
,
Peter Maydell
,
2018/11/16
Re: [Qemu-arm] [PATCH v4] hw/arm: Add arm SBSA reference machine
,
Hongbo Zhang
,
2018/11/19
Re: [Qemu-arm] [PATCH v4] hw/arm: Add arm SBSA reference machine
,
Hongbo Zhang
,
2018/11/19
Re: [Qemu-arm] [Qemu-devel] [PATCH v4] hw/arm: Add arm SBSA reference machine
,
Gerd Hoffmann
,
2018/11/16
Re: [Qemu-arm] [Qemu-devel] [PATCH v4] hw/arm: Add arm SBSA reference machine
,
Ard Biesheuvel
,
2018/11/16
Re: [Qemu-arm] [Qemu-devel] [PATCH v4] hw/arm: Add arm SBSA reference machine
,
Leif Lindholm
,
2018/11/19
Re: [Qemu-arm] [Qemu-devel] [PATCH v4] hw/arm: Add arm SBSA reference machine
,
Ard Biesheuvel
,
2018/11/19
Re: [Qemu-arm] [Qemu-devel] [PATCH v4] hw/arm: Add arm SBSA reference machine
,
Leif Lindholm
,
2018/11/19
Re: [Qemu-arm] [Qemu-devel] [PATCH v4] hw/arm: Add arm SBSA reference machine
,
Ard Biesheuvel
,
2018/11/19
Re: [Qemu-arm] [Qemu-devel] [PATCH v4] hw/arm: Add arm SBSA reference machine
,
Gerd Hoffmann
,
2018/11/20
Re: [Qemu-arm] [Qemu-devel] [PATCH v4] hw/arm: Add arm SBSA reference machine
,
Hongbo Zhang
,
2018/11/20
Re: [Qemu-arm] [Qemu-devel] [PATCH v4] hw/arm: Add arm SBSA reference machine
,
Ard Biesheuvel
,
2018/11/20
Re: [Qemu-arm] [Qemu-devel] [PATCH v4] hw/arm: Add arm SBSA reference machine
,
Hongbo Zhang
,
2018/11/21
Re: [Qemu-arm] [PATCH v4] hw/arm: Add arm SBSA reference machine
,
Hongbo Zhang
,
2018/11/23
Re: [Qemu-arm] [PATCH v4] hw/arm: Add arm SBSA reference machine
,
Hongbo Zhang
,
2018/11/23
[Qemu-arm] [PATCH for-3.1 0/2] hw/block/onenand: fix out-of-bounds read
,
Peter Maydell
,
2018/11/15
[Qemu-arm] [PATCH for-3.1 2/2] hw/block/onenand: use qemu_log_mask() for reporting
,
Peter Maydell
,
2018/11/15
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.1 2/2] hw/block/onenand: use qemu_log_mask() for reporting
,
Philippe Mathieu-Daudé
,
2018/11/15
Re: [Qemu-arm] [PATCH for-3.1 2/2] hw/block/onenand: use qemu_log_mask() for reporting
,
Richard Henderson
,
2018/11/15
Re: [Qemu-arm] [PATCH for-3.1 2/2] hw/block/onenand: use qemu_log_mask() for reporting
,
Thomas Huth
,
2018/11/16
[Qemu-arm] [PATCH for-3.1 1/2] hw/block/onenand: Fix off-by-one error allowing out-of-bounds read
,
Peter Maydell
,
2018/11/15
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.1 1/2] hw/block/onenand: Fix off-by-one error allowing out-of-bounds read
,
Philippe Mathieu-Daudé
,
2018/11/15
Re: [Qemu-arm] [PATCH for-3.1 1/2] hw/block/onenand: Fix off-by-one error allowing out-of-bounds read
,
Richard Henderson
,
2018/11/15
[Qemu-arm] [PATCH v6 00/16] gdbstub: support for the multiprocess extension
,
Luc Michel
,
2018/11/15
[Qemu-arm] [PATCH v6 04/16] gdbstub: add multiprocess support to 'H' and 'T' packets
,
Luc Michel
,
2018/11/15
Re: [Qemu-arm] [PATCH v6 04/16] gdbstub: add multiprocess support to 'H' and 'T' packets
,
Edgar E. Iglesias
,
2018/11/16
Re: [Qemu-arm] [PATCH v6 04/16] gdbstub: add multiprocess support to 'H' and 'T' packets
,
Luc Michel
,
2018/11/19
[Qemu-arm] [PATCH v6 02/16] gdbstub: introduce GDB processes
,
Luc Michel
,
2018/11/15
[Qemu-arm] [PATCH v6 03/16] gdbstub: add multiprocess support to '?' packets
,
Luc Michel
,
2018/11/15
[Qemu-arm] [PATCH v6 01/16] hw/cpu: introduce CPU clusters
,
Luc Michel
,
2018/11/15
[Qemu-arm] [PATCH v6 12/16] gdbstub: add support for vAttach packets
,
Luc Michel
,
2018/11/15
Re: [Qemu-arm] [PATCH v6 12/16] gdbstub: add support for vAttach packets
,
Edgar E. Iglesias
,
2018/11/16
Re: [Qemu-arm] [Qemu-devel] [PATCH v6 12/16] gdbstub: add support for vAttach packets
,
Alistair Francis
,
2018/11/16
[Qemu-arm] [PATCH v6 08/16] gdbstub: add multiprocess support to Xfer:features:read:
,
Luc Michel
,
2018/11/15
Re: [Qemu-arm] [PATCH v6 08/16] gdbstub: add multiprocess support to Xfer:features:read:
,
Edgar E. Iglesias
,
2018/11/16
Re: [Qemu-arm] [Qemu-devel] [PATCH v6 08/16] gdbstub: add multiprocess support to Xfer:features:read:
,
Alistair Francis
,
2018/11/16
[Qemu-arm] [PATCH v6 16/16] arm/xlnx-zynqmp: put APUs and RPUs in separate CPU clusters
,
Luc Michel
,
2018/11/15
[Qemu-arm] [PATCH v6 05/16] gdbstub: add multiprocess support to vCont packets
,
Luc Michel
,
2018/11/15
Re: [Qemu-arm] [PATCH v6 05/16] gdbstub: add multiprocess support to vCont packets
,
Edgar E. Iglesias
,
2018/11/16
Re: [Qemu-arm] [Qemu-devel] [PATCH v6 05/16] gdbstub: add multiprocess support to vCont packets
,
Alistair Francis
,
2018/11/16
[Qemu-arm] [PATCH v6 06/16] gdbstub: add multiprocess support to 'sC' packets
,
Luc Michel
,
2018/11/15
Re: [Qemu-arm] [PATCH v6 06/16] gdbstub: add multiprocess support to 'sC' packets
,
Edgar E. Iglesias
,
2018/11/16
[Qemu-arm] [PATCH v6 15/16] gdbstub: add multiprocess extension support
,
Luc Michel
,
2018/11/15
Re: [Qemu-arm] [PATCH v6 15/16] gdbstub: add multiprocess extension support
,
Edgar E. Iglesias
,
2018/11/16
[Qemu-arm] [PATCH v6 10/16] gdbstub: add multiprocess support to 'D' packets
,
Luc Michel
,
2018/11/15
Re: [Qemu-arm] [PATCH v6 10/16] gdbstub: add multiprocess support to 'D' packets
,
Edgar E. Iglesias
,
2018/11/16
Re: [Qemu-arm] [Qemu-devel] [PATCH v6 10/16] gdbstub: add multiprocess support to 'D' packets
,
Alistair Francis
,
2018/11/16
[Qemu-arm] [PATCH v6 14/16] gdbstub: gdb_set_stop_cpu: ignore request when process is not attached
,
Luc Michel
,
2018/11/15
Re: [Qemu-arm] [PATCH v6 14/16] gdbstub: gdb_set_stop_cpu: ignore request when process is not attached
,
Edgar E. Iglesias
,
2018/11/16
[Qemu-arm] [PATCH v6 09/16] gdbstub: add multiprocess support to gdb_vm_state_change()
,
Luc Michel
,
2018/11/15
Re: [Qemu-arm] [PATCH v6 09/16] gdbstub: add multiprocess support to gdb_vm_state_change()
,
Edgar E. Iglesias
,
2018/11/16
Re: [Qemu-arm] [Qemu-devel] [PATCH v6 09/16] gdbstub: add multiprocess support to gdb_vm_state_change()
,
Alistair Francis
,
2018/11/16
[Qemu-arm] [PATCH v6 07/16] gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfo
,
Luc Michel
,
2018/11/15
Re: [Qemu-arm] [PATCH v6 07/16] gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfo
,
Edgar E. Iglesias
,
2018/11/16
Re: [Qemu-arm] [PATCH v6 07/16] gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfo
,
Luc Michel
,
2018/11/19
Re: [Qemu-arm] [PATCH v6 07/16] gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfo
,
Edgar E. Iglesias
,
2018/11/19
[Qemu-arm] [PATCH v6 11/16] gdbstub: add support for extended mode packet
,
Luc Michel
,
2018/11/15
Re: [Qemu-arm] [PATCH v6 11/16] gdbstub: add support for extended mode packet
,
Edgar E. Iglesias
,
2018/11/16
Re: [Qemu-arm] [Qemu-devel] [PATCH v6 11/16] gdbstub: add support for extended mode packet
,
Alistair Francis
,
2018/11/16
[Qemu-arm] [PATCH v6 13/16] gdbstub: processes initialization on new peer connection
,
Luc Michel
,
2018/11/15
Re: [Qemu-arm] [PATCH v6 13/16] gdbstub: processes initialization on new peer connection
,
Edgar E. Iglesias
,
2018/11/16
Re: [Qemu-arm] [PATCH v6 00/16] gdbstub: support for the multiprocess extension
,
Edgar E. Iglesias
,
2018/11/16
Re: [Qemu-arm] [Qemu-devel] [PATCH 5/6] accel/tcg: Return -1 for execution from MMIO regions in get_page_addr_code()
,
Thomas Huth
,
2018/11/14
Re: [Qemu-arm] [Qemu-devel] [PATCH 5/6] accel/tcg: Return -1 for execution from MMIO regions in get_page_addr_code()
,
Richard Henderson
,
2018/11/15
Re: [Qemu-arm] [Qemu-devel] [PATCH 5/6] accel/tcg: Return -1 for execution from MMIO regions in get_page_addr_code()
,
Peter Maydell
,
2018/11/15
Re: [Qemu-arm] [Qemu-devel] [PATCH 5/6] accel/tcg: Return -1 for execution from MMIO regions in get_page_addr_code()
,
Richard Henderson
,
2018/11/15
[Qemu-arm] [PATCH] vmstate: constify VMStateField
,
Marc-André Lureau
,
2018/11/14
Re: [Qemu-arm] [Qemu-devel] [PATCH] vmstate: constify VMStateField
,
Philippe Mathieu-Daudé
,
2018/11/14
Re: [Qemu-arm] [Qemu-devel] [PATCH] vmstate: constify VMStateField
,
Thomas Huth
,
2018/11/14
Re: [Qemu-arm] [Qemu-devel] [PATCH] vmstate: constify VMStateField
,
Philippe Mathieu-Daudé
,
2018/11/14
Re: [Qemu-arm] [Qemu-devel] [PATCH] vmstate: constify VMStateField
,
Peter Maydell
,
2018/11/14
Re: [Qemu-arm] [Qemu-devel] [PATCH] vmstate: constify VMStateField
,
Thomas Huth
,
2018/11/14
Re: [Qemu-arm] [Qemu-devel] [PATCH] vmstate: constify VMStateField
,
Christian Borntraeger
,
2018/11/14
Re: [Qemu-arm] [PATCH] vmstate: constify VMStateField
,
David Gibson
,
2018/11/15
Re: [Qemu-arm] [PATCH] vmstate: constify VMStateField
,
Cornelia Huck
,
2018/11/15
Re: [Qemu-arm] [PATCH] vmstate: constify VMStateField
,
Paolo Bonzini
,
2018/11/21
[Qemu-arm] [PATCH] MAINTAINERS: Add entries for missing ARM boards
,
Thomas Huth
,
2018/11/14
Re: [Qemu-arm] [Qemu-devel] [PATCH] MAINTAINERS: Add entries for missing ARM boards
,
Philippe Mathieu-Daudé
,
2018/11/14
Re: [Qemu-arm] [Qemu-devel] [PATCH] MAINTAINERS: Add entries for missing ARM boards
,
Thomas Huth
,
2018/11/14
Re: [Qemu-arm] [Qemu-devel] [PATCH] MAINTAINERS: Add entries for missing ARM boards
,
Peter Maydell
,
2018/11/15
[Qemu-arm] [PATCH v5 0/4] target/arm: KVM vs ARMISARegisters
,
Richard Henderson
,
2018/11/13
[Qemu-arm] [PATCH v5 2/4] target/arm: Fill in ARMISARegisters for kvm64
,
Richard Henderson
,
2018/11/13
[Qemu-arm] [PATCH v5 1/4] target/arm: Install ARMISARegisters from kvm host
,
Richard Henderson
,
2018/11/13
[Qemu-arm] [PATCH v5 3/4] target/arm: Introduce read_sys_reg32 for kvm32
,
Richard Henderson
,
2018/11/13
[Qemu-arm] [PATCH v5 4/4] target/arm: Fill in ARMISARegisters for kvm32
,
Richard Henderson
,
2018/11/13
Re: [Qemu-arm] [PATCH v5 0/4] target/arm: KVM vs ARMISARegisters
,
Peter Maydell
,
2018/11/15
[Qemu-arm] [PATCH 00/13] Support disabling TCG on ARM
,
Samuel Ortiz
,
2018/11/13
[Qemu-arm] [PATCH 13/13] target: arm: Do not build TCG objects when TCG is off
,
Samuel Ortiz
,
2018/11/13
[Qemu-arm] [PATCH 12/13] target: arm: Makefile cleanup
,
Samuel Ortiz
,
2018/11/13
[Qemu-arm] [PATCH 10/13] target: arm: Move watchpoints APIs to helper.c
,
Samuel Ortiz
,
2018/11/13
[Qemu-arm] [PATCH 09/13] target: arm: Move CPU state dumping routines to helper.c
,
Samuel Ortiz
,
2018/11/13
[Qemu-arm] [PATCH 08/13] target: arm: Move all VFP helpers into their own file
,
Samuel Ortiz
,
2018/11/13
[Qemu-arm] [PATCH 11/13] target: arm: Define TCG dependent functions when TCG is enabled
,
Samuel Ortiz
,
2018/11/13
Re: [Qemu-arm] [PATCH 11/13] target: arm: Define TCG dependent functions when TCG is enabled
,
Peter Maydell
,
2018/11/20
[Qemu-arm] [PATCH 04/13] target: arm: Move all interrupt and exception handlers into their own file
,
Samuel Ortiz
,
2018/11/13
Re: [Qemu-arm] [PATCH 04/13] target: arm: Move all interrupt and exception handlers into their own file
,
Peter Maydell
,
2018/11/20
Re: [Qemu-arm] [PATCH 04/13] target: arm: Move all interrupt and exception handlers into their own file
,
Samuel Ortiz
,
2018/11/27
Re: [Qemu-arm] [PATCH 04/13] target: arm: Move all interrupt and exception handlers into their own file
,
Peter Maydell
,
2018/11/27
Re: [Qemu-arm] [Qemu-devel] [PATCH 04/13] target: arm: Move all interrupt and exception handlers into their own file
,
Samuel Ortiz
,
2018/11/28
Re: [Qemu-arm] [Qemu-devel] [PATCH 04/13] target: arm: Move all interrupt and exception handlers into their own file
,
Peter Maydell
,
2018/11/28
Re: [Qemu-arm] [Qemu-devel] [PATCH 04/13] target: arm: Move all interrupt and exception handlers into their own file
,
Samuel Ortiz
,
2018/11/28
Re: [Qemu-arm] [Qemu-devel] [PATCH 04/13] target: arm: Move all interrupt and exception handlers into their own file
,
Samuel Ortiz
,
2018/11/28
Re: [Qemu-arm] [PATCH 04/13] target: arm: Move all interrupt and exception handlers into their own file
,
Peter Maydell
,
2018/11/20
[Qemu-arm] [PATCH 05/13] target: arm: Move the DC ZVA helper into op_helper
,
Samuel Ortiz
,
2018/11/13
[Qemu-arm] [PATCH 03/13] target: arm: Move all v7m helpers into their own file
,
Samuel Ortiz
,
2018/11/13
Re: [Qemu-arm] [PATCH 03/13] target: arm: Move all v7m helpers into their own file
,
Peter Maydell
,
2018/11/20
Re: [Qemu-arm] [PATCH 03/13] target: arm: Move all v7m helpers into their own file
,
Philippe Mathieu-Daudé
,
2018/11/20
Re: [Qemu-arm] [Qemu-devel] [PATCH 03/13] target: arm: Move all v7m helpers into their own file
,
Samuel Ortiz
,
2018/11/27
[Qemu-arm] [PATCH 06/13] target: arm: Make ARM TLB filling routine static
,
Samuel Ortiz
,
2018/11/13
[Qemu-arm] [PATCH 07/13] target: arm: Remove the LDST headers
,
Samuel Ortiz
,
2018/11/13
Re: [Qemu-arm] [PATCH 07/13] target: arm: Remove the LDST headers
,
Peter Maydell
,
2018/11/20
[Qemu-arm] [PATCH 01/13] target: arm: Add copyright boilerplate
,
Samuel Ortiz
,
2018/11/13
Re: [Qemu-arm] [PATCH 01/13] target: arm: Add copyright boilerplate
,
Peter Maydell
,
2018/11/13
Re: [Qemu-arm] [PATCH 01/13] target: arm: Add copyright boilerplate
,
Philippe Mathieu-Daudé
,
2018/11/13
Re: [Qemu-arm] [Qemu-devel] [PATCH 01/13] target: arm: Add copyright boilerplate
,
Samuel Ortiz
,
2018/11/13
[Qemu-arm] [PATCH 02/13] target: arm: Remove unused headers
,
Samuel Ortiz
,
2018/11/13
Re: [Qemu-arm] [PATCH 02/13] target: arm: Remove unused headers
,
Peter Maydell
,
2018/11/13
Re: [Qemu-arm] [PATCH 02/13] target: arm: Remove unused headers
,
Philippe Mathieu-Daudé
,
2018/11/13
Re: [Qemu-arm] [PATCH 02/13] target: arm: Remove unused headers
,
Peter Maydell
,
2018/11/13
Re: [Qemu-arm] [PATCH 02/13] target: arm: Remove unused headers
,
Philippe Mathieu-Daudé
,
2018/11/13
Re: [Qemu-arm] [PATCH 02/13] target: arm: Remove unused headers
,
Samuel Ortiz
,
2018/11/13
Re: [Qemu-arm] [Qemu-devel] [PATCH 00/13] Support disabling TCG on ARM
,
no-reply
,
2018/11/14
[Qemu-arm] [PATCH v4 0/4] target/arm: KVM vs ARMISARegisters
,
Richard Henderson
,
2018/11/13
[Qemu-arm] [PATCH v4 2/4] target/arm: Fill in ARMISARegisters for kvm64
,
Richard Henderson
,
2018/11/13
[Qemu-arm] [PATCH v4 3/4] target/arm: Introduce read_sys_reg32 for kvm32
,
Richard Henderson
,
2018/11/13
[Qemu-arm] [PATCH v4 1/4] target/arm: Install ARMISARegisters from kvm host
,
Richard Henderson
,
2018/11/13
[Qemu-arm] [PATCH v4 4/4] target/arm: Fill in ARMISARegisters for kvm32
,
Richard Henderson
,
2018/11/13
[Qemu-arm] [PATCH v5 14/14] arm: Add Clock peripheral stub to NRF51 SOC
,
Steffen Görtz
,
2018/11/12
[Qemu-arm] [PATCH v5 12/14] arm: Instantiate NRF51 Timers
,
Steffen Görtz
,
2018/11/12
[Qemu-arm] [PATCH v5 06/14] arm: Instantiate NRF51 special NVM's and NVMC
,
Steffen Görtz
,
2018/11/12
Re: [Qemu-arm] [PATCH v5 06/14] arm: Instantiate NRF51 special NVM's and NVMC
,
Peter Maydell
,
2018/11/16
Re: [Qemu-arm] [PATCH v5 06/14] arm: Instantiate NRF51 special NVM's and NVMC
,
Stefan Hajnoczi
,
2018/11/16
[Qemu-arm] [PATCH v5 09/14] arm: Instantiate NRF51 general purpose I/O
,
Steffen Görtz
,
2018/11/12
[Qemu-arm] [PATCH v5 02/14] arm: Add header to host common definition for nRF51 SOC peripherals
,
Steffen Görtz
,
2018/11/12
[Qemu-arm] [PATCH v5 04/14] arm: Instantiate NRF51 random number generator
,
Steffen Görtz
,
2018/11/12
[Qemu-arm] [PATCH V6 0/5] add pvpanic mmio support
,
Peng Hao
,
2018/11/11
[Qemu-arm] [PATCH V6 3/6] hw/misc/pvpanic: Add the MMIO interface
,
Peng Hao
,
2018/11/11
[Qemu-arm] [PATCH V6 2/6] hw/misc/pvpanic: Cosmetic renaming
,
Peng Hao
,
2018/11/11
[Qemu-arm] [PATCH V6 6/6] pvpanic : update pvpanic document
,
Peng Hao
,
2018/11/11
Re: [Qemu-arm] [Qemu-devel] [PATCH V6 6/6] pvpanic : update pvpanic document
,
Andrew Jones
,
2018/11/15
Re: [Qemu-arm] [Qemu-devel] [PATCH V6 6/6] pvpanic : update pvpanic document
,
peng.hao2
,
2018/11/15
[Qemu-arm] [PATCH V6 5/6] hw/arm/virt: add pvpanic device in virt acpi table
,
Peng Hao
,
2018/11/11
Re: [Qemu-arm] [Qemu-devel] [PATCH V6 5/6] hw/arm/virt: add pvpanic device in virt acpi table
,
Andrew Jones
,
2018/11/15
Re: [Qemu-arm] [Qemu-devel] [PATCH V6 5/6] hw/arm/virt: add pvpanic device invirt acpi table
,
peng.hao2
,
2018/11/15
Re: [Qemu-arm] [Qemu-devel] [PATCH V6 5/6] hw/arm/virt: add pvpanic device invirt acpi table
,
Andrew Jones
,
2018/11/16
Re: [Qemu-arm] [Qemu-devel] [PATCH V6 5/6] hw/arm/virt: add pvpanic deviceinvirt acpi table
,
peng.hao2
,
2018/11/16
[Qemu-arm] [PATCH V6 4/6] hw/arm/virt: Use the pvpanic device
,
Peng Hao
,
2018/11/11
[Qemu-arm] [PATCH V6 1/6] hw/misc/pvpanic: Build the pvpanic device in $(common-obj)
,
Peng Hao
,
2018/11/11
[Qemu-arm] [PATCH for-3.1] target/arm: Fix typo in tlbi_aa64_vmalle1_write
,
Richard Henderson
,
2018/11/10
Re: [Qemu-arm] [PATCH for-3.1] target/arm: Fix typo in tlbi_aa64_vmalle1_write
,
Philippe Mathieu-Daudé
,
2018/11/10
Re: [Qemu-arm] [PATCH for-3.1] target/arm: Fix typo in tlbi_aa64_vmalle1_write
,
Alex Bennée
,
2018/11/12
Re: [Qemu-arm] [PATCH for-3.1] target/arm: Fix typo in tlbi_aa64_vmalle1_write
,
Peter Maydell
,
2018/11/12
[Qemu-arm] [PATCH v5 00/16] gdbstub: support for the multiprocess extension
,
Luc Michel
,
2018/11/10
[Qemu-arm] [PATCH v5 03/16] gdbstub: add multiprocess support to '?' packets
,
Luc Michel
,
2018/11/10
Re: [Qemu-arm] [PATCH v5 03/16] gdbstub: add multiprocess support to '?' packets
,
Edgar E. Iglesias
,
2018/11/13
Re: [Qemu-arm] [PATCH v5 03/16] gdbstub: add multiprocess support to '?' packets
,
Luc Michel
,
2018/11/14
Re: [Qemu-arm] [PATCH v5 03/16] gdbstub: add multiprocess support to '?' packets
,
Edgar E. Iglesias
,
2018/11/14
Re: [Qemu-arm] [PATCH v5 03/16] gdbstub: add multiprocess support to '?' packets
,
Luc Michel
,
2018/11/15
[Qemu-arm] [PATCH v5 10/16] gdbstub: add multiprocess support to 'D' packets
,
Luc Michel
,
2018/11/10
[Qemu-arm] [PATCH v5 02/16] gdbstub: introduce GDB processes
,
Luc Michel
,
2018/11/10
Re: [Qemu-arm] [PATCH v5 02/16] gdbstub: introduce GDB processes
,
Edgar E. Iglesias
,
2018/11/13
Re: [Qemu-arm] [PATCH v5 02/16] gdbstub: introduce GDB processes
,
Luc Michel
,
2018/11/14
Re: [Qemu-arm] [PATCH v5 02/16] gdbstub: introduce GDB processes
,
Edgar E. Iglesias
,
2018/11/14
[Qemu-arm] [PATCH v5 07/16] gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfo
,
Luc Michel
,
2018/11/10
[Qemu-arm] [PATCH v5 04/16] gdbstub: add multiprocess support to 'H' and 'T' packets
,
Luc Michel
,
2018/11/10
[Qemu-arm] [PATCH v5 01/16] hw/cpu: introduce CPU clusters
,
Luc Michel
,
2018/11/10
Re: [Qemu-arm] [PATCH v5 01/16] hw/cpu: introduce CPU clusters
,
Edgar E. Iglesias
,
2018/11/13
[Qemu-arm] [PATCH v5 12/16] gdbstub: add support for vAttach packets
,
Luc Michel
,
2018/11/10
[Qemu-arm] [PATCH v5 06/16] gdbstub: add multiprocess support to 'sC' packets
,
Luc Michel
,
2018/11/10
[Qemu-arm] [PATCH v5 11/16] gdbstub: add support for extended mode packet
,
Luc Michel
,
2018/11/10
[Qemu-arm] [PATCH v5 05/16] gdbstub: add multiprocess support to vCont packets
,
Luc Michel
,
2018/11/10
[Qemu-arm] [PATCH v5 14/16] gdbstub: gdb_set_stop_cpu: ignore request when process is not attached
,
Luc Michel
,
2018/11/10
[Qemu-arm] [PATCH v5 16/16] arm/xlnx-zynqmp: put APUs and RPUs in separate CPU clusters
,
Luc Michel
,
2018/11/10
[Qemu-arm] [PATCH v5 09/16] gdbstub: add multiprocess support to gdb_vm_state_change()
,
Luc Michel
,
2018/11/10
[Qemu-arm] [PATCH v5 15/16] gdbstub: add multiprocess extension support
,
Luc Michel
,
2018/11/10
[Qemu-arm] [PATCH v5 08/16] gdbstub: add multiprocess support to Xfer:features:read:
,
Luc Michel
,
2018/11/10
[Qemu-arm] [PATCH v5 13/16] gdbstub: processes initialization on new peer connection
,
Luc Michel
,
2018/11/10
[Qemu-arm] [PATCH 0/2] Fix the last Hyp mode bug and turn it on for A7, A15
,
Peter Maydell
,
2018/11/09
[Qemu-arm] [PATCH 2/2] target/arm/cpu: Give Cortex-A15 and -A7 the EL2 feature
,
Peter Maydell
,
2018/11/09
Re: [Qemu-arm] [PATCH 2/2] target/arm/cpu: Give Cortex-A15 and -A7 the EL2 feature
,
Philippe Mathieu-Daudé
,
2018/11/11
Re: [Qemu-arm] [PATCH 2/2] target/arm/cpu: Give Cortex-A15 and -A7 the EL2 feature
,
Edgar E. Iglesias
,
2018/11/12
[Qemu-arm] [PATCH 1/2] target/arm: Hyp mode R14 is shared with User and System
,
Peter Maydell
,
2018/11/09
Re: [Qemu-arm] [PATCH 1/2] target/arm: Hyp mode R14 is shared with User and System
,
Peter Maydell
,
2018/11/09
Re: [Qemu-arm] [PATCH 1/2] target/arm: Hyp mode R14 is shared with User and System
,
Philippe Mathieu-Daudé
,
2018/11/10
Re: [Qemu-arm] [PATCH 1/2] target/arm: Hyp mode R14 is shared with User and System
,
Edgar E. Iglesias
,
2018/11/12
Re: [Qemu-arm] [PATCH 1/2] target/arm: Hyp mode R14 is shared with User and System
,
Alex Bennée
,
2018/11/12
Re: [Qemu-arm] [PATCH 1/2] target/arm: Hyp mode R14 is shared with User and System
,
Edgar E. Iglesias
,
2018/11/12
Re: [Qemu-arm] [PATCH 0/2] Fix the last Hyp mode bug and turn it on for A7, A15
,
Philippe Mathieu-Daudé
,
2018/11/11
Re: [Qemu-arm] [Qemu-devel] [PATCH 0/2] Fix the last Hyp mode bug and turn it on for A7, A15
,
Richard Henderson
,
2018/11/12
[Qemu-arm] [PATCH v3 0/7] KVM Guest Debug fixes (plus TCG EL2 debug tweaks)
,
Alex Bennée
,
2018/11/09
[Qemu-arm] [PATCH v3 7/7] arm: fix aa64_generate_debug_exceptions to work with EL2
,
Alex Bennée
,
2018/11/09
Re: [Qemu-arm] [Qemu-devel] [PATCH v3 7/7] arm: fix aa64_generate_debug_exceptions to work with EL2
,
Richard Henderson
,
2018/11/11
Re: [Qemu-arm] [PATCH v3 7/7] arm: fix aa64_generate_debug_exceptions to work with EL2
,
Peter Maydell
,
2018/11/11
[Qemu-arm] [PATCH v3 2/7] target/arm64: hold BQL when calling do_interrupt()
,
Alex Bennée
,
2018/11/09
[Qemu-arm] [PATCH v3 1/7] target/arm64: properly handle DBGVR RESS bits
,
Alex Bennée
,
2018/11/09
Re: [Qemu-arm] [Qemu-devel] [PATCH v3 1/7] target/arm64: properly handle DBGVR RESS bits
,
Richard Henderson
,
2018/11/11
[Qemu-arm] [PATCH v3 6/7] arm: use symbolic MDCR_TDE in arm_debug_target_el
,
Alex Bennée
,
2018/11/09
[Qemu-arm] [PATCH v3 3/7] target/arm64: kvm debug set target_el when passing exception to guest
,
Alex Bennée
,
2018/11/09
[Qemu-arm] [PATCH v3 5/7] tests/guest-debug: don't use symbol resolution for PC checks
,
Alex Bennée
,
2018/11/09
Re: [Qemu-arm] [Qemu-devel] [PATCH v3 5/7] tests/guest-debug: don't use symbol resolution for PC checks
,
Richard Henderson
,
2018/11/11
[Qemu-arm] [PATCH v3 4/7] tests/guest-debug: fix scoping of failcount
,
Alex Bennée
,
2018/11/09
Re: [Qemu-arm] [PATCH v3 0/7] KVM Guest Debug fixes (plus TCG EL2 debug tweaks)
,
Alex Bennée
,
2018/11/09
Re: [Qemu-arm] [PATCH v3 0/7] KVM Guest Debug fixes (plus TCG EL2 debug tweaks)
,
Peter Maydell
,
2018/11/12
[Qemu-arm] [PATCH for-v3.1 0/3] Fix handling of HCR.VI and VF
,
Peter Maydell
,
2018/11/09
[Qemu-arm] [PATCH for-v3.1 3/3] target/arm: Correctly implement handling of HCR_EL2.{VI, VF}
,
Peter Maydell
,
2018/11/09
Re: [Qemu-arm] [PATCH for-v3.1 3/3] target/arm: Correctly implement handling of HCR_EL2.{VI, VF}
,
Philippe Mathieu-Daudé
,
2018/11/11
[Qemu-arm] [PATCH for-v3.1 2/3] target/arm: Track the state of our irq lines from the GIC explicitly
,
Peter Maydell
,
2018/11/09
Re: [Qemu-arm] [PATCH for-v3.1 2/3] target/arm: Track the state of our irq lines from the GIC explicitly
,
Philippe Mathieu-Daudé
,
2018/11/11
Re: [Qemu-arm] [PATCH for-v3.1 2/3] target/arm: Track the state of our irq lines from the GIC explicitly
,
Alex Bennée
,
2018/11/12
[Qemu-arm] [PATCH for-v3.1 1/3] Revert "target/arm: Implement HCR.VI and VF"
,
Peter Maydell
,
2018/11/09
Re: [Qemu-arm] [PATCH for-v3.1 1/3] Revert "target/arm: Implement HCR.VI and VF"
,
Philippe Mathieu-Daudé
,
2018/11/11
Re: [Qemu-arm] [PATCH for-v3.1 1/3] Revert "target/arm: Implement HCR.VI and VF"
,
Alex Bennée
,
2018/11/12
[Qemu-arm] [RFC v8 00/18] VIRTIO-IOMMU device
,
Eric Auger
,
2018/11/09
[Qemu-arm] [RFC v8 02/18] linux-headers: Partial update for virtio-iommu v0.8
,
Eric Auger
,
2018/11/09
[Qemu-arm] [RFC v8 01/18] update-linux-headers: Import virtio_iommu.h
,
Eric Auger
,
2018/11/09
[Qemu-arm] [RFC v8 05/18] virtio-iommu: Add the iommu regions
,
Eric Auger
,
2018/11/09
[Qemu-arm] [RFC v8 03/18] virtio-iommu: Add skeleton
,
Eric Auger
,
2018/11/09
[Qemu-arm] [RFC v8 07/18] virtio-iommu: Implement attach/detach command
,
Eric Auger
,
2018/11/09
[Qemu-arm] [RFC v8 04/18] virtio-iommu: Decode the command payload
,
Eric Auger
,
2018/11/09
[Qemu-arm] [RFC v8 08/18] virtio-iommu: Implement map/unmap
,
Eric Auger
,
2018/11/09
[Qemu-arm] [RFC v8 06/18] virtio-iommu: Endpoint and domains structs and helpers
,
Eric Auger
,
2018/11/09
[Qemu-arm] [RFC v8 09/18] virtio-iommu: Implement translate
,
Eric Auger
,
2018/11/09
[Qemu-arm] [RFC v8 10/18] virtio-iommu: Implement probe request
,
Eric Auger
,
2018/11/09
Re: [Qemu-arm] [RFC v8 10/18] virtio-iommu: Implement probe request
,
Jean-Philippe Brucker
,
2018/11/14
[Qemu-arm] [RFC v8 11/18] virtio-iommu: Add an msi_bypass property
,
Eric Auger
,
2018/11/09
Re: [Qemu-arm] [RFC v8 11/18] virtio-iommu: Add an msi_bypass property
,
Jean-Philippe Brucker
,
2018/11/14
[Qemu-arm] [RFC v8 12/18] virtio-iommu: Implement fault reporting
,
Eric Auger
,
2018/11/09
[Qemu-arm] [RFC v8 13/18] virtio_iommu: Handle reserved regions in translation process
,
Eric Auger
,
2018/11/09
[Qemu-arm] [RFC v8 14/18] virtio-iommu-pci: Add virtio iommu pci support
,
Eric Auger
,
2018/11/09
[Qemu-arm] [RFC v8 15/18] hw/arm/virt: Add virtio-iommu to the virt board
,
Eric Auger
,
2018/11/09
Re: [Qemu-arm] [RFC v8 15/18] hw/arm/virt: Add virtio-iommu to the virt board
,
Jean-Philippe Brucker
,
2018/11/14
Re: [Qemu-arm] [Qemu-devel] [RFC v8 15/18] hw/arm/virt: Add virtio-iommu to the virt board
,
Auger Eric
,
2018/11/14
Re: [Qemu-arm] [Qemu-devel] [RFC v8 15/18] hw/arm/virt: Add virtio-iommu to the virt board
,
Auger Eric
,
2018/11/16
Re: [Qemu-arm] [RFC v8 15/18] hw/arm/virt: Add virtio-iommu to the virt board
,
Bharat Bhushan
,
2018/11/22
Re: [Qemu-arm] [RFC v8 15/18] hw/arm/virt: Add virtio-iommu to the virt board
,
Auger Eric
,
2018/11/22
[Qemu-arm] [RFC v8 16/18] hw/arm/virt-acpi-build: Introduce fill_iort_idmap helper
,
Eric Auger
,
2018/11/09
[Qemu-arm] [RFC v8 17/18] hw/arm/virt-acpi-build: Add virtio-iommu node in IORT table
,
Eric Auger
,
2018/11/09
[Qemu-arm] [RFC v8 18/18] hw/arm/virt: Allow virtio-iommu instantiation
,
Eric Auger
,
2018/11/09
[Qemu-arm] [PATCH v3 0/5] target/arm: KVM vs ARMISARegisters
,
Richard Henderson
,
2018/11/08
[Qemu-arm] [PATCH v3 4/5] target/arm: Fill in ARMISARegisters for kvm32
,
Richard Henderson
,
2018/11/08
Re: [Qemu-arm] [PATCH v3 4/5] target/arm: Fill in ARMISARegisters for kvm32
,
Peter Maydell
,
2018/11/12
Re: [Qemu-arm] [PATCH v3 4/5] target/arm: Fill in ARMISARegisters for kvm32
,
Peter Maydell
,
2018/11/12
Re: [Qemu-arm] [PATCH v3 4/5] target/arm: Fill in ARMISARegisters for kvm32
,
Richard Henderson
,
2018/11/12
[Qemu-arm] [PATCH v3 5/5] target/arm: Convert t32ee from feature bit to isar3 test
,
Richard Henderson
,
2018/11/08
Re: [Qemu-arm] [PATCH v3 5/5] target/arm: Convert t32ee from feature bit to isar3 test
,
Philippe Mathieu-Daudé
,
2018/11/11
[Qemu-arm] [PATCH v3 1/5] target/arm: Install ARMISARegisters from kvm host
,
Richard Henderson
,
2018/11/08
[Qemu-arm] [PATCH v3 2/5] target/arm: Fill in ARMISARegisters for kvm64
,
Richard Henderson
,
2018/11/08
Re: [Qemu-arm] [PATCH v3 2/5] target/arm: Fill in ARMISARegisters for kvm64
,
Peter Maydell
,
2018/11/12
Re: [Qemu-arm] [PATCH v3 2/5] target/arm: Fill in ARMISARegisters for kvm64
,
Richard Henderson
,
2018/11/12
Re: [Qemu-arm] [PATCH v3 2/5] target/arm: Fill in ARMISARegisters for kvm64
,
Peter Maydell
,
2018/11/12
Re: [Qemu-arm] [PATCH v3 2/5] target/arm: Fill in ARMISARegisters for kvm64
,
Richard Henderson
,
2018/11/12
[Qemu-arm] [PATCH v3 3/5] target/arm: Introduce read_sys_reg32 for kvm32
,
Richard Henderson
,
2018/11/08
[Qemu-arm] [PATCH v2 0/6] KVM Guest Debug fixes (plus TCG EL2 debug tweaks)
,
Alex Bennée
,
2018/11/08
[Qemu-arm] [PATCH v2 3/6] target/arm64: kvm debug set target_el when passing exception to guest
,
Alex Bennée
,
2018/11/08
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 3/6] target/arm64: kvm debug set target_el when passing exception to guest
,
Richard Henderson
,
2018/11/08
[Qemu-arm] [PATCH v2 2/6] target/arm64: hold BQL when calling do_interrupt()
,
Alex Bennée
,
2018/11/08
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 2/6] target/arm64: hold BQL when calling do_interrupt()
,
Richard Henderson
,
2018/11/08
[Qemu-arm] [PATCH v2 4/6] tests/guest-debug: fix scoping of failcount
,
Alex Bennée
,
2018/11/08
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 4/6] tests/guest-debug: fix scoping of failcount
,
Richard Henderson
,
2018/11/08
[Qemu-arm] [PATCH v2 5/6] arm: use symbolic MDCR_TDE in arm_debug_target_el
,
Alex Bennée
,
2018/11/08
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 5/6] arm: use symbolic MDCR_TDE in arm_debug_target_el
,
Richard Henderson
,
2018/11/08
[Qemu-arm] [PATCH v2 1/6] target/arm64: properly handle DBGVR RESS bits
,
Alex Bennée
,
2018/11/08
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 1/6] target/arm64: properly handle DBGVR RESS bits
,
Richard Henderson
,
2018/11/08
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 1/6] target/arm64: properly handle DBGVR RESS bits
,
Alex Bennée
,
2018/11/08
[Qemu-arm] [PATCH v2 6/6] arm: fix aa64_generate_debug_exceptions to work with EL2
,
Alex Bennée
,
2018/11/08
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 6/6] arm: fix aa64_generate_debug_exceptions to work with EL2
,
Richard Henderson
,
2018/11/08
[Qemu-arm] [PATCH RESEND v15 00/10] Add ARMv8 RAS virtualization support in QEMU
,
Dongjiu Geng
,
2018/11/08
[Qemu-arm] [PATCH RESEND v15 02/10] acpi: add build_append_ghes_notify() helper for Hardware Error Notification
,
Dongjiu Geng
,
2018/11/08
[Qemu-arm] [PATCH RESEND v15 03/10] acpi: add build_append_ghes_generic_data() helper for Generic Error Data Entry
,
Dongjiu Geng
,
2018/11/08
[Qemu-arm] [PATCH RESEND v15 04/10] acpi: add build_append_ghes_generic_status() helper for Generic Error Status Block
,
Dongjiu Geng
,
2018/11/08
[Qemu-arm] [PATCH RESEND v15 01/10] ACPI: add some GHES structures and macros definition
,
Dongjiu Geng
,
2018/11/08
[Qemu-arm] [PATCH RESEND v15 06/10] docs: APEI GHES generation and CPER record description
,
Dongjiu Geng
,
2018/11/08
[Qemu-arm] [PATCH RESEND v15 07/10] KVM: Move related hwpoison page functions to accel/kvm/ folder
,
Dongjiu Geng
,
2018/11/08
Re: [Qemu-arm] [PATCH RESEND v15 07/10] KVM: Move related hwpoison page functions to accel/kvm/ folder
,
Peter Maydell
,
2018/11/20
[Qemu-arm] 答复: [Qemu-devel] [PATCH RESEND v15 07/10] KVM: Move related hwpoison page functions to accel/kvm/ folder
,
gengdongjiu
,
2018/11/21
[Qemu-arm] [PATCH RESEND v15 05/10] ACPI: Add APEI GHES table generation and CPER record support
,
Dongjiu Geng
,
2018/11/08
[Qemu-arm] [PATCH RESEND v15 10/10] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
,
Dongjiu Geng
,
2018/11/08
Re: [Qemu-arm] [PATCH RESEND v15 10/10] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
,
Peter Maydell
,
2018/11/20
[Qemu-arm] 答复: [PATCH RESEND v15 10/10] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
,
gengdongjiu
,
2018/11/21
Re: [Qemu-arm] 答复: [PATCH RESEND v15 10/10] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
,
Peter Maydell
,
2018/11/22
Re: [Qemu-arm] 答复: [PATCH RESEND v15 10/10] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
,
Peter Maydell
,
2018/11/22
[Qemu-arm] [PATCH RESEND v15 09/10] hw/arm/virt: Add RAS platform version for migration
,
Dongjiu Geng
,
2018/11/08
Re: [Qemu-arm] [PATCH RESEND v15 09/10] hw/arm/virt: Add RAS platform version for migration
,
Peter Maydell
,
2018/11/20
[Qemu-arm] [PATCH RESEND v15 08/10] target-arm: kvm64: inject synchronous External Abort
,
Dongjiu Geng
,
2018/11/08
Re: [Qemu-arm] [PATCH RESEND v15 08/10] target-arm: kvm64: inject synchronous External Abort
,
Peter Maydell
,
2018/11/20
Re: [Qemu-arm] [Qemu-devel] [PATCH RESEND v15 00/10] Add ARMv8 RAS virtualization support in QEMU
,
no-reply
,
2018/11/08
Re: [Qemu-arm] [Qemu-devel] [PATCH RESEND v15 00/10] Add ARMv8 RAS virtualization support in QEMU
,
no-reply
,
2018/11/08
[Qemu-arm] [PATCH v15 00/10] Add ARMv8 RAS virtualization support in QEMU
,
Dongjiu Geng
,
2018/11/08
[Qemu-arm] [PATCH v15 06/10] docs: APEI GHES generation and CPER record description
,
Dongjiu Geng
,
2018/11/08
[Qemu-arm] [PATCH v15 07/10] KVM: Move related hwpoison page functions to accel/kvm/ folder
,
Dongjiu Geng
,
2018/11/08
[Qemu-arm] [PATCH v15 10/10] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
,
Dongjiu Geng
,
2018/11/08
[Qemu-arm] [PATCH v15 05/10] ACPI: Add APEI GHES table generation and CPER record support
,
Dongjiu Geng
,
2018/11/08
[Qemu-arm] [PATCH v15 09/10] hw/arm/virt: Add RAS platform version for migration
,
Dongjiu Geng
,
2018/11/08
[Qemu-arm] [PATCH v15 08/10] target-arm: kvm64: inject synchronous External Abort
,
Dongjiu Geng
,
2018/11/08
[Qemu-arm] [PATCH v15 02/10] acpi: add build_append_ghes_notify() helper for Hardware Error Notification
,
Dongjiu Geng
,
2018/11/08
[Qemu-arm] [PATCH v15 03/10] acpi: add build_append_ghes_generic_data() helper for Generic Error Data Entry
,
Dongjiu Geng
,
2018/11/08
[Qemu-arm] [PATCH v15 01/10] ACPI: add some GHES structures and macros definition
,
Dongjiu Geng
,
2018/11/08
[Qemu-arm] [PATCH v15 04/10] acpi: add build_append_ghes_generic_status() helper for Generic Error Status Block
,
Dongjiu Geng
,
2018/11/08
Re: [Qemu-arm] [Qemu-devel] [PATCH v15 00/10] Add ARMv8 RAS virtualization support in QEMU
,
no-reply
,
2018/11/08
Re: [Qemu-arm] [Qemu-devel] [PATCH v15 00/10] Add ARMv8 RAS virtualization support in QEMU
,
no-reply
,
2018/11/08
Re: [Qemu-arm] [PATCH V4 3/5] hw/misc/pvpanic: Add the MMIO interface
,
Peter Maydell
,
2018/11/08
Re: [Qemu-arm] [PATCH V4 3/5] hw/misc/pvpanic: Add the MMIO interface
,
Stefan Hajnoczi
,
2018/11/12
Re: [Qemu-arm] [Qemu-devel] [PATCH V5 0/5] add pvpanic mmio support
,
Andrew Jones
,
2018/11/08
Re: [Qemu-arm] [Qemu-devel] [PATCH V5 4/5] hw/arm/virt: Use the pvpanic device
,
Andrew Jones
,
2018/11/08
Re: [Qemu-arm] [Qemu-devel] [PATCH V5 3/5] hw/misc/pvpanic: Add the MMIO interface
,
Andrew Jones
,
2018/11/08
Re: [Qemu-arm] [PATCH V4 3/5] hw/misc/pvpanic: Add the MMIO interface
,
peng.hao2
,
2018/11/07
[Qemu-arm] [PATCH] Support u-boot noload images for arm as used by NetBSD/evbarm GENERIC kernel.
,
Nick Hudson
,
2018/11/07
Re: [Qemu-arm] [Qemu-devel] [PATCH] Support u-boot noload images for arm as used by NetBSD/evbarm GENERIC kernel.
,
Kamil Rytarowski
,
2018/11/07
Re: [Qemu-arm] [Qemu-devel] [PATCH] Support u-boot noload images for arm as used by NetBSD/evbarm GENERIC kernel.
,
Nick Hudson
,
2018/11/15
Re: [Qemu-arm] [Qemu-devel] [PATCH] Support u-boot noload images for arm as used by NetBSD/evbarm GENERIC kernel.
,
Peter Maydell
,
2018/11/15
Re: [Qemu-arm] [PATCH] Support u-boot noload images for arm as used by NetBSD/evbarm GENERIC kernel.
,
Peter Maydell
,
2018/11/16
Re: [Qemu-arm] [PATCH] Support u-boot noload images for arm as used by NetBSD/evbarm GENERIC kernel.
,
Nick Hudson
,
2018/11/16
[Qemu-arm] [PATCH for-3.2 v3 00/14] Generalize machine compatibility properties
,
Marc-André Lureau
,
2018/11/07
[Qemu-arm] [PATCH for-3.2 v3 01/14] tests: qdev_prop_check_globals() doesn't return "all_used"
,
Marc-André Lureau
,
2018/11/07
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.2 v3 01/14] tests: qdev_prop_check_globals() doesn't return "all_used"
,
Igor Mammedov
,
2018/11/20
[Qemu-arm] [PATCH for-3.2 v3 02/14] qom: make interface types abstract
,
Marc-André Lureau
,
2018/11/07
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.2 v3 02/14] qom: make interface types abstract
,
Igor Mammedov
,
2018/11/20
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.2 v3 02/14] qom: make interface types abstract
,
Eduardo Habkost
,
2018/11/20
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.2 v3 02/14] qom: make interface types abstract
,
Laszlo Ersek
,
2018/11/20
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.2 v3 02/14] qom: make interface types abstract
,
Igor Mammedov
,
2018/11/21
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.2 v3 02/14] qom: make interface types abstract
,
Igor Mammedov
,
2018/11/23
[Qemu-arm] [PATCH for-3.2 v3 03/14] qom: make user_creatable_complete() specific to UserCreatable
,
Marc-André Lureau
,
2018/11/07
Re: [Qemu-arm] [PATCH for-3.2 v3 03/14] qom: make user_creatable_complete() specific to UserCreatable
,
Igor Mammedov
,
2018/11/20
[Qemu-arm] [PATCH for-3.2 v3 05/14] qdev: move qdev_prop_register_global_list() to tests
,
Marc-André Lureau
,
2018/11/07
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.2 v3 05/14] qdev: move qdev_prop_register_global_list() to tests
,
Philippe Mathieu-Daudé
,
2018/11/11
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.2 v3 05/14] qdev: move qdev_prop_register_global_list() to tests
,
Igor Mammedov
,
2018/11/20
[Qemu-arm] [PATCH for-3.2 v3 04/14] accel: register global_props like machine globals
,
Marc-André Lureau
,
2018/11/07
[Qemu-arm] [PATCH for-3.2 v3 06/14] qdev: do not mix compat props with global props
,
Marc-André Lureau
,
2018/11/07
Re: [Qemu-arm] [PATCH for-3.2 v3 06/14] qdev: do not mix compat props with global props
,
Igor Mammedov
,
2018/11/23
[Qemu-arm] [PATCH for-3.2 v3 07/14] qdev: all globals are now user-provided
,
Marc-André Lureau
,
2018/11/07
Re: [Qemu-arm] [PATCH for-3.2 v3 07/14] qdev: all globals are now user-provided
,
Igor Mammedov
,
2018/11/23
[Qemu-arm] [PATCH for-3.2 v3 08/14] qdev-props: convert global_props to GArray
,
Marc-André Lureau
,
2018/11/07
Re: [Qemu-arm] [PATCH for-3.2 v3 08/14] qdev-props: convert global_props to GArray
,
Igor Mammedov
,
2018/11/23
[Qemu-arm] [PATCH for-3.2 v3 09/14] qdev-props: remove errp from GlobalProperty
,
Marc-André Lureau
,
2018/11/07
[Qemu-arm] [PATCH for-3.2 v3 11/14] qom: teach interfaces to implement post-init
,
Marc-André Lureau
,
2018/11/07
Re: [Qemu-arm] [PATCH for-3.2 v3 11/14] qom: teach interfaces to implement post-init
,
Igor Mammedov
,
2018/11/26
[Qemu-arm] [PATCH for-3.2 v3 13/14] hw/i386: add pc-i440fx-3.2 & pc-q35-3.2
,
Marc-André Lureau
,
2018/11/07
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.2 v3 13/14] hw/i386: add pc-i440fx-3.2 & pc-q35-3.2
,
Marc-André Lureau
,
2018/11/07
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.2 v3 13/14] hw/i386: add pc-i440fx-3.2 & pc-q35-3.2
,
Eduardo Habkost
,
2018/11/07
[Qemu-arm] [PATCH for-3.2 v3 10/14] qdev-props: call object_apply_global_props()
,
Marc-André Lureau
,
2018/11/07
Re: [Qemu-arm] [PATCH for-3.2 v3 10/14] qdev-props: call object_apply_global_props()
,
Igor Mammedov
,
2018/11/26
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.2 v3 10/14] qdev-props: call object_apply_global_props()
,
Marc-André Lureau
,
2018/11/26
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.2 v3 10/14] qdev-props: call object_apply_global_props()
,
Igor Mammedov
,
2018/11/27
[Qemu-arm] [PATCH for-3.2 v3 12/14] machine: add compat-props interface
,
Marc-André Lureau
,
2018/11/07
[Qemu-arm] [PATCH for-3.2 v3 14/14] hostmem: use object id for memory region name with >= 3.1
,
Marc-André Lureau
,
2018/11/07
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.2 v3 00/14] Generalize machine compatibility properties
,
Igor Mammedov
,
2018/11/26
[Qemu-arm] [PATCH v2 for-3.1] hw/arm/sysbus-fdt: Only call match_fn callback if the type matches
,
Eric Auger
,
2018/11/06
Re: [Qemu-arm] [PATCH v2 for-3.1] hw/arm/sysbus-fdt: Only call match_fn callback if the type matches
,
Geert Uytterhoeven
,
2018/11/07
Re: [Qemu-arm] [PATCH v2 for-3.1] hw/arm/sysbus-fdt: Only call match_fn callback if the type matches
,
Alex Williamson
,
2018/11/07
Re: [Qemu-arm] [PATCH v2 for-3.1] hw/arm/sysbus-fdt: Only call match_fn callback if the type matches
,
Peter Maydell
,
2018/11/08
[Qemu-arm] [PATCH] MAINTAINERS: Add an entry for the 'collie' machine
,
Thomas Huth
,
2018/11/06
Re: [Qemu-arm] [Qemu-devel] [PATCH] MAINTAINERS: Add an entry for the 'collie' machine
,
Philippe Mathieu-Daudé
,
2018/11/06
Re: [Qemu-arm] [Qemu-devel] [PATCH] MAINTAINERS: Add an entry for the 'collie' machine
,
Thomas Huth
,
2018/11/06
Re: [Qemu-arm] [Qemu-devel] [PATCH] MAINTAINERS: Add an entry for the 'collie' machine
,
Peter Maydell
,
2018/11/06
Re: [Qemu-arm] [Qemu-devel] [PATCH] MAINTAINERS: Add an entry for the 'collie' machine
,
Markus Armbruster
,
2018/11/07
Re: [Qemu-arm] [Qemu-devel] [PATCH] MAINTAINERS: Add an entry for the 'collie' machine
,
Thomas Huth
,
2018/11/07
Re: [Qemu-arm] [Qemu-devel] [PATCH] MAINTAINERS: Add an entry for the 'collie' machine
,
Peter Maydell
,
2018/11/07
Re: [Qemu-arm] [Qemu-devel] [PATCH] MAINTAINERS: Add an entry for the 'collie' machine
,
Markus Armbruster
,
2018/11/08
Re: [Qemu-arm] [PATCH] MAINTAINERS: Add an entry for the 'collie' machine
,
Peter Maydell
,
2018/11/08
[Qemu-arm] [PATCH for-3.1] target/arm: Remove antique TODO comment
,
Peter Maydell
,
2018/11/06
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.1] target/arm: Remove antique TODO comment
,
Richard Henderson
,
2018/11/08
Re: [Qemu-arm] [PATCH for-3.1] target/arm: Remove antique TODO comment
,
Philippe Mathieu-Daudé
,
2018/11/11
Re: [Qemu-arm] [PATCH for-3.1] target/arm: Remove antique TODO comment
,
Alex Bennée
,
2018/11/12
[Qemu-arm] [PATCH for-3.1] target/arm: Remove workaround for small SAU regions
,
Peter Maydell
,
2018/11/06
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.1] target/arm: Remove workaround for small SAU regions
,
Philippe Mathieu-Daudé
,
2018/11/06
Re: [Qemu-arm] [Qemu-devel] [PATCH for-3.1] target/arm: Remove workaround for small SAU regions
,
Richard Henderson
,
2018/11/08
[Qemu-arm] aarch32 acquire/release vs mttcg
,
Peter Maydell
,
2018/11/06
Re: [Qemu-arm] aarch32 acquire/release vs mttcg
,
Alex Bennée
,
2018/11/06
[Qemu-arm] [PATCH v4 00/16] gdbstub: support for the multiprocess extension
,
Luc Michel
,
2018/11/06
[Qemu-arm] [PATCH v4 05/16] gdbstub: add multiprocess support to vCont packets
,
Luc Michel
,
2018/11/06
[Qemu-arm] [PATCH v4 09/16] gdbstub: add multiprocess support to gdb_vm_state_change()
,
Luc Michel
,
2018/11/06
[Qemu-arm] [PATCH v4 07/16] gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfo
,
Luc Michel
,
2018/11/06
[Qemu-arm] [PATCH v4 03/16] gdbstub: add multiprocess support to '?' packets
,
Luc Michel
,
2018/11/06
[Qemu-arm] [PATCH v4 01/16] hw/cpu: introduce CPU clusters
,
Luc Michel
,
2018/11/06
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 01/16] hw/cpu: introduce CPU clusters
,
Philippe Mathieu-Daudé
,
2018/11/08
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 01/16] hw/cpu: introduce CPU clusters
,
Philippe Mathieu-Daudé
,
2018/11/08
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 01/16] hw/cpu: introduce CPU clusters
,
Eduardo Habkost
,
2018/11/08
[Qemu-arm] [PATCH v4 02/16] gdbstub: introduce GDB processes
,
Luc Michel
,
2018/11/06
[Qemu-arm] [PATCH v4 10/16] gdbstub: add multiprocess support to 'D' packets
,
Luc Michel
,
2018/11/06
[Qemu-arm] [PATCH v4 04/16] gdbstub: add multiprocess support to 'H' and 'T' packets
,
Luc Michel
,
2018/11/06
[Qemu-arm] [PATCH v4 06/16] gdbstub: add multiprocess support to 'sC' packets
,
Luc Michel
,
2018/11/06
[Qemu-arm] [PATCH v4 08/16] gdbstub: add multiprocess support to Xfer:features:read:
,
Luc Michel
,
2018/11/06
[Qemu-arm] [PATCH v4 13/16] gdbstub: processes initialization on new peer connection
,
Luc Michel
,
2018/11/06
[Qemu-arm] [PATCH v4 12/16] gdbstub: add support for vAttach packets
,
Luc Michel
,
2018/11/06
[Qemu-arm] [PATCH v4 11/16] gdbstub: add support for extended mode packet
,
Luc Michel
,
2018/11/06
[Qemu-arm] [PATCH v4 15/16] gdbstub: add multiprocess extension support
,
Luc Michel
,
2018/11/06
[Qemu-arm] [PATCH v4 16/16] arm/xlnx-zynqmp: put APUs and RPUs in separate CPU clusters
,
Luc Michel
,
2018/11/06
[Qemu-arm] [PATCH v4 14/16] gdbstub: gdb_set_stop_cpu: ignore request when process is not attached
,
Luc Michel
,
2018/11/06
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 00/16] gdbstub: support for the multiprocess extension
,
no-reply
,
2018/11/06
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 00/16] gdbstub: support for the multiprocess extension
,
no-reply
,
2018/11/07
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 00/16] gdbstub: support for the multiprocess extension
,
no-reply
,
2018/11/08
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 00/16] gdbstub: support for the multiprocess extension
,
Philippe Mathieu-Daudé
,
2018/11/08
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 00/16] gdbstub: support for the multiprocess extension
,
Luc Michel
,
2018/11/09
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 00/16] gdbstub: support for the multiprocess extension
,
no-reply
,
2018/11/09
Re: [Qemu-arm] [Qemu-devel] [PATCH 0/2] target/arm: fix some ATS* bugs
,
no-reply
,
2018/11/06
Re: [Qemu-arm] [Qemu-devel] [PATCH 0/2] target/arm: fix some ATS* bugs
,
Fam Zheng
,
2018/11/06
[Qemu-arm] How to use the 'canon-a1100' machine?
,
Thomas Huth
,
2018/11/06
Re: [Qemu-arm] How to use the 'canon-a1100' machine?
,
Peter Maydell
,
2018/11/06
Re: [Qemu-arm] How to use the 'canon-a1100' machine?
,
Thomas Huth
,
2018/11/06
[Qemu-arm] [PATCH v7 00/12] More fully implement ARM PMUv3
,
Aaron Lindsay
,
2018/11/05
[Qemu-arm] [PATCH v7 01/12] migration: Add post_save function to VMStateDescription
,
Aaron Lindsay
,
2018/11/05
Re: [Qemu-arm] [PATCH v7 01/12] migration: Add post_save function to VMStateDescription
,
Peter Maydell
,
2018/11/16
Re: [Qemu-arm] [PATCH v7 01/12] migration: Add post_save function to VMStateDescription
,
Dr. David Alan Gilbert
,
2018/11/16
[Qemu-arm] [PATCH v7 03/12] target/arm: Swap PMU values before/after migrations
,
Aaron Lindsay
,
2018/11/05
Re: [Qemu-arm] [PATCH v7 03/12] target/arm: Swap PMU values before/after migrations
,
Peter Maydell
,
2018/11/16
Re: [Qemu-arm] [PATCH v7 03/12] target/arm: Swap PMU values before/after migrations
,
Aaron Lindsay
,
2018/11/16
Re: [Qemu-arm] [PATCH v7 03/12] target/arm: Swap PMU values before/after migrations
,
Peter Maydell
,
2018/11/16
Re: [Qemu-arm] [PATCH v7 03/12] target/arm: Swap PMU values before/after migrations
,
Aaron Lindsay
,
2018/11/16
[Qemu-arm] [PATCH v7 02/12] target/arm: Reorganize PMCCNTR accesses
,
Aaron Lindsay
,
2018/11/05
Re: [Qemu-arm] [PATCH v7 02/12] target/arm: Reorganize PMCCNTR accesses
,
Peter Maydell
,
2018/11/16
Re: [Qemu-arm] [PATCH v7 02/12] target/arm: Reorganize PMCCNTR accesses
,
Aaron Lindsay
,
2018/11/16
[Qemu-arm] [PATCH v7 05/12] target/arm: Allow AArch32 access for PMCCFILTR
,
Aaron Lindsay
,
2018/11/05
[Qemu-arm] [PATCH v7 04/12] target/arm: Filter cycle counter based on PMCCFILTR_EL0
,
Aaron Lindsay
,
2018/11/05
[Qemu-arm] [PATCH v7 06/12] target/arm: Implement PMOVSSET
,
Aaron Lindsay
,
2018/11/05
[Qemu-arm] [PATCH v7 08/12] target/arm: Finish implementation of PM[X]EVCNTR and PM[X]EVTYPER
,
Aaron Lindsay
,
2018/11/05
[Qemu-arm] [PATCH v7 07/12] target/arm: Add array for supported PMU events, generate PMCEID[01]
,
Aaron Lindsay
,
2018/11/05
Re: [Qemu-arm] [PATCH v7 07/12] target/arm: Add array for supported PMU events, generate PMCEID[01]
,
Peter Maydell
,
2018/11/16
Re: [Qemu-arm] [PATCH v7 07/12] target/arm: Add array for supported PMU events, generate PMCEID[01]
,
Aaron Lindsay
,
2018/11/16
[Qemu-arm] [PATCH v7 09/12] target/arm: PMU: Add instruction and cycle events
,
Aaron Lindsay
,
2018/11/05
[Qemu-arm] [PATCH v7 10/12] target/arm: PMU: Set PMCR.N to 4
,
Aaron Lindsay
,
2018/11/05
Re: [Qemu-arm] [PATCH v7 10/12] target/arm: PMU: Set PMCR.N to 4
,
Peter Maydell
,
2018/11/16
[Qemu-arm] [PATCH v7 11/12] target/arm: Implement PMSWINC
,
Aaron Lindsay
,
2018/11/05
[Qemu-arm] [PATCH v7 12/12] target/arm: Send interrupts on PMU counter overflow
,
Aaron Lindsay
,
2018/11/05
Re: [Qemu-arm] [PATCH v7 12/12] target/arm: Send interrupts on PMU counter overflow
,
Aaron Lindsay
,
2018/11/16
Re: [Qemu-arm] [PATCH v7 12/12] target/arm: Send interrupts on PMU counter overflow
,
Peter Maydell
,
2018/11/20
Re: [Qemu-arm] [Qemu-devel] [PATCH v7 00/12] More fully implement ARM PMUv3
,
no-reply
,
2018/11/06
Re: [Qemu-arm] [PATCH 2/2] target/arm: Fix ATS1Hx instructions
,
Alex Bennée
,
2018/11/05
Re: [Qemu-arm] [PATCH 2/2] target/arm: Fix ATS1Hx instructions
,
Edgar E. Iglesias
,
2018/11/05
Re: [Qemu-arm] [PATCH v4] Add arm SBSA reference machine
,
Peter Maydell
,
2018/11/05
Re: [Qemu-arm] [PATCH v4] Add arm SBSA reference machine
,
Hongbo Zhang
,
2018/11/06
Re: [Qemu-arm] [PATCH v4] Add arm SBSA reference machine
,
Peter Maydell
,
2018/11/15
Re: [Qemu-arm] [PATCH v4] Add arm SBSA reference machine
,
Ard Biesheuvel
,
2018/11/15
Re: [Qemu-arm] [PATCH v4] Add arm SBSA reference machine
,
Hongbo Zhang
,
2018/11/16
Re: [Qemu-arm] [PATCH v4] Add arm SBSA reference machine
,
Peter Maydell
,
2018/11/16
Re: [Qemu-arm] [PATCH v4] Add arm SBSA reference machine
,
Hongbo Zhang
,
2018/11/16
[Qemu-arm] [RESEND PATCH for-3.1] hw/arm/sysbus-fdt: Only call match_fn callback if the type matches
,
Eric Auger
,
2018/11/05
Re: [Qemu-arm] [RESEND PATCH for-3.1] hw/arm/sysbus-fdt: Only call match_fn callback if the type matches
,
Peter Maydell
,
2018/11/06
Re: [Qemu-arm] [PATCH 1/2] target/arm: Set S and PTW in 64-bit PAR format
,
Edgar E. Iglesias
,
2018/11/05
Re: [Qemu-arm] [PATCH 1/2] target/arm: Set S and PTW in 64-bit PAR format
,
Alex Bennée
,
2018/11/05
Re: [Qemu-arm] [PATCH 1/2] target/arm: Set S and PTW in 64-bit PAR format
,
Peter Maydell
,
2018/11/05
Re: [Qemu-arm] [PATCH 1/2] target/arm: Set S and PTW in 64-bit PAR format
,
Alex Bennée
,
2018/11/05
[Qemu-arm] [PATCH for-3.1] hw/arm/exynos4210: Zero memory allocated for Exynos4210State
,
Peter Maydell
,
2018/11/05
Re: [Qemu-arm] [PATCH for-3.1] hw/arm/exynos4210: Zero memory allocated for Exynos4210State
,
Philippe Mathieu-Daudé
,
2018/11/05
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm/virt: remove unused header files
,
Auger Eric
,
2018/11/05
Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm/virt: remove unused header files
,
Hongbo Zhang
,
2018/11/06
Re: [Qemu-arm] [Qemu-devel] [RFC v4 12/16] hw/arm/virt-acpi-build: Add PC-DIMM in SRAT
,
Auger Eric
,
2018/11/05
[Qemu-arm] [PATCH] hw/arm/sysbus-fdt: Only call match_fn callback if the type matches
,
Eric Auger
,
2018/11/05
[Qemu-arm] New crash (was: Re: [PATCH qemu v5 2/3] hw/arm/sysbus-fdt: Allow device matching with DT compatible value)
,
Thomas Huth
,
2018/11/05
Re: [Qemu-arm] [Qemu-devel] New crash
,
Auger Eric
,
2018/11/05
Re: [Qemu-arm] [PATCH 3/3] arm: allwinner: Enable USB EHCI
,
Gerd Hoffmann
,
2018/11/05
Re: [Qemu-arm] [PATCH 3/3] arm: allwinner: Enable USB EHCI
,
Guenter Roeck
,
2018/11/07
[Qemu-arm] [PATCH v5 00/24] ACPI reorganization for hardware-reduced API addition
,
Samuel Ortiz
,
2018/11/04
[Qemu-arm] [PATCH v5 02/24] hw: acpi: Export ACPI build alignment API
,
Samuel Ortiz
,
2018/11/04
Re: [Qemu-arm] [PATCH v5 02/24] hw: acpi: Export ACPI build alignment API
,
Igor Mammedov
,
2018/11/09
Re: [Qemu-arm] [PATCH v5 02/24] hw: acpi: Export ACPI build alignment API
,
Samuel Ortiz
,
2018/11/21
[Qemu-arm] [PATCH v5 01/24] hw: i386: Decouple the ACPI build from the PC machine type
,
Samuel Ortiz
,
2018/11/04
Re: [Qemu-arm] [PATCH v5 01/24] hw: i386: Decouple the ACPI build from the PC machine type
,
Igor Mammedov
,
2018/11/09
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 01/24] hw: i386: Decouple the ACPI build from the PC machine type
,
Samuel Ortiz
,
2018/11/21
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 01/24] hw: i386: Decouple the ACPI build from the PC machine type
,
Igor Mammedov
,
2018/11/22
[Qemu-arm] [PATCH v5 03/24] hw: acpi: The RSDP build API can return void
,
Samuel Ortiz
,
2018/11/04
Re: [Qemu-arm] [PATCH v5 03/24] hw: acpi: The RSDP build API can return void
,
Paolo Bonzini
,
2018/11/06
Re: [Qemu-arm] [PATCH v5 03/24] hw: acpi: The RSDP build API can return void
,
Samuel Ortiz
,
2018/11/06
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 03/24] hw: acpi: The RSDP build API can return void
,
Igor Mammedov
,
2018/11/08
[Qemu-arm] [PATCH v5 04/24] hw: acpi: Export the RSDP build API
,
Samuel Ortiz
,
2018/11/04
[Qemu-arm] [PATCH v5 05/24] hw: acpi: Implement XSDT support for RSDP
,
Samuel Ortiz
,
2018/11/04
Re: [Qemu-arm] [PATCH v5 05/24] hw: acpi: Implement XSDT support for RSDP
,
Igor Mammedov
,
2018/11/08
Re: [Qemu-arm] [PATCH v5 05/24] hw: acpi: Implement XSDT support for RSDP
,
Samuel Ortiz
,
2018/11/08
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 05/24] hw: acpi: Implement XSDT support for RSDP
,
Igor Mammedov
,
2018/11/08
Re: [Qemu-arm] [PATCH v5 05/24] hw: acpi: Implement XSDT support for RSDP
,
Michael S. Tsirkin
,
2018/11/19
Re: [Qemu-arm] [PATCH v5 05/24] hw: acpi: Implement XSDT support for RSDP
,
Igor Mammedov
,
2018/11/20
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 05/24] hw: acpi: Implement XSDT support for RSDP
,
Samuel Ortiz
,
2018/11/21
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 05/24] hw: acpi: Implement XSDT support for RSDP
,
Igor Mammedov
,
2018/11/22
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 05/24] hw: acpi: Implement XSDT support for RSDP
,
Samuel Ortiz
,
2018/11/23
[Qemu-arm] [PATCH v5 06/24] hw: acpi: Factorize the RSDP build API implementation
,
Samuel Ortiz
,
2018/11/04
[Qemu-arm] [PATCH v5 07/24] hw: acpi: Generalize AML build routines
,
Samuel Ortiz
,
2018/11/04
Re: [Qemu-arm] [PATCH v5 07/24] hw: acpi: Generalize AML build routines
,
Igor Mammedov
,
2018/11/09
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 07/24] hw: acpi: Generalize AML build routines
,
Samuel Ortiz
,
2018/11/21
[Qemu-arm] [PATCH v5 08/24] hw: acpi: Factorize _OSC AML across architectures
,
Samuel Ortiz
,
2018/11/04
[Qemu-arm] [PATCH v5 09/24] hw: i386: Move PCI host definitions to pci_host.h
,
Samuel Ortiz
,
2018/11/04
Re: [Qemu-arm] [PATCH v5 09/24] hw: i386: Move PCI host definitions to pci_host.h
,
Igor Mammedov
,
2018/11/09
[Qemu-arm] [PATCH v5 10/24] hw: acpi: Export the PCI host and holes getters
,
Samuel Ortiz
,
2018/11/04
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 10/24] hw: acpi: Export the PCI host and holes getters
,
Igor Mammedov
,
2018/11/13
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 10/24] hw: acpi: Export the PCI host and holes getters
,
Samuel Ortiz
,
2018/11/21
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 10/24] hw: acpi: Export the PCI host and holes getters
,
Igor Mammedov
,
2018/11/23
[Qemu-arm] [PATCH v5 12/24] hw: acpi: Export the MCFG getter
,
Samuel Ortiz
,
2018/11/04
Re: [Qemu-arm] [PATCH v5 12/24] hw: acpi: Export the MCFG getter
,
Igor Mammedov
,
2018/11/15
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 12/24] hw: acpi: Export the MCFG getter
,
Samuel Ortiz
,
2018/11/21
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 12/24] hw: acpi: Export the MCFG getter
,
Igor Mammedov
,
2018/11/27
[Qemu-arm] [PATCH v5 11/24] hw: acpi: Export and generalize the PCI host AML API
,
Samuel Ortiz
,
2018/11/04
Re: [Qemu-arm] [PATCH v5 11/24] hw: acpi: Export and generalize the PCI host AML API
,
Igor Mammedov
,
2018/11/14
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 11/24] hw: acpi: Export and generalize the PCI host AML API
,
Samuel Ortiz
,
2018/11/21
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 11/24] hw: acpi: Export and generalize the PCI host AML API
,
Igor Mammedov
,
2018/11/23
[Qemu-arm] [PATCH v5 13/24] hw: acpi: Do not create hotplug method when handler is not defined
,
Samuel Ortiz
,
2018/11/04
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 13/24] hw: acpi: Do not create hotplug method when handler is not defined
,
Igor Mammedov
,
2018/11/09
[Qemu-arm] [PATCH v5 16/24] hw: acpi: Fix memory hotplug AML generation error
,
Samuel Ortiz
,
2018/11/04
Re: [Qemu-arm] [PATCH v5 16/24] hw: acpi: Fix memory hotplug AML generation error
,
Igor Mammedov
,
2018/11/08
[Qemu-arm] [PATCH v5 14/24] hw: i386: Make the hotpluggable memory size property more generic
,
Samuel Ortiz
,
2018/11/04
Re: [Qemu-arm] [PATCH v5 14/24] hw: i386: Make the hotpluggable memory size property more generic
,
Igor Mammedov
,
2018/11/15
[Qemu-arm] [PATCH v5 15/24] hw: i386: Export the i386 ACPI SRAT build method
,
Samuel Ortiz
,
2018/11/04
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 15/24] hw: i386: Export the i386 ACPI SRAT build method
,
Igor Mammedov
,
2018/11/15
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 15/24] hw: i386: Export the i386 ACPI SRAT build method
,
Samuel Ortiz
,
2018/11/21
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 15/24] hw: i386: Export the i386 ACPI SRAT build method
,
Igor Mammedov
,
2018/11/26
[Qemu-arm] [PATCH v5 17/24] hw: acpi: Export the PCI hotplug API
,
Samuel Ortiz
,
2018/11/04
[Qemu-arm] [PATCH v5 18/24] hw: i386: Export the MADT build method
,
Samuel Ortiz
,
2018/11/04
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 18/24] hw: i386: Export the MADT build method
,
Igor Mammedov
,
2018/11/16
[Qemu-arm] [PATCH v5 19/24] hw: acpi: Retrieve the PCI bus from AcpiPciHpState
,
Samuel Ortiz
,
2018/11/04
Re: [Qemu-arm] [PATCH v5 19/24] hw: acpi: Retrieve the PCI bus from AcpiPciHpState
,
Igor Mammedov
,
2018/11/16
Re: [Qemu-arm] [PATCH v5 19/24] hw: acpi: Retrieve the PCI bus from AcpiPciHpState
,
Boeuf, Sebastien
,
2018/11/16
Re: [Qemu-arm] [PATCH v5 19/24] hw: acpi: Retrieve the PCI bus from AcpiPciHpState
,
Igor Mammedov
,
2018/11/19
Re: [Qemu-arm] [PATCH v5 19/24] hw: acpi: Retrieve the PCI bus from AcpiPciHpState
,
Boeuf, Sebastien
,
2018/11/19
Re: [Qemu-arm] [PATCH v5 19/24] hw: acpi: Retrieve the PCI bus from AcpiPciHpState
,
Igor Mammedov
,
2018/11/20
[Qemu-arm] [PATCH v5 21/24] hw: i386: Implement the ACPI builder interface for PC
,
Samuel Ortiz
,
2018/11/04
[Qemu-arm] [PATCH v5 20/24] hw: acpi: Define ACPI tables builder interface
,
Samuel Ortiz
,
2018/11/04
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 20/24] hw: acpi: Define ACPI tables builder interface
,
Igor Mammedov
,
2018/11/16
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 20/24] hw: acpi: Define ACPI tables builder interface
,
Samuel Ortiz
,
2018/11/21
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 20/24] hw: acpi: Define ACPI tables builder interface
,
Igor Mammedov
,
2018/11/27
[Qemu-arm] [PATCH v5 24/24] hw: i386: Refactor PCI host getter
,
Samuel Ortiz
,
2018/11/04
[Qemu-arm] [PATCH v5 23/24] hw: i386: Set ACPI configuration PCI host pointer
,
Samuel Ortiz
,
2018/11/04
[Qemu-arm] [PATCH v5 22/24] hw: pci-host: piix: Return PCI host pointer instead of PCI bus
,
Samuel Ortiz
,
2018/11/04
Re: [Qemu-arm] [PATCH v5 22/24] hw: pci-host: piix: Return PCI host pointer instead of PCI bus
,
Igor Mammedov
,
2018/11/16
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 00/24] ACPI reorganization for hardware-reduced API addition
,
Igor Mammedov
,
2018/11/16
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 00/24] ACPI reorganization for hardware-reduced API addition
,
Paolo Bonzini
,
2018/11/16
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 00/24] ACPI reorganization for hardware-reduced API addition
,
Igor Mammedov
,
2018/11/19
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 00/24] ACPI reorganization for hardware-reduced API addition
,
Paolo Bonzini
,
2018/11/19
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 00/24] ACPI reorganization for hardware-reduced API addition
,
Michael S. Tsirkin
,
2018/11/19
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 00/24] ACPI reorganization for hardware-reduced API addition
,
Paolo Bonzini
,
2018/11/20
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 00/24] ACPI reorganization for hardware-reduced API addition
,
Igor Mammedov
,
2018/11/20
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 00/24] ACPI reorganization for hardware-reduced API addition
,
Paolo Bonzini
,
2018/11/20
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 00/24] ACPI reorganization for hardware-reduced API addition
,
Michael S. Tsirkin
,
2018/11/21
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 00/24] ACPI reorganization for hardware-reduced API addition
,
Samuel Ortiz
,
2018/11/21
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 00/24] ACPI reorganization for hardware-reduced API addition
,
Michael S. Tsirkin
,
2018/11/21
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 00/24] ACPI reorganization for hardware-reduced API addition
,
Igor Mammedov
,
2018/11/21
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 00/24] ACPI reorganization for hardware-reduced API addition
,
Samuel Ortiz
,
2018/11/21
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 00/24] ACPI reorganization for hardware-reduced API addition
,
Igor Mammedov
,
2018/11/22
Re: [Qemu-arm] [Qemu-devel] [PATCH v5 00/24] ACPI reorganization for hardware-reduced API addition
,
Samuel Ortiz
,
2018/11/21
Re: [Qemu-arm] [Qemu-devel] [PATCH v3] arm: exynos4: Add dma support for smdkc210
,
no-reply
,
2018/11/03
Re: [Qemu-arm] [PATCH 0/2] target/arm: fix some ATS* bugs
,
Peter Maydell
,
2018/11/02
[Qemu-arm] [PATCH v4 12/13] arm: Instantiate NRF51 Timers
,
Steffen Görtz
,
2018/11/02
Re: [Qemu-arm] [PATCH v4 12/13] arm: Instantiate NRF51 Timers
,
Peter Maydell
,
2018/11/05
[Qemu-arm] [PATCH v4 09/13] arm: Instantiate NRF51 general purpose I/O
,
Steffen Görtz
,
2018/11/02
Re: [Qemu-arm] [PATCH v4 09/13] arm: Instantiate NRF51 general purpose I/O
,
Peter Maydell
,
2018/11/05
[Qemu-arm] [PATCH v4 13/13] arm: Add Clock peripheral stub to NRF51 SOC
,
Steffen Görtz
,
2018/11/02
[Qemu-arm] [PATCH v4 06/13] arm: Instantiate NRF51 special NVM's and NVMC
,
Steffen Görtz
,
2018/11/02
Re: [Qemu-arm] [PATCH v4 06/13] arm: Instantiate NRF51 special NVM's and NVMC
,
Peter Maydell
,
2018/11/05
[Qemu-arm] [PATCH v4 04/13] arm: Instantiate NRF51 random number generator
,
Steffen Görtz
,
2018/11/02
Re: [Qemu-arm] [PATCH v4 04/13] arm: Instantiate NRF51 random number generator
,
Peter Maydell
,
2018/11/05
[Qemu-arm] [PATCH v4 02/13] arm: Add header to host common definition for nRF51 SOC peripherals
,
Steffen Görtz
,
2018/11/02
Re: [Qemu-arm] [PATCH v4 02/13] arm: Add header to host common definition for nRF51 SOC peripherals
,
Peter Maydell
,
2018/11/05
[Qemu-arm] [PATCH v2 0/5] target/arm: KVM vs ARMISARegisters
,
Richard Henderson
,
2018/11/02
[Qemu-arm] [PATCH v2 4/5] target/arm: Fill in ARMISARegisters for kvm32
,
Richard Henderson
,
2018/11/02
[Qemu-arm] [PATCH v2 2/5] target/arm: Fill in ARMISARegisters for kvm64
,
Richard Henderson
,
2018/11/02
[Qemu-arm] [PATCH v2 1/5] target/arm: Install ARMISARegisters from kvm host
,
Richard Henderson
,
2018/11/02
[Qemu-arm] [PATCH v2 3/5] target/arm: Introduce read_sys_reg32 for kvm32
,
Richard Henderson
,
2018/11/02
[Qemu-arm] [PATCH v2 5/5] target/arm: Convert t32ee from feature bit to isar3 test
,
Richard Henderson
,
2018/11/02
Re: [Qemu-arm] [PATCH v2 0/5] target/arm: KVM vs ARMISARegisters
,
Peter Maydell
,
2018/11/02
Re: [Qemu-arm] [PATCH v2 0/5] target/arm: KVM vs ARMISARegisters
,
Christoffer Dall
,
2018/11/02
Re: [Qemu-arm] [PATCH v2 0/5] target/arm: KVM vs ARMISARegisters
,
Richard Henderson
,
2018/11/03
Re: [Qemu-arm] [PATCH v2 0/5] target/arm: KVM vs ARMISARegisters
,
Marc Zyngier
,
2018/11/03
Re: [Qemu-arm] [PATCH v2 0/5] target/arm: KVM vs ARMISARegisters
,
Richard Henderson
,
2018/11/04
Re: [Qemu-arm] [PATCH v2 0/5] target/arm: KVM vs ARMISARegisters
,
Marc Zyngier
,
2018/11/04
Re: [Qemu-arm] [PATCH v2 0/5] target/arm: KVM vs ARMISARegisters
,
Mark Rutland
,
2018/11/05
[Qemu-arm] [PATCH for-4.0 0/4] target/arm: LOR, HPD, AA32HPD extensions
,
Richard Henderson
,
2018/11/02
[Qemu-arm] [PATCH for-4.0 2/4] target/arm: Implement the ARMv8.1-LOR extension
,
Richard Henderson
,
2018/11/02
Re: [Qemu-arm] [PATCH for-4.0 2/4] target/arm: Implement the ARMv8.1-LOR extension
,
Richard Henderson
,
2018/11/05
Re: [Qemu-arm] [PATCH for-4.0 2/4] target/arm: Implement the ARMv8.1-LOR extension
,
Peter Maydell
,
2018/11/15
[Qemu-arm] [PATCH for-4.0 3/4] target/arm: Implement the ARMv8.1-HPD extension
,
Richard Henderson
,
2018/11/02
Re: [Qemu-arm] [Qemu-devel] [PATCH for-4.0 3/4] target/arm: Implement the ARMv8.1-HPD extension
,
Peter Maydell
,
2018/11/15
[Qemu-arm] [PATCH for-4.0 1/4] target/arm: Move id_aa64mmfr* to ARMISARegisters
,
Richard Henderson
,
2018/11/02
Re: [Qemu-arm] [PATCH for-4.0 1/4] target/arm: Move id_aa64mmfr* to ARMISARegisters
,
Peter Maydell
,
2018/11/15
Re: [Qemu-arm] [PATCH for-4.0 1/4] target/arm: Move id_aa64mmfr* to ARMISARegisters
,
Peter Maydell
,
2018/11/15
[Qemu-arm] [PATCH for-4.0 4/4] target/arm: Implement the ARMv8.2-AA32HPD extension
,
Richard Henderson
,
2018/11/02
Re: [Qemu-arm] [Qemu-devel] [PATCH for-4.0 4/4] target/arm: Implement the ARMv8.2-AA32HPD extension
,
Peter Maydell
,
2018/11/15
Re: [Qemu-arm] [Qemu-devel] [PATCH for-4.0 4/4] target/arm: Implement the ARMv8.2-AA32HPD extension
,
Peter Maydell
,
2018/11/15
[Qemu-arm] [PATCH v5 0/2] arm: Add first models of Xilinx Versal SoC
,
Edgar E. Iglesias
,
2018/11/02
[Qemu-arm] [PATCH v5 2/2] hw/arm: versal: Add a virtual Xilinx Versal board
,
Edgar E. Iglesias
,
2018/11/02
[Qemu-arm] [PATCH v5 1/2] hw/arm: versal: Add a model of Xilinx Versal SoC
,
Edgar E. Iglesias
,
2018/11/02
Re: [Qemu-arm] [PATCH v5 0/2] arm: Add first models of Xilinx Versal SoC
,
Peter Maydell
,
2018/11/02
Re: [Qemu-arm] [PATCH v4 4/4] hw/arm: versal: Add a virtual Xilinx Versal board
,
Edgar E. Iglesias
,
2018/11/02
[Qemu-arm] [PATCH for 3.2 v2 0/7] hw/arm/bcm2835: Add basic support for cprman (clock subsystem)
,
Philippe Mathieu-Daudé
,
2018/11/01
[Qemu-arm] [PATCH for 3.2 v2 3/7] hw/arm/bcm2835: Use 0x prefix for hex numbers
,
Philippe Mathieu-Daudé
,
2018/11/01
Re: [Qemu-arm] [PATCH for 3.2 v2 3/7] hw/arm/bcm2835: Use 0x prefix for hex numbers
,
Peter Maydell
,
2018/11/05
Re: [Qemu-arm] [Qemu-devel] [PATCH for 3.2 v2 3/7] hw/arm/bcm2835: Use 0x prefix for hex numbers
,
Philippe Mathieu-Daudé
,
2018/11/05
[Qemu-arm] [PATCH for 3.2 v2 2/7] hw/misc/bcm2835_property: Handle the 'domain state' property
,
Philippe Mathieu-Daudé
,
2018/11/01
Re: [Qemu-arm] [PATCH for 3.2 v2 2/7] hw/misc/bcm2835_property: Handle the 'domain state' property
,
Peter Maydell
,
2018/11/05
[Qemu-arm] [PATCH for 3.2 v2 5/7] hw/arm/bcm2835: Add various unimplemented peripherals
,
Philippe Mathieu-Daudé
,
2018/11/01
Re: [Qemu-arm] [PATCH for 3.2 v2 5/7] hw/arm/bcm2835: Add various unimplemented peripherals
,
Peter Maydell
,
2018/11/05
[Qemu-arm] [PATCH for 3.2 v2 4/7] hw/arm/bcm2835: Rename some definitions
,
Philippe Mathieu-Daudé
,
2018/11/01
Re: [Qemu-arm] [PATCH for 3.2 v2 4/7] hw/arm/bcm2835: Rename some definitions
,
Peter Maydell
,
2018/11/05
[Qemu-arm] [PATCH for 3.2 v2 7/7] MAINTAINERS: Volunteer to review Raspi patches
,
Philippe Mathieu-Daudé
,
2018/11/01
Re: [Qemu-arm] [PATCH for 3.2 v2 7/7] MAINTAINERS: Volunteer to review Raspi patches
,
Peter Maydell
,
2018/11/05
[Qemu-arm] [PATCH for 3.1 v2 1/7] MAINTAINERS: Add an entry for the Raspberry Pi machines
,
Philippe Mathieu-Daudé
,
2018/11/01
Re: [Qemu-arm] [PATCH for 3.1 v2 1/7] MAINTAINERS: Add an entry for the Raspberry Pi machines
,
Peter Maydell
,
2018/11/05
Re: [Qemu-arm] [PATCH for 3.1 v2 1/7] MAINTAINERS: Add an entry for the Raspberry Pi machines
,
Andrew Baumann
,
2018/11/05
Re: [Qemu-arm] [PATCH for 3.1 v2 1/7] MAINTAINERS: Add an entry for the Raspberry Pi machines
,
Peter Maydell
,
2018/11/05
Re: [Qemu-arm] [PATCH for 3.1 v2 1/7] MAINTAINERS: Add an entry for the Raspberry Pi machines
,
Andrew Baumann
,
2018/11/05
[Qemu-arm] [PATCH for 3.2 v2 6/7] hw/arm/bcm2835: Add basic support for cprman (clock subsystem)
,
Philippe Mathieu-Daudé
,
2018/11/01
Re: [Qemu-arm] [PATCH for 3.2 v2 6/7] hw/arm/bcm2835: Add basic support for cprman (clock subsystem)
,
Peter Maydell
,
2018/11/05
Re: [Qemu-arm] [PATCH for 3.2 v2 0/7] hw/arm/bcm2835: Add basic support for cprman (clock subsystem)
,
Guenter Roeck
,
2018/11/01
Re: [Qemu-arm] [PATCH for 3.2 v2 0/7] hw/arm/bcm2835: Add basic support for cprman (clock subsystem)
,
Philippe Mathieu-Daudé
,
2018/11/02
Re: [Qemu-arm] [PATCH for 3.2 v2 0/7] hw/arm/bcm2835: Add basic support for cprman (clock subsystem)
,
Philippe Mathieu-Daudé
,
2018/11/02
Re: [Qemu-arm] [PATCH for 3.2 v2 0/7] hw/arm/bcm2835: Add basic support for cprman (clock subsystem)
,
Guenter Roeck
,
2018/11/02
Re: [Qemu-arm] [Qemu-devel] [PATCH for 3.2 v2 0/7] hw/arm/bcm2835: Add basic support for cprman (clock subsystem)
,
no-reply
,
2018/11/03
Re: [Qemu-arm] [PATCH for 3.2 v2 0/7] hw/arm/bcm2835: Add basic support for cprman (clock subsystem)
,
Peter Maydell
,
2018/11/05
Re: [Qemu-arm] [Qemu-devel] [PATCH for 3.2 v2 0/7] hw/arm/bcm2835: Add basic support for cprman (clock subsystem)
,
no-reply
,
2018/11/05
Re: [Qemu-arm] [PATCH v3] arm: exynos4: Add dma support for smdkc210
,
Peter Maydell
,
2018/11/01
Re: [Qemu-arm] [PATCH v3] arm: exynos4: Add dma support for smdkc210
,
Guenter Roeck
,
2018/11/01
Re: [Qemu-arm] [Qemu-devel] [PATCH v2 0/2] hw/arm/exynos4: Add DMA support for SMDKC210 board
,
Peter Maydell
,
2018/11/01
Re: [Qemu-arm] [Qemu-devel] [PATCH] tests/bios-tables-test: Sanitize test verbose output
,
Eric Blake
,
2018/11/01
Re: [Qemu-arm] [Qemu-devel] [PATCH] tests/bios-tables-test: Sanitize test verbose output
,
Peter Maydell
,
2018/11/01
Re: [Qemu-arm] [PATCH v3 13/13] arm: Add Clock peripheral stub to NRF51 SOC
,
Stefan Hajnoczi
,
2018/11/01
Re: [Qemu-arm] [PATCH v3 12/13] arm: Instantiate NRF51 Timers
,
Stefan Hajnoczi
,
2018/11/01
Re: [Qemu-arm] [PATCH v3 12/13] arm: Instantiate NRF51 Timers
,
Steffen Görtz
,
2018/11/02
Re: [Qemu-arm] [PATCH v3 09/13] arm: Instantiate NRF51 general purpose I/O
,
Stefan Hajnoczi
,
2018/11/01
Re: [Qemu-arm] [PATCH v1 1/4] target/arm64: properly handle DBGVR RESS bits
,
Alex Bennée
,
2018/11/01
Re: [Qemu-arm] [PATCH v3 06/13] arm: Instantiate NRF51 special NVM's and NVMC
,
Stefan Hajnoczi
,
2018/11/01
Re: [Qemu-arm] [PATCH v3 04/13] arm: Instantiate NRF51 random number generator
,
Stefan Hajnoczi
,
2018/11/01
Re: [Qemu-arm] [PATCH v3 02/13] arm: Add header to host common definition for nRF51 SOC peripherals
,
Stefan Hajnoczi
,
2018/11/01
Re: [Qemu-arm] [PATCH v3 02/13] arm: Add header to host common definition for nRF51 SOC peripherals
,
Julia Suvorova
,
2018/11/01
Re: [Qemu-arm] [PATCH v3 02/13] arm: Add header to host common definition for nRF51 SOC peripherals
,
Steffen Görtz
,
2018/11/02
[Qemu-arm] [PATCH v4 17/23] hw: i386: Export the MADT build method
,
Samuel Ortiz
,
2018/11/01
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 17/23] hw: i386: Export the MADT build method
,
Philippe Mathieu-Daudé
,
2018/11/01
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 17/23] hw: i386: Export the MADT build method
,
Philippe Mathieu-Daudé
,
2018/11/01
[Qemu-arm] [PATCH v4 07/23] hw: acpi: Factorize _OSC AML across architectures
,
Samuel Ortiz
,
2018/11/01
[Qemu-arm] [PATCH v4 06/23] hw: acpi: Generalize AML build routines
,
Samuel Ortiz
,
2018/11/01
Re: [Qemu-arm] [PATCH v4 06/23] hw: acpi: Generalize AML build routines
,
Shannon Zhao
,
2018/11/02
[Qemu-arm] [PATCH v4 05/23] hw: arm: Switch to the AML build RSDP building routine
,
Samuel Ortiz
,
2018/11/01
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 05/23] hw: arm: Switch to the AML build RSDP building routine
,
Shannon Zhao
,
2018/11/02
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 05/23] hw: arm: Switch to the AML build RSDP building routine
,
Shannon Zhao
,
2018/11/02
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 05/23] hw: arm: Switch to the AML build RSDP building routine
,
Igor Mammedov
,
2018/11/02
[Qemu-arm] [PATCH v4 01/23] hw: i386: Decouple the ACPI build from the PC machine type
,
Samuel Ortiz
,
2018/11/01
[Qemu-arm] [PATCH v4 03/23] hw: acpi: Export the RSDP build API
,
Samuel Ortiz
,
2018/11/01
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 03/23] hw: acpi: Export the RSDP build API
,
Philippe Mathieu-Daudé
,
2018/11/01
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 03/23] hw: acpi: Export the RSDP build API
,
Shannon Zhao
,
2018/11/02
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 03/23] hw: acpi: Export the RSDP build API
,
Philippe Mathieu-Daudé
,
2018/11/02
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 03/23] hw: acpi: Export the RSDP build API
,
Paolo Bonzini
,
2018/11/06
Re: [Qemu-arm] [PATCH] tests/bios-tables-test: Sanitize test verbose output
,
Igor Mammedov
,
2018/11/01
Re: [Qemu-arm] [PATCH] tests/bios-tables-test: Sanitize test verbose output
,
Thomas Huth
,
2018/11/02
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc