qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-07 17:07:25 to 2022-10-10 14:25:45 UTC [more...]

[PATCH 0/3] linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstate
 2022-10-10 14:21 UTC  (4+ messages)
` [PATCH 1/3] linux-user: i386/signal: move fpstate at the end of the 32-bit frames
` [PATCH 2/3] linux-user: i386/signal: support FXSAVE fpstate on 32-bit emulation
` [PATCH 3/3] linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstate

[RISU PATCH 0/5] Add LoongArch architectures support
 2022-10-10 14:20 UTC  (3+ messages)
` [RISU PATCH 1/5] risu: Use alternate stack

[PATCH] hw/arm/boot: set CPTR_EL3.ESM and SCR_EL3.EnTP2 when booting Linux with EL3
 2022-10-10 14:16 UTC  (4+ messages)

[PATCH] include/qemu/atomic128: Support 16-byte atomic read/write for Intel AVX
 2022-10-10 14:02 UTC  (4+ messages)

[PATCH v6 00/13] blkio: add libblkio BlockDriver
 2022-10-10 13:57 UTC  (9+ messages)
` [PATCH v6 02/13] blkio: add libblkio block driver
` [PATCH v6 08/13] numa: use QLIST_FOREACH_SAFE() for RAM block notifiers
` [PATCH v6 12/13] blkio: implement BDRV_REQ_REGISTERED_BUF optimization

[PULL 00/54] testing, gdbstub, plugin and gitdm updates
 2022-10-10 13:47 UTC  (5+ messages)
` [PULL 28/54] configure: build ROMs with container-based cross compilers

[PATCH v2 00/11] Add support for fixed ram offsets during migration
 2022-10-10 13:34 UTC  (12+ messages)
` [PATCH v2 01/11] migration: support file: uri for source migration
` [PATCH v2 02/11] migration: Add support for 'file:' uri for incoming migration
` [PATCH v2 03/11] migration: Make migration json writer part of MigrationState struct
` [PATCH v2 04/11] io: add pwritev support to QIOChannelFile
` [PATCH v2 05/11] io: Add support for seekable channels
` [PATCH v2 06/11] io: Add preadv support to QIOChannelFile
` [PATCH v2 07/11] migration: add qemu_get_buffer_at
` [PATCH v2 08/11] migration/ram: Introduce 'fixed-ram' migration stream capability
` [PATCH v2 09/11] migration: Refactor precopy ram loading code
` [PATCH v2 10/11] migration: Add support for 'fixed-ram' migration restore
` [PATCH v2 11/11] analyze-migration.py: add initial support for fixed ram streams

[RFC PATCH v2 0/4] ACPI MADT and FADT update according to the ACPI 6.0 spec
 2022-10-10 13:23 UTC  (5+ messages)
` [RFC PATCH v2 1/4] tests/acpi: virt: allow acpi MADT and FADT changes
` [RFC PATCH v2 2/4] acpi: fadt: support revision 6.0 of the ACPI specification
` [RFC PATCH v2 3/4] acpi: arm/virt: madt: bump to revision 4 accordingly to ACPI 6.0 Errata A
` [RFC PATCH v2 4/4] tests/acpi: virt: update ACPI MADT and FADT binaries

[PATCH v3 00/42] target/arm: Implement FEAT_HAFDBS
 2022-10-10 13:10 UTC  (13+ messages)
` [PATCH v3 32/42] target/arm: Extract HA and HD in aa64_va_parameters
` [PATCH v3 41/42] target/arm: Implement FEAT_HAFDBS

[PATCH v2 00/11] Refactor bdrv_try_set_aio_context using transactions
 2022-10-10 12:56 UTC  (17+ messages)
` [PATCH v2 03/11] bdrv_change_aio_context: use hash table instead of list of visited nodes
` [PATCH v2 05/11] blockjob: implement .change_aio_ctx in child_job
` [PATCH v2 06/11] block: implement .change_aio_ctx in child_of_bds
` [PATCH v2 07/11] block-backend: implement .change_aio_ctx in child_root
` [PATCH v2 08/11] block: use the new _change_ API instead of _can_set_ and _set_
` [PATCH v2 09/11] block: remove all unused ->can_set_aio_ctx and ->set_aio_ctx callbacks
` [PATCH v2 10/11] block: rename bdrv_child_try_change_aio_context in bdrv_try_change_aio_context
` [PATCH v2 11/11] block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_aio_context

[PATCH v3 01/10] acpi/tests/avocado/bits: initial commit of test scripts that are run by biosbits
 2022-10-10 12:32 UTC  (11+ messages)
` [PATCH v3 02/10] acpi/tests/avocado/bits: add SPDX license identifiers for bios bits tests
` [PATCH v3 03/10] acpi/tests/avocado/bits: disable acpi PSS tests that are failing in biosbits
` [PATCH v3 04/10] acpi/tests/avocado/bits: add smilatency test suite from bits in order to disable it
` [PATCH v3 05/10] acpi/tests/avocado/bits: add SPDX license identifiers for bios bits smilatency tests
` [PATCH v3 06/10] acpi/tests/avocado/bits: disable smilatency test since it does not pass everytime
` [PATCH v3 07/10] acpi/tests/avocado/bits: add biosbits config file for running bios tests
` [PATCH v3 08/10] acpi/tests/avocado/bits: add acpi and smbios avocado tests that uses biosbits
` [PATCH v3 09/10] MAINTAINERS: add myself as the maintainer for acpi biosbits avocado tests
` [PATCH v3 10/10] acpi/tests/avocado/bits: add a README file

