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: Fri Aug 19 2022 07:02:05 -0400
Threads in reverse chronological order
[
Next Period
]
[PATCH 0/6] target/arm: Fix v8 AArch32 RAZ ID regs; implement FEAT_ETS
,
Peter Maydell
,
2022/08/19
[PATCH 1/6] target/arm: Make cpregs 0, c0, c{3-15}, {0-7} correctly RAZ in v8
,
Peter Maydell
,
2022/08/19
[PATCH 4/6] target/arm: Implement ID_DFR1
,
Peter Maydell
,
2022/08/19
[PATCH 5/6] target/arm: Advertise FEAT_ETS for '-cpu max'
,
Peter Maydell
,
2022/08/19
[PATCH 3/6] target/arm: Implement ID_MMFR5
,
Peter Maydell
,
2022/08/19
[PATCH 2/6] target/arm: Sort KVM reads of AArch32 ID registers into encoding order
,
Peter Maydell
,
2022/08/19
[PATCH 6/6] target/arm: Add missing space in comment
,
Peter Maydell
,
2022/08/19
[PATCH v2] target/arm: Add cortex-a35
,
Hao Wu
,
2022/08/18
[PULL 0/3] Fixes for QEMU 7.1-rc4
,
marcandre . lureau
,
2022/08/18
[PULL 1/3] dbus-vmstate: Restrict error checks to registered proxies in dbus_get_proxies
,
marcandre . lureau
,
2022/08/18
[PULL 2/3] build-sys: disable vhost-user-gpu if !opengl
,
marcandre . lureau
,
2022/08/18
[PULL 3/3] ui/console: fix qemu_console_resize() regression
,
marcandre . lureau
,
2022/08/18
Re: [PULL 0/3] Fixes for QEMU 7.1-rc4
,
Richard Henderson
,
2022/08/18
[PATCH v2 00/33] accel/tcg + target/arm: pc-relative translation
,
Richard Henderson
,
2022/08/16
[PATCH v2 01/33] linux-user/arm: Mark the commpage executable
,
Richard Henderson
,
2022/08/16
[PATCH v2 02/33] linux-user/hppa: Allocate page zero as a commpage
,
Richard Henderson
,
2022/08/16
[PATCH v2 03/33] linux-user/x86_64: Allocate vsyscall page as a commpage
,
Richard Henderson
,
2022/08/16
Re: [PATCH v2 03/33] linux-user/x86_64: Allocate vsyscall page as a commpage
,
Ilya Leoshkevich
,
2022/08/17
[PATCH v2 05/33] tests/tcg/i386: Move smc_code2 to an executable section
,
Richard Henderson
,
2022/08/16
[PATCH v2 06/33] accel/tcg: Remove PageDesc code_bitmap
,
Richard Henderson
,
2022/08/16
[PATCH v2 11/33] accel/tcg: Use probe_access_internal for softmmu get_page_addr_code_hostp
,
Richard Henderson
,
2022/08/16
[PATCH v2 09/33] accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.c
,
Richard Henderson
,
2022/08/16
[PATCH v2 08/33] accel/tcg: Make tb_htable_lookup static
,
Richard Henderson
,
2022/08/16
[PATCH v2 04/33] linux-user: Honor PT_GNU_STACK
,
Richard Henderson
,
2022/08/16
[PATCH v2 14/33] accel/tcg: Raise PROT_EXEC exception early
,
Richard Henderson
,
2022/08/16
[PATCH v2 13/33] accel/tcg: Unlock mmap_lock after longjmp
,
Richard Henderson
,
2022/08/16
[PATCH v2 19/33] accel/tcg: Use DisasContextBase in plugin_gen_tb_start
,
Richard Henderson
,
2022/08/16
[PATCH v2 21/33] include/hw/core: Create struct CPUJumpCache
,
Richard Henderson
,
2022/08/16
[PATCH v2 15/33] accel/tcg: Introduce is_same_page()
,
Richard Henderson
,
2022/08/16
[PATCH v2 17/33] accel/tcg: Add pc and host_pc params to gen_intermediate_code
,
Richard Henderson
,
2022/08/16
[PATCH v2 07/33] accel/tcg: Use bool for page_find_alloc
,
Richard Henderson
,
2022/08/16
[PATCH v2 20/33] accel/tcg: Do not align tb->page_addr[0]
,
Richard Henderson
,
2022/08/16
[PATCH v2 12/33] accel/tcg: Add nofault parameter to get_page_addr_code_hostp
,
Richard Henderson
,
2022/08/16
[PATCH v2 18/33] accel/tcg: Add fast path for translator_ld*
,
Richard Henderson
,
2022/08/16
[PATCH v2 10/33] accel/tcg: Properly implement get_page_addr_code for user-only
,
Richard Henderson
,
2022/08/16
[PATCH v2 24/33] accel/tcg: Split log_cpu_exec into inline and slow path
,
Richard Henderson
,
2022/08/16
[PATCH v2 26/33] target/arm: Change gen_goto_tb to work on displacements
,
Richard Henderson
,
2022/08/16
[PATCH v2 25/33] target/arm: Introduce curr_insn_len
,
Richard Henderson
,
2022/08/16
[PATCH v2 27/33] target/arm: Change gen_*set_pc_im to gen_*update_pc
,
Richard Henderson
,
2022/08/16
[PATCH v2 23/33] accel/tcg: Introduce TARGET_TB_PCREL
,
Richard Henderson
,
2022/08/16
[PATCH v2 32/33] target/arm: Introduce gen_pc_plus_diff for aarch32
,
Richard Henderson
,
2022/08/16
[PATCH v2 28/33] target/arm: Change gen_exception_insn* to work on displacements
,
Richard Henderson
,
2022/08/16
[PATCH v2 33/33] target/arm: Enable TARGET_TB_PCREL
,
Richard Henderson
,
2022/08/16
Re: [PATCH v2 33/33] target/arm: Enable TARGET_TB_PCREL
,
Richard Henderson
,
2022/08/16
[PATCH v2 30/33] target/arm: Change gen_jmp* to work on displacements
,
Richard Henderson
,
2022/08/16
[PATCH v2 22/33] accel/tcg: Introduce tb_pc and tb_pc_log
,
Richard Henderson
,
2022/08/16
[PATCH v2 29/33] target/arm: Change gen_exception_internal to work on displacements
,
Richard Henderson
,
2022/08/16
[PATCH v2 16/33] accel/tcg: Remove translator_ldsw
,
Richard Henderson
,
2022/08/16
[PATCH v2 31/33] target/arm: Introduce gen_pc_plus_diff for aarch64
,
Richard Henderson
,
2022/08/16
[PATCH for-7.2 v3 01/20] hw/arm: do not free machine->fdt in arm_load_dtb()
,
Daniel Henrique Barboza
,
2022/08/16
[PATCH v2] hw/acpi: Add ospm_status hook implementation for acpi-ged
,
Keqian Zhu
,
2022/08/16
[PATCH] acpi_ged: Add ospm_status hook implementation
,
Keqian Zhu
,
2022/08/16
Re: [PATCH] acpi_ged: Add ospm_status hook implementation
,
Peter Maydell
,
2022/08/16
答复: [PATCH] acpi_ged: Add ospm_status hook implementation
,
zhukeqian
,
2022/08/16
Re: [PATCH] acpi_ged: Add ospm_status hook implementation
,
Peter Maydell
,
2022/08/16
答复: [PATCH] acpi_ged: Add ospm_status hook implementation
,
zhukeqian
,
2022/08/16
[PATCH] target/arm: Add cortex-a35
,
Hao Wu
,
2022/08/15
Re: [PATCH] target/arm: Add cortex-a35
,
Peter Maydell
,
2022/08/18
Re: [PATCH] target/arm: Add cortex-a35
,
Hao Wu
,
2022/08/18
[PATCH 0/7] Allow semihosting from user mode
,
Peter Maydell
,
2022/08/15
[PATCH 1/7] semihosting: Allow optional use of semihosting from userspace
,
Peter Maydell
,
2022/08/15
Re: [PATCH 1/7] semihosting: Allow optional use of semihosting from userspace
,
Philippe Mathieu-Daudé
,
2022/08/15
Re: [PATCH 1/7] semihosting: Allow optional use of semihosting from userspace
,
Alex Bennée
,
2022/08/16
Re: [PATCH 1/7] semihosting: Allow optional use of semihosting from userspace
,
Alistair Francis
,
2022/08/18
[PATCH 3/7] target/m68k: Honour -semihosting-config userspace=on
,
Peter Maydell
,
2022/08/15
Re: [PATCH 3/7] target/m68k: Honour -semihosting-config userspace=on
,
Laurent Vivier
,
2022/08/16
[PATCH 4/7] target/mips: Honour -semihosting-config userspace=on
,
Peter Maydell
,
2022/08/15
Re: [PATCH 4/7] target/mips: Honour -semihosting-config userspace=on
,
Philippe Mathieu-Daudé
,
2022/08/15
[PATCH 2/7] target/arm: Honour -semihosting-config userspace=on
,
Peter Maydell
,
2022/08/15
[PATCH 5/7] target/nios2: Honour -semihosting-config userspace=on
,
Peter Maydell
,
2022/08/15
[PATCH 6/7] target/xtensa: Honour -semihosting-config userspace=on
,
Peter Maydell
,
2022/08/15
Re: [PATCH 6/7] target/xtensa: Honour -semihosting-config userspace=on
,
Max Filippov
,
2022/08/15
Re: [PATCH 6/7] target/xtensa: Honour -semihosting-config userspace=on
,
Philippe Mathieu-Daudé
,
2022/08/15
[PATCH 7/7] target/riscv: Honour -semihosting-config userspace=on and enable=on
,
Peter Maydell
,
2022/08/15
Re: [PATCH 7/7] target/riscv: Honour -semihosting-config userspace=on and enable=on
,
Richard Henderson
,
2022/08/15
Re: [PATCH 7/7] target/riscv: Honour -semihosting-config userspace=on and enable=on
,
Furquan Shaikh
,
2022/08/16
Re: [PATCH 7/7] target/riscv: Honour -semihosting-config userspace=on and enable=on
,
Alistair Francis
,
2022/08/18
Re: [PATCH 7/7] target/riscv: Honour -semihosting-config userspace=on and enable=on
,
Peter Maydell
,
2022/08/18
Re: [PATCH 7/7] target/riscv: Honour -semihosting-config userspace=on and enable=on
,
Alistair Francis
,
2022/08/18
Re: [PATCH 7/7] target/riscv: Honour -semihosting-config userspace=on and enable=on
,
Peter Maydell
,
2022/08/19
Re: [PATCH 0/7] Allow semihosting from user mode
,
Richard Henderson
,
2022/08/15
[PATCH v2 0/4] hw/arm/virt: Improve address assignment for high memory regions
,
Gavin Shan
,
2022/08/15
[PATCH v2 1/4] hw/arm/virt: Rename variable size to region_size in virt_set_memmap()
,
Gavin Shan
,
2022/08/15
[PATCH v2 4/4] virt/hw/virt: Add virt_set_high_memmap() helper
,
Gavin Shan
,
2022/08/15
Re: [PATCH v2 4/4] virt/hw/virt: Add virt_set_high_memmap() helper
,
Zhenyu Zhang
,
2022/08/16
[PATCH v2 2/4] hw/arm/virt: Introduce variable region_base in virt_set_memmap()
,
Gavin Shan
,
2022/08/15
[PATCH v2 3/4] hw/arm/virt: Improve address assignment for high memory regions
,
Gavin Shan
,
2022/08/15
Teensy 4.1 Implementation
,
Shiny Saana
,
2022/08/13
Re: Teensy 4.1 Implementation
,
Peter Maydell
,
2022/08/15
Re: Teensy 4.1 Implementation
,
Shiny Saana
,
2022/08/15
Re: Teensy 4.1 Implementation
,
Alex Bennée
,
2022/08/16
Re: Teensy 4.1 Implementation
,
Peter Maydell
,
2022/08/16
[PATCH] hw/arm/nvic: implement "num-prio-bits" property
,
Anton Kochkov
,
2022/08/13
Re: [PATCH] hw/arm/nvic: implement "num-prio-bits" property
,
Peter Maydell
,
2022/08/13
[PATCH] target/arm: Rearrange cpu64.c so all the CPU initfns are together
,
Peter Maydell
,
2022/08/12
Re: [PATCH] target/arm: Rearrange cpu64.c so all the CPU initfns are together
,
Richard Henderson
,
2022/08/12
Re: [PATCH] target/arm: Rearrange cpu64.c so all the CPU initfns are together
,
Philippe Mathieu-Daudé
,
2022/08/15
Re: [PATCH 00/62] target/arm: Implement FEAT_HAFDBS
,
Peter Maydell
,
2022/08/12
Re: [PATCH 00/62] target/arm: Implement FEAT_HAFDBS
,
Richard Henderson
,
2022/08/12
[PATCH] hw/arm/bcm2835_property: Add support for RPI_FIRMWARE_FRAMEBUFFER_GET_NUM_DISPLAYS
,
Enrik Berkhan
,
2022/08/12
Re: [PATCH] hw/arm/bcm2835_property: Add support for RPI_FIRMWARE_FRAMEBUFFER_GET_NUM_DISPLAYS
,
Philippe Mathieu-Daudé
,
2022/08/15
qemu-system-aarch64: Failed to retrieve host CPU features
,
Vitaly Chikunov
,
2022/08/11
Re: qemu-system-aarch64: Failed to retrieve host CPU features
,
Vitaly Chikunov
,
2022/08/12
Re: qemu-system-aarch64: Failed to retrieve host CPU features
,
Peter Maydell
,
2022/08/12
Re: qemu-system-aarch64: Failed to retrieve host CPU features
,
Marc Zyngier
,
2022/08/12
Re: qemu-system-aarch64: Failed to retrieve host CPU features
,
Vitaly Chikunov
,
2022/08/13
Re: qemu-system-aarch64: Failed to retrieve host CPU features
,
Marc Zyngier
,
2022/08/13
Re: qemu-system-aarch64: Failed to retrieve host CPU features
,
Peter Maydell
,
2022/08/16
Re: qemu-system-aarch64: Failed to retrieve host CPU features
,
Marc Zyngier
,
2022/08/12
[PATCH] hw/arm/virt-acpi-build: Present the GICR structure properly for GICv4
,
Zenghui Yu
,
2022/08/11
Re: [PATCH] hw/arm/virt-acpi-build: Present the GICR structure properly for GICv4
,
Peter Maydell
,
2022/08/12
[PATCH 00/10] target/arm: Implement FEAT_PMUv3p5
,
Peter Maydell
,
2022/08/11
[PATCH 01/10] target/arm: Don't corrupt high half of PMOVSR when cycle counter overflows
,
Peter Maydell
,
2022/08/11
Re: [PATCH 01/10] target/arm: Don't corrupt high half of PMOVSR when cycle counter overflows
,
Richard Henderson
,
2022/08/11
[PATCH 02/10] target/arm: Correct value returned by pmu_counter_mask()
,
Peter Maydell
,
2022/08/11
Re: [PATCH 02/10] target/arm: Correct value returned by pmu_counter_mask()
,
Richard Henderson
,
2022/08/11
[PATCH 04/10] target/arm: Ignore PMCR.D when PMCR.LC is set
,
Peter Maydell
,
2022/08/11
Re: [PATCH 04/10] target/arm: Ignore PMCR.D when PMCR.LC is set
,
Richard Henderson
,
2022/08/11
[PATCH 05/10] target/arm: Honour MDCR_EL2.HPMD in Secure EL2
,
Peter Maydell
,
2022/08/11
Re: [PATCH 05/10] target/arm: Honour MDCR_EL2.HPMD in Secure EL2
,
Richard Henderson
,
2022/08/11
Re: [PATCH 05/10] target/arm: Honour MDCR_EL2.HPMD in Secure EL2
,
Peter Maydell
,
2022/08/11
[PATCH 08/10] target/arm: Implement FEAT_PMUv3p5 cycle counter disable bits
,
Peter Maydell
,
2022/08/11
[PATCH 03/10] target/arm: Don't mishandle count when enabling or disabling PMU counters
,
Peter Maydell
,
2022/08/11
Re: [PATCH 03/10] target/arm: Don't mishandle count when enabling or disabling PMU counters
,
Richard Henderson
,
2022/08/11
[PATCH 06/10] target/arm: Detect overflow when calculating next PMU interrupt
,
Peter Maydell
,
2022/08/11
Re: [PATCH 06/10] target/arm: Detect overflow when calculating next PMU interrupt
,
Richard Henderson
,
2022/08/11
[PATCH 10/10] target/arm: Report FEAT_PMUv3p5 for TCG '-cpu max'
,
Peter Maydell
,
2022/08/11
Re: [PATCH 10/10] target/arm: Report FEAT_PMUv3p5 for TCG '-cpu max'
,
Peter Maydell
,
2022/08/11
[PATCH 07/10] target/arm: Rename pmu_8_n feature test functions
,
Peter Maydell
,
2022/08/11
Re: [PATCH 07/10] target/arm: Rename pmu_8_n feature test functions
,
Richard Henderson
,
2022/08/11
[PATCH 09/10] target/arm: Support 64-bit event counters for FEAT_PMUv3p5
,
Peter Maydell
,
2022/08/11
[PATCH for-7.1] target/arm: Don't report Statistical Profiling Extension in ID registers
,
Peter Maydell
,
2022/08/11
Re: [PATCH for-7.1] target/arm: Don't report Statistical Profiling Extension in ID registers
,
Richard Henderson
,
2022/08/11
Re: [PATCH for-7.1] target/arm: Don't report Statistical Profiling Extension in ID registers
,
Philippe Mathieu-Daudé
,
2022/08/11
Re: [PATCH for-7.1] target/arm: Don't report Statistical Profiling Extension in ID registers
,
Zenghui Yu
,
2022/08/11
Re: [PATCH] [PATCH] linux-user/aarch64: Reset target data on MADV_DONTNEED
,
Vitaly Buka
,
2022/08/10
Re: [PATCH] [PATCH] linux-user/aarch64: Reset target data on MADV_DONTNEED
,
Peter Maydell
,
2022/08/10
Re: [PATCH] [PATCH] linux-user/aarch64: Reset target data on MADV_DONTNEED
,
Vitaly Buka
,
2022/08/10
Re: [PATCH] [PATCH] linux-user/aarch64: Reset target data on MADV_DONTNEED
,
Richard Henderson
,
2022/08/10
Re: [PATCH] [PATCH] linux-user/aarch64: Reset target data on MADV_DONTNEED
,
Laurent Vivier
,
2022/08/11
Re: [PATCH] [PATCH] linux-user/aarch64: Reset target data on MADV_DONTNEED
,
Peter Maydell
,
2022/08/11
Re: [PATCH] [PATCH] linux-user/aarch64: Reset target data on MADV_DONTNEED
,
Laurent Vivier
,
2022/08/11
Re: [PATCH] [PATCH] linux-user/aarch64: Reset target data on MADV_DONTNEED
,
Alex Bennée
,
2022/08/11
Re: [PATCH] [PATCH] linux-user/aarch64: Reset target data on MADV_DONTNEED
,
Laurent Vivier
,
2022/08/13
Re: [PATCH] [PATCH] linux-user/aarch64: Reset target data on MADV_DONTNEED
,
Alex Bennée
,
2022/08/16
Re: [PATCH] [PATCH] linux-user/aarch64: Reset target data on MADV_DONTNEED
,
Laurent Vivier
,
2022/08/16
Re: [PATCH 29/62] target/arm: Add is_secure parameter to v7m_read_half_insn
,
Alex Bennée
,
2022/08/10
Re: [PATCH 27/62] target/arm: Add is_secure parameter to get_phys_addr_pmsav5
,
Alex Bennée
,
2022/08/10
Re: [PATCH 26/62] target/arm: Add is_secure parameter to regime_translation_disabled
,
Alex Bennée
,
2022/08/10
Re: [PATCH 25/62] target/arm: Add is_secure parameter to get_phys_addr_pmsav7
,
Alex Bennée
,
2022/08/10
Re: [PATCH 24/62] target/arm: Add is_secure parameter to get_phys_addr_lpae
,
Alex Bennée
,
2022/08/10
Re: [PATCH 23/62] target/arm: Add is_secure parameter to pmsav7_use_background_region
,
Alex Bennée
,
2022/08/10
Re: [PATCH 22/62] target/arm: Add secure parameter to get_phys_addr_pmsav8
,
Alex Bennée
,
2022/08/10
Re: [PATCH 22/62] target/arm: Add secure parameter to get_phys_addr_pmsav8
,
Richard Henderson
,
2022/08/10
Re: [PATCH 22/62] target/arm: Add secure parameter to get_phys_addr_pmsav8
,
Alex Bennée
,
2022/08/10
Re: [PATCH 21/62] target/arm: Add is_secure parameter to get_phys_addr_v6
,
Alex Bennée
,
2022/08/10
Re: [PATCH 20/62] target/arm: Add is_secure parameter to get_phys_addr_v5
,
Alex Bennée
,
2022/08/10
Re: [PATCH 19/62] target/arm: Add is_secure parameter to pmsav8_mpu_lookup
,
Alex Bennée
,
2022/08/10
Re: [PATCH 18/62] target/arm: Add is_secure parameter to v8m_security_lookup
,
Alex Bennée
,
2022/08/10
Re: [PATCH v6 24/24] target/arm: Define neoverse-n1
,
Zenghui Yu
,
2022/08/10
Re: [PATCH v6 24/24] target/arm: Define neoverse-n1
,
Peter Maydell
,
2022/08/10
Re: [PATCH v6 24/24] target/arm: Define neoverse-n1
,
Zenghui Yu
,
2022/08/11
Re: [PATCH 17/62] target/arm: Remove is_subpage argument to pmsav8_mpu_lookup
,
Alex Bennée
,
2022/08/10
Re: [PATCH 16/62] target/arm: Use GetPhysAddrResult in pmsav8_mpu_lookup
,
Alex Bennée
,
2022/08/10
Re: [PATCH 15/62] target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav8
,
Alex Bennée
,
2022/08/10
Re: [PATCH 14/62] target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav7
,
Alex Bennée
,
2022/08/10
Re: [PATCH 13/62] target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav5
,
Alex Bennée
,
2022/08/10
Re: [PATCH 12/62] target/arm: Use GetPhysAddrResult in get_phys_addr_v5
,
Alex Bennée
,
2022/08/10
Re: [PATCH 11/62] target/arm: Use GetPhysAddrResult in get_phys_addr_v6
,
Alex Bennée
,
2022/08/10
Re: [PATCH 10/62] target/arm: Use GetPhysAddrResult in get_phys_addr_lpae
,
Alex Bennée
,
2022/08/10
Re: [PATCH 08/62] target/arm: Create GetPhysAddrResult
,
Alex Bennée
,
2022/08/10
Re: [PATCH v3 1/5] device_tree: add qemu_fdt_setprop_strings() helper
,
Andrew Jones
,
2022/08/10
Re: AST2600 support in QEMU
,
Cédric Le Goater
,
2022/08/10
RE: AST2600 support in QEMU
,
Shivi Fotedar
,
2022/08/10
Re: AST2600 support in QEMU
,
Joel Stanley
,
2022/08/11
Re: AST2600 support in QEMU
,
Dan Zhang
,
2022/08/15
RE: AST2600 support in QEMU
,
Amit Kumar (Engrg-SW)
,
2022/08/17
add qemu_fdt_setprop_strings() and use it in most places
,
Ben Dooks
,
2022/08/09
[PATCH v4 6/6] hw/arm: change to use qemu_fdt_setprop_strings()
,
Ben Dooks
,
2022/08/09
Re: [PATCH v4 6/6] hw/arm: change to use qemu_fdt_setprop_strings()
,
Andrew Jones
,
2022/08/10
[PATCH v4 1/6] device_tree: add qemu_fdt_setprop_strings() helper
,
Ben Dooks
,
2022/08/09
Re: [PATCH v4 1/6] device_tree: add qemu_fdt_setprop_strings() helper
,
Andrew Jones
,
2022/08/10
[PATCH v4 3/6] hw/riscv: use qemu_fdt_setprop_strings() for string arrays
,
Ben Dooks
,
2022/08/09
Re: [PATCH v4 3/6] hw/riscv: use qemu_fdt_setprop_strings() for string arrays
,
Andrew Jones
,
2022/08/10
Re: [PATCH v4 3/6] hw/riscv: use qemu_fdt_setprop_strings() for string arrays
,
Alistair Francis
,
2022/08/10
[PATCH v4 2/6] hw/core: don't check return on qemu_fdt_setprop_string_array()
,
Ben Dooks
,
2022/08/09
Re: [PATCH v4 2/6] hw/core: don't check return on qemu_fdt_setprop_string_array()
,
Andrew Jones
,
2022/08/10
Re: [PATCH v4 2/6] hw/core: don't check return on qemu_fdt_setprop_string_array()
,
Alistair Francis
,
2022/08/10
[PATCH v4 5/6] hw/mips: use qemu_fdt_setprop_strings()
,
Ben Dooks
,
2022/08/09
Re: [PATCH v4 5/6] hw/mips: use qemu_fdt_setprop_strings()
,
Andrew Jones
,
2022/08/10
Re: [PATCH v4 5/6] hw/mips: use qemu_fdt_setprop_strings()
,
Alistair Francis
,
2022/08/10
[PATCH v4 4/6] hw/core: use qemu_fdt_setprop_strings()
,
Ben Dooks
,
2022/08/09
Re: [PATCH v4 4/6] hw/core: use qemu_fdt_setprop_strings()
,
Andrew Jones
,
2022/08/10
Re: [PATCH v4 4/6] hw/core: use qemu_fdt_setprop_strings()
,
Alistair Francis
,
2022/08/10
Re: add qemu_fdt_setprop_strings() and use it in most places
,
Ben Dooks
,
2022/08/09
Re: add qemu_fdt_setprop_strings() and use it in most places
,
Peter Maydell
,
2022/08/12
[PATCH] xlnx_dp: drop unsupported AUXCommand in xlnx_dp_aux_set_command
,
Qiang Liu
,
2022/08/08
Re: [PATCH] xlnx_dp: drop unsupported AUXCommand in xlnx_dp_aux_set_command
,
Thomas Huth
,
2022/08/08
Re: [PATCH] xlnx_dp: drop unsupported AUXCommand in xlnx_dp_aux_set_command
,
Laurent Vivier
,
2022/08/08
Re: [PATCH] xlnx_dp: drop unsupported AUXCommand in xlnx_dp_aux_set_command
,
Alistair Francis
,
2022/08/08
[PATCH] xlnx_dp: drop unsupported AUXCommand in xlnx_dp_aux_set_command
,
Qiang Liu
,
2022/08/08
RE: [PATCH] xlnx_dp: drop unsupported AUXCommand in xlnx_dp_aux_set_command
,
Konrad, Frederic
,
2022/08/08
[PULL 0/6] Misc next patches
,
Daniel P . Berrangé
,
2022/08/05
[PULL 1/6] docs: build-platforms: Clarify stance on minor releases and backports
,
Daniel P . Berrangé
,
2022/08/05
[PULL 2/6] QIOChannelSocket: Add support for MSG_ZEROCOPY + IPV6
,
Daniel P . Berrangé
,
2022/08/05
[PULL 3/6] target/i386: display deprecation status in '-cpu help'
,
Daniel P . Berrangé
,
2022/08/05
[PULL 4/6] target/s390x: display deprecation status in '-cpu help'
,
Daniel P . Berrangé
,
2022/08/05
[PULL 5/6] target/arm: display deprecation status in '-cpu help'
,
Daniel P . Berrangé
,
2022/08/05
[PULL 6/6] util/qemu-sockets: Replace the call to close a socket with closesocket()
,
Daniel P . Berrangé
,
2022/08/05
[PATCH for-7.2 v2 01/20] hw/arm: do not free machine->fdt in arm_load_dtb()
,
Daniel Henrique Barboza
,
2022/08/05
Re: [PATCH for-7.2 v2 01/20] hw/arm: do not free machine->fdt in arm_load_dtb()
,
David Gibson
,
2022/08/07
Re: [PATCH for-7.2 v2 01/20] hw/arm: do not free machine->fdt in arm_load_dtb()
,
Daniel Henrique Barboza
,
2022/08/08
Re: [PATCH for-7.2 v2 01/20] hw/arm: do not free machine->fdt in arm_load_dtb()
,
Daniel Henrique Barboza
,
2022/08/12
Re: [PATCH for-7.2 v2 01/20] hw/arm: do not free machine->fdt in arm_load_dtb()
,
David Gibson
,
2022/08/14
Re: [qemu-arm-static] timer_delete issue from Qemu 5.0.0 onwards
,
Jon Alduan
,
2022/08/05
Re: [qemu-arm-static] timer_delete issue from Qemu 5.0.0 onwards
,
Peter Maydell
,
2022/08/05
[BUG] cxl can not create region
,
Bobo WL
,
2022/08/04
Re: [BUG] cxl can not create region
,
Jonathan Cameron
,
2022/08/08
Re: [BUG] cxl can not create region
,
Bobo WL
,
2022/08/09
Re: [BUG] cxl can not create region
,
Jonathan Cameron
,
2022/08/09
Re: [BUG] cxl can not create region
,
Jonathan Cameron
,
2022/08/11
Re: [BUG] cxl can not create region
,
Jonathan Cameron
,
2022/08/12
Re: [BUG] cxl can not create region
,
Dan Williams
,
2022/08/12
Re: [BUG] cxl can not create region
,
Jonathan Cameron
,
2022/08/12
Re: [BUG] cxl can not create region
,
Jonathan Cameron
,
2022/08/15
Re: [BUG] cxl can not create region
,
Jonathan Cameron
,
2022/08/15
Re: [BUG] cxl can not create region
,
Peter Maydell
,
2022/08/15
Re: [BUG] cxl can not create region
,
Jonathan Cameron
,
2022/08/15
Re: [BUG] cxl can not create region
,
Jonathan Cameron
,
2022/08/15
Re: [BUG] cxl can not create region
,
Dan Williams
,
2022/08/15
Re: [BUG] cxl can not create region
,
Jonathan Cameron
,
2022/08/17
RE: [BUG] cxl can not create region
,
Dan Williams
,
2022/08/08
Re: [BUG] cxl can not create region
,
Bobo WL
,
2022/08/09
Re: [BUG] cxl can not create region
,
Dan Williams
,
2022/08/09
Re: [BUG] cxl can not create region
,
Bobo WL
,
2022/08/10
Re: [BUG] cxl can not create region
,
Dan Williams
,
2022/08/11
Re: [BUG] cxl can not create region
,
Jonathan Cameron
,
2022/08/17
Re: [BUG] cxl can not create region
,
Jonathan Cameron
,
2022/08/18
Re: [BUG] cxl can not create region
,
Jonathan Cameron
,
2022/08/19
Re: [PATCH v5 5/8] blockdev: Add a new IF type IF_OTHER
,
Markus Armbruster
,
2022/08/04
Re: [PATCH v5 5/8] blockdev: Add a new IF type IF_OTHER
,
Daniel P . Berrangé
,
2022/08/04
Re: [PATCH v5 5/8] blockdev: Add a new IF type IF_OTHER
,
Markus Armbruster
,
2022/08/04
Re: [PATCH v5 5/8] blockdev: Add a new IF type IF_OTHER
,
Daniel P . Berrangé
,
2022/08/04
Re: [PATCH v5 5/8] blockdev: Add a new IF type IF_OTHER
,
Markus Armbruster
,
2022/08/04
Re: [PATCH v5 5/8] blockdev: Add a new IF type IF_OTHER
,
Daniel P . Berrangé
,
2022/08/04
Re: [PATCH v5 5/8] blockdev: Add a new IF type IF_OTHER
,
Markus Armbruster
,
2022/08/08
Re: [PATCH v5 5/8] blockdev: Add a new IF type IF_OTHER
,
Kevin Wolf
,
2022/08/08
Re: [PATCH v5 5/8] blockdev: Add a new IF type IF_OTHER
,
Markus Armbruster
,
2022/08/08
[qemu-arm-static] [Known-issue] readdir() returns NULL (errno=EOVERFLOW) for 32-bit user-static qemu on 64-bit host
,
Jon Alduan
,
2022/08/03
Re: [qemu-arm-static] [Known-issue] readdir() returns NULL (errno=EOVERFLOW) for 32-bit user-static qemu on 64-bit host
,
Peter Maydell
,
2022/08/04
Re: [qemu-arm-static] [Known-issue] readdir() returns NULL (errno=EOVERFLOW) for 32-bit user-static qemu on 64-bit host
,
Jon Alduan
,
2022/08/05
[RFC 0/1] SPI support in QEMU TPM
,
Iris Chen
,
2022/08/03
[RFC 1/1] hw: tpmtisspi: add SPI support to QEMU TPM implementation
,
Iris Chen
,
2022/08/03
Re: [RFC 1/1] hw: tpmtisspi: add SPI support to QEMU TPM implementation
,
Cédric Le Goater
,
2022/08/03
Re: [RFC 1/1] hw: tpmtisspi: add SPI support to QEMU TPM implementation
,
Peter Delevoryas
,
2022/08/03
Re: [RFC 1/1] hw: tpmtisspi: add SPI support to QEMU TPM implementation
,
Dan Zhang
,
2022/08/04
Re: [RFC 1/1] hw: tpmtisspi: add SPI support to QEMU TPM implementation
,
Peter Delevoryas
,
2022/08/04
Re: [RFC 1/1] hw: tpmtisspi: add SPI support to QEMU TPM implementation
,
Dan Zhang
,
2022/08/05
Re: [RFC 1/1] hw: tpmtisspi: add SPI support to QEMU TPM implementation
,
Stefan Berger
,
2022/08/10
Re: [RFC 1/1] hw: tpmtisspi: add SPI support to QEMU TPM implementation
,
Stefan Berger
,
2022/08/10
Re: [RFC 0/1] SPI support in QEMU TPM
,
Cédric Le Goater
,
2022/08/03
[PATCH 0/2] hw/arm/virt: Improve address assignment for highmem IO regions
,
Gavin Shan
,
2022/08/02
[PATCH 2/2] hw/arm/virt: Warn when high memory region is disabled
,
Gavin Shan
,
2022/08/02
Re: [PATCH 2/2] hw/arm/virt: Warn when high memory region is disabled
,
Eric Auger
,
2022/08/02
Re: [PATCH 2/2] hw/arm/virt: Warn when high memory region is disabled
,
Gavin Shan
,
2022/08/03
[PATCH 1/2] hw/arm/virt: Improve address assignment for highmem IO regions
,
Gavin Shan
,
2022/08/02
Re: [PATCH 1/2] hw/arm/virt: Improve address assignment for highmem IO regions
,
Eric Auger
,
2022/08/02
Re: [PATCH 1/2] hw/arm/virt: Improve address assignment for highmem IO regions
,
Gavin Shan
,
2022/08/02
Re: [PATCH 1/2] hw/arm/virt: Improve address assignment for highmem IO regions
,
Marc Zyngier
,
2022/08/03
Re: [PATCH 1/2] hw/arm/virt: Improve address assignment for highmem IO regions
,
Eric Auger
,
2022/08/03
Re: [PATCH 1/2] hw/arm/virt: Improve address assignment for highmem IO regions
,
Gavin Shan
,
2022/08/03
Re: [PATCH 1/2] hw/arm/virt: Improve address assignment for highmem IO regions
,
Eric Auger
,
2022/08/03
Re: [PATCH 1/2] hw/arm/virt: Improve address assignment for highmem IO regions
,
Gavin Shan
,
2022/08/03
Re: [PATCH 1/2] hw/arm/virt: Improve address assignment for highmem IO regions
,
Eric Auger
,
2022/08/04
Re: [PATCH 1/2] hw/arm/virt: Improve address assignment for highmem IO regions
,
Gavin Shan
,
2022/08/05
Re: [PATCH 1/2] hw/arm/virt: Improve address assignment for highmem IO regions
,
Eric Auger
,
2022/08/05
Re: [PATCH 1/2] hw/arm/virt: Improve address assignment for highmem IO regions
,
Marc Zyngier
,
2022/08/08
Re: [PATCH 1/2] hw/arm/virt: Improve address assignment for highmem IO regions
,
Gavin Shan
,
2022/08/11
Re: [PATCH 1/2] hw/arm/virt: Improve address assignment for highmem IO regions
,
Marc Zyngier
,
2022/08/11
Re: [PATCH 1/2] hw/arm/virt: Improve address assignment for highmem IO regions
,
Eric Auger
,
2022/08/03
Re: [PATCH 1/2] hw/arm/virt: Improve address assignment for highmem IO regions
,
Gavin Shan
,
2022/08/03
Re: [RFC 0/3] Add Generic SPI GPIO model
,
Peter Delevoryas
,
2022/08/01
Re: [RFC 0/3] Add Generic SPI GPIO model
,
Cédric Le Goater
,
2022/08/02
Re: [RFC 0/3] Add Generic SPI GPIO model
,
Iris Chen
,
2022/08/02
Re: [RFC 0/3] Add Generic SPI GPIO model
,
Dan Zhang
,
2022/08/04
[PULL 0/2] aspeed queue
,
Cédric Le Goater
,
2022/08/01
[PULL 1/2] aspeed: Remove unused fields from AspeedMachineState
,
Cédric Le Goater
,
2022/08/01
[PULL 2/2] aspeed/fby35: Fix owner of the BMC RAM memory region
,
Cédric Le Goater
,
2022/08/01
Re: [PULL 0/2] aspeed queue
,
Richard Henderson
,
2022/08/01
Re: [PATCH v3 5/5] hw/arm: change to use qemu_fdt_setprop_strings()
,
Peter Maydell
,
2022/08/01
Re: [PATCH v3 5/5] hw/arm: change to use qemu_fdt_setprop_strings()
,
Ben Dooks
,
2022/08/09
Re: [PATCH v3 5/5] hw/arm: change to use qemu_fdt_setprop_strings()
,
Peter Maydell
,
2022/08/09
Re: [PATCH v3 5/5] hw/arm: change to use qemu_fdt_setprop_strings()
,
Mark Cave-Ayland
,
2022/08/09
Re: [PATCH v3 4/5] hw/mips: use qemu_fdt_setprop_strings()
,
Peter Maydell
,
2022/08/01
Re: [PATCH v3 3/5] hw/core: use qemu_fdt_setprop_strings()
,
Peter Maydell
,
2022/08/01
Re: [PATCH v3 3/5] hw/core: use qemu_fdt_setprop_strings()
,
Ben Dooks
,
2022/08/09
Re: [PATCH v3 3/5] hw/core: use qemu_fdt_setprop_strings()
,
Peter Maydell
,
2022/08/09
Re: [PATCH v2 0/3] target/arm: Fix kvm probe of ID_AA64ZFR0
,
Peter Maydell
,
2022/08/01
migration test fails for aarch64 target (was: Re: [PULL 08/30] tests: Add dirty page rate limit test)
,
Thomas Huth
,
2022/08/01
Re: migration test fails for aarch64 target (was: Re: [PULL 08/30] tests: Add dirty page rate limit test)
,
Peter Maydell
,
2022/08/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc