messages from 2021-02-04 14:42:23 to 2021-02-04 18:45:49 UTC [more...]
[PATCH v2] MAINTAINERS: Fix the location of tools manuals
2021-02-04 17:42 UTC (16+ messages)
` [RFC] Move tools sources to the tools directory (was Re: [PATCH v2] MAINTAINERS: Fix the location of tools manuals)
[PATCH v2 00/93] TCI fixes and cleanups
2021-02-04 17:46 UTC (17+ messages)
` [PATCH v2 04/93] tcg: Manage splitwx in tc_ptr_to_region_tree by hand
` [PATCH v2 05/93] tcg/tci: Make tci_tb_ptr thread-local
` [PATCH v2 26/93] tcg/tci: Restrict TCG_TARGET_NB_REGS to 16
` [PATCH v2 27/93] tcg/tci: Fix TCG_REG_R4 misusage
` [PATCH v2 28/93] tcg/tci: Use bool in tcg_out_ri*
` [PATCH v2 29/93] tcg/tci: Remove TCG_CONST
` [PATCH v2 79/93] tcg/tci: Split out tcg_out_op_{rrm,rrrm,rrrrm}
[PATCH v5 0/3] virtiofsd: prevent opening of special files (CVE-2020-35517)
2021-02-04 17:35 UTC (8+ messages)
` [PATCH v5 1/3] virtiofsd: extract lo_do_open() from lo_open()
` [PATCH v5 2/3] virtiofsd: optionally return inode pointer from lo_do_lookup()
` [PATCH v5 3/3] virtiofsd: prevent opening of special files (CVE-2020-35517)
gitlab containers are broken
2021-02-04 17:37 UTC (7+ messages)
[PULL v2 00/27] Block patches
2021-02-04 17:35 UTC (29+ messages)
` [PULL v2 01/27] .github: point Repo Lockdown bot to GitLab repo
` [PULL v2 02/27] gitmodules: use GitLab repos instead of qemu.org
` [PULL v2 03/27] gitlab-ci: remove redundant GitLab repo URL command
` [PULL v2 04/27] docs: update README to use GitLab repo URLs
` [PULL v2 05/27] pc-bios: update mirror URLs to GitLab
` [PULL v2 06/27] get_maintainer: update repo URL "
` [PULL v2 07/27] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [PULL v2 08/27] multi-process: add configure and usage information
` [PULL v2 09/27] memory: alloc RAM from file at offset
` [PULL v2 10/27] multi-process: Add config option for multi-process QEMU
` [PULL v2 11/27] multi-process: setup PCI host bridge for remote device
` [PULL v2 12/27] multi-process: setup a machine object for remote device process
` [PULL v2 13/27] io: add qio_channel_writev_full_all helper
` [PULL v2 14/27] io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers
` [PULL v2 15/27] multi-process: define MPQemuMsg format and transmission functions
` [PULL v2 16/27] multi-process: Initialize message handler in remote device
` [PULL v2 17/27] multi-process: Associate fd of a PCIDevice with its object
` [PULL v2 18/27] multi-process: setup memory manager for remote device
` [PULL v2 19/27] multi-process: introduce proxy object
` [PULL v2 20/27] multi-process: add proxy communication functions
` [PULL v2 21/27] multi-process: Forward PCI config space acceses to the remote process
` [PULL v2 22/27] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [PULL v2 23/27] multi-process: Synchronize remote memory
` [PULL v2 24/27] multi-process: create IOHUB object to handle irq
` [PULL v2 25/27] multi-process: Retrieve PCI info from remote process
` [PULL v2 26/27] multi-process: perform device reset in the "
` [PULL v2 27/27] docs: fix Parallels Image "dirty bitmap" section
[PATCH v14 0/5] UFFD write-tracking migration/snapshots
2021-02-04 17:32 UTC (5+ messages)
[PULL 11/24] tcg/optimize: Use tcg_constant_internal with constant folding
2021-02-04 17:33 UTC (15+ messages)
[PATCH 00/33] migration: capture error reports into Error object
2021-02-04 17:19 UTC (34+ messages)
` [PATCH 01/33] migration: push Error **errp into qemu_loadvm_state()
` [PATCH 02/33] migration: push Error **errp into qemu_loadvm_state_header()
` [PATCH 03/33] migration: push Error **errp into qemu_loadvm_state_setup()
` [PATCH 04/33] migration: push Error **errp into qemu_load_device_state()
` [PATCH 05/33] migration: push Error **errp into qemu_loadvm_state_main()
` [PATCH 06/33] migration: push Error **errp into qemu_loadvm_section_start_full()
` [PATCH 07/33] migration: push Error **errp into qemu_loadvm_section_part_end()
` [PATCH 08/33] migration: push Error **errp into loadvm_process_command()
` [PATCH 09/33] migration: push Error **errp into loadvm_handle_cmd_packaged()
` [PATCH 10/33] migration: push Error **errp into loadvm_postcopy_handle_advise()
` [PATCH 11/33] migration: push Error **errp into ram_postcopy_incoming_init()
` [PATCH 12/33] migration: push Error **errp into loadvm_postcopy_handle_listen()
` [PATCH 13/33] migration: push Error **errp into loadvm_postcopy_handle_run()
` [PATCH 14/33] migration: push Error **errp into loadvm_postcopy_ram_handle_discard()
` [PATCH 15/33] migration: make loadvm_postcopy_handle_resume() void
` [PATCH 16/33] migration: push Error **errp into loadvm_handle_recv_bitmap()
` [PATCH 17/33] migration: push Error **errp into loadvm_process_enable_colo()
` [PATCH 18/33] migration: push Error **errp into colo_init_ram_cache()
` [PATCH 19/33] migration: push Error **errp into check_section_footer()
` [PATCH 20/33] migration: push Error **errp into global_state_store()
` [PATCH 21/33] migration: remove error reporting from qemu_fopen_bdrv() callers
` [PATCH 22/33] migration: push Error **errp into qemu_savevm_state_iterate()
` [PATCH 23/33] migration: simplify some error reporting in save_snapshot()
` [PATCH 24/33] migration: push Error **errp into qemu_savevm_state_setup()
` [PATCH 25/33] migration: push Error **errp into qemu_savevm_state_complete_precopy()
` [PATCH 26/33] migration: push Error **errp into qemu_savevm_state_complete_precopy_non_iterable()
` [PATCH 27/33] migration: push Error **errp into qemu_savevm_state_complete_precopy()
` [PATCH 28/33] migration: push Error **errp into qemu_savevm_send_packaged()
` [PATCH 29/33] migration: push Error **errp into qemu_savevm_live_state()
` [PATCH 30/33] migration: push Error **errp into qemu_save_device_state()
` [PATCH 31/33] migration: push Error **errp into qemu_savevm_state_resume_prepare()
` [PATCH 32/33] migration: push Error **errp into postcopy_resume_handshake()
` [PATCH 33/33] migration: push Error **errp into postcopy_do_resume()
[Bug 1914638] [NEW] [OSS-Fuzz] Issue 30219: Global-buffer-overflow in mode_sense_page
2021-02-04 17:28 UTC
[PATCH 0/2] net/macos: implement vmnet-based network device
2021-02-04 16:25 UTC (3+ messages)
` [PATCH 1/2] build: add configure flag to indicate when the host is Darwin
` [PATCH 2/2] net: implement vmnet-based netdev
[RFC PATCH v4 0/7] eBPF RSS support for virtio-net
2021-02-04 17:09 UTC (9+ messages)
` [RFC PATCH v4 1/7] net/tap: Added TUNSETSTEERINGEBPF code
` [RFC PATCH v4 2/7] net: Added SetSteeringEBPF method for NetClientState
` [RFC PATCH v4 3/7] ebpf: Added eBPF RSS program
` [RFC PATCH v4 4/7] ebpf: Added eBPF RSS loader
` [RFC PATCH v4 5/7] virtio-net: Added eBPF RSS to virtio-net
` [RFC PATCH v4 6/7] docs: Added eBPF documentation
` [RFC PATCH v4 7/7] MAINTAINERS: Added eBPF maintainers information
[PATCH v2] target/s390x/arch_dump: Fixes for the name field in the PT_NOTE section
2021-02-04 17:00 UTC (2+ messages)
[PULL 00/27] migration queue
2021-02-04 16:39 UTC (28+ messages)
` [PULL 01/27] spapr_pci: Fix memory leak of vmstate_spapr_pci
` [PULL 02/27] savevm: Fix memory leak of vmstate_configuration
` [PULL 03/27] vmstate: Fix memory leak in vmstate_handle_alloc()
` [PULL 04/27] migration/qemu-file: Fix maybe uninitialized on qemu_get_buffer_in_place()
` [PULL 05/27] migration: introduce 'background-snapshot' migration capability
` [PULL 06/27] migration: introduce UFFD-WP low-level interface helpers
` [PULL 07/27] migration: support UFFD write fault processing in ram_save_iterate()
` [PULL 08/27] migration: implementation of background snapshot thread
` [PULL 09/27] migration: introduce 'userfaultfd-wrlat.py' script
` [PULL 10/27] migration: Fix migrate-set-parameters argument validation
` [PULL 11/27] migration: Clean up signed vs. unsigned XBZRLE cache-size
` [PULL 12/27] migration: Fix cache_init()'s "Failed to allocate" error messages
` [PULL 13/27] migration: Fix a few absurdly defective "
` [PULL 14/27] migration: Add blocker information
` [PULL 15/27] migration: Display the migration blockers
` [PULL 16/27] block: push error reporting into bdrv_all_*_snapshot functions
` [PULL 17/27] migration: Make save_snapshot() return bool, not 0/-1
` [PULL 18/27] migration: stop returning errno from load_snapshot()
` [PULL 19/27] block: add ability to specify list of blockdevs during snapshot
` [PULL 20/27] block: allow specifying name of block device for vmstate storage
` [PULL 21/27] block: rename and alter bdrv_all_find_snapshot semantics
` [PULL 22/27] migration: control whether snapshots are ovewritten
` [PULL 23/27] migration: wire up support for snapshot device selection
` [PULL 24/27] migration: introduce a delete_snapshot wrapper
` [PULL 25/27] iotests: add support for capturing and matching QMP events
` [PULL 26/27] iotests: fix loading of common.config from tests/ subdir
` [PULL 27/27] migration: introduce snapshot-{save, load, delete} QMP commands
iotest 30 failing
2021-02-04 16:47 UTC
[PATCH v3 0/3]
2021-02-04 16:40 UTC (5+ messages)
` [PATCH v3 1/3] slirp: Placeholder for libslirp ipv6 hostfwd support
[PATCH] migration: only check page size match if RAM postcopy is enabled
2021-02-04 16:55 UTC (2+ messages)
[PATCH v16 00/23] i386 cleanup PART 2
2021-02-04 16:39 UTC (24+ messages)
` [PATCH v16 01/23] cpu: Introduce TCGCpuOperations struct
` [PATCH v16 02/23] target/riscv: remove CONFIG_TCG, as it is always TCG
` [PATCH v16 03/23] accel/tcg: split TCG-only code from cpu_exec_realizefn
` [PATCH v16 04/23] cpu: Move synchronize_from_tb() to tcg_ops
` [PATCH v16 05/23] cpu: Move cpu_exec_* "
` [PATCH v16 06/23] cpu: Move tlb_fill "
` [PATCH v16 07/23] cpu: Move debug_excp_handler "
` [PATCH v16 08/23] target/arm: do not use cc->do_interrupt for KVM directly
` [PATCH v16 09/23] cpu: move cc->do_interrupt to tcg_ops
` [PATCH v16 10/23] cpu: move cc->transaction_failed "
` [PATCH v16 11/23] cpu: move do_unaligned_access "
` [PATCH v16 12/23] physmem: make watchpoint checking code TCG-only
` [PATCH v16 13/23] cpu: move adjust_watchpoint_address to tcg_ops
` [PATCH v16 14/23] cpu: move debug_check_watchpoint "
` [PATCH v16 15/23] cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
` [PATCH v16 16/23] accel: extend AccelState and AccelClass to user-mode
` [PATCH v16 17/23] accel: replace struct CpusAccel with AccelOpsClass
` [PATCH v16 18/23] accel: introduce AccelCPUClass extending CPUClass
` [PATCH v16 19/23] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [PATCH v16 20/23] cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn
` [PATCH v16 21/23] accel: introduce new accessor functions
` [PATCH v16 22/23] target/i386: fix host_cpu_adjust_phys_bits error handling
` [PATCH v16 23/23] accel-cpu: make cpu_realizefn return a bool
[PATCH v4 00/14] qapi: static typing conversion, pt2
2021-02-04 16:28 UTC (11+ messages)
` [PATCH v4 04/14] qapi/introspect.py: guard against ifcond/comment misuse
` [PATCH v4 08/14] qapi/introspect.py: create a typed 'Annotated' data strutcure
[PATCH 0/4] Remove the deprecated pc-1.x machine types and related stuff
2021-02-04 15:51 UTC (4+ messages)
` [PATCH 4/4] hw/usb/bus: Remove the "full-path" property
getting the console output for s390 cdrom-test?
2021-02-04 16:08 UTC (2+ messages)
[PATCH v11 00/12] migration: bring improved savevm/loadvm/delvm to QMP
2021-02-04 15:40 UTC (6+ messages)
` [PATCH v11 12/12] migration: introduce snapshot-{save, load, delete} QMP commands
` [PATCH v11 12/12] migration: introduce snapshot-{save,load,delete} "
[PATCH] Set icon for QEMU binary on Mac OS
2021-02-04 15:42 UTC (3+ messages)
[PATCH] linux-user: add TARGET_SO_{DOMAIN,PROTOCOL}
2021-02-04 15:39 UTC
[PATCH v4 00/16] 64bit block-layer: part I
2021-02-04 15:18 UTC (8+ messages)
` iotest failures in head [was: [PATCH v4 00/16] 64bit block-layer: part I]
[PULL 0/9] QMP patches patches for 2021-02-04
2021-02-04 15:19 UTC (3+ messages)
[PATCH 0/2] migration blocker information
2021-02-04 15:11 UTC (2+ messages)
[PATCH v2 0/4] migration: Fixes and cleanups aroung migrate-set-parameters
2021-02-04 15:08 UTC (2+ messages)
[PATCH v15 00/23] i386 cleanup PART 2
2021-02-04 14:57 UTC (8+ messages)
` [PATCH v15 21/23] hw/core/cpu: call qemu_init_vcpu in cpu_common_realizefn
[PATCH v7 0/3] MTE support for KVM guest
2021-02-04 14:56 UTC (5+ messages)
` [PATCH v7 1/3] arm64: kvm: Save/restore MTE registers
[PATCH v21 00/20] Initial support for multi-process Qemu
2021-02-04 14:48 UTC (5+ messages)
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).