qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-13 08:53:02 to 2023-10-13 14:28:21 UTC [more...]

[PATCH v2 00/16] target: Make 'cpu-qom.h' really target agnostic
 2023-10-13 14:27 UTC  (19+ messages)
` [PATCH v2 01/16] target: Unify QOM style
` [PATCH v2 02/16] target: Mention 'cpu-qom.h' is target agnostic
` [PATCH v2 03/16] target/arm: Move internal declarations from 'cpu-qom.h' to 'cpu.h'
` [PATCH v2 04/16] target/ppc: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h'
` [PATCH v2 05/16] target/riscv: "
` [PATCH v2 06/16] target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'
` [PATCH v2 07/16] target/hexagon: Declare QOM definitions "
` [PATCH v2 08/16] target/loongarch: "
` [PATCH v2 09/16] target/nios2: "
` [PATCH v2 10/16] target/openrisc: "
` [PATCH v2 11/16] target/riscv: Move TYPE_RISCV_CPU_BASE definition to 'cpu.h'
` [PATCH v2 12/16] target: Move ArchCPUClass "
` [PATCH v2 13/16] target/i386: Declare CPU QOM types using DEFINE_TYPES() macro
` [PATCH v2 14/16] target/mips: "
` [PATCH v2 15/16] target/ppc: "
` [PATCH v2 16/16] target/sparc: "

[RFC PATCH v3 00/78] Strict disable implicit fallthrough
 2023-10-13 14:26 UTC  (59+ messages)
` [RFC PATCH v3 01/78] include/qemu/compiler.h: replace QEMU_FALLTHROUGH with fallthrough
` [RFC PATCH v3 05/78] qobject/json: add fallthrough pseudo-keyword
` [RFC PATCH v3 13/78] hw/adc: "
` [RFC PATCH v3 15/78] accel/tcg: "
` [RFC PATCH v3 18/78] ui/win32-kbd-hook.c: "
` [RFC PATCH v3 19/78] target/hppa: "
` [RFC PATCH v3 20/78] target/mips: "
` [RFC PATCH v3 22/78] target/ppc: "
` [RFC PATCH v3 23/78] target/arm: "
` [RFC PATCH v3 24/78] target/alpha: "
` [RFC PATCH v3 25/78] target/i386: "
` [RFC PATCH v3 26/78] target/s390x: "
` [RFC PATCH v3 30/78] target/nios2: "
` [RFC PATCH v3 31/78] target/xtensa: "
` [RFC PATCH v3 32/78] target/m68k: "
` [RFC PATCH v3 33/78] target/rx: "
` [RFC PATCH v3 34/78] target/tricore: "
` [RFC PATCH v3 36/78] target/openrisc: "
` [RFC PATCH v3 37/78] target/hexagon: "
` [RFC PATCH v3 38/78] system/rtc.c: "
` [RFC PATCH v3 40/78] hw/sd/sdhci.c: "
` [RFC PATCH v3 41/78] linux-user: "
` [RFC PATCH v3 44/78] hw/m68k/mcf_intc.c: "
` [RFC PATCH v3 47/78] contrib/rdmacm-mux: "
` [RFC PATCH v3 49/78] hw/arm: "
` [RFC PATCH v3 51/78] chardev: "
` [RFC PATCH v3 52/78] hw/char: "
` [RFC PATCH v3 53/78] nbd: "
` [RFC PATCH v3 57/78] hw/net: "
` [RFC PATCH v3 58/78] hw/ppc: "
` [RFC PATCH v3 60/78] qga: "
` [RFC PATCH v3 61/78] semihosting: "
` [RFC PATCH v3 62/78] hw/gpio: "
` [RFC PATCH v3 63/78] hw/ipmi: "
` [RFC PATCH v3 64/78] hw/mips: "
` [RFC PATCH v3 65/78] hw/nvme: "
` [RFC PATCH v3 66/78] hw/nvram/eeprom_at24c.c: "
` [RFC PATCH v3 67/78] hw/pci-host/pnv_phb3.c: "
` [RFC PATCH v3 68/78] hw/pci: "
` [RFC PATCH v3 69/78] hw/rdma/rdma_backend.c: "
` [RFC PATCH v3 70/78] hw/rtc: "
` [RFC PATCH v3 71/78] hw/s390x: "
` [RFC PATCH v3 72/78] hw/ssi: "
` [RFC PATCH v3 73/78] hw/watchdog/wdt_diag288.c: "
` [RFC PATCH v3 74/78] hw/cxl/cxl-device-utils.c: "
` [RFC PATCH v3 75/78] migration: "
` [RFC PATCH v3 76/78] qemu-img.c: "
` [RFC PATCH v3 77/78] tests/unit/test-char.c: "
` [RFC PATCH v3 78/78] meson.build: increase -Wimplicit-fallthrough to 5

[PATCH v3 00/11] virtio-net RSS/hash report fixes
 2023-10-13 14:22 UTC  (10+ messages)
` [PATCH v3 01/11] tap: Remove tap_probe_vnet_hdr_len()

