qemu-arm.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-08 10:58:33 to 2023-11-14 16:31:52 UTC [more...]

[RFC PATCH-for-9.0 0/9] hw/xen: Have ARM targets use common xen_memory_listener
 2023-11-14 16:31 UTC  (5+ messages)
` [PATCH-for-9.0 1/9] hw/xen/hvm: Inline TARGET_PAGE_ALIGN() macro
` [PATCH-for-9.0 2/9] hw/xen/hvm: Propagate page_mask to a pair of functions
` [PATCH-for-9.0 3/9] hw/xen/hvm: Get target page size at runtime
` [PATCH-for-9.0 4/9] hw/xen/hvm: Expose xen_memory_listener declaration

[PATCH-for-9.0 v2 00/19] hw/xen: Have most of Xen files become target-agnostic
 2023-11-14 16:17 UTC  (37+ messages)
` [PATCH-for-9.0 v2 01/19] tests/avocado: Add 'guest:xen' tag to tests running Xen guest
` [PATCH-for-9.0 v2 02/19] sysemu/xen: Forbid using Xen headers in user emulation
` [PATCH-for-9.0 v2 03/19] sysemu/xen-mapcache: Check Xen availability with CONFIG_XEN_IS_POSSIBLE
` [PATCH-for-9.0 v2 04/19] system/physmem: Do not include 'hw/xen/xen.h' but 'sysemu/xen.h'
` [PATCH-for-9.0 v2 05/19] hw/display: Restrict xen_register_framebuffer() call to Xen
` [PATCH-for-9.0 v2 06/19] hw/pci/msi: Restrict xen_is_pirq_msi() "
` [PATCH-for-9.0 v2 07/19] hw/xen: Remove unnecessary xen_hvm_inject_msi() stub
` [PATCH-for-9.0 v2 08/19] hw/xen: Remove unused Xen stubs
` [RFC PATCH-for-9.0 v2 09/19] hw/block/xen_blkif: Align structs with QEMU_ALIGNED() instead of #pragma
` [PATCH-for-9.0 v2 10/19] hw/xen: Rename 'ram_memory' global variable as 'xen_memory'
` [PATCH-for-9.0 v2 11/19] hw/xen/xen_arch_hvm: Rename prototypes using 'xen_arch_' prefix
` [PATCH-for-9.0 v2 12/19] hw/xen: Merge 'hw/xen/arch_hvm.h' in 'hw/xen/xen-hvm-common.h'
` [RFC PATCH-for-9.0 v2 13/19] hw/xen: Remove use of 'target_ulong' in handle_ioreq()
` [PATCH-for-9.0 v2 14/19] hw/xen: Use target-agnostic qemu_target_page_bits()
` [PATCH-for-9.0 v2 15/19] hw/xen: Reduce inclusion of 'cpu.h' to target-specific sources
` [PATCH-for-9.0 v2 16/19] hw/xen/xen_pt: Add missing license
` [PATCH-for-9.0 v2 17/19] hw/xen: Extract 'xen_igd.h' from 'xen_pt.h'
` [PATCH-for-9.0 v2 18/19] hw/i386/xen: Compile 'xen-hvm.c' with Xen CPPFLAGS
` [PATCH-for-9.0 v2 19/19] hw/xen: Have most of Xen files become target-agnostic

[PATCH-for-9.0 00/10] hw/xen: Have most of Xen files become target-agnostic
 2023-11-14 13:55 UTC  (32+ messages)
` [PATCH-for-9.0 01/10] sysemu/xen: Forbid using Xen headers in user emulation
` [PATCH-for-9.0 02/10] hw/xen/xen_arch_hvm: Rename prototypes using 'xen_arch_' prefix
` [PATCH-for-9.0 03/10] hw/xen: Merge 'hw/xen/arch_hvm.h' in 'hw/xen/xen-hvm-common.h'
` [PATCH-for-9.0 04/10] hw/xen: Factor xen_arch_align_ioreq_data() out of handle_ioreq()
` [PATCH-for-9.0 05/10] hw/xen: Use target-agnostic qemu_target_page_bits()
` [PATCH-for-9.0 06/10] hw/xen: Reduce inclusion of 'cpu.h' to target-specific sources
` [PATCH-for-9.0 07/10] sysemu/xen-mapcache: Check Xen availability with CONFIG_XEN_IS_POSSIBLE
` [PATCH-for-9.0 08/10] system/physmem: Only include 'hw/xen/xen.h' when Xen is available
` [PATCH-for-9.0 09/10] hw/xen: Extract 'xen_igd.h' from 'xen_pt.h'
` [PATCH-for-9.0 10/10] hw/xen: Have most of Xen files become target-agnostic

[PATCH-for-9.0 04/10] hw/xen: Factor xen_arch_align_ioreq_data() out of handle_ioreq()
 2023-11-14 13:49 UTC  (5+ messages)

[PATCH v5 00/11] Implementation of NPI Mailbox and GMAC Networking Module
 2023-11-14 10:58 UTC  (12+ messages)
` [PATCH v5 01/11] hw/misc: Add Nuvoton's PCI Mailbox Module
` [PATCH v5 02/11] hw/arm: Add PCI mailbox module to Nuvoton SoC
` [PATCH v5 03/11] hw/misc: Add qtest for NPCM7xx PCI Mailbox
` [PATCH v5 04/11] hw/net: Add NPCMXXX GMAC device
` [PATCH v5 05/11] hw/arm: Add GMAC devices to NPCM7XX SoC

