qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-15 21:45:33 to 2021-01-17 16:44:06 UTC [more...]

[PATCH] util/cacheflush: Fix error generated by clang
 2021-01-17 16:43 UTC  (2+ messages)

[PATCH] softmmu/physmem: Hint notifier is not NULL in as_translate_for_iotlb()
 2021-01-17 16:07 UTC 

[RFC PATCH V2 00/11] hw/block/nvme: support multi-path for ctrl/ns
 2021-01-17 14:53 UTC  (12+ messages)
` [RFC PATCH V2 01/11] hw/block/nvme: remove unused argument in nvme_ns_init_zoned
` [RFC PATCH V2 02/11] hw/block/nvme: open code for volatile write cache
` [RFC PATCH V2 03/11] hw/block/nvme: remove unused argument in nvme_ns_init_blk
` [RFC PATCH V2 04/11] hw/block/nvme: split setup and register for namespace
` [RFC PATCH V2 05/11] hw/block/nvme: remove unused argument in nvme_ns_setup
` [RFC PATCH V2 06/11] hw/block/nvme: introduce nvme-subsys device
` [RFC PATCH V2 07/11] hw/block/nvme: support to map controller to a subsystem
` [RFC PATCH V2 08/11] hw/block/nvme: add CMIC enum value for Identify Controller
` [RFC PATCH V2 09/11] hw/block/nvme: support for multi-controller in subsystem
` [RFC PATCH V2 10/11] hw/block/nvme: add NMIC enum value for Identify Namespace
` [RFC PATCH V2 11/11] hw/block/nvme: support for shared namespace in subsystem

[PATCH 1/1] linux-user/syscall: Fix do_ioctl_ifconf() for 64 bit targets
 2021-01-17 13:00 UTC  (2+ messages)

[PULL 00/10] pc,pci,virtio: fixes, features
 2021-01-17 11:46 UTC  (11+ messages)
` [PULL 01/10] pci/shpc: don't push attention button when ejecting powered-off device
` [PULL 02/10] vhost-user-fs: add the "bootindex" property
` [PULL 03/10] acpi: Allow DSDT acpi table changes
` [PULL 04/10] acpi: Fix unmatched expected DSDT.pxb file
` [PULL 05/10] acpi: Add addr offset in build_crs
` [PULL 06/10] acpi/gpex: Inform os to keep firmware resource map
` [PULL 07/10] acpi/gpex: Exclude pxb's resources from PCI0
` [PULL 08/10] Kconfig: Compile PXB for ARM_VIRT
` [PULL 09/10] acpi: Enable pxb unit-test for ARM virt machine
` [PULL 10/10] acpi: Update _DSM method in expected files

[PATCH 0/4] tests/qtest: Fixes fuzz-tests
 2021-01-17 11:01 UTC  (14+ messages)
` [PATCH 1/4] tests/qtest: Remove TPM tests
` [PATCH 2/4] tests/qtest: Make fuzz-test generic to all targets
` [PATCH 3/4] tests/qtest: Only run fuzz-megasas-test if megasas device is available
` [PATCH 4/4] tests/qtest: Only run fuzz-virtio-scsi when virtio-scsi "

[RFC 0/5] pc: support user provided NIC naming/indexing
 2021-01-17 10:59 UTC  (4+ messages)

VirtioSound device emulation implementation
 2021-01-17 10:30 UTC  (12+ messages)
            ` Fwd: "

[PATCH 00/23] next round of audio patches
 2021-01-17  9:41 UTC  (4+ messages)
` [PATCH 06/23] sdlaudio: fill remaining sample buffer with silence

[RFC PATCH v3 0/6] eBPF RSS support for virtio-net
 2021-01-17  9:04 UTC  (4+ messages)
` [RFC PATCH v3 5/6] virtio-net: Added eBPF RSS to virtio-net

[PATCH] qmp-shell: Suppress banner and prompt when stdin is not a TTY
 2021-01-17  7:27 UTC 

[Qemu-devel] [Bug 1757363] [NEW] infinite loop due to improper deal with "eret" on mips32
 2021-01-17  4:17 UTC  (2+ messages)
` [Bug 1757363] "

[Qemu-devel] [Bug 1681688] [NEW] qemu live migration failed
 2021-01-17  4:17 UTC  (2+ messages)
` [Bug 1681688] "

[PATCH v1 1/1] riscv: Pass RISCVHartArrayState by pointer
 2021-01-16 22:38 UTC  (7+ messages)

