Archives are refreshed every 15 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: Mon Jul 31 2023 10:31:16 -0400
Threads in reverse chronological order
[
Next Period
]
[PATCH v2] kvm: Fix crash due to access uninitialized kvm_state
,
Gavin Shan
,
2023/07/31
Re: [PATCH v2] kvm: Fix crash due to access uninitialized kvm_state
,
David Hildenbrand
,
2023/07/31
Re: [PATCH v2] kvm: Fix crash due to access uninitialized kvm_state
,
Peter Maydell
,
2023/07/31
Re: [PATCH v2] kvm: Fix crash due to access uninitialized kvm_state
,
Philippe Mathieu-Daudé
,
2023/07/31
[PATCH v2 0/2] Accompany -nostdlib with -fno-stack-protector
,
Akihiko Odaki
,
2023/07/31
[PATCH v2 1/2] tests/migration: Add -fno-stack-protector
,
Akihiko Odaki
,
2023/07/31
[PATCH v2 2/2] tests/tcg: Add -fno-stack-protector
,
Akihiko Odaki
,
2023/07/31
[RFC PATCH 00/24] plugins: Allow to read registers
,
Akihiko Odaki
,
2023/07/31
[RFC PATCH 01/24] contrib/plugins: Use GRWLock in execlog
,
Akihiko Odaki
,
2023/07/31
[RFC PATCH 02/24] gdbstub: Introduce GDBFeature structure
,
Akihiko Odaki
,
2023/07/31
Re: [RFC PATCH 02/24] gdbstub: Introduce GDBFeature structure
,
Philippe Mathieu-Daudé
,
2023/07/31
Re: [RFC PATCH 02/24] gdbstub: Introduce GDBFeature structure
,
Philippe Mathieu-Daudé
,
2023/07/31
[RFC PATCH 03/24] gdbstub: Add num_regs member to GDBFeature
,
Akihiko Odaki
,
2023/07/31
Re: [RFC PATCH 03/24] gdbstub: Add num_regs member to GDBFeature
,
Philippe Mathieu-Daudé
,
2023/07/31
[RFC PATCH 04/24] gdbstub: Introduce gdb_find_static_feature()
,
Akihiko Odaki
,
2023/07/31
Re: [RFC PATCH 04/24] gdbstub: Introduce gdb_find_static_feature()
,
Philippe Mathieu-Daudé
,
2023/07/31
[RFC PATCH 05/24] target/arm: Move the reference to arm-core.xml
,
Akihiko Odaki
,
2023/07/31
[RFC PATCH 06/24] hw/core/cpu: Replace gdb_core_xml_file with gdb_core_feature
,
Akihiko Odaki
,
2023/07/31
Re: [RFC PATCH 06/24] hw/core/cpu: Replace gdb_core_xml_file with gdb_core_feature
,
Philippe Mathieu-Daudé
,
2023/07/31
Re: [RFC PATCH 06/24] hw/core/cpu: Replace gdb_core_xml_file with gdb_core_feature
,
Akihiko Odaki
,
2023/07/31
[RFC PATCH 08/24] target/ppc: Use GDBFeature for dynamic XML
,
Akihiko Odaki
,
2023/07/31
Re: [RFC PATCH 08/24] target/ppc: Use GDBFeature for dynamic XML
,
Philippe Mathieu-Daudé
,
2023/07/31
[RFC PATCH 07/24] target/arm: Use GDBFeature for dynamic XML
,
Akihiko Odaki
,
2023/07/31
Re: [RFC PATCH 07/24] target/arm: Use GDBFeature for dynamic XML
,
Philippe Mathieu-Daudé
,
2023/07/31
Re: [RFC PATCH 07/24] target/arm: Use GDBFeature for dynamic XML
,
Akihiko Odaki
,
2023/07/31
[RFC PATCH 09/24] target/riscv: Use GDBFeature for dynamic XML
,
Akihiko Odaki
,
2023/07/31
Re: [RFC PATCH 09/24] target/riscv: Use GDBFeature for dynamic XML
,
Philippe Mathieu-Daudé
,
2023/07/31
[RFC PATCH 10/24] gdbstub: Use GDBFeature for gdb_register_coprocessor
,
Akihiko Odaki
,
2023/07/31
[RFC PATCH 11/24] gdbstub: Use GDBFeature for GDBRegisterState
,
Akihiko Odaki
,
2023/07/31
[RFC PATCH 12/24] gdbstub: Simplify XML lookup
,
Akihiko Odaki
,
2023/07/31
[RFC PATCH 13/24] hw/core/cpu: Remove gdb_get_dynamic_xml member
,
Akihiko Odaki
,
2023/07/31
[RFC PATCH 15/24] target/arm: Fill new members of GDBFeature
,
Akihiko Odaki
,
2023/07/31
[RFC PATCH 14/24] gdbstub: Add members to identify registers to GDBFeature
,
Akihiko Odaki
,
2023/07/31
[RFC PATCH 16/24] target/ppc: Fill new members of GDBFeature
,
Akihiko Odaki
,
2023/07/31
[RFC PATCH 17/24] target/riscv: Fill new members of GDBFeature
,
Akihiko Odaki
,
2023/07/31
[RFC PATCH 18/24] hw/core/cpu: Add a parameter to gdb_read_register/gdb_write_register
,
Akihiko Odaki
,
2023/07/31
[RFC PATCH 19/24] gdbstub: Hide gdb_has_xml
,
Akihiko Odaki
,
2023/07/31
[RFC PATCH 20/24] gdbstub: Expose functions to read registers
,
Akihiko Odaki
,
2023/07/31
[RFC PATCH 21/24] plugins: Allow to read registers
,
Akihiko Odaki
,
2023/07/31
[RFC PATCH 22/24] contrib/plugins: Allow to log registers
,
Akihiko Odaki
,
2023/07/31
[RFC PATCH 23/24] plugins: Support C++
,
Akihiko Odaki
,
2023/07/31
[RFC PATCH 24/24] contrib/plugins: Add cc plugin
,
Akihiko Odaki
,
2023/07/31
[PATCH 0/3] Accompany -nostdlib with -fno-stack-protector
,
Akihiko Odaki
,
2023/07/31
[PATCH 1/3] pc-bios/optionrom: Add -fno-stack-protector
,
Akihiko Odaki
,
2023/07/31
Re: [PATCH 1/3] pc-bios/optionrom: Add -fno-stack-protector
,
Thomas Huth
,
2023/07/31
[PATCH 2/3] tests/migration: Add -fno-stack-protector
,
Akihiko Odaki
,
2023/07/31
Re: [PATCH 2/3] tests/migration: Add -fno-stack-protector
,
Juan Quintela
,
2023/07/31
Re: [PATCH 2/3] tests/migration: Add -fno-stack-protector
,
Thomas Huth
,
2023/07/31
[PATCH 3/3] tests/tcg: Add -fno-stack-protector
,
Akihiko Odaki
,
2023/07/31
Re: [PATCH 3/3] tests/tcg: Add -fno-stack-protector
,
Ilya Leoshkevich
,
2023/07/31
Re: [PATCH 3/3] tests/tcg: Add -fno-stack-protector
,
Thomas Huth
,
2023/07/31
[PATCH] kvm: Fix crash by initializing kvm_state early
,
Gavin Shan
,
2023/07/30
Re: [PATCH] kvm: Fix crash by initializing kvm_state early
,
David Hildenbrand
,
2023/07/31
Re: [PATCH] kvm: Fix crash by initializing kvm_state early
,
Peter Maydell
,
2023/07/31
Re: [PATCH] kvm: Fix crash by initializing kvm_state early
,
Gavin Shan
,
2023/07/31
[PATCH v3 2/3] qapi, target/: Enable 'query-cpu-model-expansion' on all architectures
,
Dinah Baum
,
2023/07/30
[PATCH v2 0/5] Complete i.MX6UL and i.MX7 processor for bare metal application.
,
Jean-Christophe Dubois
,
2023/07/29
[PATCH v2 1/5] Refactor i.MX6UL processor code
,
Jean-Christophe Dubois
,
2023/07/29
Re: [PATCH v2 1/5] Refactor i.MX6UL processor code
,
Philippe Mathieu-Daudé
,
2023/07/31
[PATCH v2 2/5] Add i.MX6UL TZ missing devices.
,
Jean-Christophe Dubois
,
2023/07/29
[PATCH v2 3/5] Refactor i.MX7 processor code
,
Jean-Christophe Dubois
,
2023/07/29
[PATCH v2 4/5] Add i.MX7 missing TZ devices and memory regions
,
Jean-Christophe Dubois
,
2023/07/29
[PATCH v2 5/5] Add i.MX7 SRC device implementation
,
Jean-Christophe Dubois
,
2023/07/29
[PATCH v3 0/6] Add nRF51 DETECT signal with test
,
Chris Laplante
,
2023/07/28
[PATCH v3 2/6] qtest: factor out qtest_install_gpio_out_intercept
,
Chris Laplante
,
2023/07/28
[PATCH v3 1/6] hw/gpio/nrf51: implement DETECT signal
,
Chris Laplante
,
2023/07/28
[PATCH v3 5/6] qtest: irq_intercept_[out/in]: return FAIL if no intercepts are installed
,
Chris Laplante
,
2023/07/28
[PATCH v3 3/6] qtest: implement named interception of out-GPIO
,
Chris Laplante
,
2023/07/28
[PATCH v3 4/6] qtest: bail from irq_intercept_in if name is specified
,
Chris Laplante
,
2023/07/28
[PATCH v3 6/6] qtest: microbit-test: add tests for nRF51 DETECT
,
Chris Laplante
,
2023/07/28
Re: [PATCH v3 6/6] qtest: microbit-test: add tests for nRF51 DETECT
,
Thomas Huth
,
2023/07/31
[PATCH] target/arm: Do not use gen_mte_checkN in trans_STGP
,
Richard Henderson
,
2023/07/27
Re: [PATCH] target/arm: Do not use gen_mte_checkN in trans_STGP
,
Peter Maydell
,
2023/07/28
Re: [PATCH] target/arm: Do not use gen_mte_checkN in trans_STGP
,
Richard Henderson
,
2023/07/28
[PATCH] target/arm: Avoid writing to constant TCGv in trans_CSEL()
,
Peter Maydell
,
2023/07/27
Re: [PATCH] target/arm: Avoid writing to constant TCGv in trans_CSEL()
,
Richard Henderson
,
2023/07/27
[PATCH v5 0/6] accel/kvm: Specify default IPA size for arm64
,
Akihiko Odaki
,
2023/07/27
[PATCH v5 3/6] mips: Report an error when KVM_VM_MIPS_VZ is unavailable
,
Akihiko Odaki
,
2023/07/27
[PATCH v5 2/6] accel/kvm: Specify default IPA size for arm64
,
Akihiko Odaki
,
2023/07/27
[PATCH v5 1/6] kvm: Introduce kvm_arch_get_default_type hook
,
Akihiko Odaki
,
2023/07/27
[PATCH v5 4/6] accel/kvm: Use negative KVM type for error propagation
,
Akihiko Odaki
,
2023/07/27
[PATCH v5 5/6] accel/kvm: Free as when an error occurred
,
Akihiko Odaki
,
2023/07/27
[PATCH v5 6/6] accel/kvm: Make kvm_dirty_ring_reaper_init() void
,
Akihiko Odaki
,
2023/07/27
[PATCH for-8.1] target/arm: Fix MemOp for STGP
,
Richard Henderson
,
2023/07/26
Re: [PATCH for-8.1] target/arm: Fix MemOp for STGP
,
Peter Maydell
,
2023/07/27
[PATCH 0/3] Complete i.MX6UL and i.MX7 processor for bare metal application.
,
Jean-Christophe Dubois
,
2023/07/26
[PATCH 1/3] Rework i.MX6UL device implementation/instantiation
,
Jean-Christophe Dubois
,
2023/07/26
Re: [PATCH 1/3] Rework i.MX6UL device implementation/instantiation
,
Peter Maydell
,
2023/07/27
[PATCH 2/3] Rework i.MX7 device implementation/instantiation
,
Jean-Christophe Dubois
,
2023/07/26
Re: [PATCH 2/3] Rework i.MX7 device implementation/instantiation
,
Peter Maydell
,
2023/07/27
[PATCH 3/3] Add i.MX7 SRC device implementation
,
Jean-Christophe Dubois
,
2023/07/26
Re: [PATCH 3/3] Add i.MX7 SRC device implementation
,
Peter Maydell
,
2023/07/27
[PATCH 0/3] Complete i.MX6UL and i.MX7 processor for bare metal
,
Jean-Christophe Dubois
,
2023/07/26
[PATCH 1/3] Rework i.MX6UL device implementation/instantiation
,
Jean-Christophe Dubois
,
2023/07/26
[PATCH 2/3] Rework i.MX7 device implementation/instantiation
,
Jean-Christophe Dubois
,
2023/07/26
[PATCH 3/3] Add i.MX7 SRC device implementation
,
Jean-Christophe Dubois
,
2023/07/26
Re: [PATCH 0/3] Complete i.MX6UL and i.MX7 processor for bare metal
,
Peter Maydell
,
2023/07/26
[PATCH 00/44] Raspberry Pi 4B machine
,
Sergey Kambalin
,
2023/07/26
[PATCH 03/44] Split out raspi machine common part
,
Sergey Kambalin
,
2023/07/26
[PATCH 04/44] Introduce BCM2838 SoC
,
Sergey Kambalin
,
2023/07/26
[PATCH 07/44] Implement BCM2838 GPIO functionality
,
Sergey Kambalin
,
2023/07/26
[PATCH 01/44] Split out common part of BCM283X classes
,
Sergey Kambalin
,
2023/07/26
[PATCH 02/44] Split out common part of peripherals
,
Sergey Kambalin
,
2023/07/26
[PATCH 05/44] Add GIC-400 to BCM2838 SoC
,
Sergey Kambalin
,
2023/07/26
[PATCH 12/44] Temporary disable unimplemented rpi4b devices
,
Sergey Kambalin
,
2023/07/26
[PATCH 13/44] Add memory region for BCM2837 RPiVid ASB
,
Sergey Kambalin
,
2023/07/26
[PATCH 18/44] Add RNG200 RNG and RBG
,
Sergey Kambalin
,
2023/07/26
[PATCH 16/44] Enable BCM2838 PCIE
,
Sergey Kambalin
,
2023/07/26
[PATCH 20/44] Implement BCM2838 thermal sensor
,
Sergey Kambalin
,
2023/07/26
[PATCH 23/44] Add GENET register structs. Part 1
,
Sergey Kambalin
,
2023/07/26
[PATCH 27/44] Add GENET register access macros
,
Sergey Kambalin
,
2023/07/26
[PATCH 06/44] Add BCM2838 GPIO stub
,
Sergey Kambalin
,
2023/07/26
[PATCH 30/44] Impl GENET TX path
,
Sergey Kambalin
,
2023/07/26
[PATCH 08/44] Connect SD controller to BCM2838 GPIO
,
Sergey Kambalin
,
2023/07/26
[PATCH 10/44] Add BCM2838 checkpoint support
,
Sergey Kambalin
,
2023/07/26
[PATCH 14/44] Add BCM2838 PCIE Root Complex
,
Sergey Kambalin
,
2023/07/26
[PATCH 15/44] Add BCM2838 PCIE host
,
Sergey Kambalin
,
2023/07/26
[PATCH 21/44] Add clock_isp stub
,
Sergey Kambalin
,
2023/07/26
[PATCH 24/44] Add GENET register structs. Part 2
,
Sergey Kambalin
,
2023/07/26
[PATCH 09/44] Add GPIO and SD to BCM2838 periph
,
Sergey Kambalin
,
2023/07/26
[PATCH 11/44] Introduce Raspberry PI 4 machine
,
Sergey Kambalin
,
2023/07/26
[PATCH 29/44] Impl GENET MDIO
,
Sergey Kambalin
,
2023/07/26
[PATCH 35/44] Add mailbox test stub
,
Sergey Kambalin
,
2023/07/26
[PATCH 38/44] Add mailbox tests tags. Part 2
,
Sergey Kambalin
,
2023/07/26
[PATCH 26/44] Add GENET register structs. Part 4
,
Sergey Kambalin
,
2023/07/26
[PATCH 19/44] Add RNG200 timer
,
Sergey Kambalin
,
2023/07/26
[PATCH 28/44] Impl GENET register ops.
,
Sergey Kambalin
,
2023/07/26
[PATCH 32/44] Enable BCM2838 GENET controller
,
Sergey Kambalin
,
2023/07/26
[PATCH 31/44] Impl GENET RX path
,
Sergey Kambalin
,
2023/07/26
[PATCH 33/44] Connect RNG200, PCIE and GENET to GIC
,
Sergey Kambalin
,
2023/07/26
[PATCH 37/44] Add mailbox tests tags. Part 1
,
Sergey Kambalin
,
2023/07/26
[PATCH 36/44] Add mailbox test constants
,
Sergey Kambalin
,
2023/07/26
[PATCH 39/44] Add mailbox tests tags. Part 3
,
Sergey Kambalin
,
2023/07/26
[PATCH 40/44] Add mailbox property tests. Part 1
,
Sergey Kambalin
,
2023/07/26
[PATCH 41/44] Add mailbox property tests. Part 2
,
Sergey Kambalin
,
2023/07/26
[PATCH 42/44] Add mailbox property tests. Part 3
,
Sergey Kambalin
,
2023/07/26
[PATCH 43/44] Add missed BCM2835 properties
,
Sergey Kambalin
,
2023/07/26
[PATCH 17/44] Add RNG200 skeleton
,
Sergey Kambalin
,
2023/07/26
[PATCH 22/44] Add GENET stub
,
Sergey Kambalin
,
2023/07/26
[PATCH 25/44] Add GENET register structs. Part 3
,
Sergey Kambalin
,
2023/07/26
[PATCH 34/44] Add Rpi4b boot tests
,
Sergey Kambalin
,
2023/07/26
[PATCH 44/44] Append added properties to mailbox test
,
Sergey Kambalin
,
2023/07/26
[PATCH v2 0/6] Add nRF51 DETECT signal with test
,
Chris Laplante
,
2023/07/25
[PATCH v2 1/6] hw/gpio/nrf51: implement DETECT signal
,
Chris Laplante
,
2023/07/25
Re: [PATCH v2 1/6] hw/gpio/nrf51: implement DETECT signal
,
Peter Maydell
,
2023/07/27
[PATCH v2 2/6] qtest: factor out qtest_install_gpio_out_intercept
,
Chris Laplante
,
2023/07/25
Re: [PATCH v2 2/6] qtest: factor out qtest_install_gpio_out_intercept
,
Peter Maydell
,
2023/07/27
[PATCH v2 3/6] qtest: implement named interception of out-GPIO
,
Chris Laplante
,
2023/07/25
Re: [PATCH v2 3/6] qtest: implement named interception of out-GPIO
,
Peter Maydell
,
2023/07/27
Re: [PATCH v2 3/6] qtest: implement named interception of out-GPIO
,
Chris Laplante
,
2023/07/27
Re: [PATCH v2 3/6] qtest: implement named interception of out-GPIO
,
Peter Maydell
,
2023/07/28
[PATCH v2 5/6] qtest: irq_intercept_[out/in]: return FAIL if no intercepts are installed
,
Chris Laplante
,
2023/07/25
[PATCH v2 4/6] qtest: bail from irq_intercept_in if name is specified
,
Chris Laplante
,
2023/07/25
[PATCH v2 6/6] qtest: microbit-test: add tests for nRF51 DETECT
,
Chris Laplante
,
2023/07/25
Re: [PATCH v2 0/6] Add nRF51 DETECT signal with test
,
Peter Maydell
,
2023/07/27
[PATCH v2 0/8] machine: Unified CPU type check
,
Gavin Shan
,
2023/07/25
[PATCH v2 1/8] machine: Use error handling when CPU type is checked
,
Gavin Shan
,
2023/07/25
[PATCH v2 2/8] machine: Introduce helper is_cpu_type_supported()
,
Gavin Shan
,
2023/07/25
[PATCH v2 3/8] machine: Print supported CPU models instead of typenames
,
Gavin Shan
,
2023/07/25
Re: [PATCH v2 3/8] machine: Print supported CPU models instead of typenames
,
Richard Henderson
,
2023/07/26
Re: [PATCH v2 3/8] machine: Print supported CPU models instead of typenames
,
Gavin Shan
,
2023/07/27
Re: [PATCH v2 3/8] machine: Print supported CPU models instead of typenames
,
Igor Mammedov
,
2023/07/27
Re: [PATCH v2 3/8] machine: Print supported CPU models instead of typenames
,
Gavin Shan
,
2023/07/31
Re: [PATCH v2 3/8] machine: Print supported CPU models instead of typenames
,
Richard Henderson
,
2023/07/27
Re: [PATCH v2 3/8] machine: Print supported CPU models instead of typenames
,
Gavin Shan
,
2023/07/31
[PATCH v2 4/8] hw/arm/virt: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/07/25
[PATCH v2 5/8] hw/arm/virt: Unsupported host CPU model on TCG
,
Gavin Shan
,
2023/07/25
[PATCH v2 6/8] hw/arm/sbsa-ref: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/07/25
[PATCH v2 7/8] hw/arm: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/07/25
[PATCH v2 8/8] hw/riscv/shakti_c: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/07/25
[PATCH v2 0/6] python/machine: use socketpair() for console socket
,
John Snow
,
2023/07/25
[PATCH v2 1/6] python/machine: move socket setup out of _base_args property
,
John Snow
,
2023/07/25
Re: [PATCH v2 1/6] python/machine: move socket setup out of _base_args property
,
Daniel P . Berrangé
,
2023/07/25
Re: [PATCH v2 1/6] python/machine: move socket setup out of _base_args property
,
Ani Sinha
,
2023/07/26
[PATCH v2 2/6] python/machine: close sock_pair in cleanup path
,
John Snow
,
2023/07/25
Re: [PATCH v2 2/6] python/machine: close sock_pair in cleanup path
,
Daniel P . Berrangé
,
2023/07/25
Re: [PATCH v2 2/6] python/machine: close sock_pair in cleanup path
,
Ani Sinha
,
2023/07/26
[PATCH v2 3/6] python/console_socket: accept existing FD in initializer
,
John Snow
,
2023/07/25
Re: [PATCH v2 3/6] python/console_socket: accept existing FD in initializer
,
Daniel P . Berrangé
,
2023/07/25
Re: [PATCH v2 3/6] python/console_socket: accept existing FD in initializer
,
Ani Sinha
,
2023/07/27
[PATCH v2 4/6] python/machine: use socketpair() for console connections
,
John Snow
,
2023/07/25
Re: [PATCH v2 4/6] python/machine: use socketpair() for console connections
,
Daniel P . Berrangé
,
2023/07/25
Re: [PATCH v2 4/6] python/machine: use socketpair() for console connections
,
Ani Sinha
,
2023/07/26
Re: [PATCH v2 4/6] python/machine: use socketpair() for console connections
,
John Snow
,
2023/07/26
Re: [PATCH v2 4/6] python/machine: use socketpair() for console connections
,
Ani Sinha
,
2023/07/27
Re: [PATCH v2 4/6] python/machine: use socketpair() for console connections
,
Ani Sinha
,
2023/07/27
Re: [PATCH v2 4/6] python/machine: use socketpair() for console connections
,
Daniel P . Berrangé
,
2023/07/27
[PATCH v2 5/6] python/machine: use socketpair() for qtest connection
,
John Snow
,
2023/07/25
Re: [PATCH v2 5/6] python/machine: use socketpair() for qtest connection
,
Daniel P . Berrangé
,
2023/07/25
[PATCH v2 6/6] python/machine: remove unused sock_dir argument
,
John Snow
,
2023/07/25
Re: [PATCH v2 6/6] python/machine: remove unused sock_dir argument
,
Daniel P . Berrangé
,
2023/07/25
Re: [PATCH v2 6/6] python/machine: remove unused sock_dir argument
,
John Snow
,
2023/07/25
Re: [PATCH v2 6/6] python/machine: remove unused sock_dir argument
,
Daniel P . Berrangé
,
2023/07/25
Re: [PATCH v2 0/6] python/machine: use socketpair() for console socket
,
Peter Maydell
,
2023/07/27
[RFC PATCH] arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
,
Shameer Kolothum
,
2023/07/25
Re: [RFC PATCH] arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
,
Peter Maydell
,
2023/07/27
Re: [RFC PATCH] arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
,
Peter Maydell
,
2023/07/27
[PATCH v2] kvm: Remove KVM_CREATE_IRQCHIP support assumption
,
Andrew Jones
,
2023/07/25
Re: [PATCH v2] kvm: Remove KVM_CREATE_IRQCHIP support assumption
,
Philippe Mathieu-Daudé
,
2023/07/25
Re: [PATCH v2] kvm: Remove KVM_CREATE_IRQCHIP support assumption
,
Thomas Huth
,
2023/07/25
Re: [PATCH v2] kvm: Remove KVM_CREATE_IRQCHIP support assumption
,
Daniel Henrique Barboza
,
2023/07/25
[PATCH for-8.2 0/3] arm: Use correct number of MPU regions on mps2-tz boards
,
Peter Maydell
,
2023/07/24
[PATCH for-8.2 3/3] hw/arm: Set number of MPU regions correctly for an505, an521, an524
,
Peter Maydell
,
2023/07/24
[PATCH for-8.2 1/3] target/arm: Do all "ARM_FEATURE_X implies Y" checks in post_init
,
Peter Maydell
,
2023/07/24
Re: [PATCH for-8.2 1/3] target/arm: Do all "ARM_FEATURE_X implies Y" checks in post_init
,
Richard Henderson
,
2023/07/25
[PATCH for-8.2 2/3] hw/arm/armv7m: Add mpu-ns-regions and mpu-s-regions properties
,
Peter Maydell
,
2023/07/24
Re: [PATCH for-8.2 2/3] hw/arm/armv7m: Add mpu-ns-regions and mpu-s-regions properties
,
Philippe Mathieu-Daudé
,
2023/07/24
Re: [PATCH for-8.2 0/3] arm: Use correct number of MPU regions on mps2-tz boards
,
Peter Maydell
,
2023/07/25
[PATCH 01/44] Split out common part of BCM283X classes
,
Sergey Kambalin
,
2023/07/24
[PATCH v4 0/2] accel/kvm: Specify default IPA size for arm64
,
Akihiko Odaki
,
2023/07/22
[PATCH v4 1/2] kvm: Introduce kvm_arch_get_default_type hook
,
Akihiko Odaki
,
2023/07/22
[PATCH v4 2/2] accel/kvm: Specify default IPA size for arm64
,
Akihiko Odaki
,
2023/07/22
[PATCH v3 0/2] accel/kvm: Specify default IPA size for arm64
,
Akihiko Odaki
,
2023/07/22
[PATCH v3 2/2] accel/kvm: Specify default IPA size for arm64
,
Akihiko Odaki
,
2023/07/22
[PATCH v3 1/2] kvm: Introduce kvm_arch_get_default_type hook
,
Akihiko Odaki
,
2023/07/22
Re: [PATCH v3 1/2] kvm: Introduce kvm_arch_get_default_type hook
,
Philippe Mathieu-Daudé
,
2023/07/24
[PATCH] kvm: Remove KVM_CREATE_IRQCHIP support assumption
,
Andrew Jones
,
2023/07/22
Re: [PATCH] kvm: Remove KVM_CREATE_IRQCHIP support assumption
,
Thomas Huth
,
2023/07/24
Re: [PATCH] kvm: Remove KVM_CREATE_IRQCHIP support assumption
,
Andrew Jones
,
2023/07/25
Re: [PATCH] kvm: Remove KVM_CREATE_IRQCHIP support assumption
,
Andrew Jones
,
2023/07/25
[PATCH for-8.1] target/arm: Special case M-profile in debug_helper.c code
,
Peter Maydell
,
2023/07/21
Re: [PATCH for-8.1] target/arm: Special case M-profile in debug_helper.c code
,
Richard Henderson
,
2023/07/22
[PATCH] numa: Skip invalidation of cluster and NUMA node boundary for qtest
,
Gavin Shan
,
2023/07/21
Re: [PATCH] numa: Skip invalidation of cluster and NUMA node boundary for qtest
,
Peter Maydell
,
2023/07/21
[PATCH v2] accel/kvm: Specify default IPA size for arm64
,
Akihiko Odaki
,
2023/07/21
Re: [PATCH v2] accel/kvm: Specify default IPA size for arm64
,
Philippe Mathieu-Daudé
,
2023/07/21
Re: [PATCH v2] accel/kvm: Specify default IPA size for arm64
,
Peter Maydell
,
2023/07/21
[PATCH RESEND] accel/kvm: Specify default IPA size for arm64
,
Akihiko Odaki
,
2023/07/20
Re: [PATCH RESEND] accel/kvm: Specify default IPA size for arm64
,
Peter Maydell
,
2023/07/20
[PATCH 0/5] target/arm: Fixes for RME
,
Jean-Philippe Brucker
,
2023/07/19
[PATCH 4/5] target/arm: Pass security space rather than flag for AT instructions
,
Jean-Philippe Brucker
,
2023/07/19
Re: [PATCH 4/5] target/arm: Pass security space rather than flag for AT instructions
,
Peter Maydell
,
2023/07/20
[PATCH 2/5] target/arm/helper: Fix vae2_tlbmask()
,
Jean-Philippe Brucker
,
2023/07/19
Re: [PATCH 2/5] target/arm/helper: Fix vae2_tlbmask()
,
Peter Maydell
,
2023/07/20
Re: [PATCH 2/5] target/arm/helper: Fix vae2_tlbmask()
,
Jean-Philippe Brucker
,
2023/07/21
[PATCH 3/5] target/arm: Skip granule protection checks for AT instructions
,
Jean-Philippe Brucker
,
2023/07/19
Re: [PATCH 3/5] target/arm: Skip granule protection checks for AT instructions
,
Peter Maydell
,
2023/07/20
Re: [PATCH 3/5] target/arm: Skip granule protection checks for AT instructions
,
Peter Maydell
,
2023/07/20
Re: [PATCH 3/5] target/arm: Skip granule protection checks for AT instructions
,
Jean-Philippe Brucker
,
2023/07/21
[PATCH 1/5] target/arm/ptw: Load stage-2 tables from realm physical space
,
Jean-Philippe Brucker
,
2023/07/19
Re: [PATCH 1/5] target/arm/ptw: Load stage-2 tables from realm physical space
,
Peter Maydell
,
2023/07/20
[PATCH 5/5] target/arm/helper: Implement CNTHCTL_EL2.CNT[VP]MASK
,
Jean-Philippe Brucker
,
2023/07/19
Re: [PATCH 5/5] target/arm/helper: Implement CNTHCTL_EL2.CNT[VP]MASK
,
Peter Maydell
,
2023/07/20
Re: [PATCH 0/5] target/arm: Fixes for RME
,
Peter Maydell
,
2023/07/20
Re: [PATCH 0/5] target/arm: Fixes for RME
,
Jean-Philippe Brucker
,
2023/07/20
Re: [PATCH v2 04/12] qtest: bump npcm7xx_pwn-test timeout to 5 minutes
,
Thomas Huth
,
2023/07/19
Re: [PATCH v2 04/12] qtest: bump npcm7xx_pwn-test timeout to 5 minutes
,
Peter Maydell
,
2023/07/19
[PATCH for-8.1] virtio-iommu: Standardize granule extraction and formatting
,
Eric Auger
,
2023/07/18
Re: [PATCH for-8.1] virtio-iommu: Standardize granule extraction and formatting
,
Jean-Philippe Brucker
,
2023/07/20
[PATCH] hw: Add compat machines for 8.2
,
Cornelia Huck
,
2023/07/18
Re: [PATCH] hw: Add compat machines for 8.2
,
Laurent Vivier
,
2023/07/21
Re: [PATCH] hw: Add compat machines for 8.2
,
Michael S. Tsirkin
,
2023/07/21
Re: [PATCH] hw: Add compat machines for 8.2
,
Cédric Le Goater
,
2023/07/24
Re: [PATCH] hw: Add compat machines for 8.2
,
Thomas Huth
,
2023/07/24
[PATCH for-8.2 0/2] arm/kvm: use kvm_{get,set}_one_reg
,
Cornelia Huck
,
2023/07/18
[PATCH for-8.2 1/2] arm/kvm: convert to kvm_set_one_reg
,
Cornelia Huck
,
2023/07/18
Re: [PATCH for-8.2 1/2] arm/kvm: convert to kvm_set_one_reg
,
Gavin Shan
,
2023/07/23
Re: [PATCH for-8.2 1/2] arm/kvm: convert to kvm_set_one_reg
,
Cornelia Huck
,
2023/07/24
[PATCH for-8.2 2/2] arm/kvm: convert to kvm_get_one_reg
,
Cornelia Huck
,
2023/07/18
Re: [PATCH for-8.2 2/2] arm/kvm: convert to kvm_get_one_reg
,
Gavin Shan
,
2023/07/23
Re: [PATCH for-8.2 2/2] arm/kvm: convert to kvm_get_one_reg
,
Cornelia Huck
,
2023/07/24
Re: [PATCH for-8.2 2/2] arm/kvm: convert to kvm_get_one_reg
,
Gavin Shan
,
2023/07/24
Re: [PATCH for-8.2 2/2] arm/kvm: convert to kvm_get_one_reg
,
Cornelia Huck
,
2023/07/27
Re: [PATCH for-8.2 2/2] arm/kvm: convert to kvm_get_one_reg
,
Gavin Shan
,
2023/07/31
[PATCH] target/arm/tcg: Don't build AArch64 decodetree files for qemu-system-arm
,
Peter Maydell
,
2023/07/18
Re: [PATCH] target/arm/tcg: Don't build AArch64 decodetree files for qemu-system-arm
,
Philippe Mathieu-Daudé
,
2023/07/18
Thoughts on implementing SEGGER RTT
,
Chris Laplante
,
2023/07/17
[PATCH for-8.1 v2] hw/virtio-iommu: Fix potential OOB access in virtio_iommu_handle_command()
,
Eric Auger
,
2023/07/17
Re: [PATCH for-8.1 v2] hw/virtio-iommu: Fix potential OOB access in virtio_iommu_handle_command()
,
Philippe Mathieu-Daudé
,
2023/07/17
Re: [PATCH for-8.1 v2] hw/virtio-iommu: Fix potential OOB access in virtio_iommu_handle_command()
,
Eric Auger
,
2023/07/17
Re: [PATCH v2 11/11] tpm_crb: support restoring older vmstate
,
Igor Mammedov
,
2023/07/17
[PATCH for-8.1] hw/arm/smmu: Handle big-endian hosts correctly
,
Peter Maydell
,
2023/07/17
Re: [PATCH for-8.1] hw/arm/smmu: Handle big-endian hosts correctly
,
Thomas Huth
,
2023/07/17
Re: [PATCH for-8.1] hw/arm/smmu: Handle big-endian hosts correctly
,
Philippe Mathieu-Daudé
,
2023/07/17
Re: [PATCH for-8.1] hw/arm/smmu: Handle big-endian hosts correctly
,
Eric Auger
,
2023/07/17
Re: [PATCH] hw/nvram: Avoid unnecessary Xilinx eFuse backstore write
,
Peter Maydell
,
2023/07/17
[PATCH 0/6] Add nRF51 DETECT signal with test
,
Chris Laplante
,
2023/07/14
[PATCH 1/6] hw/gpio/nrf51: implement DETECT signal
,
Chris Laplante
,
2023/07/14
Re: [PATCH 1/6] hw/gpio/nrf51: implement DETECT signal
,
Peter Maydell
,
2023/07/24
[PATCH 2/6] qtest: implement named interception of out-GPIO
,
Chris Laplante
,
2023/07/14
[PATCH 3/6] qtest: bail from irq_intercept_in if name is specified
,
Chris Laplante
,
2023/07/14
Re: [PATCH 3/6] qtest: bail from irq_intercept_in if name is specified
,
Peter Maydell
,
2023/07/24
[PATCH 4/6] qtest: factor out qtest_install_gpio_out_intercepts
,
Chris Laplante
,
2023/07/14
Re: [PATCH 4/6] qtest: factor out qtest_install_gpio_out_intercepts
,
Peter Maydell
,
2023/07/24
[PATCH 6/6] qtest: microbit-test: add tests for nRF51 DETECT
,
Chris Laplante
,
2023/07/14
Re: [PATCH 6/6] qtest: microbit-test: add tests for nRF51 DETECT
,
Peter Maydell
,
2023/07/24
[PATCH 5/6] qtest: irq_intercept_[out/in]: return FAIL if no intercepts are installed
,
Chris Laplante
,
2023/07/14
Re: [PATCH 5/6] qtest: irq_intercept_[out/in]: return FAIL if no intercepts are installed
,
Peter Maydell
,
2023/07/24
Re: [PATCH 5/6] qtest: irq_intercept_[out/in]: return FAIL if no intercepts are installed
,
Chris Laplante
,
2023/07/25
Re: [PATCH 0/6] Add nRF51 DETECT signal with test
,
Peter Maydell
,
2023/07/24
Re: [PATCH 0/6] Add nRF51 DETECT signal with test
,
Chris Laplante
,
2023/07/24
Re: [PATCH 0/6] Add nRF51 DETECT signal with test
,
Peter Maydell
,
2023/07/25
Re: [PATCH 0/6] Add nRF51 DETECT signal with test
,
Chris Laplante
,
2023/07/25
Re: [PATCH 0/6] Add nRF51 DETECT signal with test
,
Chris Laplante
,
2023/07/27
Re: [PATCH 0/6] Add nRF51 DETECT signal with test
,
Peter Maydell
,
2023/07/28
[PATCH] hw/virtio-iommu: Fix potential OOB access in virtio_iommu_handle_command()
,
Eric Auger
,
2023/07/14
[PATCH 00/14] target/arm/ptw: Cleanups and a few bugfixes
,
Peter Maydell
,
2023/07/14
[PATCH 01/14] target/arm/ptw: Don't set fi->s1ptw for UnsuppAtomicUpdate fault
,
Peter Maydell
,
2023/07/14
Re: [PATCH 01/14] target/arm/ptw: Don't set fi->s1ptw for UnsuppAtomicUpdate fault
,
Richard Henderson
,
2023/07/23
[PATCH 02/14] target/arm/ptw: Don't report GPC faults on stage 1 ptw as stage2 faults
,
Peter Maydell
,
2023/07/14
Re: [PATCH 02/14] target/arm/ptw: Don't report GPC faults on stage 1 ptw as stage2 faults
,
Richard Henderson
,
2023/07/23
[PATCH 05/14] target/arm/ptw: Pass ARMSecurityState to regime_translation_disabled()
,
Peter Maydell
,
2023/07/14
Re: [PATCH 05/14] target/arm/ptw: Pass ARMSecurityState to regime_translation_disabled()
,
Richard Henderson
,
2023/07/23
[PATCH 04/14] target/arm/ptw: Pass ptw into get_phys_addr_pmsa*() and get_phys_addr_disabled()
,
Peter Maydell
,
2023/07/14
Re: [PATCH 04/14] target/arm/ptw: Pass ptw into get_phys_addr_pmsa*() and get_phys_addr_disabled()
,
Richard Henderson
,
2023/07/23
[PATCH 07/14] target/arm/ptw: Only fold in NSTable bit effects in Secure state
,
Peter Maydell
,
2023/07/14
Re: [PATCH 07/14] target/arm/ptw: Only fold in NSTable bit effects in Secure state
,
Richard Henderson
,
2023/07/23
[PATCH 08/14] target/arm/ptw: Remove last uses of ptw->in_secure
,
Peter Maydell
,
2023/07/14
Re: [PATCH 08/14] target/arm/ptw: Remove last uses of ptw->in_secure
,
Richard Henderson
,
2023/07/23
[PATCH 09/14] target/arm/ptw: Remove S1Translate::in_secure
,
Peter Maydell
,
2023/07/14
Re: [PATCH 09/14] target/arm/ptw: Remove S1Translate::in_secure
,
Richard Henderson
,
2023/07/23
[PATCH 06/14] target/arm/ptw: Pass an ARMSecuritySpace to arm_hcr_el2_eff_secstate()
,
Peter Maydell
,
2023/07/14
Re: [PATCH 06/14] target/arm/ptw: Pass an ARMSecuritySpace to arm_hcr_el2_eff_secstate()
,
Richard Henderson
,
2023/07/23
Re: [PATCH 06/14] target/arm/ptw: Pass an ARMSecuritySpace to arm_hcr_el2_eff_secstate()
,
Peter Maydell
,
2023/07/24
Re: [PATCH 06/14] target/arm/ptw: Pass an ARMSecuritySpace to arm_hcr_el2_eff_secstate()
,
Peter Maydell
,
2023/07/24
Re: [PATCH 06/14] target/arm/ptw: Pass an ARMSecuritySpace to arm_hcr_el2_eff_secstate()
,
Richard Henderson
,
2023/07/25
[PATCH 11/14] target/arm/ptw: Set attributes correctly for MMU disabled data accesses
,
Peter Maydell
,
2023/07/14
Re: [PATCH 11/14] target/arm/ptw: Set attributes correctly for MMU disabled data accesses
,
Richard Henderson
,
2023/07/23
[PATCH 10/14] target/arm/ptw: Drop S1Translate::out_secure
,
Peter Maydell
,
2023/07/14
Re: [PATCH 10/14] target/arm/ptw: Drop S1Translate::out_secure
,
Richard Henderson
,
2023/07/23
[PATCH 13/14] target/arm/ptw: Report stage 2 fault level for stage 2 faults on stage 1 ptw
,
Peter Maydell
,
2023/07/14
Re: [PATCH 13/14] target/arm/ptw: Report stage 2 fault level for stage 2 faults on stage 1 ptw
,
Richard Henderson
,
2023/07/23
[PATCH 14/14] target/arm: Adjust PAR_EL1.SH for Device and Normal-NC memory types
,
Peter Maydell
,
2023/07/14
Re: [PATCH 14/14] target/arm: Adjust PAR_EL1.SH for Device and Normal-NC memory types
,
Richard Henderson
,
2023/07/23
[PATCH 12/14] target/arm/ptw: Check for block descriptors at invalid levels
,
Peter Maydell
,
2023/07/14
Re: [PATCH 12/14] target/arm/ptw: Check for block descriptors at invalid levels
,
Richard Henderson
,
2023/07/23
[PATCH 03/14] target/arm/ptw: Set s1ns bit in fault info more consistently
,
Peter Maydell
,
2023/07/14
Re: [PATCH 03/14] target/arm/ptw: Set s1ns bit in fault info more consistently
,
Richard Henderson
,
2023/07/23
[PATCH v2 10/11] tpm_crb_sysbus: introduce TPM CRB SysBus device
,
Joelle van Dyne
,
2023/07/14
Re: [PATCH v2 10/11] tpm_crb_sysbus: introduce TPM CRB SysBus device
,
Stefan Berger
,
2023/07/14
Re: [PATCH v2 10/11] tpm_crb_sysbus: introduce TPM CRB SysBus device
,
Joelle van Dyne
,
2023/07/14
Re: [PATCH v2 10/11] tpm_crb_sysbus: introduce TPM CRB SysBus device
,
Stefan Berger
,
2023/07/14
Re: [PATCH v2 10/11] tpm_crb_sysbus: introduce TPM CRB SysBus device
,
Igor Mammedov
,
2023/07/17
[PATCH v2 09/11] tpm_tis_sysbus: move DSDT AML generation to device
,
Joelle van Dyne
,
2023/07/14
Re: [PATCH v2 09/11] tpm_tis_sysbus: move DSDT AML generation to device
,
Stefan Berger
,
2023/07/14
Re: [PATCH v2 09/11] tpm_tis_sysbus: move DSDT AML generation to device
,
Joelle van Dyne
,
2023/07/14
Re: [PATCH v2 09/11] tpm_tis_sysbus: move DSDT AML generation to device
,
Stefan Berger
,
2023/07/14
Re: [PATCH v2 09/11] tpm_tis_sysbus: move DSDT AML generation to device
,
Joelle van Dyne
,
2023/07/14
Re: [PATCH v2 09/11] tpm_tis_sysbus: move DSDT AML generation to device
,
Stefan Berger
,
2023/07/14
Re: [PATCH v2 09/11] tpm_tis_sysbus: move DSDT AML generation to device
,
Joelle van Dyne
,
2023/07/14
Re: [PATCH v2 09/11] tpm_tis_sysbus: move DSDT AML generation to device
,
Stefan Berger
,
2023/07/14
Re: [PATCH v2 09/11] tpm_tis_sysbus: move DSDT AML generation to device
,
Joelle van Dyne
,
2023/07/14
Re: [PATCH v2 09/11] tpm_tis_sysbus: move DSDT AML generation to device
,
Igor Mammedov
,
2023/07/17
[PATCH v2 07/11] hw/arm/virt: add plug handler for TPM on SysBus
,
Joelle van Dyne
,
2023/07/14
Re: [PATCH v2 07/11] hw/arm/virt: add plug handler for TPM on SysBus
,
Stefan Berger
,
2023/07/14
Re: [PATCH v2 07/11] hw/arm/virt: add plug handler for TPM on SysBus
,
Joelle van Dyne
,
2023/07/14
Re: [PATCH v2 07/11] hw/arm/virt: add plug handler for TPM on SysBus
,
Igor Mammedov
,
2023/07/17
[PATCH] memory: Remove unecessary variable in memory_region_escape_name()
,
Gavin Shan
,
2023/07/13
[PATCH 0/3] hw/arm/virt: Use generic CPU invalidation
,
Gavin Shan
,
2023/07/13
[PATCH 1/3] machine: Factor CPU type invalidation out into helper
,
Gavin Shan
,
2023/07/13
Re: [PATCH 1/3] machine: Factor CPU type invalidation out into helper
,
Igor Mammedov
,
2023/07/14
Re: [PATCH 1/3] machine: Factor CPU type invalidation out into helper
,
Gavin Shan
,
2023/07/18
Re: [PATCH 1/3] machine: Factor CPU type invalidation out into helper
,
Igor Mammedov
,
2023/07/24
[PATCH 2/3] hw/arm/virt: Use generic CPU type invalidation
,
Gavin Shan
,
2023/07/13
Re: [PATCH 2/3] hw/arm/virt: Use generic CPU type invalidation
,
Igor Mammedov
,
2023/07/14
Re: [PATCH 2/3] hw/arm/virt: Use generic CPU type invalidation
,
Gavin Shan
,
2023/07/18
[PATCH 3/3] hw/arm/virt: Support host CPU type only when KVM or HVF is configured
,
Gavin Shan
,
2023/07/13
Re: [PATCH 3/3] hw/arm/virt: Support host CPU type only when KVM or HVF is configured
,
Cornelia Huck
,
2023/07/13
Re: [PATCH 3/3] hw/arm/virt: Support host CPU type only when KVM or HVF is configured
,
Gavin Shan
,
2023/07/13
Re: [PATCH 0/3] hw/arm/virt: Use generic CPU invalidation
,
Peter Maydell
,
2023/07/13
Re: [PATCH 0/3] hw/arm/virt: Use generic CPU invalidation
,
Marcin Juszkiewicz
,
2023/07/13
Re: [PATCH 0/3] hw/arm/virt: Use generic CPU invalidation
,
Peter Maydell
,
2023/07/13
Re: [PATCH 0/3] hw/arm/virt: Use generic CPU invalidation
,
Igor Mammedov
,
2023/07/14
Re: [PATCH 0/3] hw/arm/virt: Use generic CPU invalidation
,
Peter Maydell
,
2023/07/14
Re: [PATCH 0/3] hw/arm/virt: Use generic CPU invalidation
,
Igor Mammedov
,
2023/07/17
Re: [PATCH 0/3] hw/arm/virt: Use generic CPU invalidation
,
Gavin Shan
,
2023/07/18
Re: [PATCH 0/3] hw/arm/virt: Use generic CPU invalidation
,
Igor Mammedov
,
2023/07/24
Re: [PATCH 0/3] hw/arm/virt: Use generic CPU invalidation
,
Peter Maydell
,
2023/07/24
Re: [PATCH 0/3] hw/arm/virt: Use generic CPU invalidation
,
Igor Mammedov
,
2023/07/25
Re: [PATCH 0/3] hw/arm/virt: Use generic CPU invalidation
,
Gavin Shan
,
2023/07/13
Re: [PATCH 0/3] hw/arm/virt: Use generic CPU invalidation
,
Marcin Juszkiewicz
,
2023/07/13
Re: [PATCH 0/3] hw/arm/virt: Use generic CPU invalidation
,
Gavin Shan
,
2023/07/13
Re: [PATCH 0/3] hw/arm/virt: Use generic CPU invalidation
,
Philippe Mathieu-Daudé
,
2023/07/13
Re: [PATCH 0/3] hw/arm/virt: Use generic CPU invalidation
,
Gavin Shan
,
2023/07/13
Re: [PATCH 0/3] hw/arm/virt: Use generic CPU invalidation
,
Gavin Shan
,
2023/07/14
Re: [PATCH 0/3] hw/arm/virt: Use generic CPU invalidation
,
Richard Henderson
,
2023/07/13
Re: [PATCH 0/3] hw/arm/virt: Use generic CPU invalidation
,
Gavin Shan
,
2023/07/13
Re: [PATCH 0/3] hw/arm/virt: Use generic CPU invalidation
,
Gavin Shan
,
2023/07/13
[PATCH 07/11] hw/arm/virt: add plug handler for TPM on SysBus
,
Joelle van Dyne
,
2023/07/12
Re: [PATCH 07/11] hw/arm/virt: add plug handler for TPM on SysBus
,
Stefan Berger
,
2023/07/13
Re: [PATCH 07/11] hw/arm/virt: add plug handler for TPM on SysBus
,
Peter Maydell
,
2023/07/13
Re: [PATCH 07/11] hw/arm/virt: add plug handler for TPM on SysBus
,
Joelle van Dyne
,
2023/07/13
[PATCH 11/11] tpm_crb_sysbus: introduce TPM CRB SysBus device
,
Joelle van Dyne
,
2023/07/12
[PATCH 10/11] tpm_tis_sysbus: move DSDT AML generation to device
,
Joelle van Dyne
,
2023/07/12
[PATCH 00/10] RISC-V: ACPI: Enable AIA and update RHC
,
Sunil V L
,
2023/07/12
[PATCH 01/10] hw/arm/virt-acpi-build.c: Move fw_cfg and virtio to common location
,
Sunil V L
,
2023/07/12
Re: [PATCH 01/10] hw/arm/virt-acpi-build.c: Move fw_cfg and virtio to common location
,
Daniel Henrique Barboza
,
2023/07/12
Re: [PATCH 01/10] hw/arm/virt-acpi-build.c: Move fw_cfg and virtio to common location
,
Alistair Francis
,
2023/07/23
Re: [PATCH 01/10] hw/arm/virt-acpi-build.c: Move fw_cfg and virtio to common location
,
Igor Mammedov
,
2023/07/24
Re: [PATCH 01/10] hw/arm/virt-acpi-build.c: Move fw_cfg and virtio to common location
,
Sunil V L
,
2023/07/25
Re: [PATCH 01/10] hw/arm/virt-acpi-build.c: Move fw_cfg and virtio to common location
,
Igor Mammedov
,
2023/07/26
[PATCH 02/10] hw/riscv: virt: Add PCI bus reference in RISCVVirtState
,
Sunil V L
,
2023/07/12
Re: [PATCH 02/10] hw/riscv: virt: Add PCI bus reference in RISCVVirtState
,
Daniel Henrique Barboza
,
2023/07/12
Re: [PATCH 02/10] hw/riscv: virt: Add PCI bus reference in RISCVVirtState
,
Alistair Francis
,
2023/07/23
[PATCH 03/10] hw/riscv: virt: Make few IMSIC macros and functions public
,
Sunil V L
,
2023/07/12
Re: [PATCH 03/10] hw/riscv: virt: Make few IMSIC macros and functions public
,
Daniel Henrique Barboza
,
2023/07/12
Re: [PATCH 03/10] hw/riscv: virt: Make few IMSIC macros and functions public
,
Alistair Francis
,
2023/07/23
[PATCH 04/10] hw/riscv: virt: Add PCIe HIGHMEM in memmap
,
Sunil V L
,
2023/07/12
Re: [PATCH 04/10] hw/riscv: virt: Add PCIe HIGHMEM in memmap
,
Daniel Henrique Barboza
,
2023/07/18
Re: [PATCH 04/10] hw/riscv: virt: Add PCIe HIGHMEM in memmap
,
Sunil V L
,
2023/07/18
Re: [PATCH 04/10] hw/riscv: virt: Add PCIe HIGHMEM in memmap
,
Igor Mammedov
,
2023/07/24
Re: [PATCH 04/10] hw/riscv: virt: Add PCIe HIGHMEM in memmap
,
Sunil V L
,
2023/07/27
Re: [PATCH 04/10] hw/riscv: virt: Add PCIe HIGHMEM in memmap
,
Igor Mammedov
,
2023/07/27
Re: [PATCH 04/10] hw/riscv: virt: Add PCIe HIGHMEM in memmap
,
Sunil V L
,
2023/07/27
[PATCH 05/10] hw/riscv/virt-acpi-build.c: Add AIA support in RINTC
,
Sunil V L
,
2023/07/12
Re: [PATCH 05/10] hw/riscv/virt-acpi-build.c: Add AIA support in RINTC
,
Daniel Henrique Barboza
,
2023/07/18
[PATCH 06/10] hw/riscv/virt-acpi-build.c: Add IMSIC in the MADT
,
Sunil V L
,
2023/07/12
Re: [PATCH 06/10] hw/riscv/virt-acpi-build.c: Add IMSIC in the MADT
,
Daniel Henrique Barboza
,
2023/07/18
[PATCH 07/10] hw/riscv/virt-acpi-build.c: Add APLIC in the MADT
,
Sunil V L
,
2023/07/12
Re: [PATCH 07/10] hw/riscv/virt-acpi-build.c: Add APLIC in the MADT
,
Daniel Henrique Barboza
,
2023/07/18
[PATCH 09/10] hw/riscv/virt-acpi-build.c: Add MMU node in RHCT
,
Sunil V L
,
2023/07/12
Re: [PATCH 09/10] hw/riscv/virt-acpi-build.c: Add MMU node in RHCT
,
Daniel Henrique Barboza
,
2023/07/18
[PATCH 08/10] hw/riscv/virt-acpi-build.c: Add CMO information in RHCT
,
Sunil V L
,
2023/07/12
Re: [PATCH 08/10] hw/riscv/virt-acpi-build.c: Add CMO information in RHCT
,
Daniel Henrique Barboza
,
2023/07/18
[PATCH 10/10] hw/riscv/virt-acpi-build.c: Add IO controllers and devices
,
Sunil V L
,
2023/07/12
Re: [PATCH 10/10] hw/riscv/virt-acpi-build.c: Add IO controllers and devices
,
Daniel Henrique Barboza
,
2023/07/18
[PATCH v8 13/15] crypto: Create sm4_subword
,
Max Chou
,
2023/07/11
[PATCH v4 0/7] virtio-mem: Device unplug support
,
David Hildenbrand
,
2023/07/11
[PATCH v4 6/7] virtio-mem: Prepare for device unplug support
,
David Hildenbrand
,
2023/07/11
[PATCH v4 1/7] virtio-md-pci: New parent type for virtio-mem-pci and virtio-pmem-pci
,
David Hildenbrand
,
2023/07/11
[PATCH v4 5/7] virtio-md-pci: Support unplug requests for compatible devices
,
David Hildenbrand
,
2023/07/11
[PATCH v4 4/7] virtio-md-pci: Handle unplug of virtio based memory devices
,
David Hildenbrand
,
2023/07/11
[PATCH v4 2/7] pc: Factor out (un)plug handling of virtio-md-pci devices
,
David Hildenbrand
,
2023/07/11
[PATCH v4 3/7] arm/virt: Use virtio-md-pci (un)plug functions
,
David Hildenbrand
,
2023/07/11
Re: [PATCH v4 0/7] virtio-mem: Device unplug support
,
Michael S. Tsirkin
,
2023/07/11
Re: [PATCH v4 0/7] virtio-mem: Device unplug support
,
David Hildenbrand
,
2023/07/11
[PATCH v4 7/7] virtio-mem-pci: Device unplug support
,
David Hildenbrand
,
2023/07/11
Re: [PATCH v4 0/7] virtio-mem: Device unplug support
,
David Hildenbrand
,
2023/07/12
[PATCH v2 00/11] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
,
Philippe Mathieu-Daudé
,
2023/07/10
[PATCH v2 02/11] hw/char/pl011: Display register name in trace events
,
Philippe Mathieu-Daudé
,
2023/07/10
Re: [PATCH v2 02/11] hw/char/pl011: Display register name in trace events
,
Richard Henderson
,
2023/07/14
[PATCH v2 03/11] hw/char/pl011: Remove duplicated PL011_INT_[RT]X definitions
,
Philippe Mathieu-Daudé
,
2023/07/10
Re: [PATCH v2 03/11] hw/char/pl011: Remove duplicated PL011_INT_[RT]X definitions
,
Richard Henderson
,
2023/07/14
[PATCH v2 04/11] hw/char/pl011: Replace magic values by register field definitions
,
Philippe Mathieu-Daudé
,
2023/07/10
Re: [PATCH v2 04/11] hw/char/pl011: Replace magic values by register field definitions
,
Richard Henderson
,
2023/07/14
[PATCH v2 01/11] hw/char/pl011: Restrict MemoryRegionOps implementation access sizes
,
Philippe Mathieu-Daudé
,
2023/07/10
Re: [PATCH v2 01/11] hw/char/pl011: Restrict MemoryRegionOps implementation access sizes
,
Richard Henderson
,
2023/07/14
[PATCH v2 06/11] hw/char/pl011: Extract pl011_write_txdata() from pl011_write()
,
Philippe Mathieu-Daudé
,
2023/07/10
Re: [PATCH v2 06/11] hw/char/pl011: Extract pl011_write_txdata() from pl011_write()
,
Richard Henderson
,
2023/07/14
[PATCH v2 05/11] hw/char/pl011: Split RX/TX path of pl011_reset_fifo()
,
Philippe Mathieu-Daudé
,
2023/07/10
Re: [PATCH v2 05/11] hw/char/pl011: Split RX/TX path of pl011_reset_fifo()
,
Richard Henderson
,
2023/07/14
[PATCH v2 08/11] hw/char/pl011: Warn when using disabled transmitter
,
Philippe Mathieu-Daudé
,
2023/07/10
Re: [PATCH v2 08/11] hw/char/pl011: Warn when using disabled transmitter
,
Richard Henderson
,
2023/07/14
[PATCH v2 07/11] hw/char/pl011: Extract pl011_read_rxdata() from pl011_read()
,
Philippe Mathieu-Daudé
,
2023/07/10
Re: [PATCH v2 07/11] hw/char/pl011: Extract pl011_read_rxdata() from pl011_read()
,
Richard Henderson
,
2023/07/14
[PATCH v2 09/11] hw/char/pl011: Check if receiver is enabled
,
Philippe Mathieu-Daudé
,
2023/07/10
Re: [PATCH v2 09/11] hw/char/pl011: Check if receiver is enabled
,
Richard Henderson
,
2023/07/14
[PATCH v2 10/11] hw/char/pl011: Rename RX FIFO methods
,
Philippe Mathieu-Daudé
,
2023/07/10
Re: [PATCH v2 10/11] hw/char/pl011: Rename RX FIFO methods
,
Richard Henderson
,
2023/07/14
[RFC PATCH v2 11/11] hw/char/pl011: Implement TX FIFO
,
Philippe Mathieu-Daudé
,
2023/07/10
Re: [RFC PATCH v2 11/11] hw/char/pl011: Implement TX FIFO
,
Richard Henderson
,
2023/07/14
tests/avocado/replay_kernel: ReplayKernelNormal.test_aarch64_virt failing
,
Philippe Mathieu-Daudé
,
2023/07/10
Re: tests/avocado/replay_kernel: ReplayKernelNormal.test_aarch64_virt failing
,
Pavel Dovgalyuk
,
2023/07/11
Re: tests/avocado/replay_kernel: ReplayKernelNormal.test_aarch64_virt failing
,
John Snow
,
2023/07/11
[PATCH v2] tests/avocado: Disable the test_sbsaref_edk2_firmware by default
,
Thomas Huth
,
2023/07/10
[PATCH for-8.1 0/3] target/arm: Fix ptw bugs introduced by FEAT_RME changes
,
Peter Maydell
,
2023/07/10
[PATCH for-8.1 2/3] target/arm: Fix S1_ptw_translate() debug path
,
Peter Maydell
,
2023/07/10
Re: [PATCH for-8.1 2/3] target/arm: Fix S1_ptw_translate() debug path
,
Peter Maydell
,
2023/07/10
Re: [PATCH for-8.1 2/3] target/arm: Fix S1_ptw_translate() debug path
,
Jean-Philippe Brucker
,
2023/07/11
Re: [PATCH for-8.1 2/3] target/arm: Fix S1_ptw_translate() debug path
,
Richard Henderson
,
2023/07/13
[PATCH for-8.1 3/3] target/arm/ptw.c: Account for FEAT_RME when applying {N}SW, SA bits
,
Peter Maydell
,
2023/07/10
Re: [PATCH for-8.1 3/3] target/arm/ptw.c: Account for FEAT_RME when applying {N}SW,SA bits
,
Richard Henderson
,
2023/07/13
[PATCH for-8.1 1/3] target/arm/ptw.c: Add comments to S1Translate struct fields
,
Peter Maydell
,
2023/07/10
Re: [PATCH for-8.1 1/3] target/arm/ptw.c: Add comments to S1Translate struct fields
,
Richard Henderson
,
2023/07/13
[PATCH] tests/avocado: Disable the test_sbsaref_edk2_firmware in the gitlab-CI
,
Thomas Huth
,
2023/07/10
Re: [PATCH] tests/avocado: Disable the test_sbsaref_edk2_firmware in the gitlab-CI
,
Peter Maydell
,
2023/07/10
Re: [PATCH] tests/avocado: Disable the test_sbsaref_edk2_firmware in the gitlab-CI
,
Thomas Huth
,
2023/07/10
Re: [PULL 03/18] tests/avocado: Add set of boot tests on SBSA-ref
,
Thomas Huth
,
2023/07/10
[PATCH v3 0/7] virtio-mem: Device unplug support
,
David Hildenbrand
,
2023/07/10
[PATCH v3 1/7] virtio-md-pci: New parent type for virtio-mem-pci and virtio-pmem-pci
,
David Hildenbrand
,
2023/07/10
[PATCH v3 2/7] pc: Factor out (un)plug handling of virtio-md-pci devices
,
David Hildenbrand
,
2023/07/10
[PATCH v3 3/7] arm/virt: Use virtio-md-pci (un)plug functions
,
David Hildenbrand
,
2023/07/10
Re: [PATCH v3 3/7] arm/virt: Use virtio-md-pci (un)plug functions
,
Michael S. Tsirkin
,
2023/07/10
Re: [PATCH v3 3/7] arm/virt: Use virtio-md-pci (un)plug functions
,
David Hildenbrand
,
2023/07/11
Re: [PATCH v3 3/7] arm/virt: Use virtio-md-pci (un)plug functions
,
Michael S. Tsirkin
,
2023/07/11
Re: [PATCH v3 3/7] arm/virt: Use virtio-md-pci (un)plug functions
,
David Hildenbrand
,
2023/07/11
Re: [PATCH v3 3/7] arm/virt: Use virtio-md-pci (un)plug functions
,
David Hildenbrand
,
2023/07/11
[PATCH v3 4/7] virtio-md-pci: Handle unplug of virtio based memory devices
,
David Hildenbrand
,
2023/07/10
[PATCH v3 5/7] virtio-md-pci: Support unplug requests for compatible devices
,
David Hildenbrand
,
2023/07/10
[PATCH v3 6/7] virtio-mem: Prepare for device unplug support
,
David Hildenbrand
,
2023/07/10
[PATCH v3 7/7] virtio-mem-pci: Device unplug support
,
David Hildenbrand
,
2023/07/10
Re: [PATCH v3 0/7] virtio-mem: Device unplug support
,
Mario Casquero
,
2023/07/11
Re: [PATCH v3 0/7] virtio-mem: Device unplug support
,
David Hildenbrand
,
2023/07/11
[PATCH 0/1] hw/arm/sbsa-ref: set 'slots' property of xhci
,
Yuquan Wang
,
2023/07/10
[PATCH 1/1] hw/arm/sbsa-ref: set 'slots' property of xhci
,
Yuquan Wang
,
2023/07/10
Re: [PATCH 1/1] hw/arm/sbsa-ref: set 'slots' property of xhci
,
Richard Henderson
,
2023/07/10
Re: [PATCH 1/1] hw/arm/sbsa-ref: set 'slots' property of xhci
,
Marcin Juszkiewicz
,
2023/07/10
Re: [PATCH 1/1] hw/arm/sbsa-ref: set 'slots' property of xhci
,
Richard Henderson
,
2023/07/10
Re: [PATCH 1/1] hw/arm/sbsa-ref: set 'slots' property of xhci
,
Philippe Mathieu-Daudé
,
2023/07/10
Re: [PATCH 1/1] hw/arm/sbsa-ref: set 'slots' property of xhci
,
Marcin Juszkiewicz
,
2023/07/10
Re: [PATCH 0/1] hw/arm/sbsa-ref: set 'slots' property of xhci
,
Peter Maydell
,
2023/07/13
Re: [PATCH-for-5.2? 0/4] hw/arm: Add SD bus QOM alias on the machine/soc
,
Bernhard Beschow
,
2023/07/09
[QEMU][PATCH v2 2/2] xen_arm: Initialize RAM and add hi/low memory regions
,
Vikram Garhwal
,
2023/07/07
Re: [QEMU][PATCH v2 2/2] xen_arm: Initialize RAM and add hi/low memory regions
,
Stefano Stabellini
,
2023/07/07
[QEMU][PATCH v2 1/2] xen_arm: Create virtio-mmio devices during initialization
,
Vikram Garhwal
,
2023/07/07
Re: [QEMU][PATCH v2 1/2] xen_arm: Create virtio-mmio devices during initialization
,
Stefano Stabellini
,
2023/07/07
[PATCH] hw/arm/virt-acpi-build.c: Add missing header
,
Peng Liang
,
2023/07/06
Re: [PATCH] hw/arm/virt-acpi-build.c: Add missing header
,
Peng Liang
,
2023/07/06
Re: [PATCH] hw/arm/virt-acpi-build.c: Add missing header
,
Ani Sinha
,
2023/07/06
Re: [PATCH] hw/arm/virt-acpi-build.c: Add missing header
,
Philippe Mathieu-Daudé
,
2023/07/06
Re: [PATCH] hw/arm/virt-acpi-build.c: Add missing header
,
Michael Tokarev
,
2023/07/06
[PATCH] target/arm: Fix ptw parameters in S1_ptw_translate() for debug contexts
,
Jean-Philippe Brucker
,
2023/07/06
Re: [PATCH] target/arm: Fix ptw parameters in S1_ptw_translate() for debug contexts
,
Peter Maydell
,
2023/07/06
Re: [PATCH] target/arm: Fix ptw parameters in S1_ptw_translate() for debug contexts
,
Jean-Philippe Brucker
,
2023/07/06
Re: [PATCH] target/arm: Fix ptw parameters in S1_ptw_translate() for debug contexts
,
Peter Maydell
,
2023/07/06
Re: [PATCH] target/arm: Fix ptw parameters in S1_ptw_translate() for debug contexts
,
Jean-Philippe Brucker
,
2023/07/06
Re: [PATCH] target/arm: Fix ptw parameters in S1_ptw_translate() for debug contexts
,
Peter Maydell
,
2023/07/06
Re: [PATCH] target/arm: Fix ptw parameters in S1_ptw_translate() for debug contexts
,
Peter Maydell
,
2023/07/06
Re: [PATCH] target/arm: Fix ptw parameters in S1_ptw_translate() for debug contexts
,
Marcin Juszkiewicz
,
2023/07/06
[PATCH] tests/tcg/aarch64/sysregs.c: Use S syntax for id_aa64zfr0_el1 and id_aa64smfr0_el1
,
Peter Maydell
,
2023/07/06
Re: [RFC PATCH 4/5] target/arm: enable feature ARM_FEATURE_EL2 if EL2 is supported
,
Eric Auger
,
2023/07/06
Re: [RFC PATCH 4/5] target/arm: enable feature ARM_FEATURE_EL2 if EL2 is supported
,
Miguel Luis
,
2023/07/14
[PATCH v2 0/2] VIRTIO-IOMMU/VFIO page size related fixes
,
Eric Auger
,
2023/07/05
[PATCH v2 1/2] virtio-iommu: Fix 64kB host page size VFIO device assignment
,
Eric Auger
,
2023/07/05
RE: [PATCH v2 1/2] virtio-iommu: Fix 64kB host page size VFIO device assignment
,
Duan, Zhenzhong
,
2023/07/06
[PATCH v2 2/2] virtio-iommu: Rework the traces in virtio_iommu_set_page_size_mask()
,
Eric Auger
,
2023/07/05
Re: [PATCH v2 0/2] VIRTIO-IOMMU/VFIO page size related fixes
,
Jean-Philippe Brucker
,
2023/07/07
[PATCH 0/4] chardev/char-fe: Document FEWatchFunc and use G_SOURCE_CONTINUE/REMOVE
,
Philippe Mathieu-Daudé
,
2023/07/05
[PATCH 1/4] io/channel: Explicit QIOChannel doc is based on GLib's IOChannel
,
Philippe Mathieu-Daudé
,
2023/07/05
Re: [PATCH 1/4] io/channel: Explicit QIOChannel doc is based on GLib's IOChannel
,
Daniel P . Berrangé
,
2023/07/05
[PATCH 2/4] chardev/char-fe: Clarify qemu_chr_fe_add_watch 'condition' arg is a mask
,
Philippe Mathieu-Daudé
,
2023/07/05
Re: [PATCH 2/4] chardev/char-fe: Clarify qemu_chr_fe_add_watch 'condition' arg is a mask
,
Marc-André Lureau
,
2023/07/10
Re: [PATCH 2/4] chardev/char-fe: Clarify qemu_chr_fe_add_watch 'condition' arg is a mask
,
Philippe Mathieu-Daudé
,
2023/07/10
[PATCH 3/4] chardev/char-fe: Document FEWatchFunc typedef
,
Philippe Mathieu-Daudé
,
2023/07/05
Re: [PATCH 3/4] chardev/char-fe: Document FEWatchFunc typedef
,
Marc-André Lureau
,
2023/07/10
[PATCH 4/4] hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVE
,
Philippe Mathieu-Daudé
,
2023/07/05
Re: [PATCH 4/4] hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVE
,
Marc-André Lureau
,
2023/07/10
Re: [PATCH 0/4] chardev/char-fe: Document FEWatchFunc and use G_SOURCE_CONTINUE/REMOVE
,
Philippe Mathieu-Daudé
,
2023/07/10
[PATCH] target/arm: Avoid over-length shift in arm_cpu_sve_finalize() error case
,
Peter Maydell
,
2023/07/04
Re: [PATCH] target/arm: Avoid over-length shift in arm_cpu_sve_finalize() error case
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH] target/arm: Avoid over-length shift in arm_cpu_sve_finalize() error case
,
Peter Maydell
,
2023/07/04
Re: [PATCH] target/arm: Avoid over-length shift in arm_cpu_sve_finalize() error case
,
Alex Bennée
,
2023/07/04
Re: [PATCH] target/arm: Avoid over-length shift in arm_cpu_sve_finalize() error case
,
Richard Henderson
,
2023/07/05
Re: [PATCH] target/arm: Avoid over-length shift in arm_cpu_sve_finalize() error case
,
Philippe Mathieu-Daudé
,
2023/07/06
Re: [PATCH] target/arm: Avoid over-length shift in arm_cpu_sve_finalize() error case
,
Richard Henderson
,
2023/07/05
Re: [PATCH v3 0/8] Implement Most ARMv8.3 Pointer Authentication Features
,
Peter Maydell
,
2023/07/04
[PATCH v2 00/19] hw/timer/arm_timer: QOM'ify ARM_TIMER and correct sysbus/irq in ICP_PIT
,
Philippe Mathieu-Daudé
,
2023/07/04
[PATCH v2 01/19] hw/timer/arm_timer: Declare QOM types using DEFINE_TYPES() macro
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH v2 01/19] hw/timer/arm_timer: Declare QOM types using DEFINE_TYPES() macro
,
Richard Henderson
,
2023/07/05
[PATCH v2 02/19] hw/timer/arm_timer: Remove pointless cast from void *
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH v2 02/19] hw/timer/arm_timer: Remove pointless cast from void *
,
Richard Henderson
,
2023/07/05
[PATCH v2 03/19] hw/timer/arm_timer: Move SP804 code around
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH v2 03/19] hw/timer/arm_timer: Move SP804 code around
,
Richard Henderson
,
2023/07/05
[PATCH v2 06/19] hw/timer/arm_timer: Rename SP804State -> SP804Timer
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH v2 06/19] hw/timer/arm_timer: Rename SP804State -> SP804Timer
,
Richard Henderson
,
2023/07/05
[PATCH v2 04/19] hw/timer/arm_timer: CamelCase rename icp_pit_state -> IntegratorPIT
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH v2 04/19] hw/timer/arm_timer: CamelCase rename icp_pit_state -> IntegratorPIT
,
Richard Henderson
,
2023/07/05
[PATCH v2 05/19] hw/timer/arm_timer: CamelCase rename arm_timer_state -> ArmTimer
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH v2 05/19] hw/timer/arm_timer: CamelCase rename arm_timer_state -> ArmTimer
,
Richard Henderson
,
2023/07/05
[PATCH v2 07/19] hw/timer/arm_timer: Rename TYPE_SP804 -> TYPE_SP804_TIMER
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH v2 07/19] hw/timer/arm_timer: Rename TYPE_SP804 -> TYPE_SP804_TIMER
,
Richard Henderson
,
2023/07/05
[PATCH v2 09/19] hw/timer/arm_timer: Convert read/write handlers to MemoryRegionOps ones
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH v2 09/19] hw/timer/arm_timer: Convert read/write handlers to MemoryRegionOps ones
,
Richard Henderson
,
2023/07/05
[PATCH v2 08/19] hw/timer/arm_timer: Extract arm_timer_reset_hold()
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH v2 08/19] hw/timer/arm_timer: Extract arm_timer_reset_hold()
,
Richard Henderson
,
2023/07/05
[PATCH v2 13/19] hw/timer/arm_timer: Iterate on timers using for() loop statement
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH v2 13/19] hw/timer/arm_timer: Iterate on timers using for() loop statement
,
Richard Henderson
,
2023/07/05
[PATCH v2 10/19] hw/timer/arm_timer: Rename arm_timer_init() -> arm_timer_new()
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH v2 10/19] hw/timer/arm_timer: Rename arm_timer_init() -> arm_timer_new()
,
Richard Henderson
,
2023/07/05
[PATCH v2 11/19] hw/timer/arm_timer: Convert ArmTimer::freq to uint32_t type
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH v2 11/19] hw/timer/arm_timer: Convert ArmTimer::freq to uint32_t type
,
Richard Henderson
,
2023/07/05
[PATCH v2 14/19] hw/timer/arm_timer: Pass timer output IRQ as parameter to arm_timer_new
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH v2 14/19] hw/timer/arm_timer: Pass timer output IRQ as parameter to arm_timer_new
,
Richard Henderson
,
2023/07/05
[PATCH v2 15/19] hw/timer/arm_timer: Fix misuse of SysBus IRQ in IntegratorPIT
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH v2 15/19] hw/timer/arm_timer: Fix misuse of SysBus IRQ in IntegratorPIT
,
Richard Henderson
,
2023/07/05
[PATCH v2 12/19] hw/timer/arm_timer: Use array of frequency in SP804Timer
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH v2 12/19] hw/timer/arm_timer: Use array of frequency in SP804Timer
,
Richard Henderson
,
2023/07/05
[PATCH v2 16/19] hw/timer/arm_timer: Extract icp_pit_realize() from icp_pit_init()
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH v2 16/19] hw/timer/arm_timer: Extract icp_pit_realize() from icp_pit_init()
,
Richard Henderson
,
2023/07/05
[PATCH v2 17/19] hw/timer/arm_timer: QDev'ify ARM_TIMER
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH v2 17/19] hw/timer/arm_timer: QDev'ify ARM_TIMER
,
Peter Maydell
,
2023/07/24
[PATCH v2 18/19] hw/timer/arm_timer: Map ARM_TIMER MMIO regions into IntegratorPIT
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH v2 18/19] hw/timer/arm_timer: Map ARM_TIMER MMIO regions into IntegratorPIT
,
Richard Henderson
,
2023/07/05
[PATCH v2 19/19] hw/timer/arm_timer: Map ARM_TIMER MMIO regions into SP804Timer
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH v2 19/19] hw/timer/arm_timer: Map ARM_TIMER MMIO regions into SP804Timer
,
Richard Henderson
,
2023/07/05
Re: [PATCH v2 00/19] hw/timer/arm_timer: QOM'ify ARM_TIMER and correct sysbus/irq in ICP_PIT
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH 03/15] hw/timer/arm_timer: Add missing sp804_unrealize() handler
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH 12/15] hw/timer/arm_timer: Pass timer output IRQ as parameter to arm_timer_new
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH 13/15] hw/timer/arm_timer: Fix misuse of SysBus IRQ in IcpPitState
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH v3 8/8] target/arm: Add CPU property for QARMA3, enable FPACCombined by default
,
Peter Maydell
,
2023/07/04
Re: [PATCH v3 7/8] target/arm: Implement v8.3 FPAC and FPACCOMBINE
,
Peter Maydell
,
2023/07/04
Re: [PATCH] hw: arm: allwinner-sramc: Set class_size
,
Peter Maydell
,
2023/07/04
Re: [PATCH] hw: arm: allwinner-sramc: Set class_size
,
Alex Bennée
,
2023/07/04
Re: [PATCH 1/1] hw/arm/sbsa-ref: add PCIe node into DT
,
Peter Maydell
,
2023/07/04
Re: [PATCH 1/1] hw/arm/sbsa-ref: add PCIe node into DT
,
Marcin Juszkiewicz
,
2023/07/04
Re: [PATCH] target/arm: gdbstub: Guard M-profile code with CONFIG_TCG
,
Peter Maydell
,
2023/07/04
Re: [PATCH] target/arm: gdbstub: Guard M-profile code with CONFIG_TCG
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH] target/arm: gdbstub: Guard M-profile code with CONFIG_TCG
,
Peter Maydell
,
2023/07/04
Re: [PATCH] target/arm: gdbstub: Guard M-profile code with CONFIG_TCG
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH] target/arm: gdbstub: Guard M-profile code with CONFIG_TCG
,
Richard Henderson
,
2023/07/05
Re: [PATCH] target/arm: gdbstub: Guard M-profile code with CONFIG_TCG
,
Fabiano Rosas
,
2023/07/05
[PATCH 0/2] target/arm: Implement Cortex Neoverse-V1
,
Peter Maydell
,
2023/07/04
[PATCH 1/2] target/arm: Suppress more TCG unimplemented features in ID registers
,
Peter Maydell
,
2023/07/04
Re: [PATCH 1/2] target/arm: Suppress more TCG unimplemented features in ID registers
,
Alex Bennée
,
2023/07/04
Re: [PATCH 1/2] target/arm: Suppress more TCG unimplemented features in ID registers
,
Richard Henderson
,
2023/07/05
[PATCH 2/2] target/arm: Define neoverse-v1
,
Peter Maydell
,
2023/07/04
Re: [PATCH 2/2] target/arm: Define neoverse-v1
,
Alex Bennée
,
2023/07/04
Re: [PATCH 2/2] target/arm: Define neoverse-v1
,
Richard Henderson
,
2023/07/05
Re: [PATCH 2/2] target/arm: Define neoverse-v1
,
Peter Maydell
,
2023/07/06
Re: [PATCH 0/2] target/arm: Implement Cortex Neoverse-V1
,
Marcin Juszkiewicz
,
2023/07/04
Re: [PATCH 0/2] target/arm: Implement Cortex Neoverse-V1
,
Philippe Mathieu-Daudé
,
2023/07/04
Re: [PATCH 0/2] target/arm: Implement Cortex Neoverse-V1
,
Marcin Juszkiewicz
,
2023/07/04
Re: [PATCH 0/2] target/arm: Implement Cortex Neoverse-V1
,
Philippe Mathieu-Daudé
,
2023/07/04
[PATCH 0/2] VIRTIO-IOMMU/VFIO page size related fixes
,
Eric Auger
,
2023/07/04
[PATCH 1/2] virtio-iommu: Fix 64kB host page size VFIO device assignment
,
Eric Auger
,
2023/07/04
RE: [PATCH 1/2] virtio-iommu: Fix 64kB host page size VFIO device assignment
,
Duan, Zhenzhong
,
2023/07/05
Re: [PATCH 1/2] virtio-iommu: Fix 64kB host page size VFIO device assignment
,
Eric Auger
,
2023/07/05
RE: [PATCH 1/2] virtio-iommu: Fix 64kB host page size VFIO device assignment
,
Duan, Zhenzhong
,
2023/07/05
Re: [PATCH 1/2] virtio-iommu: Fix 64kB host page size VFIO device assignment
,
Jean-Philippe Brucker
,
2023/07/05
RE: [PATCH 1/2] virtio-iommu: Fix 64kB host page size VFIO device assignment
,
Duan, Zhenzhong
,
2023/07/05
Re: [PATCH 1/2] virtio-iommu: Fix 64kB host page size VFIO device assignment
,
Jean-Philippe Brucker
,
2023/07/05
RE: [PATCH 1/2] virtio-iommu: Fix 64kB host page size VFIO device assignment
,
Duan, Zhenzhong
,
2023/07/06
[PATCH 2/2] virtio-iommu: Rework the trace in virtio_iommu_set_page_size_mask()
,
Eric Auger
,
2023/07/04
RE: [PATCH 2/2] virtio-iommu: Rework the trace in virtio_iommu_set_page_size_mask()
,
Duan, Zhenzhong
,
2023/07/05
RE: [PATCH 2/2] virtio-iommu: Rework the trace in virtio_iommu_set_page_size_mask()
,
Duan, Zhenzhong
,
2023/07/05
Re: [PATCH 2/2] virtio-iommu: Rework the trace in virtio_iommu_set_page_size_mask()
,
Eric Auger
,
2023/07/05
RE: [PATCH 2/2] virtio-iommu: Rework the trace in virtio_iommu_set_page_size_mask()
,
Duan, Zhenzhong
,
2023/07/06
Re: [PATCH 2/2] virtio-iommu: Rework the trace in virtio_iommu_set_page_size_mask()
,
Jean-Philippe Brucker
,
2023/07/06
Re: [PATCH 2/2] virtio-iommu: Rework the trace in virtio_iommu_set_page_size_mask()
,
Eric Auger
,
2023/07/06
RE: [PATCH 2/2] virtio-iommu: Rework the trace in virtio_iommu_set_page_size_mask()
,
Duan, Zhenzhong
,
2023/07/06
Re: [PATCH 2/2] virtio-iommu: Rework the trace in virtio_iommu_set_page_size_mask()
,
Michael S. Tsirkin
,
2023/07/06
[PATCH qemu v5] aspeed add montblanc bmc reference from fuji
,
~ssinprem
,
2023/07/04
Re: [PATCH qemu v5] aspeed add montblanc bmc reference from fuji
,
Cédric Le Goater
,
2023/07/04
Re: [PATCH qemu v5] aspeed add montblanc bmc reference from fuji
,
Sittisak Sinprem
,
2023/07/04
Re: [PATCH qemu v5] aspeed add montblanc bmc reference from fuji
,
Cédric Le Goater
,
2023/07/04
Re: [PATCH qemu v5] aspeed add montblanc bmc reference from fuji
,
Mike Choi
,
2023/07/05
Re: [PATCH qemu v5] aspeed add montblanc bmc reference from fuji
,
Sittisak Sinprem
,
2023/07/05
Re: [PATCH qemu v5] aspeed add montblanc bmc reference from fuji
,
Cédric Le Goater
,
2023/07/06
Re: [PATCH qemu v5] aspeed add montblanc bmc reference from fuji
,
Michael Tokarev
,
2023/07/04
[PATCH qemu v4] aspeed add montblanc bmc reference from fuji
,
~ssinprem
,
2023/07/04
Re: [PATCH qemu v4] aspeed add montblanc bmc reference from fuji
,
Sittisak Sinprem
,
2023/07/04
Re: [PATCH qemu v4] aspeed add montblanc bmc reference from fuji
,
Cédric Le Goater
,
2023/07/04
Re: [PATCH 07/15] hw/timer/arm_timer: Extract arm_timer_reset()
,
Philippe Mathieu-Daudé
,
2023/07/04
RE: [PATCH v1 0/5] target/arm: Handle psci calls in userspace
,
Salil Mehta
,
2023/07/04
Re: [PATCH v1 0/5] target/arm: Handle psci calls in userspace
,
Gavin Shan
,
2023/07/12
Re: [PATCH v1 4/5] arm/kvm: add skeleton implementation for userspace SMCCC call handling
,
Cornelia Huck
,
2023/07/04
Re: [PATCH v1 2/5] linux-headers: Import arm-smccc.h from Linux v6.4-rc7
,
Cornelia Huck
,
2023/07/04
[PULL 18/38] target/arm: make arm_casq_ptw CONFIG_TCG only
,
Alex Bennée
,
2023/07/03
[PULL 19/38] plugins: force slow path when plugins instrument memory ops
,
Alex Bennée
,
2023/07/03
[PULL 16/38] tests/avocado: update firmware to enable sbsa-ref/max
,
Alex Bennée
,
2023/07/03
[PATCH qemu v3] aspeed add montblanc bmc reference from fuji
,
~ssinprem
,
2023/07/03
Re: [PATCH qemu v3] aspeed add montblanc bmc reference from fuji
,
Cédric Le Goater
,
2023/07/03
Re: [PATCH qemu v3] aspeed add montblanc bmc reference from fuji
,
Cédric Le Goater
,
2023/07/04
[PATCH] aspeed: Introduce helper for 32-bit hosts limitation
,
Cédric Le Goater
,
2023/07/03
Re: [PATCH] aspeed: Introduce helper for 32-bit hosts limitation
,
Philippe Mathieu-Daudé
,
2023/07/03
Re: [PATCH] aspeed: Introduce helper for 32-bit hosts limitation
,
Alex Bennée
,
2023/07/03
Re: [RFC v3 09/10] target/arm: Add support for native library calls
,
Alex Bennée
,
2023/07/03
[PATCH qemu v2] aspeed add montblanc bmc reference from fuji
,
~ssinprem
,
2023/07/03
Re: [PATCH qemu v2] aspeed add montblanc bmc reference from fuji
,
Cédric Le Goater
,
2023/07/03
[PATCH v4 00/37] crypto: Provide aes-round.h and host accel
,
Richard Henderson
,
2023/07/03
[PATCH v4 11/37] crypto: Add aesdec_ISB_ISR_AK_IMC
,
Richard Henderson
,
2023/07/03
[PATCH v4 12/37] host/include/i386: Implement aes-round.h
,
Richard Henderson
,
2023/07/03
[PATCH v4 10/37] crypto: Add aesdec_ISB_ISR_IMC_AK
,
Richard Henderson
,
2023/07/03
[PATCH v4 13/37] host/include/aarch64: Implement aes-round.h
,
Richard Henderson
,
2023/07/03
Re: [PATCH v4 13/37] host/include/aarch64: Implement aes-round.h
,
Philippe Mathieu-Daudé
,
2023/07/08
[PATCH v4 20/37] target/i386: Use aesdec_ISB_ISR_AK
,
Richard Henderson
,
2023/07/03
[PATCH v4 16/37] target/ppc: Use aesdec_ISB_ISR_AK
,
Richard Henderson
,
2023/07/03
[PATCH v4 19/37] target/i386: Use aesenc_SB_SR_AK
,
Richard Henderson
,
2023/07/03
[PATCH v4 15/37] target/ppc: Use aesenc_SB_SR_AK
,
Richard Henderson
,
2023/07/03
[PATCH v4 04/37] crypto/aes: Add AES_SH, AES_ISH macros
,
Richard Henderson
,
2023/07/03
[PATCH v4 05/37] crypto: Add aesenc_SB_SR_AK
,
Richard Henderson
,
2023/07/03
[PATCH v4 17/37] target/ppc: Use aesenc_SB_SR_MC_AK
,
Richard Henderson
,
2023/07/03
Re: [PATCH v4 17/37] target/ppc: Use aesenc_SB_SR_MC_AK
,
Philippe Mathieu-Daudé
,
2023/07/07
[PATCH v4 02/37] tests/multiarch: Add test-aes
,
Richard Henderson
,
2023/07/03
Re: [PATCH v4 02/37] tests/multiarch: Add test-aes
,
Christoph Müllner
,
2023/07/03
Re: [PATCH v4 02/37] tests/multiarch: Add test-aes
,
Richard Henderson
,
2023/07/05
[PATCH v4 14/37] host/include/ppc: Implement aes-round.h
,
Richard Henderson
,
2023/07/03
[PATCH v4 09/37] crypto: Add aesenc_SB_SR_MC_AK
,
Richard Henderson
,
2023/07/03
[PATCH v4 07/37] crypto: Add aesenc_MC
,
Richard Henderson
,
2023/07/03
[PATCH v4 18/37] target/ppc: Use aesdec_ISB_ISR_AK_IMC
,
Richard Henderson
,
2023/07/03
[PATCH v4 01/37] util: Add cpuinfo-ppc.c
,
Richard Henderson
,
2023/07/03
[PATCH v4 06/37] crypto: Add aesdec_ISB_ISR_AK
,
Richard Henderson
,
2023/07/03
[PATCH v4 08/37] crypto: Add aesdec_IMC
,
Richard Henderson
,
2023/07/03
[PATCH v4 26/37] target/arm: Use aesdec_ISB_ISR_AK
,
Richard Henderson
,
2023/07/03
Re: [PATCH v4 26/37] target/arm: Use aesdec_ISB_ISR_AK
,
Philippe Mathieu-Daudé
,
2023/07/08
[PATCH v4 25/37] target/arm: Use aesenc_SB_SR_AK
,
Richard Henderson
,
2023/07/03
Re: [PATCH v4 25/37] target/arm: Use aesenc_SB_SR_AK
,
Philippe Mathieu-Daudé
,
2023/07/08
[PATCH v4 03/37] target/arm: Move aesmc and aesimc tables to crypto/aes.c
,
Richard Henderson
,
2023/07/03
[PATCH v4 21/37] target/i386: Use aesdec_IMC
,
Richard Henderson
,
2023/07/03
Re: [PATCH v4 21/37] target/i386: Use aesdec_IMC
,
Philippe Mathieu-Daudé
,
2023/07/07
[PATCH v4 22/37] target/i386: Use aesenc_SB_SR_MC_AK
,
Richard Henderson
,
2023/07/03
Re: [PATCH v4 22/37] target/i386: Use aesenc_SB_SR_MC_AK
,
Philippe Mathieu-Daudé
,
2023/07/07
[PATCH v4 27/37] target/arm: Use aesenc_MC
,
Richard Henderson
,
2023/07/03
Re: [PATCH v4 27/37] target/arm: Use aesenc_MC
,
Philippe Mathieu-Daudé
,
2023/07/08
[PATCH v4 29/37] target/riscv: Use aesenc_SB_SR_AK
,
Richard Henderson
,
2023/07/03
Re: [PATCH v4 29/37] target/riscv: Use aesenc_SB_SR_AK
,
Philippe Mathieu-Daudé
,
2023/07/07
[PATCH v4 23/37] target/i386: Use aesdec_ISB_ISR_IMC_AK
,
Richard Henderson
,
2023/07/03
Re: [PATCH v4 23/37] target/i386: Use aesdec_ISB_ISR_IMC_AK
,
Philippe Mathieu-Daudé
,
2023/07/07
[PATCH v4 24/37] target/arm: Demultiplex AESE and AESMC
,
Richard Henderson
,
2023/07/03
[PATCH v4 33/37] target/riscv: Use aesdec_ISB_ISR_IMC_AK
,
Richard Henderson
,
2023/07/03
Re: [PATCH v4 33/37] target/riscv: Use aesdec_ISB_ISR_IMC_AK
,
Philippe Mathieu-Daudé
,
2023/07/08
[PATCH v4 28/37] target/arm: Use aesdec_IMC
,
Richard Henderson
,
2023/07/03
Re: [PATCH v4 28/37] target/arm: Use aesdec_IMC
,
Philippe Mathieu-Daudé
,
2023/07/08
[PATCH v4 30/37] target/riscv: Use aesdec_ISB_ISR_AK
,
Richard Henderson
,
2023/07/03
Re: [PATCH v4 30/37] target/riscv: Use aesdec_ISB_ISR_AK
,
Philippe Mathieu-Daudé
,
2023/07/07
[PATCH v4 31/37] target/riscv: Use aesdec_IMC
,
Richard Henderson
,
2023/07/03
Re: [PATCH v4 31/37] target/riscv: Use aesdec_IMC
,
Philippe Mathieu-Daudé
,
2023/07/08
[PATCH v4 32/37] target/riscv: Use aesenc_SB_SR_MC_AK
,
Richard Henderson
,
2023/07/03
Re: [PATCH v4 32/37] target/riscv: Use aesenc_SB_SR_MC_AK
,
Philippe Mathieu-Daudé
,
2023/07/07
[PATCH v4 36/37] crypto: Remove AES_imc
,
Richard Henderson
,
2023/07/03
[PATCH v4 35/37] crypto: Implement aesdec_IMC with AES_imc_rot
,
Richard Henderson
,
2023/07/03
[PATCH v4 37/37] crypto: Unexport AES_*_rot, AES_TeN, AES_TdN
,
Richard Henderson
,
2023/07/03
[PATCH v4 34/37] crypto: Remove AES_shifts, AES_ishifts
,
Richard Henderson
,
2023/07/03
Re: [PATCH v4 00/37] crypto: Provide aes-round.h and host accel
,
Daniel Henrique Barboza
,
2023/07/07
Re: [PATCH v4 00/37] crypto: Provide aes-round.h and host accel
,
Philippe Mathieu-Daudé
,
2023/07/08
Re: [PATCH] riscv: Generate devicetree only after machine initialization is complete
,
Philippe Mathieu-Daudé
,
2023/07/03
Re: [PATCH] riscv: Generate devicetree only after machine initialization is complete
,
Guenter Roeck
,
2023/07/03
Re: [PATCH] riscv: Generate devicetree only after machine initialization is complete
,
Daniel Henrique Barboza
,
2023/07/03
Re: [PATCH] STM32F100: support different density lines
,
Alistair Francis
,
2023/07/03
Re: [PATCH] STM32F100: support different density lines
,
Alistair Francis
,
2023/07/03
Re: [PATCH v4 6/6] hw/riscv: Enable TPM backends
,
Alistair Francis
,
2023/07/02
[PATCH v7 13/15] crypto: Create sm4_subword
,
Max Chou
,
2023/07/02
Re: Regarding hello world program for ARM M7 (s32k312) using qemu
,
abhijit patil
,
2023/07/02
Re: Regarding hello world program for ARM M7 (s32k312) using qemu
,
abhijit patil
,
2023/07/02
Re: Regarding hello world program for ARM M7 (s32k312) using qemu
,
abhijit patil
,
2023/07/03
Re: [PATCH v7 0/9] net: Pad short frames for network backends
,
Bin Meng
,
2023/07/01
Re: [PATCH v7 0/9] net: Pad short frames for network backends
,
Jason Wang
,
2023/07/03
Re: Emulation of 'System OFF' mode in ARM nRF51 SoCs
,
Chris Laplante
,
2023/07/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc