qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-05 13:07:56 to 2023-01-05 19:43:39 UTC [more...]

[RFC PATCH v5 00/52] Xen support under KVM
 2023-01-05 19:42 UTC  (4+ messages)
` [RFC PATCH v5 39/52] i386/xen: add monitor commands to test event injection

[PATCH] .gitlab-ci.d/windows: Work-around timeout and OpenGL problems of the MSYS2 jobs
 2023-01-05 19:25 UTC  (4+ messages)

[PATCH v2 00/21] gdbstub: re-organise to for better compilation behaviour
 2023-01-05 19:05 UTC  (33+ messages)
` [PATCH v2 01/21] gdbstub/internals.h: clean up include guard
` [PATCH v2 02/21] target/arm: fix handling of HLT semihosting in system mode
` [PATCH v2 03/21] gdbstub: fix-up copyright and license files
` [PATCH v2 04/21] gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefs
` [PATCH v2 05/21] gdbstub: define separate user/system structures
` [PATCH v2 06/21] gdbstub: move GDBState to shared internals header
` [PATCH v2 07/21] includes: move tb_flush into its own header
` [PATCH v2 08/21] gdbstub: move fromhex/tohex routines to internals
` [PATCH v2 09/21] gdbstub: make various helpers visible to the rest of the module
` [PATCH v2 10/21] gdbstub: move chunk of softmmu functionality to own file
` [PATCH v2 11/21] gdbstub: move chunks of user code into own files
` [PATCH v2 12/21] gdbstub: abstract target specific details from gdb_put_packet_binary
` [PATCH v2 13/21] gdbstub: specialise handle_query_attached
` [PATCH v2 14/21] gdbstub: specialise target_memory_rw_debug
` [PATCH v2 15/21] gdbstub: introduce gdb_get_max_cpus
` [PATCH v2 16/21] gdbstub: specialise stub_can_reverse
` [PATCH v2 17/21] gdbstub: fix address type of gdb_set_cpu_pc
` [PATCH v2 18/21] gdbstub: don't use target_ulong while handling registers
` [PATCH v2 19/21] gdbstub: move register helpers into standalone include
` [PATCH v2 20/21] gdbstub: move syscall handling to new file
` [PATCH v2 21/21] gdbstub: only compile gdbstub twice for whole build

[PULL 0/5] Python patches
 2023-01-05 18:42 UTC  (2+ messages)

[RFC PATCH] testing: probe gdb for supported architectures ahead of time
 2023-01-05 18:15 UTC 

[PATCH] tests/qemu-iotests/312: Mark "quorum" as required driver
 2023-01-05 17:19 UTC  (2+ messages)

[PULL 0/7] Hexagon update
 2023-01-05 17:38 UTC  (8+ messages)
` [PULL 1/7] linux-user/hexagon: fix signal context save & restore
` [PULL 2/7] target/hexagon: rename aliased register HEX_REG_P3_0
` [PULL 3/7] tests/tcg/hexagon: fix underspecifed asm constraints
` [PULL 4/7] target/hexagon/idef-parser: fix two typos in README
` [PULL 5/7] target/hexagon: suppress unused variable warning
` [PULL 6/7] Hexagon (target/hexagon) implement mutability mask for GPRs
` [PULL 7/7] Update scripts/meson-buildoptions.sh

[PATCH v2] hw/i386/pc: Remove unused 'owner' argument from pc_pci_as_mapping_init
 2023-01-05 17:38 UTC 

[PATCH v2] hw/pci-host: Use register definitions from PCI standard
 2023-01-05 17:37 UTC 

[PATCH] hw/net: Fix read of uninitialized memory in imx_fec
 2023-01-05 17:08 UTC  (5+ messages)

[PATCH v3 0/6] virtio-mem: Handle preallocation with migration
 2023-01-05 17:33 UTC  (9+ messages)
` [PATCH v3 1/6] migration: Allow immutable device state to be migrated early (i.e., before RAM)
` [PATCH v3 2/6] migration/vmstate: Introduce VMSTATE_WITH_TMP_TEST() and VMSTATE_BITMAP_TEST()
` [PATCH v3 3/6] migration: Factor out checks for advised and listening incomming postcopy

[PULL 00/34] target-arm queue
 2023-01-05 16:44 UTC  (35+ messages)