Recent TCG commit breaks PPC
 2021-01-16 22:26 UTC  (8+ messages)

[PATCH v6 00/14] block: deal with errp: part I
 2021-01-16 21:52 UTC  (15+ messages)
` [PATCH v6 01/14] block: return status from bdrv_append and friends
` [PATCH v6 02/14] block: use return status of bdrv_append()
` [PATCH v6 03/14] block: check return value of bdrv_open_child and drop error propagation
` [PATCH v6 04/14] blockdev: fix drive_backup_prepare() missed error
` [PATCH v6 05/14] block: drop extra error propagation for bdrv_set_backing_hd
` [PATCH v6 06/14] block/mirror: drop extra error propagation in commit_active_start()
` [PATCH v6 07/14] blockjob: return status from block_job_set_speed()
` [PATCH v6 08/14] block/qcow2: qcow2_get_specific_info(): drop error propagation
` [PATCH v6 09/14] block/qcow2-bitmap: improve qcow2_load_dirty_bitmaps() interface
` [PATCH v6 10/14] block/qcow2-bitmap: return status from qcow2_store_persistent_dirty_bitmaps
` [PATCH v6 11/14] block/qcow2: read_cache_sizes: return status value
` [PATCH v6 12/14] block/qcow2: simplify qcow2_co_invalidate_cache()
` [PATCH v6 13/14] block/qed: bdrv_qed_do_open: deal with errp
` [PATCH v6 14/14] block/qcow2: refactor qcow2_update_options_prepare error paths

[PATCH v4 00/23] backup performance: block_status + async
 2021-01-16 21:47 UTC  (24+ messages)
` [PATCH v4 01/23] qapi: backup: add perf.use-copy-range parameter
` [PATCH v4 02/23] block/block-copy: More explicit call_state
` [PATCH v4 03/23] block/block-copy: implement block_copy_async
` [PATCH v4 04/23] block/block-copy: add max_chunk and max_workers parameters
` [PATCH v4 05/23] block/block-copy: add list of all call-states
` [PATCH v4 06/23] block/block-copy: add ratelimit to block-copy
` [PATCH v4 07/23] block/block-copy: add block_copy_cancel
` [PATCH v4 08/23] blockjob: add set_speed to BlockJobDriver
` [PATCH v4 09/23] job: call job_enter from job_pause
` [PATCH v4 10/23] qapi: backup: add max-chunk and max-workers to x-perf struct
` [PATCH v4 11/23] iotests: 56: prepare for backup over block-copy
` [PATCH v4 12/23] iotests: 185: "
` [PATCH v4 13/23] iotests: 219: "
` [PATCH v4 14/23] iotests: 257: "
` [PATCH v4 15/23] block/block-copy: make progress_bytes_callback optional
` [PATCH v4 16/23] block/backup: drop extra gotos from backup_run()
` [PATCH v4 17/23] backup: move to block-copy
` [PATCH v4 18/23] qapi: backup: disable copy_range by default
` [PATCH v4 19/23] block/block-copy: drop unused block_copy_set_progress_callback()
` [PATCH v4 20/23] block/block-copy: drop unused argument of block_copy()
` [PATCH v4 21/23] simplebench/bench_block_job: use correct shebang line with python3
` [PATCH v4 22/23] simplebench: bench_block_job: add cmd_options argument
` [PATCH v4 23/23] simplebench: add bench-backup.py

[PATCH v3 00/25] backup performance: block_status + async
 2021-01-16 21:03 UTC  (4+ messages)
` [PATCH v3 13/25] iotests: 129: prepare for backup over block-copy

[Bug 1912065] [NEW] Segfaults in tcg/optimize.c:212 after commit 7c79721606be11b5bc556449e5bcbc331ef6867d
 2021-01-16 19:57 UTC  (3+ messages)

[Bug 1906193] [NEW] riscv32 user mode emulation: fork return values broken
 2021-01-16 18:58 UTC  (3+ messages)
` [Bug 1906193] "

[PATCH v1 1/1] linux-user/signal: Decode waitid si_code
 2021-01-16 18:57 UTC  (3+ messages)

[PATCH v2 0/2] target/riscv: Generate the GDB XML file for CSR registers dynamically
 2021-01-16 18:54 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] target/riscv: Remove built-in GDB XML files for CSRs

[PATCH] target/mips: fetch code with translator_ld
 2021-01-16 18:13 UTC 

[PATCH v5 00/14] block: deal with errp: part I
 2021-01-16 17:35 UTC  (5+ messages)
` [PATCH v5 14/14] block/qcow2: refactor qcow2_update_options_prepare error paths

