qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-07 14:02:27 to 2021-09-08 05:48:50 UTC [more...]

[PATCH] fw_cfg: add etc/msr_feature_control
 2021-09-08  5:47 UTC  (3+ messages)

[PATCH] ebpf: only include in system emulators
 2021-09-08  5:46 UTC  (3+ messages)

[PATCH v2 0/3] RISC-V: Populate mtval and stval
 2021-09-08  5:42 UTC  (5+ messages)
` [PATCH v2 1/3] target/riscv: Set the opcode in DisasContext
` [PATCH v2 2/3] target/riscv: Implement the stval/mtval illegal instruction
` [PATCH v2 3/3] target/riscv: Set mtval and stval support

[PATCH v10 00/16] target/riscv: Update QEmu for Zb[abcs] 1.0.0
 2021-09-08  5:27 UTC  (21+ messages)
` [PATCH v10 01/16] target/riscv: Introduce temporary in gen_add_uw()
` [PATCH v10 02/16] target/riscv: fix clzw implementation to operate on arg1
` [PATCH v10 04/16] target/riscv: Add x-zba, x-zbb, x-zbc and x-zbs properties
` [PATCH v10 05/16] target/riscv: Reassign instructions to the Zba-extension
` [PATCH v10 06/16] target/riscv: Remove the W-form instructions from Zbs
` [PATCH v10 07/16] target/riscv: Remove shift-one instructions (proposed Zbo in pre-0.93 draft-B)
` [PATCH v10 08/16] target/riscv: Reassign instructions to the Zbs-extension
` [PATCH v10 10/16] target/riscv: Reassign instructions to the Zbb-extension
` [PATCH v10 12/16] target/riscv: Add a REQUIRE_32BIT macro
` [PATCH v10 15/16] target/riscv: Remove RVB (replaced by Zb[abcs])

[PATCH 0/5] qapi: Another round of minor fixes and cleanups
 2021-09-08  4:54 UTC  (6+ messages)
` [PATCH 1/5] qapi: Fix a botched type annotation
` [PATCH 2/5] qapi: Drop Indentation.__bool__()
` [PATCH 3/5] qapi: Bury some unused code in class Indentation
` [PATCH 4/5] tests/qapi-schema: Cover 'not' condition with empty argument
` [PATCH 5/5] qapi: Fix bogus error for 'if': { 'not': '' }

[PATCH] hw/i386/acpi-build: adjust q35 IO addr range for acpi pci hotplug
 2021-09-08  4:43 UTC  (2+ messages)

[PATCH 0/5] ebpf: Added ebpf helper for libvirtd
 2021-09-08  3:45 UTC  (7+ messages)
` [PATCH 4/5] ebpf_rss_helper: Added helper for eBPF RSS

[PATCH v2 0/2] Add the SiFive PWM device
 2021-09-08  3:36 UTC  (5+ messages)
` [PATCH v2 1/2] hw/timer: Add SiFive PWM support
` [PATCH v2 2/2] sifive_u: Connect the SiFive PWM device

[PATCH v1 0/3] QIOChannel flags + multifd zerocopy
 2021-09-08  3:26 UTC  (21+ messages)
` [PATCH v1 2/3] io: Add zerocopy and errqueue
` [PATCH v1 3/3] migration: multifd: Enable zerocopy

[PATCH v5 0/4] pSeries FORM2 affinity support
 2021-09-08  1:54 UTC  (9+ messages)
` [PATCH v5 1/4] spapr: move NUMA associativity init to machine reset
` [PATCH v5 3/4] spapr_numa.c: base FORM2 NUMA affinity support

Application of QEMUTimer in short timing
 2021-09-08  2:50 UTC  (3+ messages)

arm: Launching EFI-enabled arm32 Linux
 2021-09-07 23:47 UTC  (4+ messages)

[PATCH 0/4] hw/arm: Add MMC device for NPCM7XX boards
 2021-09-07 23:25 UTC  (5+ messages)
` [PATCH 1/4] tests/qtest/libqos: add SDHCI commands
` [PATCH 2/4] hw/sd: add nuvoton MMC
` [PATCH 3/4] hw/arm: Attach MMC to quanta-gbs-bmc
` [PATCH 4/4] tests/qtest: add qtests for npcm7xx sdhci

[PATCH v3 1/5] target/riscv: Expose interrupt pending bits as GPIO lines
 2021-09-07 22:44 UTC  (3+ messages)
` [PATCH v3 5/5] hw/intc: ibex_timer: Convert the timer to use RISC-V CPU "

