qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-25 05:28:47 to 2023-10-25 10:13:55 UTC [more...]

[PATCH 0/2] vfio/pci: Fix buffer overrun when writing the VF token
 2023-10-25 10:12 UTC  (3+ messages)
` [PATCH 1/2] util/uuid: Add UUID_STR_LEN definition
` [PATCH 2/2] vfio/pci: Fix buffer overrun when writing the VF token

[PATCH v5 00/19] Make Pixman an optional dependency
 2023-10-25 10:08 UTC  (13+ messages)
` [PATCH v5 01/19] build-sys: add a "pixman" feature
` [PATCH v5 02/19] ui: compile out some qemu-pixman functions when !PIXMAN
` [PATCH v5 03/19] ui: add pixman-compat.h
` [PATCH v5 04/19] vl: move display early init before default devices
` [PATCH v5 06/19] ui/vc: console-vc requires PIXMAN
` [PATCH v5 07/19] qmp/hmp: disable screendump if PIXMAN is missing

[PATCH v5 00/20] Support smp.clusters for x86 in QEMU
 2023-10-25 10:04 UTC  (5+ messages)
` [PATCH v5 02/20] tests: Rename test-x86-cpuid.c to test-x86-topo.c

[Question] x86/microvm: why has_hotpluggable_cpus = false but hot(ub)plug APIs exist?
 2023-10-25  9:54 UTC  (9+ messages)

[PATCH v2 00/29] migration: File based migration with multifd and fixed-ram
 2023-10-25  9:52 UTC  (30+ messages)
` [PATCH v2 01/29] tests/qtest: migration events
` [PATCH v2 06/29] migration: Add auto-pause capability
` [PATCH v2 14/29] migration/ram: Introduce 'fixed-ram' migration capability
` [PATCH v2 15/29] migration/ram: Add support for 'fixed-ram' outgoing migration
` [PATCH v2 16/29] migration/ram: Add support for 'fixed-ram' migration restore
` [PATCH v2 19/29] migration/multifd: Add outgoing QIOChannelFile support
` [PATCH v2 24/29] migration/ram: Ignore multifd flush when doing fixed-ram migration
` [PATCH v2 25/29] migration/multifd: Support outgoing fixed-ram stream format
` [PATCH v2 28/29] migration: Add direct-io parameter
` [PATCH v2 29/29] tests/qtest: Add a test for migration with direct-io and multifd

[PATCH v14 00/18] plugins: Allow to read registers
 2023-10-25  9:34 UTC  (7+ messages)
` [PATCH v14 16/18] plugins: Use different helpers when reading registers

[PATCH v16 00/18] plugins: Allow to read registers
 2023-10-25  9:31 UTC  (19+ messages)
` [PATCH v16 01/18] gdbstub: Add num_regs member to GDBFeature
` [PATCH v16 02/18] gdbstub: Introduce gdb_find_static_feature()
` [PATCH v16 03/18] gdbstub: Introduce GDBFeatureBuilder
` [PATCH v16 04/18] target/arm: Use GDBFeature for dynamic XML
` [PATCH v16 05/18] target/ppc: "
` [PATCH v16 06/18] target/riscv: "
` [PATCH v16 07/18] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH v16 08/18] gdbstub: Use GDBFeature for GDBRegisterState
` [PATCH v16 09/18] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
` [PATCH v16 10/18] gdbstub: Simplify XML lookup
` [PATCH v16 11/18] gdbstub: Infer number of core registers from XML
` [PATCH v16 12/18] hw/core/cpu: Remove gdb_get_dynamic_xml member
` [PATCH v16 13/18] gdbstub: Add members to identify registers to GDBFeature
` [PATCH v16 14/18] gdbstub: Expose functions to read registers
` [PATCH v16 15/18] cpu: Call plugin hooks only when ready
` [PATCH v16 16/18] plugins: Use different helpers when reading registers
` [PATCH v16 17/18] plugins: Allow to read registers
` [PATCH v16 18/18] contrib/plugins: Allow to log registers

[PATCH] tests/qapi-schema: Tidy up pylint warnings and advice
 2023-10-25  9:29 UTC 

[risu PATCH 0/5] Add LoongArch LSX/LASX instructions
 2023-10-25  9:29 UTC  (6+ messages)
` [risu PATCH 1/5] loongarch: Add LSX instructions
` [risu PATCH 2/5] loongarch: Add LASX instructions
` [risu PATCH 3/5] loongarch: reginfo suport LSX/LASX
` [risu PATCH 4/5] loongarch: init LASX registers
` [risu PATCH 5/5] loongarch: Add block 'clean' and clean_lsx_result()