[PATCH v4] x86: add etc/phys-bits fw_cfg file
 2022-10-10  7:30 UTC  (9+ messages)

[PATCH] target/arm: Make the final stage1+2 write to secure be unconditional
 2022-10-10 11:59 UTC  (4+ messages)

[PATCH v2 0/7] hostmem: NUMA-aware memory preallocation using ThreadContext
 2022-10-10 11:18 UTC  (10+ messages)
` [PATCH v2 1/7] util: Cleanup and rename os_mem_prealloc()
` [PATCH v2 2/7] util: Introduce qemu_thread_set_affinity() and qemu_thread_get_affinity()
` [PATCH v2 3/7] util: Introduce ThreadContext user-creatable object
` [PATCH v2 4/7] util: Add write-only "node-affinity" property for ThreadContext
` [PATCH v2 5/7] util: Make qemu_prealloc_mem() optionally consume a ThreadContext
` [PATCH v2 6/7] hostmem: Allow for specifying a ThreadContext for preallocation
` [PATCH v2 7/7] vl: Allow ThreadContext objects to be created before the sandbox option

[PATCH] migration: Fix the minus value for compressed_size
 2022-10-10 10:58 UTC  (3+ messages)

[PATCH 1/6] device-tree: add re-randomization helper function
 2022-10-10 10:58 UTC  (6+ messages)
` [PATCH 3/6] riscv: re-randomize rng-seed on reboot

[PATCH v3 0/8] m25p80: Add SFDP support
 2022-10-10 10:51 UTC  (12+ messages)
` [PATCH v3 2/8] m25p80: Add the n25q256a SFDP table
` [PATCH v3 3/8] m25p80: Add the mx25l25635e SFPD table
` [PATCH v3 4/8] m25p80: Add the mx25l25635f "

[PATCH v7 0/5] QEMU PCIe DOE for PCIe 4.0/5.0 and CXL 2.0
 2022-10-10 10:30 UTC  (2+ messages)

[PATCH] error handling: Use TFR() macro where applicable
 2022-10-10  9:56 UTC  (9+ messages)

[PATCH v3 00/10] Introduce new acpi/smbios avocado tests using biosbits
 2022-10-10  9:36 UTC  (7+ messages)

[PATCH] ui/vnc-clipboard: fix integer underflow in vnc_client_cut_text_ext
 2022-10-10  9:15 UTC  (2+ messages)

[PATCH v3 0/3] Fix some loongarch tcg bugs
 2022-10-10  9:15 UTC  (2+ messages)

[PATCH RESEND] linux-user: Fix struct statfs ABI on loongarch64
 2022-10-10  9:10 UTC  (4+ messages)

[PATCH v4 0/2] Add memmap and fix bugs for LoongArch
 2022-10-10  9:12 UTC  (2+ messages)

total fail on FreeBSD 14.0 amd64 regardless of compiler
 2022-10-10  9:04 UTC  (4+ messages)

[PATCH v2] tests: Add sndio to the FreeBSD CI containers / VM
 2022-10-10  8:50 UTC  (5+ messages)

[PATCH 1/2] hw/ide/core.c (cmd_read_native_max): Avoid limited device parameters
 2022-10-10  8:52 UTC  (2+ messages)
` [PATCH 2/2] tests/qtest/ide-test: Verify READ NATIVE MAX ADDRESS is not limited