[PATCH v2] hw/arm: Add support for kudo-bmc board
 2021-09-07 22:32 UTC 

[PULL 00/42] bsd-user updates to run hello world
 2021-09-07 21:53 UTC  (43+ messages)
` [PULL 01/42] bsd-user: remove sparc and sparc64
` [PULL 02/42] bsd-user: add copyright header to elfload.c
` [PULL 03/42] bsd-user: Add Stacey's copyright to main.c
` [PULL 04/42] bsd-user: add license to bsdload.c
` [PULL 05/42] bsd-user: style nits: bsdload.c whitespace to qemu standard
` [PULL 06/42] bsd-user: Remove all non-x86 code from elfload.c
` [PULL 07/42] bsd-user: move arch specific defines out of elfload.c
` [PULL 08/42] bsd-user: pass the bsd_param into loader_exec
` [PULL 09/42] bsd-user: Fix calculation of size to allocate
` [PULL 10/42] bsd-user: implement path searching
` [PULL 11/42] bsd-user: Eliminate elf personality
` [PULL 12/42] bsd-user: remove a.out support
` [PULL 13/42] bsd-user: TARGET_NGROUPS unused in this file, remove
` [PULL 14/42] bsd-user: elfload: simplify bswap a bit
` [PULL 15/42] bsd-user: assume pthreads and support of __thread
` [PULL 16/42] bsd-user: add host-os.h
` [PULL 17/42] bsd-user: Include host-os.h from main
` [PULL 18/42] bsd-user: save the path to the qemu emulator
` [PULL 19/42] bsd-user: start to move target CPU functions to target_arch*
` [PULL 20/42] bsd-user: Move per-cpu code into target_arch_cpu.h
` [PULL 21/42] bsd-user: pull in target_arch_thread.h update target_arch_elf.h
` [PULL 22/42] bsd-user: Include more things in qemu.h
` [PULL 23/42] bsd-user: define max args in terms of pages
` [PULL 24/42] bsd-user: Create target specific vmparam.h
` [PULL 25/42] bsd-user: Add system independent stack, data and text limiting
` [PULL 26/42] bsd-user: *BSD specific siginfo defintions
` [PULL 27/42] bsd-user: Implement --seed and initialize random state
` [PULL 28/42] bsd-user: Move stack initializtion into a per-os file
` [PULL 29/42] bsd-user: Add architecture specific signal tramp code
` [PULL 30/42] bsd-user: elf cleanup
` [PULL 31/42] bsd-user: Remove dead #ifdefs from elfload.c
` [PULL 32/42] bsd-user: Rewrite target system call definintion glue
` [PULL 33/42] bsd-user: update debugging in mmap.c
` [PULL 34/42] bsd-user: Add target_arch_reg to describe a target's register set
` [PULL 35/42] bsd-user: Add target_os_user.h to capture the user/kernel structures
` [PULL 36/42] bsd-user: add stubbed out core dump support
` [PULL 37/42] bsd-user: elfload.c style catch up patch
` [PULL 38/42] bsd-user: Refactor load_elf_sections and is_target_elf_binary
` [PULL 39/42] bsd-user: move gemu_log to later in the file
` [PULL 40/42] bsd-user: Implement interlock for atomic operations
` [PULL 41/42] bsd-user: Add '-0 argv0' option to bsd-user/main.c
` [PULL 42/42] bsd-user: Update mapping to handle reserved and starting conditions

[PATCH v2] Prevent vhost-user-blk-test hang
 2021-09-07 21:54 UTC  (2+ messages)

[PATCH v3 0/9] nbd reconnect on open
 2021-09-07 20:51 UTC  (11+ messages)
` [PATCH v3 1/9] nbd/client-connection: nbd_co_establish_connection(): fix non set errp
` [PATCH v3 3/9] nbd: allow reconnect on open, with corresponding new options
` [PATCH v3 4/9] nbd/client-connection: nbd_co_establish_connection(): return real error
` [PATCH v3 5/9] nbd/client-connection: improve error message of cancelled attempt
` [PATCH v3 9/9] iotests: add nbd-reconnect-on-open test

[PULL 00/20] s390x patches
 2021-09-07 19:22 UTC  (2+ messages)

[PATCH] meson: look up cp and dtrace with find_program()
 2021-09-07 19:06 UTC  (2+ messages)

[PATCH 0/3] target/arm: Reduced-IPA space and highmem=off fixes
 2021-09-07 18:25 UTC  (5+ messages)
` [PATCH 3/3] docs/system/arm/virt: Fix documentation for the 'highmem' option

