qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-16 13:55:20 to 2021-01-18 03:09:44 UTC [more...]

[RFC PATCH v0 1/1] target/ppc: Support for H_RPT_INVALIDATE hcall
 2021-01-18  3:08 UTC  (4+ messages)

[PATCH v7 00/13] Generalize memory encryption models
 2021-01-18  3:03 UTC  (7+ messages)
` [PATCH v7 03/13] sev: Remove false abstraction of flash encryption
` [PATCH v7 08/13] confidential guest support: Move SEV initialization into arch specific code

[PATCH 0/1] net: Fix handling of id in netdev_add and netdev_del
 2021-01-18  2:49 UTC  (4+ messages)

[PATCH V4 0/4] bsd-user: Fix some code style problems
 2021-01-18  2:37 UTC  (8+ messages)
` [PATCH V4 1/4] bsd-user: "foo * bar" should be "foo *bar"
` [PATCH V4 2/4] bsd-user: suspect code indent for conditional statements
` [PATCH V4 3/4] bsd-user: do not use C99 // comments
` [PATCH V4 4/4] bsd-user: space required after semicolon

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

[PATCH v3 0/2] loongson3_virt TCG SMP support
 2021-01-18  2:12 UTC  (5+ messages)
` [PATCH v3 1/2] hw/intc: Add Loongson Inter Processor Interrupt controller
` [PATCH v3 2/2] hw/mips/loongson3_virt: Add TCG SMP support

[PATCH] docs: fix the annotations error of struct X86CPUClass
 2021-01-18  1:41 UTC 

[PATCH] target/mips: fetch code with translator_ld
 2021-01-18  0:41 UTC  (2+ messages)

[PATCH v2 0/3] fuzz: Add 9p generic-fuzz configs
 2021-01-17 23:09 UTC  (4+ messages)
` [PATCH v2 1/3] fuzz: enable dynamic args for "
` [PATCH v2 2/3] docs/fuzz: add some information about OSS-Fuzz
` [PATCH v2 3/3] fuzz: add virtio-9p configurations for fuzzing

[PATCH v2 0/2] loongson3_virt TCG SMP support
 2021-01-17 22:58 UTC  (4+ messages)
` [PATCH v2 2/2] hw/mips/loongson3_virt: Add "

[PULL 00/12] riscv-to-apply queue
 2021-01-17 21:54 UTC  (13+ messages)
` [PULL 01/12] hw/block: m25p80: Don't write to flash if write is disabled
` [PULL 02/12] hw/block: m25p80: Implement AAI-WP command support for SST flashes
` [PULL 03/12] gdb: riscv: Add target description
` [PULL 04/12] RISC-V: Place DTB at 3GB boundary instead of 4GB
` [PULL 05/12] target/riscv/pmp: Raise exception if no PMP entry is configured
` [PULL 06/12] hw/riscv: sifive_u: Use SIFIVE_U_CPU for mc->default_cpu_type
` [PULL 07/12] hw/misc/sifive_u_otp: handling the fails of blk_pread and blk_pwrite
` [PULL 08/12] target/riscv: Make csr_ops[CSR_TABLE_SIZE] external
` [PULL 09/12] target/riscv: Add CSR name in the CSR function table
` [PULL 10/12] target/riscv: Generate the GDB XML file for CSR registers dynamically
` [PULL 11/12] target/riscv: Remove built-in GDB XML files for CSRs
` [PULL 12/12] riscv: Pass RISCVHartArrayState by pointer

[Bug 1912065] [NEW] Segfaults in tcg/optimize.c:212 after commit 7c79721606be11b5bc556449e5bcbc331ef6867d
 2021-01-17 20:52 UTC  (4+ messages)
