qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-03 13:46:59 to 2021-09-03 20:08:12 UTC [more...]

[PULL 00/14] aspeed queue
 2021-09-03 19:41 UTC  (13+ messages)
` [PULL 01/14] hw: arm: aspeed: Enable eth0 interface for aspeed-ast2600-evb
` [PULL 02/14] hw: arm: aspeed: Enable mac0/1 instead of mac1/2 for g220a
` [PULL 05/14] hw: aspeed_gpio: Simplify 1.8V defines
` [PULL 06/14] hw: aspeed_gpio: Clarify GPIO controller name
` [PULL 07/14] misc/pca9552: Fix LED status register indexing in pca955x_get_led()
` [PULL 08/14] arm/aspeed: rainier: Add i2c eeproms and muxes
` [PULL 09/14] aspeed: Emulate the AST2600A3
` [PULL 10/14] hw/misc: Add Infineon DPS310 sensor model
` [PULL 11/14] arm/aspeed: Add DPS310 to Witherspoon and Rainier
` [PULL 12/14] hw/arm/aspeed: Initialize AST2600 UART clock selection registers
` [PULL 13/14] hw/arm/aspeed: Allow machine to set UART default
` [PULL 14/14] hw/arm/aspeed: Add Fuji machine type

[PATCH v4 0/9] migration/ram: Optimize for virtio-mem via RamDiscardManager
 2021-09-03 19:45 UTC  (14+ messages)
` [PATCH v4 7/9] migration: Simplify alignment and alignment checks
` [PATCH v4 8/9] migration/ram: Factor out populating pages readable in ram_block_populate_pages()

[PULL 00/13] QAPI patches patches for 2021-09-03
 2021-09-03 19:32 UTC  (14+ messages)
` [PULL 01/13] qapi: Set boolean value correctly in examples
` [PULL 02/13] qapi: Simplify QAPISchemaIfCond's interface for generating C
` [PULL 03/13] qapi: Simplify how QAPISchemaIfCond represents "no condition"
` [PULL 04/13] tests/qapi-schema: Correct two 'if' conditionals
` [PULL 05/13] tests/qapi-schema: Demonstrate broken C code for 'if'
` [PULL 06/13] qapi: Fix C code generation "
` [PULL 07/13] qapi: Factor common recursion out of cgen_ifcond(), docgen_ifcond()
` [PULL 08/13] qapi: Avoid redundant parens in code generated for conditionals
` [PULL 09/13] qapi: Use "not COND" instead of "!COND" for generated documentation
` [PULL 10/13] qapi: Use re.fullmatch() where appropriate
` [PULL 11/13] tests/qapi-schema: Hide OrderedDict in test output
` [PULL 12/13] qapi: Tweak error messages for missing / conflicting meta-type
` [PULL 13/13] qapi: Tweak error messages for unknown / conflicting 'if' keys

[PATCH v3 00/30] accel: Move has_work() from SysemuCPUOps to AccelOpsClass
 2021-09-03 19:31 UTC  (9+ messages)
` [PATCH v3 01/30] accel/tcg: Restrict cpu_handle_halt() to sysemu
` [PATCH v3 25/30] target/s390x: Restrict has_work() handler to sysemu and TCG
` [PATCH v3 26/30] target/sh4: "
` [PATCH v3 27/30] target/sparc: "
` [PATCH v3 28/30] target/tricore: "
` [PATCH v3 29/30] target/xtensa: "
` [PATCH v3 30/30] accel: Add missing AccelOpsClass::has_work() and drop SysemuCPUOps one

[PATCH 00/24] accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() to sysemu
 2021-09-03 19:27 UTC  (49+ messages)