[PATCH] linux-user: Implement faccessat2
 2022-10-10  8:53 UTC  (2+ messages)

[PATCH] block/io_uring: revert "Use io_uring_register_ring_fd() to skip fd operations"
 2022-10-10  8:47 UTC  (2+ messages)

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-10  8:33 UTC  (16+ messages)
` [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v8 8/8] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH v3] disas/riscv.c: rvv: Add disas support for vector instructions
 2022-10-10  7:35 UTC  (3+ messages)

FAILED: libqemu-arm-bsd-user.fa.p/bsd-user_signal.c.o
 2022-10-10  7:13 UTC  (2+ messages)

[PATCH v11 0/7] Add support for zoned device
 2022-10-10  7:10 UTC  (13+ messages)
` [PATCH v11 1/7] include: add zoned device structs
` [PATCH v11 2/7] file-posix: introduce helper functions for sysfs attributes
` [PATCH v11 3/7] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls
` [PATCH v11 4/7] raw-format: add zone operations to pass through requests
` [PATCH v11 5/7] config: add check to block layer
` [PATCH v11 6/7] qemu-iotests: test new zone operations
` [PATCH v11 7/7] docs/zoned-storage: add zoned device documentation

[PATCH v6 1/2] block: Ignore close() failure in get_tmp_filename()
 2022-10-10  4:04 UTC  (2+ messages)
` [PATCH v6 2/2] block: Refactor get_tmp_filename()

Question about RISC-V brom register a1 set value
 2022-10-10  3:55 UTC  (2+ messages)

[PATCH] gdb-xml: Fix size of EFER register on i386 architecture when debugged by GDB
 2022-10-10  2:46 UTC  (2+ messages)
` [PATCH] [PING] "

[PATCH v1 0/2] Add OpenTitan lifecycle controller
 2022-10-10  2:47 UTC  (5+ messages)
` [PATCH v1 1/2] hw/misc: add ibex "
` [PATCH v1 2/2] riscv/opentitan: connect "

[PATCH v3 0/3] Add zone append write for zoned device
 2022-10-10  2:33 UTC  (4+ messages)
` [PATCH v3 1/3] file-posix:add the tracking of the zones write pointers
` [PATCH v3 2/3] block: introduce zone append write for zoned devices
` [PATCH v3 3/3] qemu-iotests: test zone append operation

[PATCH 0/3] Implement the watchdog timer of HiFive 1 rev b
 2022-10-10  2:26 UTC  (5+ messages)
` [PATCH 1/3] hw/misc: sifive_e_aon: Support "
` [PATCH 2/3] hw/riscv: sifive_e: "

[RFC v2] hw/registerfields: add `FIELDx_1CLEAR()` macro
 2022-10-10  1:53 UTC  (3+ messages)

[PATCH] hw/riscv: Update comment for qtest check in riscv_find_firmware()
 2022-10-10  1:40 UTC  (3+ messages)

[PATCH V5 0/3] hw/riscv: virt: Enable booting S-mode firmware from pflash
 2022-10-10  1:24 UTC  (3+ messages)
` [PATCH V5 3/3] "

[PATCH v2 00/13] ppc/e500: Add support for two types of flash, cleanup
 2022-10-09 21:22 UTC  (14+ messages)
` [PATCH v2 04/13] hw/ppc/e500: Reduce usage of sysbus API
` [PATCH v2 05/13] hw/ppc/mpc8544ds: Rename wrongly named method
` [PATCH v2 06/13] hw/ppc/mpc8544ds: Add platform bus
` [PATCH v2 09/13] hw/ppc/e500: Implement pflash handling

[PATCH v2 00/11] Introduce new acpi/smbios python tests using biosbits
 2022-10-09 16:06 UTC  (9+ messages)
