qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-11 20:09:47 to 2021-02-12 15:42:36 UTC [more...]

[PATCH 00/38] target/riscv: support packed extension v0.9.2
 2021-02-12 15:02 UTC  (17+ messages)
` [PATCH 01/38] target/riscv: implementation-defined constant parameters
` [PATCH 02/38] target/riscv: Hoist vector functions
` [PATCH 03/38] target/riscv: Fixup saturate subtract function
` [PATCH 04/38] target/riscv: 16-bit Addition & Subtraction Instructions
` [PATCH 05/38] target/riscv: 8-bit Addition & Subtraction Instruction
` [PATCH 06/38] target/riscv: SIMD 16-bit Shift Instructions
` [PATCH 07/38] target/riscv: SIMD 8-bit "
` [PATCH 08/38] target/riscv: SIMD 16-bit Compare Instructions
` [PATCH 09/38] target/riscv: SIMD 8-bit "
` [PATCH 10/38] target/riscv: SIMD 16-bit Multiply Instructions
` [PATCH 11/38] target/riscv: SIMD 8-bit "
` [PATCH 12/38] target/riscv: SIMD 16-bit Miscellaneous Instructions
` [PATCH 13/38] target/riscv: SIMD 8-bit "
` [PATCH 15/38] target/riscv: 16-bit Packing Instructions
` [PATCH 16/38] target/riscv: Signed MSW 32x32 Multiply and Add Instructions
` [PATCH 17/38] target/riscv: Signed MSW 32x16 "

[PATCH v2 00/21] plugins/next pre-PR (hwprofile, regression fixes, icount count fix)
 2021-02-12 15:40 UTC  (16+ messages)
` [PATCH v2 16/21] accel/tcg: actually cache our partial icount TB
` [PATCH v2 17/21] accel/tcg: cache single instruction TB on pending replay exception
` [PATCH v2 20/21] accel/tcg: allow plugin instrumentation to be disable via cflags
` [PATCH v2 21/21] tests/acceptance: add a new tests to detect counting errors

[PATCH v2 0/2] migration: dirty-bitmap: Allow control of bitmap persistence
 2021-02-12 15:36 UTC  (3+ messages)
` [PATCH v2 2/2] migration: dirty-bitmap: Allow control of bitmap persistance

[PATCH v4 00/19] i386: KVM: expand Hyper-V features early and provide simple 'hv-default=on' option
 2021-02-12 15:26 UTC  (15+ messages)
` [PATCH v4 16/21] i386: track explicit 'hv-*' features enablement/disablement
` [PATCH v4 17/21] i386: support 'hv-passthrough, hv-feature=off' on the command line
` [PATCH v4 20/21] i386: provide simple 'hv-default=on' option

[PATCH] virtiofs_submounts.py test: Note on vmlinuz param
 2021-02-12 15:16 UTC 

[PATCH v3 00/10] ACPI related fixes to comform the spec better
 2021-02-12 15:15 UTC  (7+ messages)
` [PATCH v3 03/10] i386: add properoty, x-smm-compat-5, to keep compatibility of SMM
` [PATCH v3 04/10] acpi/core: always set SCI_EN when SMM isn't supported
` [PATCH v3 05/10] acpi: set fadt.smi_cmd to zero when SMM is not supported

Call for Google Summer of Code 2021 project ideas
 2021-02-12 13:51 UTC  (3+ messages)
` [Rust-VMM] "

[PATCH 00/24] hw/arm: New board model mps3-an524
 2021-02-12 14:51 UTC  (10+ messages)
` [PATCH 06/24] hw/misc/mps2-fpgaio: Support SWITCH register
` [PATCH 07/24] hw/arm/mps2-tz: Make FPGAIO switch and LED config per-board
` [PATCH 20/24] hw/arm/mps2-tz: Add new mps3-an524 board

[RFC PATCH v2 0/4] Allow changing bs->file on reopen
 2021-02-12 14:41 UTC  (3+ messages)

[PATCH v3 0/4] failover: trivial cleanup and fix
 2021-02-12 14:40 UTC  (8+ messages)
` [PATCH v3 1/4] pci: cleanup failover sanity check
` [PATCH v3 2/4] virtio-net: add missing object_unref()
` [PATCH v3 3/4] failover: really display a warning when the primary device is not found
` [PATCH v3 4/4] pcie: don't set link state active if the slot is empty

[PATCH v2 0/2] block: Use 'read-zeroes=true' mode by default with 'null-co' driver
 2021-02-12 14:32 UTC  (7+ messages)
` [PATCH v2 1/2] block: Explicit null-co uses 'read-zeroes=false'

[PATCH] monitor: Fix order in monitor_cleanup()
 2021-02-12 14:22 UTC  (6+ messages)

getting the console output for s390 cdrom-test?
 2021-02-12 14:10 UTC  (13+ messages)

[PATCH 0/2] Allwinner H3 fixes for EMAC and acceptance tests
 2021-02-12 14:10 UTC  (6+ messages)