[PATCH] eeprom_at24c: Model 8-bit data addressing for 16-bit devices
 2023-10-25  9:22 UTC  (3+ messages)

[PATCH 0/1] sphinx/qapidoc: pylint cleanups
 2023-10-25  9:21 UTC  (2+ messages)
` [PATCH 1/1] sphinx/qapidoc: Tidy up pylint warning raise-missing-from

[PATCH 00/11] hw/arm/aspeed: Split AspeedSoCState per 2400/2600/10x0
 2023-10-25  9:17 UTC  (24+ messages)
` [PATCH 01/11] hw/arm/aspeed: Extract code common to all boards to a common file
` [PATCH 02/11] hw/arm/aspeed: Rename aspeed_soc_init() as AST2400/2500 specific
` [PATCH 03/11] hw/arm/aspeed: Rename aspeed_soc_realize() "
` [PATCH 04/11] hw/arm/aspeed: Dynamically allocate AspeedMachineState::soc field
` [PATCH 05/11] hw/arm/aspeed: Introduce TYPE_ASPEED10X0_SOC
` [PATCH 06/11] hw/arm/aspeed: Introduce TYPE_ASPEED2600_SOC
` [PATCH 07/11] hw/arm/aspeed: Introduce TYPE_ASPEED2400_SOC
` [PATCH 08/11] hw/arm/aspeed: Check 'memory' link is set in common aspeed_soc_realize
` [PATCH 09/11] hw/arm/aspeed: Move AspeedSoCState::armv7m to Aspeed10x0SoCState
` [PATCH 10/11] hw/arm/aspeed: Move AspeedSoCState::a7mpcore to Aspeed2600SoCState
` [PATCH 11/11] hw/arm/aspeed: Move AspeedSoCState::cpu/vic to Aspeed2400SoCState

[PATCH v2 00/12] migration: Yet another round of atomic counters
 2023-10-25  9:11 UTC  (13+ messages)
` [PATCH v2 01/12] qemu-file: Don't increment qemu_file_transferred at qemu_file_fill_buffer
` [PATCH v2 02/12] qemu_file: Use a stat64 for qemu_file_transferred
` [PATCH v2 03/12] qemu_file: total_transferred is not used anymore
` [PATCH v2 04/12] migration: Use the number of transferred bytes directly
` [PATCH v2 05/12] qemu_file: Remove unused qemu_file_transferred()
` [PATCH v2 06/12] qemu-file: Remove _noflush from qemu_file_transferred_noflush()
` [PATCH v2 07/12] migration: migration_transferred_bytes() don't need the QEMUFile
` [PATCH v2 08/12] migration: migration_rate_limit_reset() "
` [PATCH v2 09/12] qemu-file: Simplify qemu_file_get_error()
` [PATCH v2 10/12] migration: Use migration_transferred_bytes()
` [PATCH v2 11/12] migration: Remove transferred atomic counter
` [PATCH v2 12/12] qemu-file: Make qemu_fflush() return errors

[PATCH 0/1] Add acpi option to microvm documentation
 2023-10-25  6:28 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] target/arm: kvm64: remove a redundant KVM_CAP_SET_GUEST_DEBUG probe
 2023-10-25  7:07 UTC 

[PATCH] target/arm: kvm64: remove a redundant KVM_CAP_SET_GUEST_DEBUG probe
 2023-10-25  8:37 UTC 

[PATCH 0/6] Support RISC-V IOPMP
 2023-10-25  5:14 UTC  (14+ messages)
` [PATCH 1/6] exec/memory: Introduce the translate_size function within the IOMMU class
` [PATCH 2/6] system/physmem: IOMMU: Invoke the translate_size function if it is implemented
` [PATCH 3/6] exec/memattrs: Add iopmp source id to MemTxAttrs
` [PATCH 4/6] Add RISC-V IOPMP support
` [PATCH 5/6] hw/dma: Add Andes ATCDMAC300 support
` [PATCH 6/6] hw/riscv/virt: Add IOPMP support

[PULL 00/12] aspeed queue
 2023-10-25  8:59 UTC  (13+ messages)
