qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-08 04:50:15 to 2023-02-08 18:59:41 UTC [more...]

[PATCH] x86: temporarily remove all attempts to provide setup_data
 2023-02-08 18:58 UTC  (10+ messages)

[PATCH v15 00/11] s390x: CPU Topology
 2023-02-08 18:40 UTC  (12+ messages)
` [PATCH v15 01/11] s390x/cpu topology: adding s390 specificities to CPU topology
` [PATCH v15 08/11] qapi/s390x/cpu topology: x-set-cpu-topology monitor command
` [PATCH v15 09/11] machine: adding s390 topology to query-cpu-fast
` [PATCH v15 10/11] qapi/s390x/cpu topology: CPU_POLARITY_CHANGE qapi event
` [PATCH v15 11/11] docs/s390x/cpu topology: document s390x cpu topology

[PATCH V2] memory: RAM_NAMED_FILE flag
 2023-02-08 18:34 UTC  (3+ messages)

[PATCH v3 1/1] multifd: Remove some redundant code
 2023-02-08 18:15 UTC  (2+ messages)

[PATCH 0/2] multifd: cleanup some source code
 2023-02-08 18:11 UTC  (5+ messages)
` [PATCH 1/2] multifd: cleanup the function multifd_channel_connect
` [PATCH 2/2] multifd: cleanup the function multifd_send_thread

[PATCH qemu v2] x86: don't let decompressed kernel image clobber setup_data
 2023-02-08 18:10 UTC  (6+ messages)
` [PATCH qemu v3] "

[PATCH v2 0/7] qapi: static typing conversion, pt5c
 2023-02-08 18:01 UTC  (13+ messages)
` [PATCH v2 1/7] qapi/expr: Split check_expr out from check_exprs
` [PATCH v2 2/7] qapi/parser.py: add ParsedExpression type
` [PATCH v2 3/7] qapi/expr: Use TopLevelExpr where appropriate
` [PATCH v2 5/7] qapi/parser: [RFC] add QAPIExpression

[PATCH V2] memory: flat section iterator
 2023-02-08 17:54 UTC  (6+ messages)

[RFC PATCH 0/4] Update CentOS and OpenSUSE CI to Python >=3.7
 2023-02-08 17:45 UTC  (8+ messages)
` [RFC PATCH 2/4] lcitool: use libvirt-ci as library
` [RFC PATCH 3/4] lcitool: allow overriding package mappings and target facts
` [RFC PATCH 4/4] ci, docker: update CentOS and OpenSUSE Python to non-EOL versions

[PATCH v9 00/14] vfio/migration: Implement VFIO migration protocol v2
 2023-02-08 17:40 UTC  (16+ messages)
` [PATCH v9 07/14] vfio/migration: Block multiple devices migration
` [PATCH v9 10/14] vfio/migration: Implement VFIO migration protocol v2
` [PATCH v9 14/14] docs/devel: Align VFIO migration docs to v2 protocol

[PATCH] target/hexagon: Access `pkt/insn` through `ctx`
 2023-02-08 17:37 UTC  (3+ messages)

[PULL 00/11] Misc patches for 2022-02-08
 2023-02-08 17:19 UTC  (12+ messages)
` [PULL 01/11] build: make meson-buildoptions.sh stable
` [PULL 02/11] remove unnecessary extern "C" blocks
` [PULL 03/11] block/iscsi: fix double-free on BUSY or similar statuses
` [PULL 04/11] vl: catch [accel] entry without accelerator
` [PULL 05/11] libqtest: split qtest_spawn_qemu function
` [PULL 06/11] libqtest: ensure waitpid() is only called once
` [PULL 07/11] readconfig-test: add test for accelerator configuration
` [PULL 08/11] tests/tcg/i386: Introduce and use reg_t consistently
` [PULL 09/11] target/i386: Fix BEXTR instruction
` [PULL 10/11] target/i386: Fix C flag for BLSI, BLSMSK, BLSR
` [PULL 11/11] target/i386: fix ADOX followed by ADCX

[PATCH 00/10] Add basic ACPI support for risc-v virt
 2023-02-08 16:48 UTC  (17+ messages)
` [PATCH 02/10] hw/riscv/virt: Add a switch to enable/disable ACPI
` [PATCH 04/10] hw/riscv/virt: virt-acpi-build.c: Add basic ACPI tables

vhost-user (virtio-fs) migration: back end state
 2023-02-08 16:32 UTC  (8+ messages)

[PATCH] x86: Don't add RNG seed to Linux cmdline for SEV guests
 2023-02-08 15:54 UTC  (25+ messages)

[PATCH] linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64
 2023-02-08 15:49 UTC 

[PATCH 0/2] x86: fix fallout from switching setup_data from kernel image to cmdline
 2023-02-08 15:46 UTC  (4+ messages)
` [PATCH 2/2] x86: don't append setup_data to cmdline for SEV guests

[PATCH v5 00/14] Hexagon: COF overrides, new generator, test/bug update
 2023-02-08 15:18 UTC  (4+ messages)