[PATCH 1/1] target/arm: enable FEAT_RNG on Neoverse-N2
 2023-11-14 10:34 UTC 

[PATCH v6 19/21] hw/arm: Activate IOMMUFD for virt machines
 2023-11-14 10:09 UTC 

[PATCH 0/2] Replace anti-social QOM type names (again)
 2023-11-14  9:51 UTC  (13+ messages)
` [PATCH 1/2] docs/system/arm: Fix for rename of type "xlnx.bbram-ctrl"
` [PATCH 2/2] hw: Replace anti-social QOM type names (again)

[PATCH v2 0/2] net: Update MemReentrancyGuard for NIC
 2023-11-14  5:29 UTC  (3+ messages)

[PATCH v5 07/14] hw/arm/virt: connect TPM to platform bus
 2023-11-14  2:09 UTC  (3+ messages)
` [PATCH v5 09/14] tpm_tis_sysbus: move DSDT AML generation to device
` [PATCH v5 11/14] tpm_crb_sysbus: introduce TPM CRB SysBus device

[PATCH v4 00/33] Unified CPU type check
 2023-11-13 23:46 UTC  (7+ messages)
` [PATCH v4 01/33] target/alpha: Tidy up alpha_cpu_class_by_name()
` [PATCH v4 02/33] hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()

[PATCH V7 0/8] Add architecture agnostic code to support vCPU Hotplug
 2023-11-13 20:12 UTC  (9+ messages)
` [PATCH V7 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
` [PATCH V7 2/8] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file
` [PATCH V7 3/8] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
` [PATCH V7 4/8] hw/acpi: Update GED _EVT method AML with CPU scan
` [PATCH V7 5/8] hw/acpi: Update CPUs AML with cpu-(ctrl)dev change
` [PATCH V7 6/8] physmem: Add helper function to destroy CPU AddressSpace
` [PATCH V7 7/8] gdbstub: Add helper function to unregister GDB register space
` [PATCH V7 8/8] docs/specs/acpi_hw_reduced_hotplug: Add the CPU Hotplug Event Bit

[PATCH V6 0/9] Add architecture agnostic code to support vCPU Hotplug
 2023-11-13 17:45 UTC  (10+ messages)
` [PATCH V6 4/9] hw/acpi: Init GED framework with CPU hotplug events
` [PATCH V6 5/9] hw/acpi: Update CPUs AML with cpu-(ctrl)dev change
` [PATCH V6 7/9] hw/acpi: Update ACPI GED framework to support vCPU Hotplug

[PATCH v3] target/arm/tcg: enable pmu feature for cortex a9
 2023-11-13 17:04 UTC  (2+ messages)

[PATCH 0/3] kvm: fix two svm pmu virtualization bugs
 2023-11-13 16:39 UTC  (3+ messages)
` [PATCH 2/3] i386: kvm: disable KVM_CAP_PMU_CAPABILITY if "pmu" is disabled