` [PULL 01/12] MAINTAINERS: aspeed: Update Andrew's email address
` [PULL 02/12] hw/arm/aspeed: Extract code common to all boards to a common file
` [PULL 03/12] hw/arm/aspeed: Rename aspeed_soc_init() as AST2400/2500 specific
` [PULL 04/12] hw/arm/aspeed: Rename aspeed_soc_realize() "
` [PULL 05/12] hw/arm/aspeed: Dynamically allocate AspeedMachineState::soc field
` [PULL 06/12] hw/arm/aspeed: Introduce TYPE_ASPEED10X0_SOC
` [PULL 07/12] hw/arm/aspeed: Introduce TYPE_ASPEED2600_SOC
` [PULL 08/12] hw/arm/aspeed: Introduce TYPE_ASPEED2400_SOC
` [PULL 09/12] hw/arm/aspeed: Check 'memory' link is set in common aspeed_soc_realize
` [PULL 10/12] hw/arm/aspeed: Move AspeedSoCState::armv7m to Aspeed10x0SoCState
` [PULL 11/12] hw/arm/aspeed: Move AspeedSoCState::a7mpcore to Aspeed2600SoCState
` [PULL 12/12] hw/arm/aspeed: Move AspeedSoCState::cpu/vic to Aspeed2400SoCState

[PATCH 00/12] migration: Yet another round of atomic counters
 2023-10-25  9:01 UTC  (7+ messages)
` [PATCH 01/12] qemu-file: We only call qemu_file_transferred_* on the sending side
` [PATCH 02/12] qemu_file: Use a stat64 for qemu_file_transferred

[PATCH 0/12] Get Xen PV shim running in qemu
 2023-10-25  9:00 UTC  (17+ messages)
` [PATCH 06/12] hw/xen: add get_frontend_path() method to XenDeviceClass
` [PATCH 12/12] hw/xen: add support for Xen primary console in emulated mode

[PATCH] MAINTAINERS: aspeed: Update Andrew's email address
 2023-10-25  8:57 UTC  (3+ messages)

[PATCH v3 0/1] migration: Check for duplicates on vmstate_register()
 2023-10-25  8:54 UTC  (6+ messages)
` [PATCH v3 1/1] migration: vmstate_register() check that instance_id is valid

[PATCH 1/1] ui: Replacing pointer in function
 2023-10-25  7:53 UTC  (4+ messages)

[PATCH 0/4] Update QEMU qnic driver to "new" XenDevice model
 2023-10-25  7:49 UTC  (4+ messages)
` [PATCH 2/4] hw/xen: update Xen PV NIC to "

[PATCH 0/9] tcg: Use tcg_gen_[s]extract_{i32,i64,tl}
 2023-10-25  7:38 UTC  (6+ messages)
` [RFC PATCH 9/9] target/ppc: Use tcg_gen_sextract_tl

[PATCH 00/29] tcg: Introduce TCG_COND_TST{EQ,NE}
 2023-10-25  7:27 UTC  (30+ messages)
` [PATCH 01/29] "
` [PATCH 02/29] tcg/optimize: Split out arg_is_const_val
` [PATCH 03/29] tcg/optimize: Split out do_constant_folding_cond1
` [PATCH 04/29] tcg/optimize: Do swap_commutative2 in do_constant_folding_cond2
` [PATCH 05/29] tcg/optimize: Split out arg_new_constant
` [PATCH 06/29] tcg/optimize: Handle TCG_COND_TST{EQ,NE}
` [PATCH 07/29] tcg/aarch64: Support TCG_COND_TST{EQ,NE}
` [PATCH 08/29] tcg/aarch64: Generate TBZ, TBNZ
` [PATCH 09/29] tcg/arm: Support TCG_COND_TST{EQ,NE}
` [PATCH 10/29] tcg/i386: Pass x86 condition codes to tcg_out_cmov
` [PATCH 11/29] tcg/i386: Move tcg_cond_to_jcc[] into tcg_out_cmp
` [PATCH 12/29] tcg/i386: Add rexw argument to tcg_out_testi
` [PATCH 13/29] tcg/i386: Support TCG_COND_TST{EQ,NE}
` [PATCH 14/29] tcg/loongarch64: "
` [PATCH 15/29] tcg/mips: "
` [PATCH 16/29] tcg/riscv: "
` [PATCH 17/29] tcg/sparc64: Implement tcg_out_extrl_i64_i32
` [PATCH 18/29] tcg/sparc64: Hoist read of tcg_cond_to_rcond
` [PATCH 19/29] tcg/sparc64: Pass TCGCond to tcg_out_cmp
` [PATCH 20/29] tcg/sparc64: Support TCG_COND_TST{EQ,NE}
` [PATCH 21/29] tcg/ppc: Sink tcg_to_bc usage into tcg_out_bc
` [PATCH 22/29] tcg/ppc: Use cr0 in tcg_to_bc and tcg_to_isel
` [PATCH 23/29] tcg/ppc: Create tcg_out_and_rc
` [PATCH 24/29] tcg/ppc: Support TCG_COND_TST{EQ,NE}
` [PATCH 25/29] tcg/s390x: "
` [PATCH 26/29] tcg/tci: "
` [PATCH 27/29] target/alpha: Use TCG_COND_TST{EQ,NE} for BLB{C,S}
` [PATCH 28/29] target/alpha: Use TCG_COND_TST{EQ,NE} for CMOVLB{C,S}
` [PATCH 29/29] target/alpha: Use TCG_COND_TSTNE for gen_fold_mzero

