qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-20 20:17:02 to 2021-07-21 09:57:18 UTC [more...]

[PATCH v2 00/22] Add LoongArch linux-user emulation support
 2021-07-21  9:53 UTC  (5+ messages)
` [PATCH v2 01/22] target/loongarch: Add README
` [PATCH v2 02/22] target/loongarch: Add CSR registers definition
` [PATCH v2 04/22] target/loongarch: Add interrupt handling support
` [PATCH v2 18/22] target/loongarch: Add branch instruction translation

[PATCH 0/2] qapi/qom: use correct field name when getting/setting alias properties
 2021-07-21  9:51 UTC  (4+ messages)
` [PATCH 2/2] qom: "

[PATCH 0/5] migrations: Fix potential rare race of migration-test after yank
 2021-07-21  9:49 UTC  (7+ 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 for-6.1? v2 0/3] linux-aio: limit the batch size to reduce queue latency
 2021-07-21  9:42 UTC  (4+ messages)
` [PATCH for-6.1? v2 1/3] iothread: generalize iothread_set_param/iothread_get_param
` [PATCH for-6.1? v2 2/3] iothread: add aio-max-batch parameter
` [PATCH for-6.1? v2 3/3] linux-aio: limit the batch size using `aio-max-batch` parameter

[PATCH] usb: fix usb-host dependency check
 2021-07-21  9:45 UTC  (3+ messages)

[PATCH v3] failover: unregister ROM on unplug
 2021-07-21  9:39 UTC 

[PATCH 0/2] qxl: remove assert and migration blocker
 2021-07-21  9:33 UTC  (3+ messages)
` [PATCH 1/2] qxl: remove assert in qxl_pre_save
` [PATCH 2/2] Revert "qxl: add migration blocker to avoid pre-save assert"

[PATCH] failover: unregister ram on unplug
 2021-07-21  9:31 UTC  (3+ messages)

[PATCH 0/2] Improve module accelerator error message
 2021-07-21  9:34 UTC  (5+ messages)
` [PATCH 1/2] modules: Implement new helper functions
` [PATCH 2/2] qom: Improve error message in module_object_class_by_name()

[PATCH v2 0/6] migration/ram: Optimize for virtio-mem via RamDiscardManager
 2021-07-21  9:27 UTC  (7+ messages)
` [PATCH v2 1/6] memory: Introduce replay_discarded callback for RamDiscardManager
` [PATCH v2 2/6] virtio-mem: Implement replay_discarded RamDiscardManager callback
` [PATCH v2 3/6] migration/ram: Handle RAMBlocks with a RamDiscardManager on the migration source
` [PATCH v2 4/6] virtio-mem: Drop precopy notifier
` [PATCH v2 5/6] migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destination
` [PATCH v2 6/6] migration/ram: Handle RAMBlocks with a RamDiscardManager on background snapshots

[PATCH v2] failover: unregister ROM on unplug
 2021-07-21  9:29 UTC 

[PATCH 00/16] Various error handling fixes and cleanups
 2021-07-21  9:26 UTC  (14+ messages)
` [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 10/16] migration: Handle migration_incoming_setup() errors consistently
` [PATCH 11/16] microvm: Drop dead error handling in microvm_machine_state_init()
` [PATCH 16/16] vl: Don't continue after -smp help

[PATCH v6 0/6] hmp, qmp: Add some commands to introspect virtio devices
 2021-07-21  9:11 UTC  (9+ messages)
` [PATCH v6 4/6] qmp: add QMP command x-debug-virtio-queue-status
` [PATCH v6 6/6] hmp: add virtio commands

[PATCH v3 0/4] virtio: Add vhost-user based RNG
 2021-07-21  8:56 UTC  (5+ messages)
` [PATCH v3 1/4] vhost-user-rng: Add vhost-user-rng implementation
` [PATCH v3 2/4] vhost-user-rng-pci: Add vhost-user-rng-pci implementation

[PATCH for-6.2 00/23] tcg: gdb singlestep reorg
 2021-07-21  8:54 UTC  (25+ messages)
` [PATCH for-6.2 01/23] accel/tcg: Handle gdb singlestep in cpu_tb_exec
` [PATCH for-6.2 02/23] target/alpha: Drop checks for singlestep_enabled
` [PATCH for-6.2 03/23] target/avr: "
` [PATCH for-6.2 04/23] target/cris: "
` [PATCH for-6.2 05/23] target/hexagon: "
` [PATCH for-6.2 06/23] target/arm: "
` [PATCH for-6.2 07/23] target/hppa: "
` [PATCH for-6.2 08/23] target/i386: Check CF_NO_GOTO_TB for dc->jmp_opt
` [PATCH for-6.2 09/23] target/i386: Drop check for singlestep_enabled
` [PATCH for-6.2 10/23] target/m68k: Drop checks "
` [PATCH for-6.2 11/23] target/microblaze: Check CF_NO_GOTO_TB for DISAS_JUMP
` [PATCH for-6.2 12/23] target/microblaze: Drop checks for singlestep_enabled
` [PATCH for-6.2 13/23] target/mips: Fix single stepping
` [PATCH for-6.2 14/23] target/mips: Drop exit checks for singlestep_enabled
` [PATCH for-6.2 15/23] target/openrisc: Drop "
` [PATCH for-6.2 16/23] target/ppc: Drop exit "
` [PATCH for-6.2 17/23] target/riscv: Remove dead code after exception
` [PATCH for-6.2 18/23] target/riscv: Remove exit_tb and lookup_and_goto_ptr
` [PATCH for-6.2 19/23] target/rx: Drop checks for singlestep_enabled
` [PATCH for-6.2 20/23] target/s390x: Drop check "
` [PATCH for-6.2 21/23] target/sh4: "
` [PATCH for-6.2 22/23] target/tricore: "
` [PATCH for-6.2 23/23] target/xtensa: "