` [PATCH 01/24] target/xtensa: Restrict do_transaction_failed() "
` [PATCH 02/24] target/i386: Restrict sysemu-only fpu_helper helpers
` [PATCH 03/24] target/i386: Simplify TARGET_X86_64 #ifdef'ry
` [RFC PATCH 04/24] accel/tcg: Rename user-mode do_interrupt hack as fake_user_exception
` [PATCH 05/24] accel/tcg: Assert most of cpu_handle_interrupt() is sysemu-specific
` [PATCH 06/24] target/alpha: Restrict cpu_exec_interrupt() handler to sysemu
` [PATCH 07/24] target/arm: "
` [PATCH 08/24] target/avr: "
` [PATCH 09/24] target/cris: "
` [PATCH 10/24] target/hppa: "
` [PATCH 11/24] target/i386: "
` [PATCH 12/24] target/m68k: "
` [PATCH 13/24] target/microblaze: "
` [PATCH 14/24] target/mips: "
` [PATCH 15/24] target/nios2: "
` [PATCH 16/24] target/openrisc: "
` [PATCH 17/24] target/ppc: "
` [PATCH 18/24] target/riscv: "
` [PATCH 19/24] target/sh4: "
` [PATCH 20/24] target/sparc: "
` [PATCH 21/24] target/rx: "
` [PATCH 22/24] target/xtensa: "
` [PATCH 23/24] accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() "
` [PATCH 24/24] user: Remove cpu_get_pic_interrupt() stubs

[PATCH 00/12] qapi: Fixes and cleanups for recent work (mostly)
 2021-09-03 19:22 UTC  (2+ messages)

[PATCH v9 00/14] target/riscv: Update QEmu for Zb[abcs] 1.0.0
 2021-09-03 19:07 UTC  (18+ messages)
` [PATCH v9 01/14] target/riscv: Add x-zba, x-zbb, x-zbc and x-zbs properties
` [PATCH v9 02/14] target/riscv: Reassign instructions to the Zba-extension
` [PATCH v9 03/14] target/riscv: slli.uw is only a valid encoding if shamt first in 64 bits
` [PATCH v9 04/14] target/riscv: Remove the W-form instructions from Zbs
` [PATCH v9 05/14] target/riscv: Remove shift-one instructions (proposed Zbo in pre-0.93 draft-B)
` [PATCH v9 06/14] target/riscv: Reassign instructions to the Zbs-extension
` [PATCH v9 07/14] target/riscv: Add instructions of the Zbc-extension
` [PATCH v9 08/14] target/riscv: Reassign instructions to the Zbb-extension
` [PATCH v9 09/14] target/riscv: Add orc.b instruction for Zbb, removing gorc/gorci
` [PATCH v9 10/14] target/riscv: Add a REQUIRE_32BIT macro
` [PATCH v9 11/14] target/riscv: Add rev8 instruction, removing grev/grevi
` [PATCH v9 12/14] target/riscv: Add zext.h instructions to Zbb, removing pack/packu/packh
` [PATCH v9 13/14] target/riscv: Remove RVB (replaced by Zb[abcs]
` [PATCH v9 14/14] disas/riscv: Add Zb[abcs] instructions

[PATCH v2 0/3] VNC-related HMP/QMP fixes
 2021-09-03 19:02 UTC  (3+ messages)
` [PATCH v2 3/3] monitor: allow VNC related QMP and HMP commands to take a display ID

[PATCH v2] block: drop BLK_PERM_GRAPH_MOD
 2021-09-03 18:47 UTC  (2+ messages)

[PATCH v6 0/5] block/nbd: drop connection_co
 2021-09-03 17:54 UTC  (7+ messages)
` [PATCH v6 1/5] block/nbd: nbd_channel_error() shutdown channel unconditionally
` [PATCH v6 3/5] block/nbd: refactor nbd_recv_coroutines_wake_all()
` [PATCH v6 5/5] block/nbd: check that received handle is valid

[PATCH v3 00/28] glib: Replace g_memdup() by g_memdup2()
 2021-09-03 17:45 UTC  (29+ messages)