[PATCH v2 0/9] tcg: Use tcg_gen_[s]extract_{i32,i64,tl}
 2023-10-25  7:10 UTC  (3+ messages)
` [PATCH v2 5/9] target/ppc: Use tcg_gen_extract_i32

[PATCH] hw/arm: Avoid using 'first_cpu' when first ARM CPU is reachable
 2023-10-25  6:59 UTC 

[PATCH v2 RESEND] ppc/pnv: Fix number of I2C engines and ports for power9/10
 2023-10-25  6:56 UTC  (2+ messages)

[PATCH 00/10] hw/arm: Move 'hw/arm/boot.h' from header to source
 2023-10-25  6:53 UTC  (11+ messages)
` [PATCH 01/10] hw/arm/allwinner-a10: Remove 'hw/arm/boot.h' from header
` [PATCH 02/10] hw/arm/allwinner-h3: "
` [PATCH 03/10] hw/arm/allwinner-r40: "
` [PATCH 04/10] hw/arm/fsl-imx25: "
` [PATCH 05/10] hw/arm/fsl-imx31: "
` [PATCH 06/10] hw/arm/fsl-imx6: "
` [PATCH 07/10] hw/arm/fsl-imx6ul: "
` [PATCH 08/10] hw/arm/fsl-imx7: "
` [PATCH 09/10] hw/arm/xlnx-versal: "
` [PATCH 10/10] hw/arm/xlnx-zynqmp: "

[PATCH v3 0/6] riscv: RVA22U64 profile support
 2023-10-25  6:46 UTC  (13+ messages)
` [PATCH v3 1/6] target/riscv: add rva22u64 profile definition
` [PATCH v3 2/6] target/riscv/kvm: add 'rva22u64' flag as unavailable
` [PATCH v3 3/6] target/riscv/tcg: add user flag for profile support
` [PATCH v3 4/6] target/riscv/tcg: add MISA user options hash
` [PATCH v3 5/6] target/riscv/tcg: add riscv_cpu_write_misa_bit()
` [PATCH v3 6/6] target/riscv/tcg: handle profile MISA bits

[PATCH v6 0/9] Fix cursor planes with virtualized drivers
 2023-10-25  6:36 UTC  (5+ messages)
` [PATCH v6 9/9] drm: Introduce documentation for hotspot properties

[PATCH v3] migration: Stop migration immediately in RDMA error paths
 2023-10-25  6:25 UTC  (2+ messages)

[PATCH v3 0/8] PMBus fixes and new functions
 2023-10-25  5:56 UTC  (7+ messages)

[PATCH v15 00/19] plugins: Allow to read registers
 2023-10-25  5:27 UTC  (18+ messages)
` [PATCH v15 01/19] gdbstub: Add num_regs member to GDBFeature
` [PATCH v15 02/19] gdbstub: Introduce gdb_find_static_feature()
` [PATCH v15 05/19] target/ppc: Use GDBFeature for dynamic XML
` [PATCH v15 06/19] target/riscv: "
` [PATCH v15 07/19] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH v15 08/19] gdbstub: Use GDBFeature for GDBRegisterState
` [PATCH v15 09/19] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
` [PATCH v15 10/19] gdbstub: Simplify XML lookup
` [PATCH v15 11/19] gdbstub: Infer number of core registers from XML
` [PATCH v15 12/19] hw/core/cpu: Remove gdb_get_dynamic_xml member
` [PATCH v15 13/19] gdbstub: Add members to identify registers to GDBFeature
` [PATCH v15 14/19] gdbstub: Expose functions to read registers
` [PATCH v15 15/19] cpu: Call plugin hooks only when ready
` [PATCH v15 16/19] plugins: Introduce CPU flags
` [PATCH v15 17/19] plugins: Use different helpers when reading registers
` [PATCH v15 18/19] plugins: Allow to read registers
` [PATCH v15 19/19] contrib/plugins: Allow to log registers


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