qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-07 09:34:06 to 2021-04-07 20:15:49 UTC [more...]

[PATCH v4 for-6.0 00/12] esp: fix asserts/segfaults discovered by fuzzer
 2021-04-07 19:58 UTC  (13+ messages)
` [PATCH v4 for-6.0 01/12] esp: always check current_req is not NULL before use in DMA callbacks
` [PATCH v4 for-6.0 02/12] esp: rework write_response() to avoid using the FIFO for DMA transactions
` [PATCH v4 for-6.0 03/12] esp: consolidate esp_cmdfifo_push() into esp_fifo_push()
` [PATCH v4 for-6.0 04/12] esp: consolidate esp_cmdfifo_pop() into esp_fifo_pop()
` [PATCH v4 for-6.0 05/12] esp: introduce esp_fifo_pop_buf() and use it instead of fifo8_pop_buf()
` [PATCH v4 for-6.0 06/12] esp: ensure cmdfifo is not empty and current_dev is non-NULL
` [PATCH v4 for-6.0 07/12] esp: don't underflow cmdfifo in do_cmd()
` [PATCH v4 for-6.0 08/12] esp: don't overflow cmdfifo in get_cmd()
` [PATCH v4 for-6.0 09/12] esp: don't overflow cmdfifo if TC is larger than the cmdfifo size
` [PATCH v4 for-6.0 10/12] esp: don't reset async_len directly in esp_select() if cancelling request
` [PATCH v4 for-6.0 11/12] esp: ensure that do_cmd is set to zero before submitting an ESP select command
` [PATCH v4 for-6.0 12/12] tests/qtest: add tests for am53c974 device

[PATCH 0/3] tests/acceptance: Handle tests with "cpu" tag
 2021-04-07 20:01 UTC  (5+ messages)

[PATCH v4 00/12] target/arm mte fixes
 2021-04-07 19:56 UTC  (11+ messages)
` [PATCH v4 01/12] accel/tcg: Preserve PAGE_ANON when changing page permissions
` [PATCH v4 02/12] target/arm: Check PAGE_WRITE_ORG for MTE writeability
` [PATCH v4 03/12] target/arm: Fix mte_checkN
    ` [Bug 1921948] "
` [PATCH v4 12/12] exec: Fix overlap of PAGE_ANON and PAGE_TARGET_1

[PATCH 00/24] aspeed: fixes and extensions
 2021-04-07 19:33 UTC  (36+ messages)
` [PATCH 01/24] aspeed/smc: Use the RAM memory region for DMAs
` [PATCH 02/24] aspeed/smc: Remove unused "sdram-base" property
` [PATCH 03/24] aspeed/i2c: Fix DMA address mask
` [PATCH 04/24] aspeed/i2c: Rename DMA address space
` [PATCH 05/24] hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use alias
` [PATCH 06/24] hw: Model ASPEED's Hash and Crypto Engine
` [PATCH 07/24] aspeed: Integrate HACE
` [PATCH 08/24] tests/qtest: Add test for Aspeed HACE
` [PATCH 09/24] aspeed: Add Scater-Gather support for HACE Hash
` [PATCH 10/24] tests: Aspeed HACE Scatter-Gather tests
` [PATCH 11/24] tests/acceptance: Test ast2400 and ast2500 machines
` [PATCH 12/24] tests/acceptance: Test ast2600 machine
` [PATCH 13/24] hw/misc/aspeed_xdma: Add AST2600 support
` [PATCH 14/24] aspeed/smc: Add a 'features' attribute to the object class
` [PATCH 15/24] aspeed/smc: Add extra controls to request DMA
` [PATCH 16/24] tests/qtest: Rename m25p80 test in aspeed_smc test
` [PATCH 17/24] aspeed: Remove swift-bmc machine
` [PATCH 18/24] aspeed: Add support for the rainier-bmc board
` [PATCH 19/24] hw/misc: Add an iBT device model
` [PATCH 20/24] aspeed: Emulate the AST2600A3
` [PATCH 21/24] hw/block: m25p80: Add support for mt25qu02g
` [PATCH 22/24] hw/misc: Add Infineon DPS310 sensor model
` [PATCH 23/24] arm/aspeed: Add DPS310 to rainier
` [PATCH 24/24] arm/aspeed: Add DPS310 to witherspoon

*** ARC port for review ***
 2021-04-07 19:38 UTC  (8+ messages)
` [PATCH 05/27] arc: TCG instruction generator and hand-definitions
` [PATCH 06/27] arc: semfunc.c tcg code generator
` [PATCH 07/27] arc: TCG instruction definitions