` [PATCH v3 01/28] hw/hyperv/vmbus: Remove unused vmbus_load/save_req()
` [PATCH v3 02/28] glib-compat: Introduce g_memdup2() wrapper
` [PATCH v3 03/28] qapi: Replace g_memdup() by g_memdup2()
` [PATCH v3 04/28] accel/tcg: "
` [PATCH v3 05/28] block/qcow2-bitmap: "
` [PATCH v3 06/28] softmmu: "
` [PATCH v3 07/28] hw/9pfs: "
` [PATCH v3 08/28] hw/acpi: Avoid truncating acpi_data_len() to 32-bit
` [PATCH v3 09/28] hw/acpi: Replace g_memdup() by g_memdup2()
` [PATCH v3 10/28] hw/core/machine: "
` [PATCH v3 11/28] hw/hppa/machine: "
` [PATCH v3 12/28] hw/i386/multiboot: "
` [PATCH v3 13/28] hw/net/eepro100: "
` [PATCH v3 14/28] hw/nvram/fw_cfg: "
` [PATCH v3 15/28] hw/scsi/mptsas: "
` [PATCH v3 16/28] hw/ppc/spapr_pci: "
` [PATCH v3 17/28] hw/rdma: "
` [PATCH v3 18/28] hw/vfio/pci: "
` [RFC PATCH v3 19/28] hw/virtio: "
` [PATCH v3 20/28] net/colo: "
` [RFC PATCH v3 21/28] ui/clipboard: "
` [RFC PATCH v3 22/28] linux-user: "
` [PATCH v3 23/28] tests/unit: "
` [PATCH v3 24/28] tests/qtest: "
` [PATCH v3 25/28] target/arm: "
` [PATCH v3 26/28] target/ppc: "
` [PATCH v3 27/28] contrib: "
` [PATCH v3 28/28] checkpatch: Do not allow deprecated g_memdup()

[PATCH v2 00/30] glib: Replace g_memdup() by g_memdup2()
 2021-09-03 17:43 UTC  (4+ messages)
` [PATCH v2 01/30] hw/hyperv/vmbus: Remove unused vmbus_load/save_req()
` [PATCH v2 02/30] glib-compat: Introduce g_memdup2() wrapper

[PATCH v2] iotests/check: move long options to double dash
 2021-09-03 17:29 UTC  (2+ messages)

[PATCH v2 0/5] Use meson_options.txt in the configure script
 2021-09-03 17:25 UTC  (9+ messages)
` [PATCH v2 1/5] configure: Add the possibility to read options from meson_options.txt
` [PATCH v2 2/5] meson_options.txt: Switch the default value for the vnc option to 'auto'
` [PATCH v2 4/5] configure: Get help text from meson_options.txt
` [PATCH v2 5/5] meson_options.txt: Document that "configure" reads this file, too

[PATCH 00/28] glib: Replace g_memdup() by g_memdup2_qemu()
 2021-09-03 17:10 UTC  (7+ messages)
` [PATCH 02/28] glib-compat: Introduce g_memdup2() wrapper
` [PATCH 03/28] qapi: Replace g_memdup() by g_memdup2_qemu()

[PATCH v1 0/2] RISC-V: Populate mtval and stval
 2021-09-03 17:05 UTC  (5+ messages)
` [PATCH v1 1/2] target/riscv: Implement the stval/mtval illegal instruction
` [PATCH v1 2/2] target/riscv: Set mtval and stval support

[PATCH] net: Add "info neighbors" command
 2021-09-03 16:53 UTC  (3+ messages)

[PULL 00/13] Testing, build system and misc patches
 2021-09-03 16:49 UTC  (5+ messages)

[PATCH v6 0/2] memory: Have 'info mtree' remove duplicated Address Space information
 2021-09-03 16:39 UTC  (4+ messages)
` [PATCH v6 1/2] memory: Split mtree_info() as mtree_info_flatview() + mtree_info_as()
` [PATCH v6 2/2] memory: Have 'info mtree' remove duplicated Address Space information

[PATCH 0/4] target/arm: Use TCG vector ops for MVE
 2021-09-03 16:30 UTC  (18+ messages)
` [PATCH 1/4] target/arm: Add TB flag for "MVE insns not predicated"
` [PATCH 2/4] target/arm: Optimize MVE logic ops
` [PATCH 3/4] target/arm: Optimize MVE arithmetic ops
` [PATCH 4/4] target/arm: Optimize MVE VNEG, VABS

[PATCH 0/2] dump-guest-memory: Add blocker for migration
 2021-09-03 16:08 UTC  (5+ messages)

[PATCH v3] qemu-sockets: fix unix socket path copy (again)
 2021-09-03 16:04 UTC  (2+ messages)

[PATCH 4/4] vl: Prioritize realizations of devices
 2021-09-03 16:03 UTC  (15+ messages)

[RFC PATCH v2 00/12] Add AMD Secure Nested Paging (SEV-SNP) support
 2021-09-03 16:01 UTC  (15+ messages)