[PATCH v3 0/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
 2023-10-13 14:11 UTC  (10+ messages)
` [PATCH v3 1/10] util/fifo8: Allow fifo8_pop_buf() to not populate popped length
` [PATCH v3 2/10] util/fifo8: Introduce fifo8_peek_buf()
` [PATCH v3 3/10] hw/char/pl011: Split RX/TX path of pl011_reset_fifo()
` [PATCH v3 4/10] hw/char/pl011: Extract pl011_write_txdata() from pl011_write()
` [PATCH v3 5/10] hw/char/pl011: Extract pl011_read_rxdata() from pl011_read()
` [PATCH v3 6/10] hw/char/pl011: Warn when using disabled transmitter
` [PATCH v3 7/10] hw/char/pl011: Check if receiver is enabled
` [PATCH v3 8/10] hw/char/pl011: Rename RX FIFO methods
` [PATCH v3 9/10] hw/char/pl011: Add transmit FIFO to PL011State

[PATCH 0/7] target/ppc: Move most of 'cpu-qom.h' definitions to 'cpu.h'
 2023-10-13 14:05 UTC  (21+ messages)
` [PATCH 1/7] hw/ppc/spapr: Restrict PPCTimebase structure declaration to sPAPR
` [PATCH 2/7] target/ppc: Define powerpc_pm_insn_t in 'internal.h'
` [PATCH 3/7] target/ppc: Move ppc_cpu_class_by_name() declaration to 'cpu.h'
` [PATCH 4/7] target/ppc: Move PowerPCCPUClass definition "
` [PATCH 5/7] target/ppc: Move powerpc_excp_t "
` [PATCH 6/7] target/ppc: Move powerpc_mmu_t "
` [PATCH 7/7] target/ppc: Move powerpc_input_t "

[PATCH v2 00/11] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
 2023-10-13 14:05 UTC  (4+ messages)
` [RFC PATCH v2 11/11] hw/char/pl011: Implement TX FIFO

[PATCH 00/18] target: Make 'cpu-qom.h' really target agnostic
 2023-10-13 13:58 UTC  (10+ messages)
` [PATCH 05/18] target/hexagon: Declare QOM definitions in 'cpu-qom.h'
` [PATCH 10/18] target/riscv: Inline target specific TYPE_RISCV_CPU_BASE definition
` [PATCH 15/18] cpus: Open code OBJECT_DECLARE_TYPE() in OBJECT_DECLARE_CPU_TYPE()

[PATCH v25 00/21] s390x: CPU Topology
 2023-10-13 13:39 UTC  (5+ messages)
` [PATCH v25 02/21] CPU topology: extend with s390 specifics

[PATCH 0/2] Small fixes for qga
 2023-10-13 13:26 UTC  (3+ messages)
` [PATCH 2/2] qapi: qga: Clarify when out-data and err-data are populated

[PATCH v3] virtio: add VIRTQUEUE_ERROR QAPI event
 2023-10-13 13:24 UTC  (2+ messages)

[PATCH v2 0/3] acpi: report numa nodes for device memory using GI
 2023-10-13 13:17 UTC  (5+ messages)
` [PATCH v2 1/3] qom: new object to associate device to numa node
` [PATCH v2 3/3] qom: Link multiple numa nodes to device using a new object

[PATCH] hw/arm/exynos4210: Get arm_boot_info declaration from 'hw/arm/boot.h'
 2023-10-13 13:14 UTC  (2+ messages)

[PATCH v4 00/10] Migration deprecated parts
 2023-10-13 13:11 UTC  (14+ messages)
` [PATCH v4 01/10] migration: Improve json and formatting
` [PATCH v4 02/10] migration: Print block status when needed
` [PATCH v4 03/10] migration: migrate 'inc' command option is deprecated
` [PATCH v4 04/10] migration: migrate 'blk' "
` [PATCH v4 05/10] migration: Deprecate block migration
` [PATCH v4 06/10] migration: Deprecate old compression method
` [PATCH v4 07/10] [RFC] migration: Make -i/-b an error for hmp and qmp
` [PATCH v4 08/10] [RFC] migration: Remove helpers needed for -i/-b migrate options
` [PATCH v4 09/10] [RFC] migration: Remove support for block_incremental
` [PATCH v4 10/10] [RFC] migration: Remove block migration support

[RFC PATCH 00/78] Strict disable implicit fallthrough
 2023-10-13 13:08 UTC  (9+ messages)
` [RFC PATCH 01/78] include/qemu/compiler.h: replace QEMU_FALLTHROUGH with fallthrough

[PATCH v5 0/9] linux-user: Detect and report host crashes
 2023-10-13 12:53 UTC  (3+ messages)

[PATCH] Increase console refresh rate to let GVT-g VMs run at beyond 30 FPS
 2023-10-13  5:04 UTC 

[PATCH] Doc: Correct the name of qemu-img dd parameter
 2023-10-13 11:04 UTC 

[PATCH v24 00/21] s390x: CPU Topology
 2023-10-13 11:46 UTC  (4+ messages)
` [PATCH v24 01/21] qapi: machine.json: change docs regarding CpuInstanceProperties

[PATCH v3 0/6] Support discontinuous PMU counters
 2023-10-13 10:54 UTC  (7+ messages)
` [PATCH v3 1/6] target/riscv: Propagate error from PMU setup
` [PATCH v3 2/6] target/riscv: Don't assume PMU counters are continuous
` [PATCH v3 3/6] target/riscv: Use existing PMU counter mask in FDT generation
` [PATCH v3 4/6] target/riscv: Add "pmu-mask" property to replace "pmu-num"
` [PATCH v3 5/6] docs/about/deprecated: Document RISC-V "pmu-num" deprecation
` [PATCH v3 6/6] target/riscv: Use MAKE_64BIT_MASK instead of custom macro

[PATCH v4] migration: hold the BQL during setup
 2023-10-13 10:59 UTC  (4+ messages)

[PATCH v5] migration: hold the BQL during setup
 2023-10-13 10:58 UTC 

[PATCH V6 0/9] Add architecture agnostic code to support vCPU Hotplug
 2023-10-13 10:51 UTC  (20+ messages)
` [PATCH V6 1/9] accel/kvm: Extract common KVM vCPU {creation, parking} code
` [PATCH V6 2/9] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file
` [PATCH V6 3/9] hw/acpi: Add ACPI CPU hotplug init stub
` [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 6/9] hw/acpi: Update GED _EVT method AML with CPU scan
` [PATCH V6 7/9] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
` [PATCH V6 8/9] physmem: Add helper function to destroy CPU AddressSpace
` [PATCH V6 9/9] gdbstub: Add helper function to unregister GDB register space

[PATCH] scripts/get_maintainer.pl: don't print parentheses
 2023-10-13 10:45 UTC  (3+ messages)

[PATCH RFC V2 00/37] Support of Virtual CPU Hotplug for ARMv8 Arch
 2023-10-13 10:43 UTC  (4+ messages)

[PATCH V5 0/9] Add architecture agnostic code to support vCPU Hotplug
 2023-10-13 10:21 UTC  (4+ messages)

[PATCH 1/1] block: improve alignment detection and fix 271 test
 2023-10-13  9:54 UTC  (2+ messages)

[RFC PATCH v2 00/78] Strict disable implicit fallthrough
 2023-10-13  9:40 UTC  (6+ messages)
` [RFC PATCH v2 58/78] hw/ppc: add fallthrough pseudo-keyword
` [RFC PATCH v2 75/78] migration: "

[PATCH v3 0/9] mirror: allow switching from background to active mode
 2023-10-13  9:21 UTC  (10+ messages)
` [PATCH v3 1/9] blockjob: introduce block-job-change QMP command
` [PATCH v3 2/9] block/mirror: set actively_synced even after the job is ready
` [PATCH v3 3/9] block/mirror: move dirty bitmap to filter
` [PATCH v3 4/9] block/mirror: determine copy_to_target only once
` [PATCH v3 5/9] mirror: implement mirror_change method
` [PATCH v3 6/9] qapi/block-core: use JobType for BlockJobInfo's type
` [PATCH v3 7/9] qapi/block-core: turn BlockJobInfo into a union
` [PATCH v3 8/9] blockjob: query driver-specific info via a new 'query' driver method
` [PATCH v3 9/9] mirror: return mirror-specific information upon query

[PATCH] MAINTAINERS: Add the nios2 interrupt controller to the nios2 section
 2023-10-13  9:12 UTC  (3+ messages)

[PATCH] target/i386: check intercept for XSETBV
 2023-10-13  9:10 UTC 

[PATCH v2 0/2] Add PowerNV I2C Controller Model
 2023-10-13  8:58 UTC  (3+ messages)
` [PATCH v2 1/2] ppc/pnv: Add an I2C controller model

[PATCH] hw/cxl: Fix opaque type interpret wrongly
 2023-10-13  8:52 UTC  (2+ messages)


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).