messages from 2022-12-17 17:30:27 to 2022-12-19 07:59:22 UTC [more...]
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2022-12-19 7:54 UTC (7+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes
[PATCH] i386: SGX: remove deprecated member of SGXInfo
2022-12-19 7:51 UTC (3+ messages)
[PATCH v14 5/8] config: add check to block layer
2022-12-19 7:49 UTC
[PATCH v14 4/8] raw-format: add zone operations to pass through requests
2022-12-19 7:45 UTC
[PATCH v14 0/8] Add support for zoned device
2022-12-19 7:29 UTC (4+ messages)
` [PATCH v14 1/8] include: add zoned device structs
` [PATCH v14 2/8] file-posix: introduce helper functions for sysfs attributes
` [PATCH v14 3/8] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls
[PATCH 00/11] audio: more improvements
2022-12-19 7:22 UTC (25+ messages)
` [PATCH 01/11] audio: log unimplemented audio device sample rates
` [PATCH 02/11] audio: don't show unnecessary error messages
` [PATCH 03/11] audio: rename hardware store to backend
` [PATCH 04/11] audio: remove unused #define AUDIO_STRINGIFY
` [PATCH 05/11] audio/mixeng: use g_new0() instead of audio_calloc()
` [PATCH 06/11] audio/alsaaudio: "
` [PATCH 07/11] audio/audio_template: use g_malloc0() to replace audio_calloc()
` [PATCH 08/11] audio/audio_template: use g_new0() "
` [PATCH 09/11] audio: remove audio_calloc() function
` [PATCH 10/11] alsaaudio: change default playback settings
` [PATCH 11/11] alsaaudio: reintroduce default recording settings
[PATCH v4 20/27] tcg: Vary the allocation size for TCGOp
2022-12-19 7:16 UTC (8+ messages)
` [PATCH v4 20a/27] tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*()
` [PATCH v4 20b/27] tcg: Vary the allocation size for TCGOp
[PATCH v2 0/7] Enable Cubieboard A10 boot SPL from SD card
2022-12-19 7:15 UTC (23+ messages)
` [PATCH v2 1/7] hw/misc: Allwinner-A10 Clock Controller Module Emulation
` [PATCH v2 2/7] hw/misc: Allwinner A10 DRAM Controller Emulation
` [PATCH v2 3/7] hw/i2c: Allwinner TWI/I2C Emulation
` [PATCH v2 4/7] hw/misc: Allwinner AXP-209 Emulation
` [PATCH v2 5/7] hw/arm: Add AXP-209 to Cubieboard
` [PATCH v2 6/7] hw/arm: Allwinner A10 enable SPL load from MMC
` [PATCH v2 7/7] docs/system/arm: Update Allwinner with TWI (I2C)
[RFC PATCH-for-8.0 0/3] hw/ppc: Remove tswap() calls
2022-12-19 6:31 UTC (6+ messages)
` [RFC PATCH-for-8.0 2/3] hw/ppc/spapr: Replace tswap64(HPTE) by cpu_to_be64(HPTE)
[PATCH v2 0/6] Support for new CPU model SapphireRapids
2022-12-19 5:52 UTC (2+ messages)
[PATCH 0/4] coroutine: Clean up includes
2022-12-19 4:23 UTC (6+ messages)
` [PATCH 4/4] coroutine: Break inclusion loop
[PATCH] target/i386/gdbstub: Fix a bug about order of FPU stack in 'g' packets
2022-12-19 4:04 UTC (4+ messages)
[PULL 00/45] riscv-to-apply queue
2022-12-19 2:17 UTC (46+ messages)
` [PULL 01/45] target/riscv: Fix PMP propagation for tlb
` [PULL 02/45] hw/registerfields: add `FIELDx_1CLEAR()` macro
` [PULL 03/45] hw/ssi/ibex_spi: implement `FIELD32_1CLEAR` macro
` [PULL 04/45] tcg/riscv: Fix range matched by TCG_CT_CONST_M12
` [PULL 05/45] tcg/riscv: Fix reg overlap case in tcg_out_addsub2
` [PULL 06/45] tcg/riscv: Fix base register for user-only qemu_ld/st
` [PULL 07/45] hw/riscv/opentitan: bump opentitan
` [PULL 08/45] hw/riscv/opentitan: add aon_timer base unimpl
` [PULL 09/45] target/riscv: Add smstateen support
` [PULL 10/45] target/riscv: smstateen check for h/s/envcfg
` [PULL 11/45] target/riscv: generate virtual instruction exception
` [PULL 12/45] target/riscv: Add itrigger support when icount is not enabled
` [PULL 13/45] target/riscv: Add itrigger support when icount is enabled
` [PULL 14/45] target/riscv: Enable native debug itrigger
` [PULL 15/45] target/riscv: Add itrigger_enabled field to CPURISCVState
` [PULL 16/45] hw/intc: sifive_plic: Renumber the S irqs for numa support
` [PULL 17/45] target/riscv: Typo fix in sstc() predicate
` [PULL 18/45] hw/riscv: virt: Remove the redundant ipi-id property
` [PULL 19/45] target/riscv: support cache-related PMU events in virtual mode
` [PULL 20/45] target/riscv: Add some comments for sstatus CSR in riscv_cpu_dump_state()
` [PULL 21/45] hw/misc: pfsoc: add fabric clocks to ioscb
` [PULL 22/45] hw/riscv: pfsoc: add missing FICs as unimplemented
` [PULL 23/45] hw/{misc, riscv}: pfsoc: add system controller "
` [PULL 24/45] hw/intc: sifive_plic: fix out-of-bound access of source_priority array
` [PULL 25/45] target/riscv: Fix mret exception cause when no pmp rule is configured
` [PULL 26/45] target/riscv: Set pc_succ_insn for !rvc illegal insn
` [PULL 27/45] target/riscv: Simplify helper_sret() a little bit
` [PULL 28/45] target/riscv: Clear mstatus.MPRV when leaving M-mode for priv spec 1.12+
` [PULL 29/45] RISC-V: Add Zawrs ISA extension support
` [PULL 30/45] hw/riscv: Select MSI_NONBROKEN in SIFIVE_PLIC
` [PULL 31/45] hw/intc: Select MSI_NONBROKEN in RISC-V AIA interrupt controllers
` [PULL 32/45] hw/riscv: Fix opentitan dependency to SIFIVE_PLIC
` [PULL 33/45] hw/riscv: Sort machines Kconfig options in alphabetical order
` [PULL 34/45] hw/riscv: spike: Remove misleading comments
` [PULL 35/45] hw/intc: sifive_plic: Drop PLICMode_H
` [PULL 36/45] hw/intc: sifive_plic: Improve robustness of the PLIC config parser
` [PULL 37/45] hw/intc: sifive_plic: Use error_setg() to propagate the error up via errp in sifive_plic_realize()
` [PULL 38/45] hw/intc: sifive_plic: Update "num-sources" property default value
` [PULL 39/45] hw/riscv: microchip_pfsoc: Fix the number of interrupt sources of PLIC
` [PULL 40/45] hw/riscv: sifive_e: "
` [PULL 41/45] hw/riscv: sifive_u: Avoid using magic number for "riscv, ndev"
` [PULL 42/45] hw/riscv: virt: Fix the value of "riscv, ndev" in the dtb
` [PULL 43/45] hw/intc: sifive_plic: Change "priority-base" to start from interrupt source 0
` [PULL 44/45] hw/riscv: opentitan: Drop "hartid-base" and "priority-base" initialization
` [PULL 45/45] hw/intc: sifive_plic: Fix the pending register range check
[PATCH] virtio-mem: Fix the bitmap index of the section offset
2022-12-19 1:21 UTC (4+ messages)
[PATCH v2] contrib/vhost-user-blk: Replace lseek64 with lseek
2022-12-18 22:24 UTC (3+ messages)
[PATCH v4 00/27] tcg misc patches
2022-12-18 21:38 UTC (10+ messages)
` [PATCH v4 06/27] target/sparc: Avoid TCGV_{LOW,HIGH}
` [PATCH v4 09/27] tcg: Simplify calls to temp_sync vs mem_coherent
` [PATCH v4 17/27] accel/tcg/plugin: Don't search for the function pointer index
` [PATCH v4 26/27] tcg/aarch64: Merge tcg_out_callr into tcg_out_call
[PATCH] accel/tcg/plugin: Fix op_rw
2022-12-18 19:28 UTC (3+ messages)
[RFC PATCH 0/1] QEMU: Dirty quota-based throttling of vcpus
2022-12-18 19:12 UTC (5+ messages)
[PULL 0/2] target sh4 and tricore patches
2022-12-18 17:50 UTC (3+ messages)
` [PULL 1/2] target/sh4: Mask restore of env->flags from tb->flags
` [PULL 2/2] target/tricore: Fix gdbstub write to address registers
[PATCH] thread-posix: add support for setting threads name on OpenBSD
2022-12-18 17:07 UTC (2+ messages)
[PULL 0/1] loongarch-to-apply queue
2022-12-18 17:00 UTC (2+ messages)
[PULL 00/21] Hexagon update: bug fixes, performance, idef-parser
2022-12-18 17:01 UTC (7+ messages)
[PATCH v2 0/3] hw/isa/piix4: Remove MIPS Malta specific bits
2022-12-18 16:49 UTC (5+ messages)
` [PATCH v2 1/3] hw/mips/malta: Introduce PIIX4_PCI_DEVFN definition
` [PATCH v2 3/3] hw/isa/piix4: Correct IRQRC[A:D] reset values
[PATCH] ebpf: fix compatibility with libbpf 1.0+
2022-12-18 16:15 UTC (2+ messages)
[PATCH 0/2] hw/arm: Add support for STM32 H405 and fix STM32F405 memory layout
2022-12-18 7:12 UTC (3+ messages)
` [PATCH 1/2] hw/arm/stm32f405: correctly describe the "
` [PATCH 2/2] hw/arm: Add Olimex H405
[PATCH 00/32] Consolidate PIIX south bridges
2022-12-18 14:17 UTC (5+ messages)
` [PATCH 32/32] hw/isa/piix: Drop the "3" from the PIIX base class
[PATCH] util: remove support -chardev tty and -chardev parport
2022-12-18 13:45 UTC (3+ messages)
[PATCH] util: remove support for hex numbers with a scaling suffix
2022-12-18 13:40 UTC (2+ messages)
[PATCH] KVM: remove support for kernel-irqchip=off
2022-12-18 13:39 UTC (3+ messages)
[PATCH] MIPS: remove support for trap and emulate KVM
2022-12-18 13:35 UTC (2+ messages)
[PATCH v2 0/3] Decouple INTx-to-LNKx routing from south bridges
2022-12-18 13:05 UTC (4+ messages)
Assistance needed, GitLab #677 and #1360
2022-12-18 10:26 UTC
[PATCH 1/2] contrib/vhost-user-blk: Replace lseek64 with lseek
2022-12-18 9:51 UTC (3+ messages)
` [PATCH 2/2] linux-user: Replace use of lfs64 related functions and macros
Plugin Memory Callback Debugging
2022-12-18 5:24 UTC (8+ messages)
[PATCH v2 0/7] Clean up dependencies of ACPI controllers
2022-12-17 23:36 UTC (10+ messages)
` [PATCH v2 4/7] hw/acpi/Kconfig: Add missing dependencies to ACPI_PIIX4
` [PATCH v2 5/7] hw/isa/Kconfig: Add missing dependency to VT82C686
` [PATCH v2 6/7] i386, mips: Resolve redundant ACPI and APM dependencies
` [PATCH v2 7/7] hw/ppc/Kconfig: Remove unused dependencies from PEGASOS2
[PULL v2 0/6] QEMU Guest Agent misc patches
2022-12-17 21:20 UTC (2+ messages)
[PULL 00/36] reset refactoring patches
2022-12-17 21:18 UTC (2+ messages)
[PATCH v2] linux-user: fix getgroups/setgroups allocations
2022-12-17 18:55 UTC (2+ messages)
[PATCH] accel/tcg: Drop PAGE_RESERVED for CONFIG_BSD
2022-12-17 18:48 UTC
[PATCH v2 0/9] target/misc: Header cleanups around "cpu.h"
2022-12-17 18:32 UTC (12+ messages)
` [PATCH v2 1/9] target/alpha: Remove obsolete STATUS document
` [PATCH v2 4/9] target/ppc/internal: Restrict MMU declarations to sysemu
` [PATCH v2 5/9] target/ppc/kvm: Remove unused "sysbus.h" header
` [PATCH v2 6/9] target/riscv/cpu: Move Floating-Point fields closer
` [PATCH v2 7/9] target/riscv/cpu: Restrict some sysemu-specific fields from CPUArchState
` [PATCH v2 8/9] target/sparc/sysemu: Remove pointless CONFIG_USER_ONLY guard
` [PATCH v2 9/9] target/xtensa/cpu: Include missing "memory.h" header
[PATCH v12 00/61] target/riscv: support vector extension v0.7.1
2022-12-17 18:28 UTC (4+ messages)
` [PATCH v12 08/61] target/riscv: add fault-only-first unit stride load
[PATCH 0/2] target/hppa: Extract System/FPU helpers from op_helper.c
2022-12-17 18:27 UTC (5+ messages)
` [PATCH 1/2] target/hppa: Extract FPU helpers to fpu_helper.c
` [PATCH 2/2] target/hppa: Extract system helpers to sys_helper.c
[PATCH v2 0/5] target/s390x: Header cleanups around "cpu.h"
2022-12-17 17:40 UTC (7+ messages)
` [PATCH v2 2/5] hw/s390x/pv: Un-inline s390_pv_init()
` [PATCH v2 3/5] hw/s390x/pv: Restrict Protected Virtualization to sysemu
` [PATCH v2 5/5] target/s390x/tcg/excp_helper: Restrict system headers "
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 NNTP newsgroup(s).