` [PULL 01/34] target/arm:Set lg_page_size to 0 if either S1 or S2 asks for it
` [PULL 02/34] target/arm: Don't add all MIDR aliases for cores that implement PMSA
` [PULL 03/34] target/arm: Make RVBAR available for all ARMv8 CPUs
` [PULL 04/34] target/arm: Make stage_2_format for cache attributes optional
` [PULL 05/34] target/arm: Enable TTBCR_EAE for ARMv8-R AArch32
` [PULL 06/34] target/arm: Add PMSAv8r registers
` [PULL 07/34] target/arm: Add PMSAv8r functionality
` [PULL 08/34] target/arm: Add ARM Cortex-R52 CPU
` [PULL 09/34] target/arm: fix handling of HLT semihosting in system mode
` [PULL 10/34] hw/timer/imx_epit: improve comments
` [PULL 11/34] hw/timer/imx_epit: cleanup CR defines
` [PULL 12/34] hw/timer/imx_epit: define SR_OCIF
` [PULL 13/34] hw/timer/imx_epit: update interrupt state on CR write access
` [PULL 14/34] hw/timer/imx_epit: hard reset initializes CR with 0
` [PULL 15/34] hw/timer/imx_epit: factor out register write handlers
` [PULL 16/34] hw/timer/imx_epit: remove explicit fields cnt and freq
` [PULL 17/34] hw/timer/imx_epit: fix compare timer handling
` [PULL 18/34] target/arm: Fix checkpatch comment style warnings in helper.c
` [PULL 19/34] target/arm: Fix checkpatch space errors "
` [PULL 20/34] target/arm: Fix checkpatch brace "
` [PULL 21/34] target/arm: Remove unused includes from m_helper.c
` [PULL 22/34] target/arm: Remove unused includes from helper.c
` [PULL 23/34] target/arm: cleanup cpu includes
` [PULL 24/34] hw/input/tsc2xxx: Constify set_transform()'s MouseTransformInfo arg
` [PULL 25/34] hw/arm/nseries: Constify various read-only arrays
` [PULL 26/34] hw/arm/nseries: Silent -Wmissing-field-initializers warning
` [PULL 27/34] target/arm: align exposed ID registers with Linux
` [PULL 28/34] hw/arm/smmu-common: Reduce smmu_inv_notifiers_mr() scope
` [PULL 29/34] hw/arm/smmu-common: Avoid using inlined functions with external linkage
` [PULL 30/34] i.MX7D: Connect GPT timers to IRQ
` [PULL 31/34] i.MX7D: Compute clock frequency for the fixed frequency clocks
` [PULL 32/34] i.MX6UL: Add a specific GPT timer instance for the i.MX6UL
` [PULL 33/34] i.MX7D: Connect IRQs to GPIO devices
` [PULL 34/34] hw/net: Fix read of uninitialized memory in imx_fec

[PATCH 1/1] hw/arm/sbsa-ref.c: Start APs powered off
 2023-01-05 17:34 UTC  (2+ messages)

[PATCH] hw/arm/smmuv3: Add GBPA register
 2023-01-05 17:26 UTC  (3+ messages)

[PATCH 0/4] Some tweaks for semihosting-tests
 2023-01-05 17:14 UTC  (2+ messages)

[PATCH v5 00/31] Consolidate PIIX south bridges
 2023-01-05 17:29 UTC  (34+ messages)