` [Bug 1912065] "

[RFC PATCH v2 00/20] hw: Mark the device with no migratable fields
 2021-01-17 20:37 UTC  (22+ messages)
` [RFC PATCH v2 01/20] migration/vmstate: Restrict vmstate_dummy to user-mode
` [RFC PATCH v2 02/20] hw/core/qdev: Add vmstate_qdev_no_state_to_migrate
` [RFC PATCH v2 03/20] hw/arm/armv7m: Mark the device with no migratable fields
` [RFC PATCH v2 04/20] hw/arm/aspeed_soc: "
` [RFC PATCH v2 05/20] hw/arm/bcm283x: Mark devices "
` [RFC PATCH v2 06/20] hw/arm/msf2-soc: Mark the device "
` [RFC PATCH v2 07/20] hw/core/split-irq: "
` [RFC PATCH v2 08/20] hw/cpu/a9mpcore: "
` [RFC PATCH v2 09/20] hw/cpu/cluster: "
` [RFC PATCH v2 10/20] hw/usb/hcd-ohci: "
` [RFC PATCH v2 11/20] hw/intc/arm_gicv2m: "
` [RFC PATCH v2 12/20] hw/misc/armsse-cpuid: "
` [RFC PATCH v2 13/20] hw/misc/iotkit-sysinfo: "
` [RFC PATCH v2 14/20] hw/misc/unimp: "
` [RFC PATCH v2 15/20] hw/nubus/mac-nubus-bridge: "
` [RFC PATCH v2 16/20] hw/sparc64/sun4u: Mark devices "
` [RFC PATCH v2 17/20] hw/pci-host/gpex: Mark device "
` [RFC PATCH v2 18/20] hw/core/qdev: Display warning for devices missing migration state
` [RFC PATCH v2 19/20] stubs/vmstate: Add VMSTATE_END_OF_LIST to vmstate_user_mode_cpu_dummy
` [RFC PATCH v2 20/20] migration/vmstate: Simplify vmstate for user-mode CPU

[PATCH 0/2] Small fuzzer-related changes
 2021-01-17 20:10 UTC  (3+ messages)
` [PATCH 1/2] docs/fuzz: fix pre-meson path
` [PATCH 2/2] fuzz: log the arguments used to initialize QEMU

[PATCH 0/3] fuzz: Add 9p generic-fuzz configs
 2021-01-17 20:15 UTC  (4+ messages)
` [PATCH 1/3] fuzz: enable dynamic args for "
` [PATCH 2/3] docs/fuzz: add some information about OSS-Fuzz
` [PATCH 3/3] fuzz: add virtio-9p configurations for fuzzing

[PATCH 0/4] tests/qtest: Fixes fuzz-tests
 2021-01-17 18:56 UTC  (12+ messages)
` [PATCH 1/4] tests/qtest: Remove TPM tests
` [PATCH 4/4] tests/qtest: Only run fuzz-virtio-scsi when virtio-scsi is available

[PATCH-for-5.2 0/2] gitlab-ci: Fix EDK2 & OpenSBI jobs
 2021-01-17 18:48 UTC  (5+ messages)
` [PATCH-for-5.2 2/2] gitlab-ci: Avoid running the EDK2 job when not necessary

[Bug 1912107] [NEW] Option to constrain linux-user exec() to emulated CPU only
 2021-01-17 18:37 UTC 

[PATCH v2] softmmu/physmem: Silence GCC 10 maybe-uninitialized error
 2021-01-17 18:02 UTC  (2+ messages)

[PATCH 00/18] hw: Mark the device with no migratable fields
 2021-01-17 17:28 UTC  (4+ messages)
` [RFC PATCH 18/18] hw/core/qdev: Display warning for devices missing migration state

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

[PATCH 0/6] accel: Restrict TCG-specific code
 2021-01-17 16:48 UTC  (7+ messages)
` [PATCH 1/6] accel/tcg: Make cpu_gen_init() static
` [PATCH 2/6] accel/tcg: Restrict tb_flush_jmp_cache() from other accelerators
` [PATCH 3/6] accel/tcg: Restrict tb_gen_code() "
` [PATCH 4/6] accel/tcg: Declare missing cpu_loop_exit*() stubs
` [RFC PATCH 5/6] accel/tcg: Restrict cpu_io_recompile() from other accelerators
` [RFC PATCH 6/6] softmmu: Restrict watchpoint handlers to TCG accelerator

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

[PATCH 00/28] qemu-option, keyval, vl: switch -object/-M/-accel to keyval parsing
 2021-01-17 16:48 UTC  (2+ messages)

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

[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

[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] "

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 1906193] [NEW] riscv32 user mode emulation: fork return values broken
 2021-01-16 18:58 UTC  (2+ messages)
` [Bug 1906193] "

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

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

[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  (3+ messages)
` [PATCH v3 08/21] bsd-user: Tidy VERIFY_READ/VERIFY_WRITE

[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  (4+ messages)
` [PATCH v7 06/11] iotests: define group in each iotest
` [PATCH v7 09/11] iotests: add testrunner.py
` [PATCH v7 11/11] iotests: rename and move 169 and 199 tests


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