[PATCH for-6.0] block/nbd: fix possible use after free of s->connect_thread
 2021-04-07 19:47 UTC  (3+ messages)

[PULL 00/11] rc2 fixes (check-tcg, gitlab, gdbstub)
 2021-04-07 18:41 UTC  (5+ messages)

[PULL 0/6] V2 migration + virtiofsd queue
 2021-04-07 17:54 UTC  (7+ messages)
` [PULL 1/6] virtiofsd: Fix security.capability comparison
` [PULL 2/6] migration: Fix missing qemu_fflush() on buffer file in bg_migration_thread
` [PULL 3/6] migration: Inhibit virtio-balloon for the duration of background snapshot
` [PULL 4/6] migration: Pre-fault memory before starting background snasphot
` [PULL 5/6] migration: Rename 'bs' to 'block' in background snapshot code
` [PULL 6/6] tests/migration: fix parameter of auto-converge migration

[PATCH-for-6.1 0/3] hw/sparc/sun4m: Introduce Sun4mMachineClass to access sun4m_hwdefs
 2021-04-07 17:53 UTC  (4+ messages)
` [PATCH-for-6.1 1/3] hw/sparc/sun4m: Introduce TYPE_SUN4M_MACHINE and Sun4mMachineClass
` [PATCH-for-6.1 2/3] hw/sparc/sun4m: Factor out sun4m_machine_class_common_init()
` [PATCH-for-6.1 3/3] hw/sparc/sun4m: Make sun4m_hwdefs a Sun4mMachineClass field

[ RFC 0/6] Improve PMU support
 2021-04-07 17:34 UTC  (5+ messages)
` [ RFC 3/6] target/riscv: Support mcycle/minstret write operation
` [ RFC 4/6] target/riscv: Add support for hpmcounters/hpmevents

[PATCH v3 00/36] block: update graph permissions update
 2021-04-07 17:46 UTC  (3+ messages)
` [PATCH v3 04/36] block: bdrv_append(): don't consume reference

[PATCH v1 0/1] s390x: css: report errors from ccw_dstream_read/write
 2021-04-07 17:47 UTC  (6+ messages)
` [PATCH v1 1/1] "

[PATCH v1 0/8] RISC-V: Steps towards running 32-bit guests on
 2021-04-07 17:11 UTC  (4+ messages)
` [PATCH v1 4/8] target/riscv: Remove the hardcoded MSTATUS_SD macro

[PULL for-6.0 v3 00/10] emulated nvme fixes for -rc3
 2021-04-07 16:52 UTC 

[PATCH 0/4] iotests/297: Cover tests/
 2021-04-07 16:50 UTC  (2+ messages)

[PULL 0/6] migration + virtiofsd queue
 2021-04-07 16:50 UTC  (9+ messages)
` [PULL 1/6] virtiofsd: Fix security.capability comparison
` [PULL 2/6] migration: Fix missing qemu_fflush() on buffer file in bg_migration_thread
` [PULL 3/6] migration: Inhibit virtio-balloon for the duration of background snapshot
` [PULL 4/6] migration: Pre-fault memory before starting background snasphot
` [PULL 5/6] migration: Rename 'bs' to 'block' in background snapshot code
` [PULL 6/6] tests/migration: fix parameter of auto-converge migration

[PATCH] linux-user: Use signed lengths in uaccess.c
 2021-04-07 16:49 UTC  (4+ messages)

[PATCH v5 0/6] qcow2: fix parallel rewrite and discard (lockless)
 2021-04-07 16:34 UTC  (3+ messages)
` [PATCH v5 2/6] qcow2: fix cache discarding in update_refcount()

[PATCH v2 00/21] Hexagon (target/hexagon) update
 2021-04-07 16:27 UTC  (5+ messages)
` [PATCH v2 17/21] Hexagon (target/hexagon) circular addressing

[PATCH] iotests: Test mirror-top filter permissions
 2021-04-07 16:37 UTC  (2+ messages)

[PATCH v8 0/4] Implements the NetBSD Virtual Machine Monitor accelerator
 2021-04-07 16:16 UTC  (5+ messages)
` [PATCH v8 1/4] Add NVMM accelerator: configure and build logic
` [PATCH v8 2/4] Add NVMM accelerator: x86 CPU support
` [PATCH v8 3/4] Add NVMM accelerator: acceleration enlightenments
` [PATCH v8 4/4] Add NVMM Accelerator: add maintainers for NetBSD/NVMM

[PATCH v2] iotests: add test for removing persistent bitmap from backing file
 2021-04-07 16:32 UTC  (2+ messages)