` [RFC PATCH v2 01/12] i386/sev: introduce "sev-common" type to encapsulate common SEV state
` [RFC PATCH v2 03/12] i386/sev: introduce 'sev-snp-guest' object
` [RFC PATCH v2 12/12] i386/sev: update query-sev QAPI format to handle SEV-SNP

[PATCH v3 00/13] s390x: skey related fixes, cleanups, and memory device preparations
 2021-09-03 15:55 UTC  (14+ messages)
` [PATCH v3 01/13] s390x/tcg: wrap address for RRBE
` [PATCH v3 02/13] s390x/tcg: fix ignoring bit 63 when setting the storage key in SSKE
` [PATCH v3 03/13] s390x/tcg: convert real to absolute address for RRBE, SSKE and ISKE
` [PATCH v3 04/13] s390x/tcg: check for addressing exceptions "
` [PATCH v3 05/13] s390x/mmu_helper: no need to pass access type to mmu_translate_asce()
` [PATCH v3 06/13] s390x/mmu_helper: fixup mmu_translate() documentation
` [PATCH v3 07/13] s390x/mmu_helper: move address validation into mmu_translate*()
` [PATCH v3 08/13] s390x/mmu_helper: avoid setting the storage key if nothing changed
` [PATCH v3 09/13] hw/s390x/s390-skeys: use memory mapping to detect which storage keys to migrate
` [PATCH v3 10/13] hw/s390x/s390-skeys: use memory mapping to detect which storage keys to dump
` [PATCH v3 11/13] hw/s390x/s390-skeys: check if an address is valid before dumping the key
` [PATCH v3 12/13] hw/s390x/s390-skeys: rename skeys_enabled to skeys_are_enabled
` [PATCH v3 13/13] hw/s390x/s390-skeys: lazy storage key enablement under TCG

[PATCH v5 0/2] memory: Have 'info mtree' remove duplicated Address Space information
 2021-09-03 15:53 UTC  (6+ messages)
` [PATCH v5 2/2] "

[PATCH v2 00/36] linux-user: Signal trampolines and vdsos
 2021-09-03 15:39 UTC  (4+ messages)

[RFC PATCH] physmem: Do not allow unprivileged device map privileged memory
 2021-09-03 15:38 UTC 

[PATCH v2 0/1] hw/arm/aspeed: Add Fuji machine type
 2021-09-03  8:46 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH 0/4] Support marking individual qbus buses as 'full'
 2021-09-03 15:14 UTC  (5+ messages)
` [PATCH 1/4] qdev: Support marking individual "
` [PATCH 2/4] hw/arm/mps2-tz.c: Add extra data parameter to MakeDevFn
` [PATCH 3/4] hw/arm/mps2-tz.c: Mark internal-only I2C buses as 'full'
` [PATCH 4/4] hw/arm/mps2.c: "

[PATCH] accel/tcg: assert insn_idx will always be valid before plugin_inject_cb
 2021-09-03 14:59 UTC 

[PATCH] hw/arm: Add support for kudo-bmc board
 2021-09-03 14:51 UTC  (2+ messages)

[PATCH v2 0/8] virtio-iommu: Add ACPI support
 2021-09-03 14:32 UTC  (9+ messages)
` [PATCH v2 1/8] acpi: Add VIOT structure definitions
` [PATCH v2 2/8] hw/acpi: Add VIOT table
` [PATCH v2 3/8] hw/arm/virt-acpi-build: Add VIOT table for virtio-iommu
` [PATCH v2 4/8] hw/arm/virt: Remove device tree restriction "
` [PATCH v2 5/8] hw/arm/virt: Reject instantiation of multiple IOMMUs
` [PATCH v2 6/8] pc: Add VIOT table for virtio-iommu
` [PATCH v2 7/8] pc: Allow instantiating a virtio-iommu device
` [PATCH v2 8/8] docs: Add '-device virtio-iommu' entry

[PATCH v2 00/35] acpi: refactor error prone build_header() and packed structures usage in ACPI tables
 2021-09-03 13:45 UTC  (3+ messages)
` [PATCH v2 25/35] acpi: arm/virt: madt: use build_append_int_noprefix() API to compose MADT table

[PATCH v8 00/14] target/riscv: Update QEmu for Zb[abcs] 1.0.0
 2021-09-03 13:45 UTC  (3+ messages)
` [PATCH v8 03/14] target/riscv: slli.uw is only a valid encoding if shamt first in 64 bits


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