[PATCH v6 00/12] target/hexagon: introduce idef-parser
 2021-09-07 18:09 UTC  (15+ messages)
` [PATCH v6 01/12] target/hexagon: update MAINTAINERS for idef-parser
` [PATCH v6 02/12] target/hexagon: import README "
` [PATCH v6 03/12] target/hexagon: make slot number an unsigned
` [PATCH v6 05/12] target/hexagon: introduce new helper functions
` [PATCH v6 07/12] target/hexagon: prepare input for the idef-parser
` [PATCH v6 08/12] target/hexagon: import lexer for idef-parser
` [PATCH v6 09/12] target/hexagon: import parser "

[PATCH 1/2] hw/arm/virt: Rename default_bus_bypass_iommu
 2021-09-07 18:05 UTC  (4+ messages)

[qemu-web PATCH] Update FUSE block export blog post
 2021-09-07 17:52 UTC  (4+ messages)

[RFC PATCH v2 00/12] Add AMD Secure Nested Paging (SEV-SNP) support
 2021-09-07 17:44 UTC  (19+ messages)
` [RFC PATCH v2 02/12] linux-header: add the SNP specific command
` [RFC PATCH v2 03/12] i386/sev: introduce 'sev-snp-guest' object
` [RFC PATCH v2 07/12] i386/sev: populate secrets and cpuid page and finalize the SNP launch
` [RFC PATCH v2 11/12] i386/sev: sev-snp: add support for CPUID validation
` [RFC PATCH v2 12/12] i386/sev: update query-sev QAPI format to handle SEV-SNP

[PATCH] nbd/server: Allow LIST_META_CONTEXT without STRUCTURED_REPLY
 2021-09-07 17:35 UTC 

[PATCH RFC v2 00/16] vfio-user implementation
 2021-09-07 17:24 UTC  (18+ messages)
` [PATCH RFC v2 06/16] vfio-user: negotiate version with remote server
` [PATCH RFC v2 07/16] vfio-user: get device info
` [PATCH RFC v2 08/16] vfio-user: get region info
` [PATCH RFC v2 09/16] vfio-user: region read/write
` [PATCH RFC v2 10/16] vfio-user: pci_user_realize PCI setup
` [PATCH RFC v2 11/16] vfio-user: get and set IRQs

[PULL v3 00/36] (Mostly) x86 changes for 2021-09-06
 2021-09-07 17:07 UTC  (5+ messages)

[PATCH v5 0/4] hw/arm/smmuv3: Support non PCI/PCIe devices
 2021-09-07 17:02 UTC  (10+ messages)
` [PATCH v5 4/4] hw/arm/virt: Add PL330 DMA controller and connect with SMMU v3

[PATCH v2 0/2] Makefile: A few fixes to tag generation
 2021-09-07 16:55 UTC  (2+ messages)

[PATCH 0/5] docs: reorganize target-i386 to make room for SGX
 2021-09-07 16:28 UTC  (11+ messages)
` [PATCH 1/5] docs: standardize book titles to === with overline
` [PATCH 2/5] docs: standardize directory index to --- "
` [PATCH 3/5] docs/system: standardize docs/system man page sections "
` [PATCH 4/5] docs/system: move x86 CPU configuration to a separate document
` [PATCH 5/5] docs/system: move SGX documentation within the system docs

[PATCH v1 2/2] Fix nvmm_ram_block_added() function arguments
 2021-09-07 16:20 UTC  (7+ messages)
` [PATCH v1 1/2] Only check CONFIG_NVMM when NEED_CPU_H is defined
  ` [PATCH v1 0/2] Update NVMM support to recent changes
    ` applied? Re: [PATCH v1 0/2] Update NVMM support to recent changes, [PATCH v1 1/2] Only check CONFIG_NVMM when NEED_CPU_H is defined, [PATCH v1 2/2] Fix nvmm_ram_block_added() function arguments

[PATCH v2 0/9] hw/nvram: hw/arm: Introduce Xilinx eFUSE and BBRAM
 2021-09-07 15:24 UTC  (8+ messages)
` [PATCH v2 1/9] hw/nvram: Introduce Xilinx eFuse QOM
` [PATCH v2 2/9] hw/nvram: Introduce Xilinx Versal eFuse device
` [PATCH v2 9/9] docs/system/arm: xlnx-versal-virt: BBRAM and eFUSE Usage