[PATCH] docs: Add a QEMU Code of Conduct and Conflict Resolution Policy document
 2021-04-07 16:03 UTC  (5+ messages)

[PATCH v7 0/4] Implements the NetBSD Virtual Machine Monitor accelerator
 2021-04-07 15:50 UTC  (4+ messages)
` [PATCH v7 2/4] Add NVMM accelerator: x86 CPU support

[PATCH v10 0/6] MTE support for KVM guest
 2021-04-07 15:52 UTC  (15+ messages)
` [PATCH v10 2/6] arm64: kvm: Introduce MTE VM feature

[PATCH RFC] target/i386: Add Intel CPU model versions supporting 'xsaves'
 2021-04-07 15:43 UTC 

[PATCH 1/1] decodetree: Add support for 64-bit instructions
 2021-04-07 15:18 UTC  (2+ messages)

[PATCH v3 00/11] esp: fix asserts/segfaults discovered by fuzzer
 2021-04-07 15:11 UTC  (7+ messages)
` [PATCH] tests/qtest: add one more test for the am53c974

Ping: [PATCH] Set icon for QEMU binary on Mac OS
 2021-04-07 15:01 UTC 

[PATCH 0/1] Add 64-bit instruction support to decodetree
 2021-04-07 14:59 UTC 

[PATCH] riscv: don't look at SUM when accessing memory from a debugger context
 2021-04-07 14:50 UTC  (3+ messages)

[for-6.1 0/4] virtio: Improve boot time of virtio-scsi-pci and virtio-blk-pci
 2021-04-07 14:35 UTC  (5+ messages)
` [for-6.1 1/4] virtio-blk: Fix rollback path in virtio_blk_data_plane_start()
` [for-6.1 2/4] virtio-blk: Configure all host notifiers in a single MR transaction
` [for-6.1 3/4] virtio-scsi: Set host notifiers and callbacks separately
` [for-6.1 4/4] virtio-scsi: Configure all host notifiers in a single MR transaction

[PATCH v1 0/8] RISC-V: Add support for ePMP v0.9.1
 2021-04-07 14:28 UTC  (11+ messages)
` [PATCH v1 2/8] target/riscv: Define ePMP mseccfg
` [PATCH v1 3/8] target/riscv: Add the ePMP feature
` [PATCH v1 6/8] target/riscv: Add a config option for ePMP
` [PATCH v1 7/8] target/riscv/pmp: Remove outdated comment
` [PATCH v1 8/8] target/riscv: Add ePMP support for the Ibex CPU

[PATCH v1 1/1] hw/riscv: Enalbe VIRTIO_VGA for RISC-V virt machine
 2021-04-07 14:26 UTC  (3+ messages)

[PATCH v1 1/1] hw/opentitan: Update the interrupt layout
 2021-04-07 14:25 UTC  (2+ messages)

[PATCH v1 1/1] MAINTAINERS: Update the RISC-V CPU Maintainers
 2021-04-07 14:23 UTC  (3+ messages)

[RFC PATCH v2 00/11] qemu_iotests: improve debugging options
 2021-04-07 13:50 UTC  (12+ messages)
` [RFC PATCH v2 01/11] python: qemu: add timer parameter for qmp.accept socket
` [RFC PATCH v2 02/11] python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachine
` [RFC PATCH v2 03/11] qemu-iotests: add option to attach gdbserver
` [RFC PATCH v2 04/11] qemu-iotests: delay QMP socket timers
` [RFC PATCH v2 05/11] qemu_iotests: insert gdbserver command line as wrapper for qemu binary
` [RFC PATCH v2 06/11] qemu-iotests: add gdbserver option to script tests too
` [RFC PATCH v2 07/11] qemu_iotests: extend the check script to support valgrind for python tests
` [RFC PATCH v2 08/11] qemu_iotests: extent QMP socket timeout when using valgrind
` [RFC PATCH v2 09/11] qemu_iotests: allow valgrint to print/delete the generated log file
` [RFC PATCH v2 10/11] qemu_iotests: insert valgrind command line as wrapper for qemu binary
` [RFC PATCH v2 11/11] qemu_iotests: add option to show qemu binary logs on stdout

[PATCH v1 0/2] Add the SiFive PWM device
 2021-04-07 13:54 UTC  (5+ messages)
` [PATCH v1 1/2] sifive_u_pwm: Initial commit
` [PATCH v1 2/2] sifive_u: Connect the SiFive PWM device

[PATCH v2 0/5] RISC-V: Convert the CSR access functions to use
 2021-04-07 13:55 UTC  (2+ messages)

[PATCH-for-6.0] hw/ppc/mac_newworld: Restrict RAM to 2 GiB
 2021-04-07 13:44 UTC  (4+ messages)
    ` [Bug 1922391] "