[PULL 00/24] tcg patch queue
 2021-01-16 17:24 UTC  (4+ messages)
` [PULL 11/24] tcg/optimize: Use tcg_constant_internal with constant folding

[PATCH v3 00/21] target-arm: Implement ARMv8.5-MemTag, user mode
 2021-01-16 16:28 UTC  (24+ messages)
` [PATCH v3 01/21] tcg: Introduce target-specific page data for user-only
` [PATCH v3 02/21] linux-user: Introduce PAGE_ANON
` [PATCH v3 03/21] exec: Use uintptr_t for guest_base
` [PATCH v3 04/21] exec: Use uintptr_t in cpu_ldst.h
` [PATCH v3 05/21] exec: Improve types for guest_addr_valid
` [PATCH v3 06/21] linux-user: Check for overflow in access_ok
` [PATCH v3 07/21] linux-user: Tidy VERIFY_READ/VERIFY_WRITE
` [PATCH v3 08/21] bsd-user: "
` [PATCH v3 09/21] linux-user: Do not use guest_addr_valid for h2g_valid
` [PATCH v3 10/21] linux-user: Fix guest_addr_valid vs reserved_va
` [PATCH v3 11/21] exec: Add support for TARGET_TAGGED_ADDRESSES
` [PATCH v3 12/21] linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLE
` [PATCH v3 13/21] linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAG
` [PATCH v3 14/21] linux-user/aarch64: Implement PROT_MTE
` [PATCH v3 15/21] target/arm: Split out syndrome.h from internals.h
` [PATCH v3 16/21] linux-user/aarch64: Pass syndrome to EXC_*_ABORT
` [PATCH v3 17/21] linux-user/aarch64: Signal SEGV_MTESERR for sync tag check fault
` [PATCH v3 18/21] linux-user/aarch64: Signal SEGV_MTEAERR for async tag check error
` [PATCH v3 19/21] target/arm: Add allocation tag storage for user mode
` [PATCH v3 20/21] target/arm: Enable MTE for user-only
` [PATCH v3 21/21] tests/tcg/aarch64: Add mte smoke tests

[PATCH v7 0/9] hw/ssi: imx_spi: Fix various bugs in the imx_spi model
 2021-01-16 16:16 UTC  (13+ messages)
` [PATCH v7 4/9] hw/ssi: imx_spi: Rework imx_spi_read() to handle block disabled
` [PATCH v7 5/9] hw/ssi: imx_spi: Rework imx_spi_write() "

[Bug 1891748] [NEW] qemu-arm-static 5.1 can't run gcc
 2021-01-16 16:08 UTC  (2+ messages)
` [Bug 1891748] "

[Bug 1912059] [NEW] capstone link failure building linux-user static
 2021-01-16 15:41 UTC 

[PATCH v7 00/11] Rework iotests/check
 2021-01-16 13:44 UTC  (12+ messages)
` [PATCH v7 01/11] iotests/277: use dot slash for nbd-fault-injector.py running
` [PATCH v7 02/11] iotests/303: use dot slash for qcow2.py running
` [PATCH v7 03/11] iotests: fix some whitespaces in test output files
` [PATCH v7 04/11] iotests: make tests executable
` [PATCH v7 05/11] iotests/294: add shebang line
` [PATCH v7 06/11] iotests: define group in each iotest
` [PATCH v7 07/11] iotests: add findtests.py
` [PATCH v7 08/11] iotests: add testenv.py
` [PATCH v7 09/11] iotests: add testrunner.py
` [PATCH v7 10/11] iotests: rewrite check into python
` [PATCH v7 11/11] iotests: rename and move 169 and 199 tests

[PULL 00/30] Audio 20210115 patches
 2021-01-16 12:56 UTC  (2+ messages)

[PATCH v6 00/11] Rework iotests/check
 2021-01-16 11:19 UTC  (10+ messages)