` [PATCH v5 10/14] Hexagon (tests/tcg/hexagon) Enable HVX tests

[PATCH v3 0/2] util/userfaultfd: Support /dev/userfaultfd
 2023-02-08 14:58 UTC  (3+ messages)
` [PATCH v3 1/2] linux-headers: Update to v6.1

rainier-bmc machine dumping core with latest qemu
 2023-02-08 14:58 UTC  (3+ messages)

[PATCH v3 0/2] migration: Store ram size value
 2023-02-08 14:57 UTC  (6+ messages)
` [PATCH v3 1/2] migration: Split ram_bytes_total_common() in two functions
` [PATCH v3 2/2] migration: Calculate ram size once

[PATCH] linux-user: fix timerfd read endianness conversion
 2023-02-08 14:22 UTC 

[PATCH v3 0/6] Support for new CPU model SapphireRapids
 2023-02-08 14:53 UTC  (7+ messages)
` [PATCH v3 2/6] i386: Remove unused parameter "uint32_t bit" in feature_word_description()
` [PATCH v3 3/6] i386: Introduce new struct "MultiBitFeatureInfo" for multi-bit features

[PATCH 00/12] qtests vs. default devices
 2023-02-08 14:25 UTC  (6+ messages)
` [PATCH 11/12] tests/qtest: bios-tables-test: Skip if missing configs

[PATCH] virtio-blk: add missing AioContext lock
 2023-02-08 14:21 UTC  (3+ messages)

[PATCH V2 0/4] string list functions
 2023-02-08 14:17 UTC  (5+ messages)
` [PATCH V2 1/4] qapi: strList_from_string

[PATCH 0/3] Remove res_compatible parameter
 2023-02-08 13:57 UTC  (4+ messages)
` [PATCH 1/3] migration: In case of postcopy, the memory ends in res_postcopy_only
` [PATCH 2/3] migration: Remove unused res_compatible
` [PATCH 3/3] migration: Remove _only suffix for res_postcopy/precopy

[PATCH v3 0/6] Eliminate multifd flush
 2023-02-08 13:30 UTC  (7+ messages)
` [PATCH v3 1/6] multifd: Create property multifd-sync-after-each-section
` [PATCH v3 2/6] multifd: Protect multifd_send_sync_main() calls
` [PATCH v3 3/6] migration: Simplify ram_find_and_save_block()
` [PATCH v3 4/6] migration: Make find_dirty_block() return a single parameter
` [PATCH v3 5/6] multifd: Only sync once each full round of memory
` [PATCH v3 6/6] ram: Document migration ram flags

[PULL v2 00/19] Header cleanup patches for 2023-02-06
 2023-02-08 13:28 UTC  (3+ messages)
` [PULL v2 11/19] migration: Clean up includes

[PATCH] Updated the FSF address to <https://www.gnu.org/licenses/>
 2023-02-08 12:56 UTC  (2+ messages)

[PATCH 0/3] Replace TARGET_TB_PCREL with CF_PCREL
 2023-02-08 12:51 UTC  (7+ messages)
` [PATCH 2/3] Replace `TARGET_TB_PCREL` with `CF_PCREL`
` [PATCH 3/3] target: Set `CF_PCREL` for arm and i386 frontends

