qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-11 16:57:07 to 2021-02-12 11:22:36 UTC [more...]

[PATCH 00/24] hw/arm: New board model mps3-an524
 2021-02-12 11:19 UTC  (3+ messages)
` [PATCH 20/24] hw/arm/mps2-tz: Add new mps3-an524 board

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

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

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

[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 v4 00/19] i386: KVM: expand Hyper-V features early and provide simple 'hv-default=on' option
 2021-02-12  9:29 UTC  (11+ 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 v13 0/5] UFFD write-tracking migration/snapshots
 2021-02-12  8:52 UTC  (20+ 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  (29+ 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
` [PATCH v4 04/24] python: create utils sub-package
` [PATCH v4 05/24] python: add qemu package installer
` [PATCH v4 06/24] python: add VERSION file
` [PATCH v4 07/24] python: add directory structure README.rst files
` [PATCH v4 08/24] python: Add pipenv support
` [PATCH v4 09/24] python: add pylint import exceptions
` [PATCH v4 10/24] python: move pylintrc into setup.cfg
` [PATCH v4 11/24] python: add pylint to pipenv
` [PATCH v4 12/24] python: move flake8 config to setup.cfg
` [PATCH v4 13/24] python: Add flake8 to pipenv
` [PATCH v4 14/24] python: move mypy.ini into setup.cfg
` [PATCH v4 15/24] python: add mypy to pipenv
` [PATCH v4 16/24] python: move .isort.cfg into setup.cfg
` [PATCH v4 17/24] python/qemu: add isort to pipenv
` [PATCH v4 18/24] python/qemu: add qemu package itself "
` [PATCH v4 19/24] python: add devel package requirements to setuptools
` [PATCH v4 20/24] python: add pytest and tests
` [PATCH v4 21/24] python: add excluded dirs to flake8 config
` [PATCH v4 22/24] python: add Makefile for some common tasks
` [PATCH v4 23/24] python: add .gitignore
` [PATCH v4 24/24] gitlab: add python linters to CI

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 0/2] Allwinner H3 fixes for EMAC and acceptance tests
 2021-02-12  1:15 UTC  (5+ 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 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 v2 00/21] plugins/next pre-PR (hwprofile, regression fixes, icount count fix)
 2021-02-12  0:53 UTC  (18+ messages)
` [PATCH v2 15/21] tests/acceptance: add a new set of tests to exercise plugins
` [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 18/21] accel/tcg: re-factor non-RAM execution code
` [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 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 v2 0/2] block: Use 'read-zeroes=true' mode by default with 'null-co' driver
 2021-02-11 23:49 UTC  (6+ messages)
` [PATCH v2 1/2] block: Explicit null-co uses 'read-zeroes=false'

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

[PATCH 0/1] Acceptance Tests: bump Avocado version requirement to 85.0
 2021-02-11 23:38 UTC  (3+ messages)
` [PATCH 1/1] "

[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

[PATCH] hw/sd: sdhci: Do not transfer any data when command fails
 2021-02-11 21:24 UTC  (6+ messages)

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

[PATCH v6 00/31] target-arm: Implement ARMv8.5-MemTag, user mode
 2021-02-11 19:46 UTC  (3+ messages)

[PATCH v3 0/3] Add npcm7xx emc model
 2021-02-11 19:47 UTC  (3+ messages)

Detecting Faulting Instructions From Plugins
 2021-02-11 18:35 UTC  (8+ messages)

[PATCH] hw/block/nvme: add broadcast nsid support flush command
 2021-02-11 18:33 UTC  (2+ messages)

[RFC PATCH v3 00/31] CXL 2.0 Support
 2021-02-11 18:51 UTC  (11+ messages)
` [RFC PATCH v3 02/31] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [RFC PATCH v3 05/31] hw/cxl/device: Implement basic mailbox (8.2.8.4)
` [RFC PATCH v3 07/31] hw/cxl/device: Add cheap EVENTS implementation (8.2.9.1)

[PATCH v2 0/6] qapi: Add support for aliases
 2021-02-11 18:31 UTC  (7+ messages)
` [PATCH v2 1/6] qapi: Add interfaces for alias support to Visitor
` [PATCH v2 2/6] qapi: Remember alias definitions in qobject-input-visitor
` [PATCH v2 3/6] qapi: Simplify full_name_nth() "
` [PATCH v2 4/6] qapi: Apply aliases "
` [PATCH v2 5/6] qapi: Add support for aliases
` [PATCH v2 6/6] tests/qapi-schema: Test cases "

[PATCH 0/2] hw/block/nvme: oncs and write uncorrectable support
 2021-02-11 17:54 UTC  (6+ messages)
` [PATCH 2/2] hw/block/nvme: add write uncorrectable command

[PATCH v2 0/7] Xen guest loader (to boot Xen+Kernel under TCG)
 2021-02-11 17:40 UTC  (9+ messages)
` [PATCH v2 1/7] hw/board: promote fdt from ARM VirtMachineState to MachineState
` [PATCH v2 2/7] hw/riscv: migrate fdt field to generic MachineState
` [PATCH v2 3/7] device_tree: add qemu_fdt_setprop_string_array helper
` [PATCH v2 4/7] hw/core: implement a guest-loader to support static hypervisor guests
` [PATCH v2 5/7] docs: move generic-loader documentation into the main manual
` [PATCH v2 6/7] docs: add some documentation for the guest-loader
` [PATCH v2 7/7] tests/avocado: add boot_xen tests

[PULL v2 0/3] emulated nvme fixes
 2021-02-11 17:30 UTC  (2+ messages)

[Bug 1915431] [NEW] QEMU processes started by Acceptance Tests are left running
 2021-02-11 17:20 UTC 

[Bug 1912777] Re: KVM_EXIT_MMIO has increased in Qemu4.0.0 when compared to Qemu 2.11.0
 2021-02-11 16:51 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).