` [PATCH v2 07/11] acpi/tests/bits: add python test that exercizes QEMU bios tables "

[PATCH v3] linux-user: Add close_range() syscall
 2022-10-09  8:55 UTC  (2+ messages)

[PATCH 0/4] Only generate cluster node in PPTT when specified
 2022-10-09  6:46 UTC  (3+ messages)
` [PATCH 1/4] hw/acpi/aml-build: "

[PATCH V3 0/4] PASID support for Intel IOMMU
 2022-10-09  5:48 UTC  (5+ messages)
` [PATCH V3 1/4] intel-iommu: don't warn guest errors when getting rid2pasid entry
` [PATCH V3 2/4] intel-iommu: drop VTDBus
` [PATCH V3 3/4] intel-iommu: convert VTD_PE_GET_FPD_ERR() to be a function
` [PATCH V3 4/4] intel-iommu: PASID support

[PATCH v10 00/17] qapi: net: add unix socket type support to netdev backend
 2022-10-09  5:52 UTC  (3+ messages)

[PATCH v2] vhost-vdpa: allow passing opened vhostfd to vhost-vdpa
 2022-10-09  5:43 UTC  (2+ messages)

[PATCH v2 0/2] Add zoned storage emulation to virtio-blk driver
 2022-10-09  2:38 UTC  (5+ messages)
` [PATCH v2 2/2] virtio-blk: add zoned storage emulation for zoned devices

[PATCH 00/11] ppc/e500: Add support for two types of flash, cleanup
 2022-10-09  2:31 UTC  (5+ messages)
` [PATCH 04/11] hw/ppc/mpc8544ds: Add platform bus

[PATCH 1/8] hw/avr: Add limited support for avr gpio registers
 2022-10-08 15:06 UTC  (3+ messages)

[PATCH] ui/gtk: Fix the implicit mouse ungrabbing logic
 2022-10-08 14:01 UTC 

[PATCH v3] linux-user: mprotect() should returns 0 when len is 0
 2022-10-08 13:06 UTC 

[PATCH v8 00/16] QMP/HMP: introduce 'dumpdtb'
 2022-10-08 10:52 UTC  (2+ messages)

[PATCH 0/4] Add a new backend for cryptodev
 2022-10-08  9:04 UTC  (3+ messages)
  ` [External] "

[PATCH v2 0/4] Add a new backend for cryptodev
 2022-10-08  8:50 UTC  (5+ messages)
` [PATCH v2 1/4] virtio-crypto: Support asynchronous mode
` [PATCH v2 2/4] crypto: Support DER encodings
` [PATCH v2 3/4] crypto: Support export akcipher to pkcs8
` [PATCH v2 4/4] cryptodev: Add a lkcf-backend for cryptodev

[PATCH v10 0/7] Add support for zoned device
 2022-10-08  3:42 UTC  (6+ messages)
` [PATCH v10 3/7] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls

[PATCH v3] win32: set threads name
 2022-10-08  2:25 UTC  (2+ messages)

[PATCH v5 00/18] tests/qtest: Enable running qtest on Windows
 2022-10-08  1:11 UTC  (4+ messages)
` [PATCH v5 17/18] .gitlab-ci.d/windows.yml: Increase the timeout to 90 minutes

[PATCH] linux-user: Fix more MIPS n32 syscall ABI issues
 2022-10-07 20:48 UTC  (2+ messages)

[PATCH RFC] hw/cxl: type 3 devices can now present volatile or persistent memory
 2022-10-07 19:55 UTC  (9+ messages)

[PATCH 0/6] Enable doorbell instruction for POWER8 CPUs
 2022-10-07 19:10 UTC  (7+ messages)
` [PATCH 1/6] target/ppc: fix msgclr/msgsnd insns flags
` [PATCH 2/6] target/ppc: fix msgsync "
` [PATCH 3/6] target/ppc: fix REQUIRE_HV macro definition

[PATCH 1/2] hw/cxl: set cxl-type3 device type to PCI_CLASS_MEMORY_CXL
 2022-10-07 17:16 UTC  (3+ messages)

[PATCH v3] mips/malta: pass RNG seed to to kernel via env var
 2022-10-07 17:09 UTC 

[PATCH v1] vhost-vdpa : add support for vIOMMU
 2022-10-07 17:10 UTC  (2+ messages)

[PATCH v3] virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug events
 2022-10-07 17:09 UTC  (11+ 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).