[PATCH 1/1] readline: fix hmp completion issue
 2023-02-08 12:33 UTC  (3+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-02-08 12:24 UTC  (7+ messages)

[RFC PATCH 00/16] arm: Run Arm CCA VMs with KVM
 2023-02-08 12:10 UTC  (13+ messages)
` [RFC PATCH 03/16] target/arm/kvm-rme: Initialize realm
` [RFC PATCH 04/16] hw/arm/virt: Add support for Arm RME
` [RFC PATCH 06/16] target/arm/kvm-rme: Initialize vCPU
` [RFC PATCH 08/16] target/arm/kvm-rme: Populate the realm with boot images

[PATCH v2 00/10] Resolve isabus global
 2023-02-08 11:22 UTC  (11+ messages)
` [PATCH v2 07/10] hw/ide/piix: Require an ISABus only for user-created instances

[PULL 00/38] Block layer patches
 2023-02-08 11:19 UTC  (7+ messages)
` [PULL 03/38] pflash: Only read non-zero parts of backend image

[PULL 00/35] Monitor patches for 2023-02-03
 2023-02-08 11:06 UTC  (5+ messages)
` [PULL 09/35] readline: Extract readline_add_completion_of() from monitor

[PULL 0/5] Update CentOS 8 custom runner to use Python 3.8
 2023-02-08 10:39 UTC  (2+ messages)

[PATCH] cirrus.yml: Improve the windows_msys2_task
 2023-02-08 10:30 UTC 

[PATCH v2 00/13] Dynamycally switch to vhost shadow virtqueues at vdpa net migration
 2023-02-08 10:29 UTC  (15+ messages)
` [PATCH v2 01/13] vdpa net: move iova tree creation from init to start
` [PATCH v2 02/13] vdpa: Negotiate _F_SUSPEND feature
` [PATCH v2 03/13] vdpa: add vhost_vdpa_suspend
` [PATCH v2 04/13] vdpa: move vhost reset after get vring base
` [PATCH v2 05/13] vdpa: rewind at get_base, not set_base
` [PATCH v2 06/13] vdpa net: allow VHOST_F_LOG_ALL
` [PATCH v2 07/13] vdpa: add vdpa net migration state notifier
` [PATCH v2 08/13] vdpa: disable RAM block discard only for the first device
` [PATCH v2 09/13] vdpa net: block migration if the device has CVQ
` [PATCH v2 10/13] vdpa: block migration if device has unsupported features
` [PATCH v2 11/13] vdpa: block migration if dev does not have _F_SUSPEND
` [PATCH v2 12/13] vdpa: block migration if SVQ does not admit a feature
` [PATCH v2 13/13] vdpa: return VHOST_F_LOG_ALL in vhost-vdpa devices

[PATCH v1 1/2] docs/system/loongarch: update loongson3.rst and rename it to virt.rst
 2023-02-08 10:26 UTC  (4+ messages)
` [PATCH v1 2/2] loongarch: Add smbios command line option

[PATCH v2 0/6] migration: Modified 'migrate' QAPI command for migration
 2023-02-08  9:36 UTC  (7+ messages)
` [PATCH v2 1/6] migration: moved hmp_split_at_commma() helper func to qapi-util.c file
` [PATCH v2 2/6] migration: Updated QAPI format for 'migrate' qemu monitor command
` [PATCH v2 3/6] migration: HMP side changes for modified 'migrate' QAPI design
` [PATCH v2 4/6] migration: Avoid multiple parsing of uri in migration code flow
` [PATCH v2 5/6] migration: Modified 'migrate-incoming' QAPI and HMP side changes on the destination interface
` [PATCH v2 6/6] migration: Established connection for listener sockets on the dest interface

[PATCH] target/tricore: Fix OPC1_16_SRO_LD_H translation
 2023-02-08  9:16 UTC  (4+ messages)

[PULL 00/12] tricore queue
 2023-02-08  9:14 UTC  (13+ messages)
` [PULL 01/12] target/tricore: Fix OPC2_32_RCRW_IMASK translation
` [PULL 02/12] tests/tcg/tricore: Add test for OPC2_32_RCRW_IMASK
` [PULL 03/12] target/tricore: Fix OPC2_32_RCRW_INSERT translation
` [PULL 04/12] tests/tcg/tricore: Add test for OPC2_32_RCRW_INSERT
` [PULL 05/12] target/tricore: Fix RRPW_DEXTR
` [PULL 06/12] tests/tcg/tricore: Add tests for RRPW_DEXTR
` [PULL 07/12] target/tricore: Fix OPC2_32_RRRR_DEXTR
` [PULL 08/12] tests/tcg/tricore: Add OPC2_32_RRRR_DEXTR tests
` [PULL 09/12] target/tricore: Fix OPC2_32_BO_LD_BU_PREINC
` [PULL 10/12] tests/tcg/tricore: Add LD.BU tests
` [PULL 11/12] target/tricore: Fix OPC1_16_SRO_LD_H translation
` [PULL 12/12] tests/tcg/tricore: Add test for ld.h

[PATCH v4 0/4] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
 2023-02-08  9:08 UTC  (3+ messages)
` [PATCH v4 3/4] qemu-io: add -r option to register I/O buffer

[PATCH v2] tests/docker: Use binaries for debian-tricore-cross
 2023-02-08  9:03 UTC  (2+ messages)

[PATCH] Hexagon (meson.build): define min bison version
 2023-02-08  8:53 UTC  (5+ messages)

[PATCH v2 0/3] Nuvoton Peripheral SPI (PSPI) Module
 2023-02-08  7:48 UTC  (3+ messages)
` [PATCH v2 2/3] hw/ssi: Add Nuvoton PSPI Module

[PATCH 0/3] Nuvoton Peripheral SPI (PSPI) Module
 2023-02-08  7:45 UTC  (6+ messages)
` [PATCH 2/3] hw/ssi: Add Nuvoton PSPI Module

[PATCH] qmp: Add error proofing for query-acpi-ospm-status
 2023-02-08  7:45 UTC 

[PATCH] MAINTAINERS: add myself to ui/ and audio/
 2023-02-08  7:42 UTC  (2+ messages)

Porting the QEMU build architecture to Visual Studio
 2023-02-08  7:41 UTC  (2+ messages)

[PATCH v3 00/10] Teach 'getfd' QMP command to import win32 sockets
 2023-02-08  7:28 UTC  (4+ messages)
` [PATCH v3 08/10] qmp: teach 'getfd' to import sockets on win32

[PATCH v2 00/23] vfio-user client
 2023-02-08  6:38 UTC  (7+ messages)
` [PATCH v2 12/23] vfio-user: region read/write
` [PATCH v2 15/23] vfio-user: forward msix BAR accesses to server

[PATCH v2] target/riscv: Remove privileged spec version restriction for RVV
 2023-02-08  6:32 UTC 

[PATCH] target/riscv: Remove .min_priv_ver restriction from RVV CSRs
 2023-02-08  6:30 UTC  (2+ 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).