` [PATCH v5 01/31] hw/mips/malta: Introduce PIIX4_PCI_DEVFN definition
` [PATCH v5 02/31] hw/mips/malta: Set PIIX4 IRQ routes in embedded bootloader
` [PATCH v5 03/31] hw/isa/piix4: Correct IRQRC[A:D] reset values
` [PATCH v5 04/31] hw/mips/Kconfig: Track Malta's PIIX dependencies via Kconfig
` [PATCH v5 05/31] hw/usb/hcd-uhci: Introduce TYPE_ defines for device models
` [PATCH v5 06/31] hw/i386/pc_piix: Associate pci_map_irq_fn as soon as PCI bus is created
` [PATCH v5 07/31] hw/i386/pc_piix: Allow for setting properties before realizing PIIX3 south bridge
` [PATCH v5 08/31] hw/i386/pc: Create RTC controllers in south bridges
` [PATCH v5 09/31] hw/i386/pc: No need for rtc_state to be an out-parameter
` [PATCH v5 10/31] hw/isa/piix3: Create USB controller in host device
` [PATCH v5 11/31] hw/isa/piix3: Create power management "
` [PATCH v5 12/31] hw/intc/i8259: Make using the isa_pic singleton more type-safe
` [PATCH v5 13/31] hw/intc/i8259: Introduce i8259 proxy "isa-pic"
` [PATCH v5 14/31] hw/isa/piix3: Create ISA PIC in host device
` [PATCH v5 15/31] hw/isa/piix3: Create IDE controller "
` [PATCH v5 16/31] hw/isa/piix3: Wire up ACPI interrupt internally
` [PATCH v5 17/31] hw/isa/piix3: Resolve redundant PIIX_NUM_PIC_IRQS
` [PATCH v5 18/31] hw/isa/piix3: Rename pci_piix3_props for sharing with PIIX4
` [PATCH v5 19/31] hw/isa/piix3: Rename piix3_reset() "
` [PATCH v5 20/31] hw/isa/piix3: Drop the "3" from PIIX base class
` [PATCH v5 21/31] hw/isa/piix4: Make PIIX4's ACPI and USB functions optional
` [PATCH v5 22/31] hw/isa/piix4: Remove unused inbound ISA interrupt lines
` [PATCH v5 23/31] hw/isa/piix4: Use ISA PIC device
` [PATCH v5 24/31] hw/isa/piix4: Reuse struct PIIXState from PIIX3
` [PATCH v5 25/31] hw/isa/piix4: Rename reset control operations to match PIIX3
` [PATCH v5 26/31] hw/isa/piix3: Merge hw/isa/piix4.c
` [PATCH v5 27/31] hw/isa/piix: Harmonize names of reset control memory regions
` [PATCH v5 28/31] hw/isa/piix: Reuse PIIX3 base class' realize method in PIIX4
` [PATCH v5 29/31] hw/isa/piix: Rename functions to be shared for interrupt triggering
` [PATCH v5 30/31] hw/isa/piix: Consolidate IRQ triggering
` [PATCH v5 31/31] hw/isa/piix: Share PIIX3's base class with PIIX4

[PATCH] linux-test.c: Remove unused but set variable
 2023-01-05 17:11 UTC  (4+ messages)

[PATCH v7 0/7] Misc ppc/mac machines clean up
 2023-01-05 17:15 UTC  (8+ messages)
` [PATCH v7 1/7] input/adb: Only include header where needed
` [PATCH v7 2/7] mac_{old,new}world: Use local variable instead of qdev_get_machine()
` [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option

[GIT PULL 0/4] Host Memory Backends and Memory devices queue 2023-01-02
 2023-01-05 16:58 UTC  (2+ messages)

[PATCH 0/5] s390x/pv: Improve protected VM support
 2023-01-05 17:12 UTC  (12+ messages)
` [PATCH 1/5] confidential guest support: Introduce a 'check' class handler
` [PATCH 2/5] s390x/pv: Implement CGS check handler
` [PATCH 4/5] s390x/pv: Introduce a s390_pv_check() helper for runtime

[PATCH] hw/i386/pc: Remove unused 'owner' argument from pc_pci_as_mapping_init
 2023-01-05 16:38 UTC  (2+ messages)

[PATCH] hw/pci-host: Use register definitions from PCI standard
 2023-01-05 16:37 UTC  (4+ messages)

[PULL 00/51] virtio,pc,pci: features, cleanups, fixes
 2023-01-05 16:35 UTC  (9+ messages)
` [PULL 50/51] acpi: cpuhp: fix guest-visible maximum access size to the legacy reg block
` [PULL v2 "

[PATCH 0/2] Move Fuloong2e PCI IRQ mapping to board code
 2023-01-05 16:32 UTC  (4+ messages)
` [PATCH 1/2] hw/pci-host/bonito: Inline pci_register_root_bus()
` [PATCH 2/2] hw/pci-host/bonito: Map PCI IRQs in board code

[PATCH 0/1] net/slirp: Add mfr-id and oob-eth-addr parameters
 2023-01-05  9:13 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] acpi: cpuhp: fix guest-visible maximum access size to the legacy reg block
 2023-01-05 16:21 UTC  (2+ messages)

[PATCH v5 0/2] tpm: add mssim backend
 2023-01-05 16:20 UTC  (5+ messages)
` [PATCH v5 1/2] tpm: convert tpmdev options processing to new visitor format
` [PATCH v5 2/2] tpm: add backend for mssim

[PATCH v3] Hexagon (target/hexagon) implement mutability mask for GPRs
 2023-01-05 16:12 UTC  (2+ messages)

[PATCH v2 0/2] s390x/pv: Add support for asynchronous teardown for reboot
 2023-01-05 15:50 UTC  (3+ messages)
` [PATCH v2 1/2] Linux header update
` [PATCH v2 2/2] s390x/pv: Add support for asynchronous teardown for reboot

[PATCH] i.MX7D: Connect IRQs to GPIO devices
 2023-01-05 15:12 UTC  (2+ messages)

[PATCH] Fix i.MX GPT timers for i.MX6UL and i.MX7 processors
 2023-01-05 15:11 UTC  (2+ messages)

[PATCH v14 00/11] s390x: CPU Topology
 2023-01-05 14:53 UTC  (12+ messages)
` [PATCH v14 01/11] s390x/cpu topology: adding s390 specificities to CPU topology
` [PATCH v14 02/11] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v14 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v14 04/11] s390x/sclp: reporting the maximum nested topology entries
` [PATCH v14 05/11] s390x/cpu topology: resetting the Topology-Change-Report
` [PATCH v14 06/11] s390x/cpu topology: interception of PTF instruction
` [PATCH v14 07/11] target/s390x/cpu topology: activating CPU topology
` [PATCH v14 08/11] qapi/s390/cpu topology: change-topology monitor command
` [PATCH v14 09/11] qapi/s390/cpu topology: monitor query topology information
` [PATCH v14 10/11] qapi/s390/cpu topology: POLARITY_CHANGE qapi event
` [PATCH v14 11/11] docs/s390x/cpu topology: document s390x cpu topology

[PATCH v2 0/2] hw/arm/smmu-common: Avoid using inlined functions with external linkage
 2023-01-05 14:51 UTC  (2+ messages)

[PATCH v2 0/5] target/arm: Some CONFIG_TCG code movement
 2023-01-05 14:46 UTC  (2+ messages)

[PATCH v4 12/30] hw/core: Introduce proxy-pic
 2023-01-05 14:45 UTC  (5+ messages)
` [PATCH] "

[PATCH v3] target/arm: align exposed ID registers with Linux
 2023-01-05 14:43 UTC  (2+ messages)

[RFC v4 0/3] CXL Type-3 Volatile Memory Support
 2023-01-05 14:38 UTC  (3+ messages)
` [RFC v4 2/3] tests/qtest/cxl-test: whitespace, line ending cleanup

[PATCH 0/3] hw/arm/nseries: Minor housekeeping
 2023-01-05 14:11 UTC  (2+ messages)

[PULL 00/47] tcg patch queue
 2023-01-05 14:04 UTC  (2+ messages)

[PATCH v3] net: stream: add a new option to automatically reconnect
 2023-01-05 13:13 UTC 

[RFC PATCH 00/27] target/arm: Allow CONFIG_TCG=n builds
 2023-01-05 13:12 UTC  (4+ messages)
` [RFC PATCH 19/27] target/arm: Move common cpregs code into a separate file

[PATCH 0/8] hw/pci-host/bonito: Housekeeping
 2023-01-05 13:07 UTC  (9+ messages)
` [PATCH 1/8] hw/pci-host/bonito: Convert to 3-phase reset
` [PATCH 2/8] hw/pci-host/bonito: Use 'bonito_host' for PCI host bridge code
` [PATCH 3/8] hw/pci-host/bonito: Use 'bonito_pci' for PCI function #0 code
` [PATCH 4/8] hw/pci-host/bonito: Set reference using object_property_add_const_link()
` [PATCH 5/8] hw/pci-host/bonito: Create PCI function #0 in bridge realize() handler
` [PATCH 6/8] hw/pci-host/bonito: Sysbus'ify outgoing IRQ
` [PATCH 7/8] hw/pci-host/bonito: Declare TYPE_BONITO_PCI_HOST_BRIDGE in header
` [PATCH 8/8] hw/mips/fuloong2e: Open code bonito_init()

[PATCH] hw/dma/rc4030: Move RC4030 declarations to its own 'rc4030.h' header
 2023-01-05 13:10 UTC 


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 NNTP newsgroup(s).