messages from 2023-10-11 20:15:43 to 2023-10-13 10:53:23 UTC [more...]
[PATCH V6 0/9] Add architecture agnostic code to support vCPU Hotplug
2023-10-13 10:51 UTC (5+ 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 RFC V2 00/37] Support of Virtual CPU Hotplug for ARMv8 Arch
2023-10-13 10:43 UTC (8+ messages)
[PATCH V5 0/9] Add architecture agnostic code to support vCPU Hotplug
2023-10-13 10:21 UTC (16+ messages)
` [PATCH V5 1/9] accel/kvm: Extract common KVM vCPU {creation,parking} code
` [PATCH V5 5/9] hw/acpi: Update CPUs AML with cpu-(ctrl)dev change
` [PATCH V5 8/9] physmem: Add helper function to destroy CPU AddressSpace
` [PATCH V5 9/9] gdbstub: Add helper function to unregister GDB register space
[RFC PATCH v3 01/78] include/qemu/compiler.h: replace QEMU_FALLTHROUGH with fallthrough
2023-10-13 9:20 UTC (18+ messages)
` [RFC PATCH v3 06/78] tcg: add fallthrough pseudo-keyword
` [RFC PATCH v3 11/78] hw/timer: "
` [RFC PATCH v3 13/78] hw/adc: "
` [RFC PATCH v3 23/78] target/arm: "
` [RFC PATCH v3 43/78] hw/misc: "
` [RFC PATCH v3 45/78] hw/dma: "
` [RFC PATCH v3 49/78] hw/arm: "
` [RFC PATCH v3 52/78] hw/char: "
` [RFC PATCH v3 56/78] hw/input: "
` [RFC PATCH v3 57/78] hw/net: "
` [RFC PATCH v3 59/78] hw/intc: "
` [RFC PATCH v3 62/78] hw/gpio: "
` [RFC PATCH v3 70/78] hw/rtc: "
` [RFC PATCH v3 72/78] hw/ssi: "
[RFC PATCH 00/78] Strict disable implicit fallthrough
2023-10-13 8:31 UTC (65+ messages)
` [RFC PATCH 01/78] include/qemu/compiler.h: replace QEMU_FALLTHROUGH with fallthrough
` [RFC PATCH 02/78] block: add fallthrough pseudo-keyword
` [RFC PATCH 03/78] fpu/softfloat: "
` [RFC PATCH 04/78] qapi/opts-visitor: "
` [RFC PATCH 05/78] qobject/json: "
` [RFC PATCH 06/78] tcg: "
` [RFC PATCH 07/78] hw/virtio/virtio-balloon.c: "
` [RFC PATCH 08/78] hw/block: "
` [RFC PATCH 09/78] hw/acpi/aml-build.c: "
` [RFC PATCH 10/78] hw/ide/atapi.c: "
` [RFC PATCH 11/78] hw/timer: "
` [RFC PATCH 12/78] hw/usb: "
` [RFC PATCH 13/78] hw/adc: "
` [RFC PATCH 14/78] util/error-report.c: "
` [RFC PATCH 15/78] accel/tcg: "
` [RFC PATCH 16/78] audio: "
` [RFC PATCH 17/78] ui/sdl2.c: "
` [RFC PATCH 18/78] ui/win32-kbd-hook.c: "
` [RFC PATCH 19/78] target/hppa: "
` [RFC PATCH 20/78] target/mips: "
` [RFC PATCH 21/78] target/sparc: "
` [RFC PATCH 22/78] target/ppc: "
` [RFC PATCH 23/78] target/arm: "
` [RFC PATCH 24/78] target/alpha: "
` [RFC PATCH 25/78] target/i386: "
` [RFC PATCH 26/78] target/s390x: "
` [RFC PATCH 27/78] target/riscv: "
` [RFC PATCH 28/78] target/avr: "
` [RFC PATCH 29/78] target/cris: "
` [RFC PATCH 30/78] target/nios2: "
` [RFC PATCH 31/78] target/xtensa: "
` [RFC PATCH 32/78] target/m68k: "
` [RFC PATCH 33/78] target/rx: "
` [RFC PATCH 34/78] target/tricore: "
` [RFC PATCH 35/78] target/sh4: "
` [RFC PATCH 36/78] target/openrisc: "
` [RFC PATCH 37/78] target/hexagon: "
` [RFC PATCH 38/78] system/rtc.c: "
` [RFC PATCH 39/78] hw/scsi: "
` [RFC PATCH 40/78] hw/sd/sdhci.c: "
` [RFC PATCH 41/78] linux-user: "
` [RFC PATCH 42/78] hw/i386: "
` [RFC PATCH 43/78] hw/misc: "
` [RFC PATCH 44/78] hw/m68k/mcf_intc.c: "
` [RFC PATCH 45/78] hw/dma: "
` [RFC PATCH 46/78] disas: "
` [RFC PATCH 47/78] contrib/rdmacm-mux: "
` [RFC PATCH 48/78] contrib/vhost-user-scsi: "
` [RFC PATCH 49/78] hw/arm: "
` [RFC PATCH 50/78] hw/audio: "
` [RFC PATCH 51/78] chardev: "
` [RFC PATCH 52/78] hw/char: "
` [RFC PATCH 53/78] nbd: "
` [RFC PATCH 54/78] hw/core: "
` [RFC PATCH 55/78] hw/display: "
` [RFC PATCH 56/78] hw/input: "
` [RFC PATCH 57/78] hw/net: "
[RFC PATCH v2 01/78] include/qemu/compiler.h: replace QEMU_FALLTHROUGH with fallthrough
2023-10-13 7:57 UTC (15+ messages)
` [RFC PATCH v2 06/78] tcg: add fallthrough pseudo-keyword
` [RFC PATCH v2 11/78] hw/timer: "
` [RFC PATCH v2 13/78] hw/adc: "
` [RFC PATCH v2 23/78] target/arm: "
` [RFC PATCH v2 43/78] hw/misc: "
` [RFC PATCH v2 45/78] hw/dma: "
` [RFC PATCH v2 49/78] hw/arm: "
` [RFC PATCH v2 52/78] hw/char: "
` [RFC PATCH v2 56/78] hw/input: "
` [RFC PATCH v2 57/78] hw/net: "
` [RFC PATCH v2 59/78] hw/intc: "
` [RFC PATCH v2 62/78] hw/gpio: "
` [RFC PATCH v2 70/78] hw/rtc: "
` [RFC PATCH v2 72/78] hw/ssi: "
[RFC PATCH 37/75] system/rtc.c: add fallthrough pseudo-keyword
2023-10-13 8:11 UTC (21+ messages)
` [RFC PATCH 38/75] hw/scsi: "
` [RFC PATCH 39/75] hw/sd/sdhci.c: "
` [RFC PATCH 40/75] linux-user: "
` [RFC PATCH 41/75] hw/i386: "
` [RFC PATCH 42/75] hw/misc: "
` [RFC PATCH 43/75] hw/m68k/mcf_intc.c: "
` [RFC PATCH 44/75] hw/dma: "
` [RFC PATCH 45/75] disas: "
` [RFC PATCH 46/75] contrib/rdmacm-mux: "
` [RFC PATCH 47/75] contrib/vhost-user-scsi: "
` [RFC PATCH 48/75] hw/arm: "
` [RFC PATCH 49/75] hw/audio: "
` [RFC PATCH 50/75] chardev: "
` [RFC PATCH 51/75] hw/char: "
` [RFC PATCH 52/75] nbd: "
` [RFC PATCH 53/75] hw/core: "
` [RFC PATCH 54/75] hw/display: "
` [RFC PATCH 55/75] hw/input: "
` [RFC PATCH 56/75] hw/net: "
[PATCH 00/10] tests: Clean up global variables shadowing
2023-10-13 7:24 UTC (18+ messages)
` [PATCH 01/10] system/qtest: Clean up global variable shadowing in qtest_server_init()
` [PATCH 03/10] tests/virtio-scsi: Clean up global variable shadowing
` [PATCH 04/10] tests/cdrom-test: Clean up global variable shadowing in prepare_image()
` [PATCH 06/10] tests/rtl8139: Clean up global variable shadowing
` [PATCH 07/10] tests/npcm7xx_adc: "
` [PATCH 08/10] tests/aio: "
` [PATCH 09/10] tests/aio-multithread: "
` [PATCH 10/10] tests/coroutine: "
[PATCH 00/18] target: Make 'cpu-qom.h' really target agnostic
2023-10-13 3:57 UTC (3+ messages)
` [PATCH 03/18] target/riscv: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h'
[PATCH v2] misc/pca9552: Let external devices set pca9552 inputs
2023-10-12 22:40 UTC (3+ messages)
[PATCH v11 04/18] target/arm: Use GDBFeature for dynamic XML
2023-10-12 15:53 UTC (10+ messages)
` [PATCH v11 07/18] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH v11 09/18] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
` [PATCH v11 11/18] gdbstub: Infer number of core registers from XML
` [PATCH v11 12/18] hw/core/cpu: Remove gdb_get_dynamic_xml member
[PATCH 1/1] target/arm: Adding a check for the result of calling the CPU information check function
2023-10-12 15:16 UTC (2+ messages)
[RFC/PATCH v0 00/12] Gunyah hypervisor support
2023-10-12 14:55 UTC (20+ messages)
` [RFC/PATCH v0 01/12] hw/arm/virt: Avoid NULL pointer de-reference
` [RFC/PATCH v0 03/12] gunyah: Basic support
` [RFC/PATCH v0 08/12] gunyah: Specific device-tree location
` [RFC/PATCH v0 09/12] gunyah: Customize device-tree
` [RFC/PATCH v0 10/12] gunyah: CPU execution loop
` [RFC/PATCH v0 12/12] gunyah: Documentation
[PATCH v2 00/11] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
2023-10-12 14:25 UTC (5+ messages)
` [PATCH v2 06/11] hw/char/pl011: Extract pl011_write_txdata() from pl011_write()
[PATCH v2 00/12] Introduce new vmapple machine type
2023-10-12 11:46 UTC (3+ messages)
` [PATCH v2 12/12] hw/vmapple/vmapple: Add "
[PATCH 0/8] hw/pci-host/designware: QOM shuffling (Host bridge <-> Root function)
2023-10-12 12:18 UTC (9+ messages)
` [PATCH 1/8] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro
` [PATCH 2/8] hw/pci-host/designware: Initialize root function in host bridge realize
` [PATCH 3/8] hw/pci-host/designware: Add 'host_mem' variable for clarity
` [PATCH 4/8] hw/pci-host/designware: Hoist host controller in root function #0
` [PATCH 5/8] hw/pci-host/designware: Keep host reference in DesignwarePCIEViewport
` [PATCH 6/8] hw/pci-host/designware: Move viewports from root func to host bridge
` [PATCH 7/8] hw/pci-host/designware: Move MSI registers "
` [PATCH 8/8] hw/pci-host/designware: Create ViewPorts during host bridge realization
[PATCH] hw/arm: Move raspberrypi-fw-defs.h to the include/hw/arm/ folder
2023-10-12 10:55 UTC (4+ messages)
[PATCH v2 0/3] acpi: report numa nodes for device memory using GI
2023-10-12 8:59 UTC (5+ messages)
` [PATCH v2 1/3] qom: new object to associate device to numa node
[PATCH 100742/100742] target/arm: Adding a check for the result of calling the CPU information check function
2023-10-12 8:58 UTC (3+ messages)
[PATCH v10 04/18] target/arm: Use GDBFeature for dynamic XML
2023-10-12 5:48 UTC (5+ messages)
` [PATCH v10 07/18] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH v10 09/18] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
` [PATCH v10 11/18] gdbstub: Infer number of core registers from XML
` [PATCH v10 12/18] hw/core/cpu: Remove gdb_get_dynamic_xml member
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).