[PATCH] iotests/qsd-jobs: Filter events in the first test
 2021-04-07 13:49 UTC  (2+ messages)

QMP introspecting device props common to a bus type
 2021-04-07 13:44 UTC 

[PATCH 0/6] Add debug interface to kick/call on purpose
 2021-04-07 13:40 UTC  (3+ messages)
` [PATCH 1/6] qdev: introduce qapi/hmp command for kick/call event

[PATCH-for-6.0?] hw/block/fdc: Fix 'fallback' property on sysbus floppy disk controllers
 2021-04-07 13:37 UTC 

[PATCH v3] hw/smbios: support for type 41 (onboard devices extended information)
 2021-04-07 13:33 UTC  (6+ messages)

[PATCH 0/2] block/rbd: fix memory leaks
 2021-04-07 13:31 UTC  (4+ messages)

[PULL v2 00/19] pc,virtio,pci: fixes, features
 2021-04-07 13:29 UTC  (7+ messages)
` [PULL v2 11/19] pci: acpi: ensure that acpi-index is unique

[PATCH v2] monitor/qmp: fix race on CHR_EVENT_CLOSED without OOB
 2021-04-07 13:19 UTC  (2+ messages)

[Bug 1922611] [NEW] Acceptance Tests: migration fails on sparc target
 2021-04-07 13:01 UTC  (2+ messages)
` [Bug 1922611] "

[Bug 1915063] Re: Windows 10 wil not install using qemu-system-x86_64
 2021-04-07 13:00 UTC 

[PATCH for-6.0] esp: fix setting of ESPState mig_version_id when launching QEMU with -S option
 2021-04-07 12:48 UTC 

[PATCH] nsis: Install *.elf images
 2021-04-07 12:13 UTC  (5+ messages)

[PATCH 00/14] nbd: move reconnect-thread to separate file
 2021-04-07 11:55 UTC  (19+ messages)
` [PATCH 01/14] block/nbd: BDRVNBDState: drop unused connect_err
` [PATCH 02/14] block/nbd: nbd_co_establish_connection(): drop unused errp
` [PATCH 03/14] block/nbd: drop unused NBDConnectThread::err field
` [PATCH 04/14] block/nbd: split connect_thread_cb() out of connect_thread_func()
` [PATCH 05/14] block/nbd: rename NBDConnectThread to NBDConnectCB
` [PATCH 06/14] block/nbd: further segregation of connect-thread
` [PATCH 07/14] block/nbd: drop nbd_free_connect_thread()
` [PATCH 08/14] block/nbd: move nbd connect-thread to nbd/client-connect.c
` [PATCH 09/14] block/nbd: NBDConnectCB: drop bh_* fields
` [PATCH 10/14] block/nbd: move wait_connect field under mutex protection
` [PATCH 11/14] block/nbd: refactor connect_bh()
` [PATCH 12/14] block/nbd: refactor nbd_co_establish_connection
` [PATCH 13/14] block/nbd: nbd_co_establish_connection_cancel(): rename wake to do_wake
` [PATCH 14/14] block/nbd: drop thr->state

[PATCH v3 1/1] docs/devel: Add VFIO device migration documentation
 2021-04-07 11:33 UTC  (5+ messages)

[PATCH v4 00/23] backup performance: block_status + async
 2021-04-07 11:38 UTC  (4+ messages)
` [PATCH v4 09/23] job: call job_enter from job_pause

Commit "x86/kvm: Move context tracking where it belongs" broke guest time accounting
 2021-04-07 11:01 UTC  (2+ messages)

[PATCH] libqtest: refuse QTEST_QEMU_BINARY=qemu-kvm
 2021-04-07 10:45 UTC 

Mac OS real USB device support issue
 2021-04-07 10:27 UTC  (10+ messages)

[PATCH 0/7] block/nbd: decouple reconnect from drain
 2021-04-07 10:13 UTC  (4+ messages)

[PATCH 0/1] sphinx: qapidoc: Wrap "If" section body in a paragraph node
 2021-04-07  9:41 UTC  (2+ messages)

[PATCH v4 0/2] Some modification about ram_save_host_page()
 2021-04-07  9:32 UTC  (4+ messages)

[Bug 1922391] [NEW] qemu-system-ppc assertion "!mr->container" failed
 2021-04-02 20:48 UTC 

[Bug 1921948] [NEW] MTE tags not checked properly for unaligned accesses at EL1
 2021-03-30 19:34 UTC 


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