` [PATCH 1/2] tests/acceptance: replace unstable apt.armbian.com URLs for orangepi-pc, cubieboard
` [PATCH 2/2] hw/net/allwinner-sun8i-emac: traverse transmit queue using TX_CUR_DESC register value

[PATCH] tests/qtest/boot-sector: Check that the guest did not panic
 2021-02-12 13:59 UTC  (3+ messages)

[PATCH] hw/sd: sdhci: Do not transfer any data when command fails
 2021-02-12 13:55 UTC  (7+ messages)

[PATCH] Fix segfault during NBD iotest 083
 2021-02-12 13:13 UTC  (6+ messages)
` [PATCH] io: error_prepend() in qio_channel_readv_full_all() causes segfault

[PATCH] blockjob: Fix crash with IOthread when block commit after snapshot
 2021-02-12 13:03 UTC  (3+ messages)

[RFC v18 00/15] i386 cleanup PART 2
 2021-02-12 12:57 UTC  (17+ messages)
` [RFC v18 01/15] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [RFC v18 02/15] cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn
` [RFC v18 03/15] accel: introduce new accessor functions
` [RFC v18 04/15] target/i386: fix host_cpu_adjust_phys_bits error handling
` [RFC v18 05/15] accel-cpu: make cpu_realizefn return a bool
` [RFC v18 06/15] meson: add target_user_arch
` [RFC v18 07/15] i386: split off softmmu-only functionality in tcg-cpu
` [RFC v18 08/15] i386: split smm helper (softmmu)
` [RFC v18 09/15] i386: split tcg excp_helper into softmmu and user parts
` [RFC v18 10/15] i386: split tcg btp_helper "
` [RFC v18 11/15] i386: split misc helper into user and softmmu parts
` [RFC v18 12/15] i386: separate fpu_helper "
` [RFC v18 13/15] i386: slit svm_helper into softmmu and stub-only user
` [RFC v18 14/15] i386: split seg_helper into user-only and softmmu parts
` [RFC v18 15/15] i386: split off softmmu part of cpu.c

[PATCH] iotests: Consistent $IMGOPTS boundary matching
 2021-02-12 12:32 UTC  (2+ messages)

[PATCH 0/1] Acceptance Tests: bump Avocado version requirement to 85.0
 2021-02-12 12:29 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 0/2] file-posix: Cache next hole
 2021-02-12 12:11 UTC  (12+ messages)
` [PATCH 1/2] block/mirror: Fix mirror_top's permissions
` [PATCH 2/2] file-posix: Cache next hole

Interested in contributing to QEMU
 2021-02-12 12:10 UTC  (5+ messages)

libvfio-user library in QEMU
 2021-02-12 12:08 UTC 

[Qemu-devel] [Bug 1404278] [NEW] tap connections not working on windows host
 2021-02-12 10:51 UTC  (2+ messages)
` [Bug 1404278] "

[PULL v2 00/11] target-arm queue
 2021-02-12 10:07 UTC  (2+ messages)

RFC Qemu mipssim patches
 2021-02-12  9:44 UTC  (3+ messages)

[PATCH] qom/object.c: Fix typo
 2021-02-12  9:38 UTC  (2+ messages)

[PATCH v13 0/5] UFFD write-tracking migration/snapshots
 2021-02-12  8:52 UTC  (15+ messages)

USB pass through into Mac OS 9.x with qemu-system-ppc
 2021-02-12  8:53 UTC  (4+ messages)

[PATCH] linux-user/syscall: Silence warning from the undefined behavior sanitizer
 2021-02-12  7:56 UTC  (5+ messages)

[PATCH v4 00/24] python: create installable package
 2021-02-12  5:17 UTC  (8+ messages)
` [PATCH v4 01/24] python/console_socket: avoid one-letter variable
` [PATCH v4 02/24] iotests/297: add --namespace-packages to mypy arguments
` [PATCH v4 03/24] python: create qemu packages

Virgil 3D renderer on macOS
 2021-02-12  3:52 UTC 

runaway avocado
 2021-02-12  2:31 UTC  (8+ messages)

[PATCH] ui/cocoa: Remove the uses of full screen APIs
 2021-02-12  0:05 UTC 

[PATCH] ui/cocoa: Do not copy members of pixman image
 2021-02-12  0:06 UTC 

[PATCH] ui/cocoa: Support unique keys of JIS keyboards
 2021-02-12  0:04 UTC 

[PATCH] ui/cocoa: Interpret left button down as is when command is pressed
 2021-02-12  0:07 UTC 

[PATCH v8 00/13] Generalize memory encryption models
 2021-02-11 23:48 UTC  (4+ messages)
` [PATCH v8 07/13] confidential guest support: Introduce cgs "ready" flag

[PATCH v8 00/35] Hexagon patch series
 2021-02-12  0:32 UTC  (9+ messages)
