messages from 2021-07-20 23:50:59 to 2021-07-21 10:59:05 UTC [more...]
[PATCH] failover: unregister ram on unplug
2021-07-21 10:41 UTC (4+ messages)
[PATCH 0/5] migrations: Fix potential rare race of migration-test after yank
2021-07-21 10:57 UTC (12+ 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
plugins/cache: multicore cache modelling and minor tweaks
2021-07-21 10:36 UTC (6+ messages)
` [PATCH v2 1/5] plugins/cache: Fixed a bug with destroying FIFO metadata
` [PATCH v2 2/5] plugins/cache: limited the scope of a mutex lock
` [PATCH v2 3/5] plugins/cache: Supported multicore cache modelling
` [PATCH v2 4/5] docs/devel/tcg-plugins: added cores arg to cache plugin
` [PATCH v2 5/5] plugins/cache: Fixed "function decl. is not a prototype" warnings
[RFC 0/3] Improve module accelerator error message
2021-07-21 10:47 UTC (7+ messages)
` [RFC 3/3] qom: Improve error message in module_object_class_by_name()
` QEMU modules improvements objective (Was: Re: [RFC 0/3] Improve module accelerator error message)
[PATCH for-6.1 v6 00/17] tcg: breakpoint reorg
2021-07-21 10:35 UTC (12+ messages)
` [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 11/17] hw/core: Introduce CPUClass.gdb_adjust_breakpoint
[PATCH 0/2] qxl: remove assert and migration blocker
2021-07-21 10:44 UTC (5+ 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 v6 00/33] block: publish backup-top filter
2021-07-21 10:05 UTC (34+ messages)
` [PATCH v6 01/33] block: introduce bdrv_replace_child_bs()
` [PATCH v6 02/33] block: introduce blk_replace_bs
` [PATCH v6 03/33] qdev-properties: PropertyInfo: add realized_set_allowed field
` [PATCH v6 04/33] qdev: allow setting drive property for realized device
` [PATCH v6 05/33] block: rename backup-top to copy-before-write
` [PATCH v6 06/33] block-copy: always set BDRV_REQ_SERIALISING flag
` [PATCH v6 07/33] block/block-copy: introduce block_copy_set_copy_opts()
` [PATCH v6 08/33] block/backup: set copy_range and compress after filter insertion
` [PATCH v6 09/33] block/backup: move cluster size calculation to block-copy
` [PATCH v6 10/33] block/copy-before-write: relax permission requirements when no parents
` [PATCH v6 11/33] block/copy-before-write: drop extra bdrv_unref on failure path
` [PATCH v6 12/33] block/copy-before-write: use file child instead of backing
` [PATCH v6 13/33] block/copy-before-write: bdrv_cbw_append(): replace child at last
` [PATCH v6 14/33] block/copy-before-write: introduce cbw_init()
` [PATCH v6 15/33] block/copy-before-write: cbw_init(): rename variables
` [PATCH v6 16/33] block/copy-before-write: cbw_init(): use file child after attaching
` [PATCH v6 17/33] block/copy-before-write: bdrv_cbw_append(): drop unused compress arg
` [PATCH v6 18/33] block/copy-before-write: cbw_init(): use options
` [PATCH v6 19/33] block/copy-before-write: initialize block-copy bitmap
` [PATCH v6 20/33] block/block-copy: make setting progress optional
` [PATCH v6 21/33] block/copy-before-write: make public block driver
` [PATCH v6 22/33] qapi: publish copy-before-write filter
` [PATCH v6 23/33] python/qemu/machine.py: refactor _qemu_args()
` [PATCH v6 24/33] python/qemu/machine: QEMUMachine: improve qmp() method
` [PATCH v6 25/33] iotests.py: VM: add own __enter__ method
` [PATCH v6 26/33] iotests/222: fix pylint and mypy complains
` [PATCH v6 27/33] iotests/222: constantly use single quotes for strings
` [PATCH v6 28/33] iotests: move 222 to tests/image-fleecing
` [PATCH v6 29/33] iotests.py: hmp_qemu_io: support qdev
` [PATCH v6 30/33] iotests/image-fleecing: proper source device
` [PATCH v6 31/33] iotests/image-fleecing: rename tgt_node
` [PATCH v6 32/33] iotests/image-fleecing: prepare for adding new test-case
` [PATCH v6 33/33] iotests/image-fleecing: add test-case for copy-before-write filter
[PATCH] This is a test mail
2021-07-21 10:10 UTC
[PATCH v2 00/22] Add LoongArch linux-user emulation support
2021-07-21 9:53 UTC (23+ messages)
` [PATCH v2 01/22] target/loongarch: Add README
` [PATCH v2 02/22] target/loongarch: Add CSR registers definition
` [PATCH v2 03/22] target/loongarch: Add core definition
` [PATCH v2 04/22] target/loongarch: Add interrupt handling support
` [PATCH v2 05/22] target/loongarch: Add memory management support
` [PATCH v2 06/22] target/loongarch: Add main translation routines
` [PATCH v2 07/22] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v2 08/22] target/loongarch: Add fixed point shift "
` [PATCH v2 09/22] target/loongarch: Add fixed point bit "
` [PATCH v2 10/22] target/loongarch: Add fixed point load/store "
` [PATCH v2 11/22] target/loongarch: Add fixed point atomic "
` [PATCH v2 12/22] target/loongarch: Add fixed point extra "
` [PATCH v2 13/22] target/loongarch: Add floating point arithmetic "
` [PATCH v2 14/22] target/loongarch: Add floating point comparison "
` [PATCH v2 15/22] target/loongarch: Add floating point conversion "
` [PATCH v2 16/22] target/loongarch: Add floating point move "
` [PATCH v2 17/22] target/loongarch: Add floating point load/store "
` [PATCH v2 18/22] target/loongarch: Add branch "
` [PATCH v2 19/22] target/loongarch: Add disassembler
` [PATCH v2 20/22] LoongArch Linux User Emulation
` [PATCH v2 21/22] configs: Add loongarch linux-user config
` [PATCH v2 22/22] target/loongarch: Add target build suport
[PULL 00/17] Kconfig patches for 2021-07-20
2021-07-21 10:01 UTC (2+ messages)
[PATCH 0/2] Improve module accelerator error message
2021-07-21 9:57 UTC (5+ messages)
` [PATCH 2/2] qom: Improve error message in module_object_class_by_name()
[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 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 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 (6+ messages)
` [PATCH 03/16] spapr: Explain purpose of ->fwnmi_migration_blocker more clearly
` [PATCH 07/16] vfio: Avoid error_propagate() after migrate_add_blocker()
[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 (12+ messages)
` [PATCH v1 09/29] gitdm.config: sort the corporate GroupMap entries
` [PATCH v1 14/29] contrib/gitdm: add domain-map for Crudebyte
` [PATCH v1 16/29] contrib/gitdm: add group-map for Netflix
` [PATCH v1 20/29] tcg/plugins: implement a qemu_plugin_user_exit helper
` [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 27/29] gitlab: enable a very minimal build with the tricore container
` [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 0/1]
2021-07-21 5:24 UTC (2+ messages)
[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
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).