[PATCH-for-8.2 v4 00/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
 2023-11-13 15:44 UTC  (20+ messages)
` [PATCH-for-8.2 v4 01/10] util/fifo8: Allow fifo8_pop_buf() to not populate popped length
` [PATCH-for-8.2 v4 02/10] util/fifo8: Introduce fifo8_peek_buf()
` [PATCH-for-8.2 v4 03/10] hw/char/pl011: Split RX/TX path of pl011_reset_fifo()
` [PATCH-for-8.2 v4 04/10] hw/char/pl011: Extract pl011_write_txdata() from pl011_write()
` [PATCH-for-8.2 v4 05/10] hw/char/pl011: Extract pl011_read_rxdata() from pl011_read()
` [PATCH-for-8.2 v4 06/10] hw/char/pl011: Warn when using disabled transmitter
` [PATCH-for-8.2 v4 07/10] hw/char/pl011: Check if receiver is enabled
` [PATCH-for-8.2 v4 08/10] hw/char/pl011: Rename RX FIFO methods
` [PATCH-for-8.2 v4 09/10] hw/char/pl011: Add transmit FIFO to PL011State
` [PATCH-for-8.2 v4 10/10] hw/char/pl011: Implement TX FIFO

[PATCH v3 0/2] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-11-13 14:18 UTC  (5+ messages)
` [PATCH v3 2/2] hw/acpi: Implement the SRAT GI affinity structure

[PATCH] hw/arm/virt: fix GIC maintenance IRQ registration
 2023-11-13 13:14 UTC  (4+ messages)

[PATCH v1 6/7] xen_arm: Set mc->max_cpus to GUEST_MAX_VCPUS in xen_arm_init()
 2023-11-13 12:01 UTC  (4+ messages)
` [PATCH v1 7/7] xen_arm: Add basic virtio-pci support

[PATCH v3 00/36] maintainer omnibus: testing, fuzz, plugins, documentation, gdbstub (pre-PR)
 2023-11-13 11:03 UTC  (3+ messages)
` [PATCH v3 19/36] plugins: update lockstep to use g_memdup2

[PATCH v1] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2023-11-13  8:17 UTC 

[PATCH for-8.2] test-resv-mem: Fix CID 1523911
 2023-11-13  7:59 UTC  (4+ messages)

[PATCH v2] target/arm/tcg: enable pmu feature for cortex a9
 2023-11-12 16:53 UTC 

[PATCH] target/arm/tcg: enable pmu feature for cortex a9
 2023-11-12 16:50 UTC 

[PATCH] target/arm: Correct MTE tag checking for reverse-copy MOPS
 2023-11-12 16:22 UTC  (3+ messages)

[PATCH] fsl-imx: Add simple RTC emulation for i.MX6 and i.MX7 boards
 2023-11-12  9:22 UTC 

[PATCH] accel/tcg: Forward probe size on to notdirty_write
 2023-11-11  5:51 UTC  (2+ messages)

[PATCH 2/2] Add warn_unused_result attr to AUD_register_card
 2023-11-10 13:04 UTC  (11+ messages)

[PATCH for-8.3 v2 00/46] Rework matching of network devices to -nic options
 2023-11-10  9:27 UTC  (7+ messages)
` [PATCH for-8.3 v2 04/46] hw/pci: add pci_init_nic_devices(), pci_init_nic_in_slot()
` [PATCH for-8.3 v2 05/46] hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()

[PATCH] target/arm: HVC at EL3 should go to EL3, not EL2
 2023-11-09 23:07 UTC  (3+ messages)

[PULL 00/40] Migration 20231102 patches
 2023-11-09 17:27 UTC  (5+ messages)
` [PULL 21/40] migration: per-mode blockers

[PATCH] virtio-iommu: Remove useless !sdev check in virtio_iommu_probe()
 2023-11-09 17:11 UTC  (2+ messages)

[PATCH] target/arm: Add overflow check for gt_recalc_timer
 2023-11-09 15:13 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] target/arm: Fix SVE STR increment
 2023-11-09 14:37 UTC  (5+ messages)

[PATCH v5 18/20] hw/arm: Activate IOMMUFD for virt machines
 2023-11-09 11:45 UTC 

[PATCH v5 0/2] Qemu crashes on VM migration after an handled memory error
 2023-11-08 21:49 UTC  (2+ messages)

[PATCH v2 11/35 1/2] tcg/arm: Factor tcg_out_cmp() out
 2023-11-08 17:59 UTC  (3+ messages)
` [PATCH v2 11/35 2/2] tcg/arm: Support TCG_COND_TST{EQ,NE}

[PULL 00/75] Misc HW/UI patches for 2023-11-07
 2023-11-08 14:19 UTC  (2+ messages)

[PATCH 00/22] Maintainer updates for 8.2 (gdbstub, tests, plugins) pre-PR
 2023-11-08 11:58 UTC  (6+ messages)
` [PATCH 14/22] plugins: make test/example plugins work on windows


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).