` [PATCH v8 09/35] Hexagon (target/hexagon) architecture types
` [PATCH v8 17/35] Hexagon (target/hexagon/fma_emu.[ch]) utility functions
` [PATCH v8 23/35] Hexagon (target/hexagon) opcode data structures
` [PATCH v8 26/35] Hexagon (target/hexagon) TCG generation

[PATCH 0/6] Python / Acceptance Tests: improve logging
 2021-02-12  0:11 UTC  (10+ messages)
` [PATCH 1/6] Python: close the log file kept by QEMUMachine before reading it
` [PATCH 2/6] Python: expose QEMUMachine's temporary directory
` [PATCH 3/6] Acceptance Tests: use the job work directory for created VMs
` [PATCH 4/6] Acceptance Tests: log information when creating QEMUMachine
` [PATCH 5/6] Acceptance Tests: distinguish between temp and logs dir
` [PATCH 6/6] tests/acceptance/virtio-gpu.py: preserve virtio-user-gpu log

[PATCH] docs/user: Remove outdated 'Quick Start' section
 2021-02-11 23:41 UTC  (5+ messages)

[RFC PATCH 00/10] target/hexagon: introduce idef-parser
 2021-02-11 23:23 UTC  (14+ messages)
` [RFC PATCH 01/10] target/hexagon: update MAINTAINERS for idef-parser
` [RFC PATCH 02/10] target/hexagon: import README "
` [RFC PATCH 03/10] target/hexagon: make helper functions non-static
` [RFC PATCH 04/10] target/hexagon: introduce new helper functions
` [RFC PATCH 05/10] target/hexagon: expose next PC in DisasContext
` [RFC PATCH 06/10] target/hexagon: prepare input for the idef-parser
` [RFC PATCH 07/10] target/hexagon: import lexer for idef-parser
` [RFC PATCH 08/10] target/hexagon: import parser "
` [RFC PATCH 09/10] target/hexagon: call idef-parser functions
` [RFC PATCH 10/10] target/hexagon: import additional tests

[PATCH v2 0/4] improve do_strtosz precision
 2021-02-11 22:59 UTC  (6+ messages)
` [PATCH v2 1/4] utils: Enhance testsuite for do_strtosz()
` [PATCH v2 2/4] utils: Improve qemu_strtosz() to have 64 bits of precision
` [PATCH v2 3/4] utils: Deprecate hex-with-suffix sizes
` [PATCH v2 4/4] utils: Deprecate inexact fractional suffix sizes

[PATCH v3 0/7] CPU unplug timeout/LMB unplug cleanup in DRC reconfiguration
 2021-02-11 22:52 UTC  (8+ messages)
` [PATCH v3 1/7] spapr_drc.c: do not call spapr_drc_detach() in drc_isolate_logical()
` [PATCH v3 2/7] spapr_pci.c: simplify spapr_pci_unplug_request() function handling
` [PATCH v3 3/7] spapr_drc.c: use spapr_drc_release() in isolate_physical/set_unusable
` [PATCH v3 4/7] spapr: rename spapr_drc_detach() to spapr_drc_unplug_request()
` [PATCH v3 5/7] spapr_drc.c: introduce unplug_timeout_timer
` [PATCH v3 6/7] spapr_drc.c: add hotunplug timeout for CPUs
` [PATCH v3 7/7] spapr_drc.c: use DRC reconfiguration to cleanup DIMM unplug state

[PATCH] qemu_fw_cfg: Make fw_cfg_rev_attr a proper kobj_attribute
 2021-02-11 20:41 UTC  (2+ messages)

[PATCH 0/4] linux-user: Support o32 ABI with 64-bit MIPS CPUs
 2021-02-11 21:33 UTC  (5+ messages)
` [PATCH 1/4] linux-user/mips64: Restore setup_frame() for o32 ABI
` [PATCH 2/4] linux-user/mips64: Support o32 ABI syscalls

USB pass through into Mac OS 9.x with qemu-system-ppc
 2021-02-11 20:46 UTC 

[PATCH 0/2] travis: remove all use of Travis CI
 2021-02-11 20:09 UTC  (4+ messages)
` [PATCH 2/2] travis: remove travis configuration and all references to "

[PATCH] hw/sd/sdhci: Do not modify BlockSizeRegister if transaction in progress
 2021-02-11 20:20 UTC  (4+ messages)

[PATCH 0/2] Additional vIOMMU fixes related to UNMAP notifiers
 2021-02-11 20:19 UTC  (3+ messages)
` [PATCH 1/2] vfio: Do not register any IOMMU_NOTIFIER_DEVIOTLB_UNMAP notifier

[PATCH 0/6] m68k: Overhaul of MOVEC instruction to support exception/MSP
 2021-02-11 20:16 UTC  (2+ messages)

[PATCH 00/24] virtiofs dax patches
 2021-02-11 20:15 UTC  (7+ messages)
` [PATCH 10/24] DAX: virtiofsd: Add setup/remove mappings fuse commands


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