qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-20 15:46:18 to 2021-07-21 06:36:18 UTC [more...]

[PATCH 00/16] Various error handling fixes and cleanups
 2021-07-21  6:24 UTC  (24+ messages)
` [PATCH 01/16] error: Use error_fatal to simplify obvious fatal errors (again)
` [PATCH 03/16] spapr: Explain purpose of ->fwnmi_migration_blocker more clearly
` [PATCH 04/16] multi-process: Fix pci_proxy_dev_realize() error handling
` [PATCH 07/16] vfio: Avoid error_propagate() after migrate_add_blocker()
` [PATCH 09/16] migration: Unify failure check for migrate_add_blocker()
` [PATCH 10/16] migration: Handle migration_incoming_setup() errors consistently
` [PATCH 11/16] microvm: Drop dead error handling in microvm_machine_state_init()
` [PATCH 15/16] vl: Clean up -smp error handling
` [PATCH 16/16] vl: Don't continue after -smp help
  ` [PATCH-for-6.1? "

[PATCH for-6.2 v6 0/7] DEVICE_UNPLUG_ERROR QAPI event
 2021-07-21  6:23 UTC  (5+ messages)
` [PATCH for-6.2 v6 7/7] memory_hotplug.c: send DEVICE_UNPLUG_ERROR in acpi_memory_hotplug_write()

[PATCH for-6.1 v6 00/17] tcg: breakpoint reorg
 2021-07-21  6:12 UTC  (28+ messages)
` [PATCH for-6.1 v6 01/17] accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNS
` [PATCH for-6.1 v6 02/17] accel/tcg: Move curr_cflags into cpu-exec.c
` [PATCH for-6.1 v6 03/17] target/alpha: Drop goto_tb path in gen_call_pal
` [PATCH for-6.1 v6 04/17] accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTR
` [PATCH for-6.1 v6 05/17] accel/tcg: Drop CF_NO_GOTO_PTR from -d nochain
` [PATCH for-6.1 v6 06/17] accel/tcg: Handle -singlestep in curr_cflags
` [PATCH for-6.1 v6 07/17] accel/tcg: Use CF_NO_GOTO_{TB, PTR} in cpu_exec_step_atomic
` [PATCH for-6.1 v6 08/17] hw/core: Introduce TCGCPUOps.debug_check_breakpoint
` [PATCH for-6.1 v6 09/17] target/arm: Implement debug_check_breakpoint
` [PATCH for-6.1 v6 10/17] target/i386: "
` [PATCH for-6.1 v6 11/17] hw/core: Introduce CPUClass.gdb_adjust_breakpoint
` [PATCH for-6.1 v6 12/17] target/avr: Implement gdb_adjust_breakpoint
` [PATCH for-6.1 v6 13/17] accel/tcg: Merge tb_find into its only caller
` [PATCH for-6.1 v6 14/17] accel/tcg: Move breakpoint recognition outside translation
` [PATCH for-6.1 v6 15/17] accel/tcg: Remove TranslatorOps.breakpoint_check
` [PATCH for-6.1 v6 16/17] accel/tcg: Hoist tb_cflags to a local in translator_loop
` [PATCH for-6.1 v6 17/17] accel/tcg: Record singlestep_enabled in tb->cflags

[PATCH 0/1]
 2021-07-21  5:24 UTC  (3+ messages)
` [PATCH 1/1] modules: Option to build native TCG with --enable-modules

[PATCH v3 1/3] hw/net: e1000: Correct the initial value of VET register
 2021-07-21  4:15 UTC  (3+ messages)
` [PATCH v3 2/3] hw/net: e1000e: "
` [PATCH v3 3/3] hw/net: e1000e: Don't zero out the VLAN tag in the legacy RX descriptor

[PATCH 1/2] ui/gtk: detach_all option for making all VCs detached upon starting
 2021-07-21  1:54 UTC  (4+ messages)

[PATCH 1/2 v5] Configure script for Haiku
 2021-07-21  1:40 UTC 

[PATCH 0/5] migrations: Fix potential rare race of migration-test after yank
 2021-07-21  1:21 UTC  (6+ messages)
` [PATCH 1/5] migration: Fix missing join() of rp_thread
` [PATCH 2/5] migration: Shutdown src in await_return_path_close_on_source()
` [PATCH 3/5] migration: Introduce migration_ioc_[un]register_yank()
` [PATCH 4/5] migration: Teach QEMUFile to be QIOChannel-aware
` [PATCH 5/5] migration: Move the yank unregister of channel_close out

[PATCH 0/3] docs: convert qapi-code-gen.txt to qapi-code-gen.rst
 2021-07-20 23:56 UTC  (4+ messages)
` [PATCH 1/3] docs: convert qapi-code-gen.txt to ReST
` [PATCH 2/3] docs/qapi-code-gen: Beautify formatting
` [PATCH 3/3] docs/qapi-code-gen: add cross-references

[PATCH for 6.1-rc1 v1 00/29] various fixes pre-PR (metadata, docs, plugins, testing)
 2021-07-20 23:27 UTC  (30+ messages)
` [PATCH v1 01/29] gitignore: Update with some filetypes
` [PATCH v1 02/29] docs: collect the disparate device emulation docs into one section
` [PATCH v1 03/29] docs: add a section on the generalities of vhost-user
` [PATCH v1 04/29] configure: remove needless if leg
` [PATCH v1 05/29] contrib/gitdm: add some new aliases to fix up commits
` [PATCH v1 06/29] .mailmap: fix up some broken commit authors
` [PATCH v1 07/29] contrib/gitdm: add domain-map for MontaVista
` [PATCH v1 08/29] contrib/gitdm: add a group mapping for robot scanners
` [PATCH v1 09/29] gitdm.config: sort the corporate GroupMap entries
` [PATCH v1 10/29] contrib/gitdm: add domain-map/group-map mappings for Samsung
` [PATCH v1 11/29] contrib/gitdm: add domain-map for Eldorado
` [PATCH v1 12/29] contrib/gitdm: add domain-map/group-map for Wind River
` [PATCH v1 13/29] contrib/gitdm: un-ironically add a mapping for LWN
` [PATCH v1 14/29] contrib/gitdm: add domain-map for Crudebyte
` [PATCH v1 15/29] contrib/gitdm: add domain-map for NVIDIA
` [PATCH v1 16/29] contrib/gitdm: add group-map for Netflix
` [PATCH v1 17/29] contrib/gitdm: add an explicit academic entry for BU
` [PATCH v1 18/29] contrib/gitdm: add a new interns group-map for GSoC/Outreachy work
` [PATCH v1 19/29] contrib/gitdm: add more individual contributor entries
` [PATCH v1 20/29] tcg/plugins: implement a qemu_plugin_user_exit helper
` [PATCH v1 21/29] plugins/cache: Fixed a bug with destroying FIFO metadata
` [PATCH v1 22/29] plugins/cache: limited the scope of a mutex lock
` [PATCH v1 23/29] plugins/cache: Fixed "function decl. is not a prototype" warnings
` [PATCH v1 24/29] plugins: Fix physical address calculation for IO regions
` [PATCH v1 25/29] hw/tricore: fix inclusion of tricore_testboard
` [PATCH v1 26/29] tests/tcg/configure.sh: add handling for assembler only builds
` [PATCH v1 27/29] gitlab: enable a very minimal build with the tricore container
` [PATCH v1 28/29] gitlab-ci: Remove the second superfluous macos task
` [PATCH v1 29/29] gitlab-ci: Extract OpenSBI job rules to reusable section

[PULL for 6.1 0/7] Python and Acceptance Tests
 2021-07-20 23:30 UTC  (8+ messages)
` [PULL 1/7] tests/acceptance/virtio-gpu.py: use require_accelerator()
` [PULL 2/7] tests/acceptance/virtio-gpu.py: combine x86_64 arch tags
` [PULL 3/7] tests/acceptance/virtio-gpu.py: combine CPU tags
` [PULL 4/7] tests/acceptance/virtio-gpu.py: combine kernel command line
` [PULL 5/7] tests/acceptance/virtio-gpu.py: use virtio-vga-gl
` [PULL 6/7] tests/acceptance/virtio-gpu.py: provide kernel and initrd hashes
` [PULL 7/7] remote/memory: Replace share parameter with ram_flags

[PATCH 1/2] virtio-gpu: splitting one extended mode guest fb into n-scanouts
 2021-07-20 23:29 UTC  (6+ messages)
` [PATCH 2/2] ui/gtk-egl: blitting partial guest fb to the proper scanout surface

[PATCH 0/2] Improve module accelerator error message
 2021-07-20 22:31 UTC  (3+ messages)
` [PATCH 1/2] modules: Implement new helper functions
` [PATCH 2/2] qom: Improve error message in module_object_class_by_name()

[PATCH-for-6.1] gitlab-ci: Extract OpenSBI job rules to reusable section
 2021-07-20 22:15 UTC  (4+ messages)

[PATCH] plugins: Fix physical address calculation for IO regions
 2021-07-20 22:14 UTC  (4+ messages)
` [PATCH-for-6.1?] "

[PATCH] gitlab-ci: Remove the second superfluous macos task
 2021-07-20 22:15 UTC  (3+ messages)

[RFC PATCH 0/6] Add AMD Secure Nested Paging (SEV-SNP) support
 2021-07-20 21:54 UTC  (5+ messages)
` [RFC PATCH 2/6] i386/sev: extend sev-guest property to include SEV-SNP

[PATCH v4 00/10] Atomic cleanup + clang-12 build fix
 2021-07-20 21:37 UTC  (11+ messages)
` [PATCH v4 01/10] qemu/atomic: Use macros for CONFIG_ATOMIC64
` [PATCH v4 02/10] qemu/atomic: Remove pre-C11 atomic fallbacks
` [PATCH v4 03/10] qemu/atomic: Add aligned_{int64,uint64}_t types
` [PATCH v4 04/10] tcg: Rename helper_atomic_*_mmu and provide for user-only
` [PATCH v4 05/10] accel/tcg: Standardize atomic helpers on softmmu api
` [PATCH v4 06/10] accel/tcg: Fold EXTRA_ARGS into atomic_template.h
` [PATCH v4 07/10] accel/tcg: Remove ATOMIC_MMU_DECLS
` [PATCH v4 08/10] accel/tcg: Expand ATOMIC_MMU_LOOKUP_*
` [PATCH v4 09/10] trace: Fold mem-internal.h into mem.h
` [PATCH v4 10/10] accel/tcg: Push trace info building into atomic_common.c.inc

[PATCH v3 00/10] Atomic cleanup + clang-12 build fix
 2021-07-20 20:52 UTC  (7+ messages)
` [PATCH v3 01/10] qemu/atomic: Use macros for CONFIG_ATOMIC64
` [PATCH v3 03/10] qemu/atomic: Add aligned_{int64,uint64}_t types

[PATCH] block: drop BLK_PERM_GRAPH_MOD
 2021-07-20 20:49 UTC  (2+ messages)

[PATCH v2 00/24] python: introduce Asynchronous QMP package
 2021-07-20 20:34 UTC  (6+ messages)
` [PATCH v2 11/24] python/aqmp: add _cb_inbound and _cb_inbound logging hooks
` [PATCH v2 24/24] python/aqmp: add AsyncProtocol unit tests

[Bug 1936977] [NEW] qemu-arm-static crashes "segmentation fault" when running "git clone"
 2021-07-20 20:19 UTC  (2+ messages)
` [Bug 1936977] "

tests/acceptance/multiprocess.py test failure
 2021-07-20 20:20 UTC  (7+ messages)

VFIO/vfio-user: specify NVMe namespace to boot from
 2021-07-20 19:42 UTC  (4+ messages)

[PATCH v2 00/17] python/iotests: Run iotest linters during Python CI
 2021-07-20 19:17 UTC  (23+ messages)
` [PATCH v2 01/17] iotests: use with-statement for open() calls
` [PATCH v2 02/17] iotests: use subprocess.DEVNULL instead of open("/dev/null")
` [PATCH v2 03/17] iotests/mirror-top-perms: Adjust import paths
` [PATCH v2 04/17] iotests/migrate-bitmaps-postcopy-test: declare instance variables
` [PATCH v2 05/17] iotests/migrate-bitmaps-test: delint
` [PATCH v2 06/17] iotests/297: modify is_python_file to work from any CWD
` [PATCH v2 07/17] iotests/297: Add get_files() function
` [PATCH v2 08/17] iotests/297: Include sub-directories when finding tests to lint
` [PATCH v2 09/17] iotests/297: Don't rely on distro-specific linter binaries
` [PATCH v2 10/17] iotests/297: Create main() function
` [PATCH v2 11/17] iotests/297: Separate environment setup from test execution
` [PATCH v2 12/17] iotests/297: Add 'directory' argument to run_linters
` [PATCH v2 13/17] iotests/297: return error code from run_linters()
` [PATCH v2 14/17] iotests/297: split linters.py off from 297
` [PATCH v2 15/17] iotests/linters: Add entry point for Python CI linters
` [PATCH v2 16/17] python: Add iotest linters to test suite
` [PATCH v2 17/17] iotests/linters: check mypy files all at once

[PATCH v2 0/6] python: AQMP-TUI Prototype
 2021-07-20 19:08 UTC  (7+ messages)
` [PATCH v2 3/6] python/aqmp-tui: Add AQMP TUI draft

[PULL 0/3] ppc-for-6.1 queue 20210713
 2021-07-20 18:59 UTC  (7+ messages)
` R: "
    ` R: "
        ` R: "

[PATCH for 6.1 v2] ui/gtk: Fix relative mouse with multiple monitors
 2021-07-20 18:41 UTC  (2+ messages)

[PATCH v3 0/2] Add more 64-bit utilities
 2021-07-20 18:31 UTC  (3+ messages)
` [PATCH v3 1/2] hw/core/register: "
` [PATCH v3 2/2] hw/registerfields: Use 64-bit bitfield for FIELD_DP64

[PATCH 0/6] python: AQMP-TUI Prototype
 2021-07-20 18:30 UTC  (4+ messages)
` [PATCH 1/6] python: disable pylint errors for aqmp-tui

[PULL 00/11] Block layer patches
 2021-07-20 18:29 UTC  (2+ messages)

[PATCH for-6.2 00/34] target/arm: Third slice of MVE implementation
 2021-07-20 18:21 UTC  (5+ messages)
` [PATCH for-6.2 20/34] target/arm: Implement MVE integer min/max across vector

[PATCH] failover: unregister ram on unplug
 2021-07-20 18:16 UTC 

[PULL 00/17] Kconfig patches for 2021-07-20
 2021-07-20 18:02 UTC  (15+ messages)
` [PULL 04/17] hw/acpi/Kconfig: Add missing Kconfig dependencies (build error)
` [PULL 05/17] hw/i386/Kconfig: Add missing Kconfig dependency (runtime error)
` [PULL 07/17] hw/arm/Kconfig: Add missing dependency NPCM7XX -> SMBUS
` [PULL 08/17] hw/arm/Kconfig: Remove unused DS1338 symbol from i.MX25 PDK Board
` [PULL 09/17] hw/arm/Kconfig: Add missing SDHCI symbol to FSL_IMX25
` [PULL 10/17] hw/riscv/Kconfig: Add missing dependency MICROCHIP_PFSOC -> SERIAL
` [PULL 11/17] hw/riscv/Kconfig: Restrict NUMA to Virt & Spike machines
` [PULL 12/17] hw/ppc/Kconfig: Add missing dependency E500 -> DS1338 RTC
` [PULL 13/17] hw/pci-host/Kconfig: Add missing dependency MV64361 -> I8259
` [PULL 14/17] hw/isa/vt82c686: Add missing Kconfig dependencies (build error)
` [PULL 15/17] hw/isa/vt82c686: Add missing Kconfig dependency (runtime error)
` [PULL 16/17] hw/ppc/Kconfig: Add dependency PEGASOS2 -> ATI_VGA
` [PULL 17/17] hw/tricore: fix inclusion of tricore_testboard

Intermittent failure in build-system-centos
 2021-07-20 17:42 UTC 

Disabling TLS address caching to help QEMU on GNU/Linux
 2021-07-20 15:31 UTC  (2+ messages)

[PATCH for-6.1 v5 00/15] tcg: breakpoint reorg
 2021-07-20 16:12 UTC  (3+ messages)
` [PATCH for-6.1 v5 12/15] accel/tcg: Move breakpoint recognition outside translation

[PATCH RFC 00/19] vfio-user implementation
 2021-07-20 16:12 UTC  (4+ messages)
` [PATCH RFC server 00/11] vfio-user server in QEMU
  ` [PATCH RFC server 11/11] vfio-user: acceptance test

[PATCH] docs/devel/qapi-code-gen: Update examples to match current code
 2021-07-20 16:09 UTC  (2+ messages)

[PATCH 0/2] qapi/qom: use correct field name when getting/setting alias properties
 2021-07-20 15:54 UTC  (2+ messages)

[PATCH 00/10] python/iotests: Run iotest linters during Python CI
 2021-07-20 15:50 UTC  (4+ messages)
` [PATCH 07/10] iotests/297: return error code from run_linters()


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