[PATCH v2 00/13] Clipboard fixes (for 6.1?)
 2021-07-21  8:41 UTC  (14+ messages)
` [PATCH v2 01/13] ui/vdagent: fix leak on error path
` [PATCH v2 02/13] ui/vdagent: remove copy-pasta comment
` [PATCH v2 03/13] ui/gtk-clipboard: use existing macros
` [PATCH v2 04/13] ui/gtk-clipboard: fix clipboard enum typo
` [PATCH v2 05/13] ui/clipboard: add helper to retrieve current clipboard
` [PATCH v2 06/13] ui/clipboard: release owned grabs on unregister
` [PATCH v2 07/13] ui/vdagent: disconnect handlers and reset state on finalize
` [PATCH v2 08/13] ui/vdagent: reset outbuf on disconnect
` [PATCH v2 09/13] ui/vdagent: split clipboard recv message handling
` [PATCH v2 10/13] ui/vdagent: use qemu_clipboard_info helper
` [PATCH v2 11/13] ui/gtk-clipboard: "
` [PATCH v2 12/13] ui/vdagent: send release when no clipboard owner
` [PATCH v2 13/13] ui/gtk-clipboard: emit release clipboard events

[PATCH v3 0/4] softmmu/memory_mapping: optimize dump/tpm for virtio-mem
 2021-07-21  8:38 UTC  (5+ messages)
` [PATCH v3 1/4] tpm: mark correct memory region range dirty when clearing RAM
` [PATCH v3 2/4] softmmu/memory_mapping: never merge ranges accross memory regions
` [PATCH v3 3/4] softmmu/memory_mapping: factor out adding physical memory ranges
` [PATCH v3 4/4] softmmu/memory_mapping: optimize for RamDiscardManager sections

[PATCH v2 0/9] virtiofsd: Allow using file handles instead of O_PATH FDs
 2021-07-21  8:29 UTC  (11+ messages)
` [PATCH v2 7/9] virtiofsd: Add inodes_by_handle hash table
  ` [Virtio-fs] "

[PATCH 00/12] Clipboard fixes (for 6.1?)
 2021-07-21  8:24 UTC  (3+ messages)
` [PATCH 07/12] ui/vdagent: unregister clipboard peer on finalize

[PATCH v1 0/3] util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()
 2021-07-21  8:23 UTC  (3+ messages)

[PATCH for 6.1-rc1 v1 00/29] various fixes pre-PR (metadata, docs, plugins, testing)
 2021-07-21  8:09 UTC  (33+ 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

[PATCH v6 0/5] hw/nvme: fix mmio read
 2021-07-21  7:48 UTC  (6+ messages)
` [PATCH v6 1/5] hw/nvme: split pmrmsc register into upper and lower
` [PATCH v6 2/5] hw/nvme: use symbolic names for registers
` [PATCH v6 3/5] hw/nvme: fix out-of-bounds reads
` [PATCH v6 4/5] hw/nvme: fix mmio read
` [PATCH v6 5/5] tests/qtest/nvme-test: add mmio read test

[PATCH] vhost: use large iotlb entry if no IOMMU translation is needed
 2021-07-21  7:54 UTC 

Disabling TLS address caching to help QEMU on GNU/Linux
 2021-07-21  7:22 UTC  (2+ messages)

spapr_events: Sure we may ignore migrate_add_blocker() failure?
 2021-07-21  6:32 UTC  (10+ messages)
        ` -only-migrate and the two different uses of migration blockers (was: spapr_events: Sure we may ignore migrate_add_blocker() failure?)
            ` -only-migrate and the two different uses of migration blockers

[PATCH v2] target/ppc: Ease L=0 requirement on cmp/cmpi/cmpl/cmpli for ppc32
 2021-07-21  6:07 UTC  (2+ messages)

[PATCH qemu v2] ppc/vof: Fix Coverity issues
 2021-07-21  6:19 UTC  (2+ messages)

[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  (15+ messages)
` [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 15/17] accel/tcg: Remove TranslatorOps.breakpoint_check
` [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/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

[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-for-6.1] gitlab-ci: Extract OpenSBI job rules to reusable section
 2021-07-20 22:15 UTC  (2+ messages)

[PATCH] plugins: Fix physical address calculation for IO regions
 2021-07-20 22:14 UTC  (2+ messages)

[PATCH] gitlab-ci: Remove the second superfluous macos task
 2021-07-20 22:15 UTC  (2+ 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  (3+ messages)
` [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)


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