messages from 2020-06-04 18:57:50 to 2020-06-05 10:29:12 UTC [more...]
[PATCH v3 00/11] hw/sd/sdcard: Fix CVE-2020-13253 & cleanups
2020-06-05 10:22 UTC (11+ messages)
` [PATCH v3 01/11] MAINTAINERS: Cc qemu-block mailing list
` [PATCH v3 02/11] hw/sd/sdcard: Update coding style to make checkpatch.pl happy
` [PATCH v3 03/11] hw/sd/sdcard: Do not switch to ReceivingData if address is invalid
` [PATCH v3 04/11] hw/sd/sdcard: Restrict Class 6 commands to SCSD cards
` [PATCH v3 05/11] hw/sd/sdcard: Update the SDState documentation
` [PATCH v3 06/11] hw/sd/sdcard: Simplify cmd_valid_while_locked()
` [PATCH v3 07/11] hw/sd/sdcard: Constify sd_crc*()'s message argument
` [PATCH v3 08/11] hw/sd/sdcard: Make iolen unsigned
` [PATCH v3 09/11] hw/sd/sdcard: Correctly display the command name in trace events
` [PATCH v3 11/11] hw/sd/sdcard: Simplify realize() a bit
[PATCH v1 0/3] some linux-user guest_base fixes
2020-06-05 10:24 UTC (6+ messages)
` [PATCH v1 2/3] linux-user: deal with address wrap for ARM_COMMPAGE on 32 bit
` [Bug 1880225] "
[PATCH v5 0/4] introduction of migration_version attribute for VFIO live migration
2020-06-05 10:22 UTC (11+ messages)
[PATCH v2] hw/virtio/vhost: re-factor vhost-section and allow DIRTY_MEMORY_CODE
2020-06-05 10:19 UTC (3+ messages)
[PATCH RFC v2 0/5] block: add block-dirty-bitmap-populate job
2020-06-05 10:07 UTC (12+ messages)
` [PATCH RFC v2 1/5] block: add bitmap-populate job
[PATCH] tests/qtest: Fix LGPL information in the file headers
2020-06-05 10:06 UTC
[PATCH v4 00/12] iotests: Dump QCOW2 dirty bitmaps metadata
2020-06-05 10:02 UTC (3+ messages)
[PULL 00/11] Block patches
2020-06-05 9:47 UTC (12+ messages)
` [PULL 01/11] io_uring: retry io_uring_submit() if it fails with errno=EINTR
` [PULL 02/11] io_uring: use io_uring_cq_ready() to check for ready cqes
` [PULL 03/11] fuzz: add datadir for oss-fuzz compatability
` [PULL 04/11] fuzz: fix typo in i440fx-qtest-reboot arguments
` [PULL 05/11] fuzz: add mangled object name to linker script
` [PULL 06/11] fuzz: run the main-loop in fork-server process
` [PULL 07/11] memory: Rename memory_region_do_writeback -> memory_region_writeback
` [PULL 08/11] memory: Extract memory_region_msync() from memory_region_writeback()
` [PULL 09/11] hw/block: Let the NVMe emulated device be target-agnostic
` [PULL 10/11] exec: Rename qemu_ram_writeback() as qemu_ram_msync()
` [PULL 11/11] block: Factor out bdrv_run_co()
[PATCH v6 00/11] accel: Allow targets to use Kconfig
2020-06-05 9:32 UTC (12+ messages)
` [PATCH v6 01/11] MAINTAINERS: Fix KVM path expansion glob
` [PATCH v6 02/11] MAINTAINERS: Add an 'overall' entry for accelerators
` [PATCH v6 03/11] MAINTAINERS: Add an entry for the HAX accelerator
` [PATCH v6 04/11] rules.mak: Add strequal() and startwith() rules
` [PATCH v6 05/11] rules.mak: Add base-arch() rule
` [PATCH v6 06/11] Makefile: Remove dangerous EOL trailing backslash
` [PATCH v6 07/11] Makefile: Write MINIKCONF variables as one entry per line
` [PATCH v6 08/11] accel/Kconfig: Extract accel selectors into their own config
` [PATCH v6 09/11] accel/Kconfig: Add the TCG selector
` [PATCH v6 10/11] Makefile: Allow target-specific optional Kconfig
` [PATCH v6 11/11] accel/tcg: Add stub for probe_access()
[PATCH v2] linux-user: support of semtimedop syscall
2020-06-05 9:34 UTC (3+ messages)
[RFC 0/6] TPM-TIS bios-tables-test
2020-06-05 9:35 UTC (6+ messages)
` [RFC 4/6] tests: tpm-emu: Remove assert on TPM2_ST_NO_SESSIONS
[PATCH v3 0/3] python/machine.py: refactor shutdown
2020-06-05 9:34 UTC (5+ messages)
` [PATCH v3 1/3] python/machine.py: consolidate _post_shutdown()
` [PATCH v3 2/3] python/machine.py: refactor shutdown
` [PATCH v3 3/3] python/machine.py: re-add sigkill warning suppression
[PATCH for-5.1 V4 0/7] mips: Add Loongson-3 machine support (with KVM)
2020-06-05 9:27 UTC (6+ messages)
[PATCH v3] migration/xbzrle: add encoding rate
2020-06-05 9:25 UTC (9+ messages)
[PATCH v3 00/16] python: add mypy support to python/qemu
2020-06-05 9:26 UTC (18+ messages)
` [PATCH v3 01/16] python/qmp.py: Define common types
` [PATCH v3 02/16] iotests.py: use qemu.qmp type aliases
` [PATCH v3 03/16] python/qmp.py: re-absorb MonitorResponseError
` [PATCH v3 04/16] python/qmp.py: Do not return None from cmd_obj
` [PATCH v3 05/16] python/qmp.py: add casts to JSON deserialization
` [PATCH v3 06/16] python/qmp.py: add QMPProtocolError
` [PATCH v3 07/16] python/machine.py: Fix monitor address typing
` [PATCH v3 08/16] python/machine.py: reorder __init__
` [PATCH v3 09/16] python/machine.py: Don't modify state in _base_args()
` [PATCH v3 10/16] python/machine.py: Handle None events in events_wait
` [PATCH v3 11/16] python/machine.py: use qmp.command
` [PATCH v3 12/16] python/machine.py: Add _qmp access shim
` [PATCH v3 13/16] python/machine.py: fix _popen access
` [PATCH v3 14/16] python/qemu: make 'args' style arguments immutable
` [PATCH v3 15/16] iotests.py: Adjust HMP kwargs typing
` [PATCH v3 16/16] python/qemu: Add mypy type annotations
[PATCH v8 0/4] vhost-user block device backend implementation
2020-06-05 9:25 UTC (8+ messages)
` [PATCH v8 1/4] Allow vu_message_read to be replaced
` [PATCH v8 2/4] generic vhost user server
` [PATCH v8 3/4] vhost-user block device backend server
` [PATCH v8 4/4] new qTest case to test the vhost-user-blk-server
[PATCH] docker: update Ubuntu to 20.04
2020-06-05 9:21 UTC (4+ messages)
[PATCH] linux-headers: update to Linux 5.8-rc1
2020-06-05 8:59 UTC (4+ messages)
[PATCH v4] osdep: Make MIN/MAX evaluate arguments only once
2020-06-05 8:54 UTC (5+ messages)
[Bug 1880822] [NEW] CVE-2020-13253 QEMU: sd: OOB access could crash the guest resulting in DoS
2020-06-05 8:34 UTC (4+ messages)
` [PATCH v2] hw/sd/sdcard: Verify CMD24 (Block Write) address is valid
` [Bug 1880822] "
[PATCH v5 00/11] accel: Allow targets to use Kconfig
2020-06-05 8:35 UTC (15+ messages)
` [PATCH v5 01/11] MAINTAINERS: Fix KVM path expansion glob
` [PATCH v5 02/11] MAINTAINERS: Add an 'overall' entry for accelerators
` [PATCH v5 03/11] MAINTAINERS: Add an entry for the HAX accelerator
` [PATCH v5 04/11] rules.mak: Add strequal() and startwith() and rules
` [PATCH v5 05/11] rules.mak: Add base-arch() rule
` [PATCH v5 06/11] Makefile: Remove dangerous EOL trailing backslash
` [PATCH v5 07/11] Makefile: Write MINIKCONF variables as one entry per line
` [PATCH v5 08/11] accel/Kconfig: Extract accel selectors into their own config
` [PATCH v5 09/11] accel/Kconfig: Add the TCG selector
` [PATCH v5 10/11] Makefile: Allow target-specific optional Kconfig
` [PATCH v5 11/11] accel/tcg: Add stub for probe_access()
[PATCH] numa: forbid '-numa node, mem' for 5.1 and newer machine types
2020-06-05 8:33 UTC (3+ messages)
[PATCH v4 0/3] account for NVDIMM nodes during SRAT generation
2020-06-05 8:23 UTC (5+ messages)
` [PATCH v4 2/3] hw/acpi/nvdimm: add a helper to augment "
[Bug 1866870] [NEW] KVM Guest pauses after upgrade to Ubuntu 20.04
2020-06-05 8:02 UTC (2+ messages)
` [Bug 1866870] "
[PATCH 1/4] riscv: Generalize CPU init routine for the base CPU
2020-06-05 7:38 UTC (4+ messages)
` [PATCH 2/4] riscv: Generalize CPU init routine for the gcsu CPU
` [PATCH 3/4] riscv: Generalize CPU init routine for the imacu CPU
` [PATCH 4/4] riscv: Keep the CPU init routine names consistent
[PATCH 1/1] target/ppc: add vmsumudm vmsumcud instructions
2020-06-05 5:14 UTC
[PATCH v4 00/11] accel: Allow targets to use Kconfig
2020-06-05 7:27 UTC (5+ messages)
` [PATCH v4 05/11] rules.mak: Add base-arch() rule
[PATCH] hw/display/cirrus_vga: Fix code mis-indentation
2020-06-05 7:17 UTC (2+ messages)
[RFC] hw: nios2: update interrupt_request when STATUS_PIE disabled
2020-06-05 7:14 UTC (3+ messages)
[PATCH v3] ati-vga: check mm_index before recursive call (CVE-2020-13800)
2020-06-05 7:11 UTC (4+ messages)
[PATCH 0/2] hw: Delay timer_new() from init to realize to avoid memleaks
2020-06-05 5:05 UTC (4+ messages)
` [PATCH 2/2] hw/sd/sd: Delay timer_new_ns() "
[PATCH v2 00/17] target-arm: Implement ARMv8.5-MemTag, user mode
2020-06-05 4:17 UTC (18+ messages)
` [PATCH v2 01/17] tcg: Introduce target-specific page data for user-only
` [PATCH v2 02/17] linux-user: Introduce PAGE_ANON
` [PATCH v2 03/17] linux-user: Check for overflow in access_ok
` [PATCH v2 04/17] linux-user: Tidy VERIFY_READ/VERIFY_WRITE
` [PATCH v2 05/17] bsd-user: "
` [PATCH v2 06/17] linux-user: Do not use guest_addr_valid for h2g_valid
` [PATCH v2 07/17] linux-user: Fix guest_addr_valid vs reserved_va
` [PATCH v2 08/17] exec: Add support for TARGET_TAGGED_ADDRESSES
` [PATCH v2 09/17] linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLE
` [PATCH v2 10/17] linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAG
` [PATCH v2 11/17] linux-user/aarch64: Implement PROT_MTE
` [PATCH v2 12/17] linux-user/aarch64: Pass syndrome to EXC_*_ABORT
` [PATCH v2 13/17] linux-user/aarch64: Signal SEGV_MTESERR for sync tag check fault
` [PATCH v2 14/17] linux-user/aarch64: Signal SEGV_MTEAERR for async tag check error
` [PATCH v2 15/17] target/arm: Add allocation tag storage for user mode
` [PATCH v2 16/17] target/arm: Enable MTE for user-only
` [PATCH v2 17/17] tests/tcg/aarch64: Add mte smoke tests
[Qemu-devel] [Bug 1805256] [NEW] qemu-img hangs on high core count ARM system
2020-06-05 3:51 UTC (2+ messages)
` [Bug 1805256] Re: qemu-img hangs on rcu_call_ready_event logic in Aarch64 when converting images
[PATCH v8 00/62] target/riscv: support vector extension v0.7.1
2020-06-05 3:30 UTC (21+ messages)
` [PATCH v8 25/62] target/riscv: vector single-width averaging add and subtract
` [PATCH v8 26/62] target/riscv: vector single-width fractional multiply with rounding and saturation
` [PATCH v8 30/62] target/riscv: Update fp_status when float rounding mode changes
` [PATCH v8 40/62] target/riscv: vector floating-point compare instructions
` [PATCH v8 42/62] target/riscv: vector floating-point merge instructions
` [PATCH v8 56/62] target/riscv: integer extract instruction
` [PATCH v8 58/62] target/riscv: floating-point scalar move instructions
[Bug 1882123] [NEW] ARM cpu emulation regression on QEMU 4.2.0
2020-06-05 2:42 UTC (2+ messages)
` [Bug 1882123] "
[PATCH 1/2] Introduce (x86) CPU model deprecation API
2020-06-05 2:47 UTC (5+ messages)
hw/char: a question about watch callback function in serial
2020-06-05 2:19 UTC (3+ messages)
[PATCH 0/3] Couple of HMAT fixes
2020-06-05 1:52 UTC (7+ messages)
` [PATCH 3/3] numa: Initialize node initiator with respect to .has_cpu
[PATCH v2 00/17] RISC-V: Update the Hypervisor spec to v0.6.1
2020-06-05 1:21 UTC (18+ messages)
` [PATCH v2 01/17] target/riscv: Set access as data_load when validating stage-2 PTEs
` [PATCH v2 02/17] target/riscv: Report errors validating 2nd-stage PTEs
` [PATCH v2 03/17] target/riscv: Move the hfence instructions to the rvh decode
` [PATCH v2 04/17] target/riscv: Implement checks for hfence
` [PATCH v2 05/17] target/riscv: Allow setting a two-stage lookup in the virt status
` [PATCH v2 06/17] target/riscv: Allow generating hlv/hlvx/hsv instructions
` [PATCH v2 07/17] target/riscv: Do two-stage lookups on "
` [PATCH v2 08/17] target/riscv: Don't allow guest to write to htinst
` [PATCH v2 09/17] target/riscv: Convert MSTATUS MTL to GVA
` [PATCH v2 10/17] target/riscv: Fix the interrupt cause code
` [PATCH v2 11/17] target/riscv: Update the Hypervisor trap return/entry
` [PATCH v2 12/17] target/riscv: Update the CSRs to the v0.6 Hyp extension
` [PATCH v2 13/17] target/riscv: Only support a single VSXL length
` [PATCH v2 14/17] target/riscv: Only support little endian guests
` [PATCH v2 15/17] target/riscv: Support the v0.6 Hypervisor extension CRSs
` [PATCH v2 16/17] target/riscv: Return the exception from invalid CSR accesses
` [PATCH v2 17/17] target/riscv: Support the Virtual Instruction fault
[PATCH v7] linux-user: syscall: ioctls: support DRM_IOCTL_VERSION
2020-06-05 1:32 UTC
[RFC v2 00/18] Refactor configuration of guest memory protection
2020-06-04 23:41 UTC (7+ messages)
[PATCH] pflash: cfi02: Convert debug log to tracing
2020-06-04 21:38 UTC
[Qemu-devel] [PATCH v13 0/5] i386: Enable TOPOEXT to support hyperthreading on AMD CPU
2020-06-04 20:54 UTC (5+ messages)
` [Qemu-devel] [PATCH v13 1/5] i386: Add support for CPUID_8000_001E for AMD
` "
[V2][PATCH 1/1] lockable: use QLNULL for a null lockable
2020-06-04 20:37 UTC
[PATCH] checkpatch: reversed logic with acpi test checks
2020-06-04 19:52 UTC (4+ messages)
[PATCH v2 0/1] python/machine.py: refactor shutdown
2020-06-04 19:03 UTC (4+ messages)
` [PATCH v2 1/1] "
[PATCH] replay: fix replay shutdown for console mode
2020-06-04 19:01 UTC (2+ messages)
[PATCH v2 0/3] exec: Kill CPUReadMemoryFunc/CPUWriteMemoryFunc typedefs
2020-06-04 18:57 UTC (2+ messages)
[Bug 1880225] [NEW] Emulation of some arm programs fail with "Assertion `have_guest_base' failed."
2020-05-22 18:43 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).