[PATCH v3 00/35] acpi: refactor error prone build_header() and packed structures usage in ACPI tables
 2021-09-07 14:48 UTC  (36+ messages)
` [PATCH v3 01/35] acpi: add helper routines to initialize "
` [PATCH v3 02/35] acpi: build_rsdt: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [PATCH v3 03/35] acpi: build_xsdt: "
` [PATCH v3 04/35] acpi: build_slit: "
` [PATCH v3 05/35] acpi: build_fadt: "
` [PATCH v3 06/35] acpi: build_tpm2: "
` [PATCH v3 07/35] acpi: acpi_build_hest: "
` [PATCH v3 08/35] acpi: build_mcfg: "
` [PATCH v3 09/35] acpi: build_hmat: "
` [PATCH v3 10/35] acpi: nvdimm_build_nfit: "
` [PATCH v3 11/35] acpi: nvdimm_build_ssdt: "
` [PATCH v3 12/35] acpi: vmgenid_build_acpi: "
` [PATCH v3 13/35] acpi: x86: build_dsdt: "
` [PATCH v3 14/35] acpi: build_hpet: "
` [PATCH v3 15/35] acpi: build_tpm_tcpa: "
` [PATCH v3 16/35] acpi: arm/x86: build_srat: "
` [PATCH v3 17/35] acpi: use build_append_int_noprefix() API to compose SRAT table
` [PATCH v3 18/35] acpi: build_dmar_q35: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [PATCH v3 19/35] acpi: build_waet: "
` [PATCH v3 20/35] acpi: build_amd_iommu: "
` [PATCH v3 21/35] acpi: madt: arm/x86: "
` [PATCH v3 22/35] acpi: x86: remove dead code
` [PATCH v3 23/35] acpi: x86: set enabled when composing _MAT entries
` [PATCH v3 24/35] acpi: x86: madt: use build_append_int_noprefix() API to compose MADT table
` [PATCH v3 25/35] acpi: arm/virt: "
` [PATCH v3 26/35] acpi: build_dsdt_microvm: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [PATCH v3 27/35] acpi: arm: virt: build_dsdt: "
` [PATCH v3 28/35] acpi: arm: virt: build_iort: "
` [PATCH v3 29/35] acpi: arm/virt: convert build_iort() to endian agnostic build_append_FOO() API
` [PATCH v3 30/35] acpi: arm/virt: build_spcr: fix invalid cast
` [PATCH v3 31/35] acpi: arm/virt: build_spcr: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [PATCH v3 32/35] acpi: arm/virt: build_gtdt: "
` [PATCH v3 33/35] acpi: build_facs: use build_append_int_noprefix() API to compose table
` [PATCH v3 34/35] acpi: remove no longer used build_header()
` [PATCH v3 35/35] acpi: AcpiGenericAddress no longer used to map/access fields of MMIO, drop packed attribute

[PULL 00/11] Block patches
 2021-09-07 15:08 UTC  (2+ messages)

[PATCH 0/4] hw/block/pflash_cfi01: Remove pflash_cfi01_get_memory()
 2021-09-07 15:06 UTC  (5+ messages)

[PATCH 0/4] target/arm: Use TCG vector ops for MVE
 2021-09-07 14:22 UTC  (8+ messages)
` [PATCH 1/4] target/arm: Add TB flag for "MVE insns not predicated"

[PATCH] qemu-thread: avoid false positive in pthread_cleanup_push
 2021-09-07 14:20 UTC  (2+ messages)

[PATCH] qemu-img: Allow target be aligned to sector size
 2021-09-07 14:18 UTC  (6+ messages)

[qemu-web RFC] CONTRIBUTING.md: Mention maintainers
 2021-09-07 13:56 UTC  (3+ messages)

[PATCH v4] hw/arm/aspeed: Add Fuji machine type
 2021-09-07 14:05 UTC  (3+ messages)

[PATCH v3 0/3] hw/virtio: Minor housekeeping patches
 2021-09-07 13:49 UTC  (2+ messages)

[RFC PATCH] physmem: Do not allow unprivileged device map privileged memory
 2021-09-07 13:24 UTC  (2+ messages)

[PATCH] vhost-vsock: fix migration issue when seqpacket is supported
 2021-09-07 13:47 UTC  (3+ 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).