` [PATCH v6 08/11] iotests: add testenv.py

[PATCH 00/11] hw/m68k/next-cube: refactor to fix Coverity issue
 2021-01-16 10:44 UTC  (21+ messages)
` [PATCH 01/11] hw/m68k/next-cube: Make next_irq() function static
` [PATCH 03/11] hw/m68k/next-cube: Move mmio_ops into NeXTPC device
` [PATCH 04/11] hw/m68k/next-cube: Move scr_ops "
` [PATCH 05/11] hw/m68k/next-cube: Make next_irq take NeXTPC* as its opaque
` [PATCH 06/11] hw/m68k/next-cube: Move int_status and int_mask to NeXTPC struct
` [PATCH 07/11] hw/m68k/next-cube: Make next_irq GPIO inputs to NEXT_PC device
` [PATCH 08/11] hw/m68k/next-cube: Move rtc into NeXTPC struct
` [PATCH 09/11] hw/m68k/next-cube: Remove unused fields from NeXTState
` [PATCH 10/11] hw/m68k/next-cube: Add vmstate for NeXTPC device
` [PATCH 11/11] hw/m68k/next-cube: Add missing header comment to next-cube.h

[Qemu-devel] [Bug 1699867] [NEW] x86_64 qemu crashes at far call into long-mode
 2021-01-16  4:17 UTC  (2+ messages)
` [Bug 1699867] "

[Qemu-devel] [Bug 1740887] [NEW] qemu-system-arm & qemu-system-aarch64 for windows crash at start
 2021-01-16  4:17 UTC  (2+ messages)
` [Bug 1740887] "

[Qemu-devel] [Bug 1492649] [NEW] QEMU soundhw HDA huge microphone lag
 2021-01-16  4:17 UTC  (2+ messages)
` [Bug 1492649] "

[Qemu-devel] [Bug 1743214] [NEW] OS/2 Warp 3 support broken in 2.11
 2021-01-16  4:17 UTC  (2+ messages)
` [Bug 1743214] "

[Qemu-devel] [Bug 1737194] [NEW] Windows NT 4.0 fails to boot from qcow2 installation
 2021-01-16  4:17 UTC  (2+ messages)
` [Bug 1737194] "

[Qemu-devel] [Bug 1696746] [NEW] netdev user, restrict=on prevents forwarded ports from being accessed from other systems
 2021-01-16  4:17 UTC  (2+ messages)
` [Bug 1696746] "

[Qemu-devel] [Bug 1744009] [NEW] qemu for windows fails to use multicast socket as netdev
 2021-01-16  4:17 UTC  (2+ messages)
` [Bug 1744009] "

[Qemu-devel] [Bug 1743337] [NEW] OS/2 Warp 4 HPFS corruption
 2021-01-16  4:17 UTC  (2+ messages)
` [Bug 1743337] "

[PATCH 0/4] target/riscv: Generate the GDB XML file for CSR registers dynamically
 2021-01-16  1:36 UTC  (13+ messages)
` [PATCH 1/4] target/riscv: Make csr_ops[CSR_TABLE_SIZE] external
` [PATCH 2/4] target/riscv: Add CSR name in the CSR function table
` [PATCH 3/4] target/riscv: Generate the GDB XML file for CSR registers dynamically
` [PATCH 4/4] target/riscv: Remove built-in GDB XML files for CSRs

[PATCH] hw/misc/sifive_u_otp: handling the fails of blk_pread and blk_pwrite
 2021-01-15 23:05 UTC  (9+ messages)

[PATCH] cpu_exec_step_atomic: update the cpu running flag
 2021-01-15 23:05 UTC  (2+ messages)

[PATCH v2 00/22] tcg: backend constraints cleanup
 2021-01-15 22:39 UTC  (4+ messages)
` [PATCH v2 09/22] tcg/riscv: Split out target constraints to tcg-target-con-str.h

[PATCH] hw/riscv: microchip_pfsoc: specify XIP image
 2021-01-15 22:36 UTC  (4+ messages)

[PATCH v7 0/6] RISC-V Pointer Masking implementation
 2021-01-15 22:10 UTC  (7+ messages)
` [PATCH v7 1/6] [RISCV_PM] Add J-extension into RISC-V
` [PATCH v7 3/6] [RISCV_PM] Print new PM CSRs in QEMU logs
` [PATCH v7 6/6] [RISCV_PM] Allow experimental J-ext to be turned on

[PATCH 00/15] *** ARC port for review ***
 2021-01-15 22:06 UTC  (10+ messages)
` [PATCH 04/15] arc: TCG and decoder glue code and helpers

[PATCH v1 0/7] pseries: avoid unplug the last online CPU core + assorted fixes
 2021-01-15 21:43 UTC  (5+ messages)
` [PATCH v1 7/7] spapr.c: consider CPU core online state before allowing unplug


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