qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-13 20:41:16 to 2020-01-14 11:27:59 UTC [more...]

[PULL 00/29] Migration pull patches (second try)
 2020-01-14 11:26 UTC  (36+ messages)
` [PULL 01/29] multifd: Initialize local variable
` [PULL 02/29] migration-test: Add migration multifd test
` [PULL 03/29] migration: Make sure that we don't call write() in case of error
` [PULL 04/29] migration-test: introduce functions to handle string parameters
` [PULL 05/29] migration-test: ppc64: fix FORTH test program
` [PULL 06/29] runstate: ignore finishmigrate -> prelaunch transition
` [PULL 07/29] ram.c: remove unneeded labels
` [PULL 08/29] migration: Rate limit inside host pages
` [PULL 09/29] migration: Fix incorrect integer->float conversion caught by clang
` [PULL 10/29] migration: Fix the re-run check of the migrate-incoming command
` [PULL 11/29] misc: use QEMU_IS_ALIGNED
` [PULL 12/29] migration: add savevm_state_handler_remove()
` [PULL 13/29] migration: savevm_state_handler_insert: constant-time element insertion
` [PULL 14/29] migration/ram: Yield periodically to the main loop
` [PULL 15/29] migration/postcopy: reduce memset when it is zero page and matches_target_page_size
` [PULL 16/29] migration/postcopy: wait for decompress thread in precopy
` [PULL 17/29] migration/postcopy: count target page number to decide the place_needed
` [PULL 18/29] migration/postcopy: set all_zero to true on the first target page
` [PULL 19/29] migration/postcopy: enable random order target page arrival
` [PULL 20/29] migration/postcopy: enable compress during postcopy
` [PULL 21/29] migration/multifd: clean pages after filling packet
` [PULL 22/29] migration/multifd: not use multifd during postcopy
` [PULL 23/29] migration/multifd: fix nullptr access in terminating multifd threads
` [PULL 24/29] migration/multifd: fix destroyed mutex "
` [PULL 25/29] Bug #1829242 correction
` [PULL 26/29] migration: Define VMSTATE_INSTANCE_ID_ANY
` [PULL 27/29] migration: Change SaveStateEntry.instance_id into uint32_t
` [PULL 28/29] apic: Use 32bit APIC ID for migration instance ID
` [PULL 29/29] migration: Support QLIST migration

[PATCH v2 0/3] exclude hyperv synic sections from vhost
 2020-01-14 11:26 UTC  (7+ messages)
` [PATCH v2 2/3] memory: Allow a MemoryRegion to be marked no_vhost

[qemu-web PATCH] documentation: update links to readthedocs
 2020-01-14 11:11 UTC  (3+ messages)

[PATCH] docs/devel: fix stable process doc formatting
 2020-01-14 11:04 UTC  (2+ messages)

[PATCH v4 00/15] io_uring: add Linux io_uring AIO engine
 2020-01-14 10:59 UTC  (16+ messages)
` [PATCH v4 01/15] configure: permit use of io_uring
` [PATCH v4 02/15] qapi/block-core: add option for io_uring
` [PATCH v4 03/15] block/block: add BDRV flag "
` [PATCH v4 04/15] block/io_uring: implements interfaces "
` [PATCH v4 05/15] stubs: add stubs for io_uring interface
` [PATCH v4 06/15] util/async: add aio interfaces for io_uring
` [PATCH v4 07/15] blockdev: adds bdrv_parse_aio to use io_uring
` [PATCH v4 08/15] block/file-posix.c: extend "
` [PATCH v4 09/15] block: add trace events for io_uring
` [PATCH v4 10/15] block/io_uring: adds userspace completion polling
` [PATCH v4 11/15] qemu-io: adds option to use aio engine
` [PATCH v4 12/15] qemu-img: adds option to use aio engine for benchmarking
` [PATCH v4 13/15] qemu-nbd: adds option for aio engines
` [PATCH v4 14/15] tests/qemu-iotests: enable testing with aio options
` [PATCH v4 15/15] tests/qemu-iotests: use AIOMODE with various tests

[PATCH v3 0/2] Fix incorrect integer->float conversion caught by clang
 2020-01-14 11:08 UTC  (6+ messages)
` [PATCH v3 1/2] migration: "

[PATCH 0/4] migration: Replace gemu_log with qemu_log
 2020-01-14 11:02 UTC  (13+ messages)
` [PATCH 1/4] linux-user: Use `qemu_log' for non-strace logging
` [PATCH 2/4] linux-user: Use `qemu_log' for strace
` [PATCH 3/4] linux-user: remove gemu_log from the linux-user tree
` [PATCH 4/4] bsd-user: Replace gemu_log with qemu_log

[PATCH] target/arm: add PMU feature to cortex-r5 and cortex-r5f
 2020-01-14 10:59 UTC 

[PATCH v2] hw/usb: Introduce Kconfig switches for the CCID card devices
 2020-01-14 10:46 UTC  (4+ messages)

[PATCH] tests/qemu-iotests: Update tests to recent desugarized -accel option
 2020-01-14 10:44 UTC  (9+ messages)
` Priority of -accel (was: [PATCH] tests/qemu-iotests: Update tests to recent desugarized -accel option)
        ` Priority of -accel

[PATCH v3 00/15] io_uring: add Linux io_uring AIO engine
 2020-01-14 10:40 UTC  (7+ messages)
` [PATCH v3 04/15] block/io_uring: implements interfaces for io_uring
` [PATCH v3 08/15] block/file-posix.c: extend to use io_uring

[PATCH v3 0/5] aspeed: extensions and fixes
 2020-01-14 10:34 UTC  (6+ messages)
` [PATCH v3 1/5] hw/sd: Configure number of slots exposed by the ASPEED SDHCI model
` [PATCH v3 2/5] hw/arm: ast2600: Wire up the eMMC controller
` [PATCH v3 3/5] ftgmac100: check RX and TX buffer alignment
` [PATCH v3 4/5] hw/arm/aspeed: add a 'execute-in-place' property to boot directly from CE0
` [PATCH v3 5/5] misc/pca9552: Add qom set and get

[PULL 0/6] QAPI patches for 2020-01-14
 2020-01-14 10:20 UTC  (7+ messages)
` [PULL 1/6] qapi: Tweak "command returns a nice type" check for clarity
` [PULL 2/6] tests/Makefile.include: Fix missing test-qapi-emit-events.[ch]
` [PULL 3/6] qapi: Generate command registration stuff into separate files
` [PULL 4/6] qapi: Proper intermediate representation for modules
` [PULL 5/6] qapi: Fix code generation for empty modules
` [PULL 6/6] qapi: Simplify QAPISchemaModularCVisitor

[PATCH v2 00/10] target/ppc: Correct some errors with real mode handling
 2020-01-14 10:22 UTC  (3+ messages)
` [PATCH v2 03/10] target/ppc: Correct handling of real mode accesses with vhyp on hash MMU

[PATCH] qemu-deprecated: Remove text about Python 2
 2020-01-14 10:20 UTC  (4+ messages)

[PATCH/RFC 0/1] Vhost User Cross Cable: Intro
 2020-01-14 10:20 UTC  (3+ messages)

[PATCH v2 1/3] target/riscv: Fix tb->flags FS status
 2020-01-14 10:14 UTC  (3+ messages)
` [PATCH v2 2/3] target/riscv: fsd/fsw doesn't dirty FP state
` [PATCH v2 3/3] target/riscv: update mstatus.SD when FS is set dirty

[PATCH 000/104] virtiofs daemon [all]
 2020-01-14 10:12 UTC  (8+ messages)
` [PATCH 066/104] virtiofsd: passthrough_ll: add renameat2 support

[PATCH] virtio-9p-device: fix memleak in virtio_9p_device_unrealize
 2020-01-14 10:08 UTC  (2+ messages)

[PULL 0/2] Ui 20200114 patches
 2020-01-14 10:01 UTC  (3+ messages)
` [PULL 1/2] ui: Print available display backends with '-display help'
` [PULL 2/2] display/gtk: get proper refreshrate

[Qemu-devel] [PATCH 0/6] Xen stubdom support
 2020-01-14 10:04 UTC  (4+ messages)
` [Qemu-devel] [PATCH 6/6] xen-pt: Round pci regions sizes to XEN_PAGE_SIZE
                ` [Xen-devel] "

Call for sponsors for Outreachy 2020 May-August
 2020-01-14  9:59 UTC 

Semihosting, arm, riscv, ppc and common code
 2020-01-14  9:59 UTC  (5+ messages)

[PATCH] migration: Maybe VM is paused when migration is cancelled
 2020-01-14  9:43 UTC 

[PULL 0/1] Block patches
 2020-01-14  9:30 UTC  (2+ messages)
` [PULL 1/1] linux-aio: increasing MAX_EVENTS to a larger hardcoded value

[PULL 0/1] Tracing patches
 2020-01-14  9:29 UTC  (2+ messages)
` [PULL 1/1] trace: update qemu-trace-stap to Python 3

[PATCH] qemu-nbd: Convert invocation documentation to rST
 2020-01-14  9:36 UTC  (3+ messages)

[for-5.0 PATCH 00/11] Support for reverse debugging with GDB
 2020-01-14  9:32 UTC  (5+ messages)
` [for-5.0 PATCH 03/11] migration: introduce icount field for snapshots

[PULL 0/3] capstone update
 2020-01-14  9:27 UTC  (4+ messages)

[PATCH] target/riscv: Set mstatus.DS & FS correctly
 2020-01-14  9:23 UTC  (3+ messages)

[PATCH] vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaks
 2020-01-14  9:20 UTC  (2+ messages)

[PATCH v2] scsi-disk: define props in scsi_block_disk to avoid memleaks
 2020-01-14  9:16 UTC 

[PATCH v7] migration: Support QLIST migration
 2020-01-14  9:06 UTC  (2+ messages)

[RFC PATCH qemu] spapr: Kill SLOF
 2020-01-14  9:04 UTC  (11+ messages)

[PATCH v12 00/13] VIRTIO-IOMMU device
 2020-01-14  8:51 UTC  (9+ messages)
` [PATCH v12 04/13] virtio-iommu: Add the iommu regions
` [PATCH v12 05/13] virtio-iommu: Endpoint and domains structs and helpers

[PATCH v3 0/3] Dump QCOW2 metadata
 2020-01-14  8:22 UTC  (4+ messages)
` [PATCH v3 1/3] qcow2: introduce Qcow2Metadata structure
` [PATCH v3 2/3] qemu-img: sort key options alphabetically
` [PATCH v3 3/3] qcow2: dump QCOW2 metadata

[PATCH v1 00/59] trivial unneeded labels cleanup
 2020-01-14  7:55 UTC  (6+ messages)
` [PATCH v1 12/59] virtfs-proxy-helper.c: remove 'err_out' label in setugid()

[RFC PATCH 0/3] vhost-user: Lift Max Ram Slots Limitation
 2020-01-14  7:12 UTC  (5+ messages)
` [RFC PATCH 1/3] Fixed Error Handling in vhost_user_set_mem_table_postcopy
` [RFC PATCH 3/3] Introduce Configurable Number of Memory Slots Exposed by vhost-user:

PCIe device paththrough via vfio issue
 2020-01-14  6:14 UTC  (3+ messages)

[PATCH 0/7] target/ppc: Implement KVM support under TCG (final steps)
 2020-01-14  2:11 UTC  (13+ messages)
` [PATCH 4/7] target/ppc: Add SPR TBU40
` [PATCH 5/7] target/ppc: Add privileged message send facilities
` [PATCH 6/7] target/ppc: add support for Hypervisor Facility Unavailable Exception

[BUG qemu 4.0] segfault when unplugging virtio-blk-pci device
 2020-01-14  2:50 UTC  (8+ messages)

[PATCH] target/arm: adjust program counter for wfi exception in AArch32
 2020-01-14  2:41 UTC  (2+ messages)

[PATCH 0/2] pvpanic: implement crashloaded event for pvpanic
 2020-01-14  2:31 UTC  (3+ messages)
` [PATCH 1/2] pvpanic: introduce crashloaded "
` [PATCH 2/2] pvpanic: implement crashloaded event handling

[PATCH 1/3] select gdb fpu xml by single or double float extension
 2020-01-14  2:24 UTC  (5+ messages)
` [PATCH 2/3] RISC-V: use FIELD macro to define tb flags
` [PATCH 3/3] remove redundant check for fpu csr read and write interface

[PATCH] hw/arm/acpi: Pack the SRAT processors structure by node_id ascending order
 2020-01-14  2:07 UTC  (11+ messages)

[PATCH 00/15] Replace current_machine by qdev_get_machine()
 2020-01-14  2:02 UTC  (15+ messages)
` [PATCH 10/15] memory: "
` [PATCH 11/15] exec: "
` [PATCH 12/15] accel: Introduce the current_accel() method
` [PATCH 13/15] accel: Replace current_machine->accelerator by "
` [PATCH 14/15] accel/accel: Replace current_machine by qdev_get_machine()
` [PATCH 15/15] vl: Make current_machine a local variable

[RFC v4 PATCH 00/49] Initial support of multi-process qemu - status update
 2020-01-14  1:56 UTC  (12+ messages)

[PATCH] scsi-disk: define props in scsi_block_disk to avoid memleaks
 2020-01-14  1:45 UTC  (3+ messages)

[PULL 00/41] tcg patch queue
 2020-01-14  1:16 UTC  (6+ messages)

[Bug 1859359] [NEW] xHCI and event ring handling
 2020-01-14  0:44 UTC  (2+ messages)
` [Bug 1859359] "

[PATCH v3 00/11] 9pfs: readdir optimization
 2020-01-13 23:18 UTC  (12+ messages)
` [PATCH v3 01/11] tests/virtio-9p: add terminating null in v9fs_string_read()
` [PATCH v3 02/11] 9pfs: require msize >= 4096
` [PATCH v3 03/11] 9pfs: validate count sent by client with T_readdir
` [PATCH v3 04/11] hw/9pfs/9p-synth: added directory for readdir test
` [PATCH v3 05/11] tests/virtio-9p: added "
` [PATCH v3 06/11] tests/virtio-9p: added splitted "
` [PATCH v3 07/11] tests/virtio-9p: failing "
` [PATCH v3 08/11] 9pfs: readdir benchmark
` [PATCH v3 09/11] hw/9pfs/9p-synth: avoid n-square issue in synth_readdir()
` [PATCH v3 10/11] 9pfs: T_readdir latency optimization
` [PATCH v3 11/11] hw/9pfs/9p.c: benchmark time on T_readdir request

[PATCH qemu v4] spapr: Kill SLOF
 2020-01-14  0:33 UTC  (6+ messages)

[PATCH v3 00/17] Add Allwinner H3 SoC and Orange Pi PC Machine
 2020-01-13 23:28 UTC  (7+ messages)
` [PATCH v3 06/17] hw/arm/allwinner: add CPU Configuration module
` [PATCH v3 10/17] hw/arm/allwinner-h3: add Boot ROM support
` [PATCH v3 12/17] hw/arm/allwinner: add RTC device support

[PATCH v5 00/20] linux-user: Misc patches for 5.0
 2020-01-13 20:34 UTC  (17+ messages)
` [PATCH v5 01/20] linux-user: Fix some constants in termbits.h
` [PATCH v5 02/20] linux-user: alpha: Update syscall numbers to kernel 5.5 rc3 level
` [PATCH v5 03/20] linux-user: m68k: "
` [PATCH v5 07/20] linux-user: xtensa: "
` [PATCH v5 08/20] linux-user: xtensa: Remove unused constant TARGET_NR_syscall_count
` [PATCH v5 10/20] linux-user: Add support for FS_IOC32_<GET|SET>FLAGS ioctls
` [PATCH v5 11/20] linux-user: Add support for FS_IOC32_<GET|SET>VERSION ioctls
` [PATCH v5 12/20] linux-user: Add support for FS_IOC_FS<GET|SET>XATTR ioctls
` [PATCH v5 13/20] linux-user: Add support for FITRIM ioctl
` [PATCH v5 14/20] linux-user: Add support for FIFREEZE and FITHAW ioctls
` [PATCH v5 15/20] linux-user: Add support for FD<SETEMSGTRESH|SETMAXERRS|GETMAXERRS> ioctls
` [PATCH v5 16/20] linux-user: Add support for FDFMT<BEG|TRK|END> ioctls
` [PATCH v5 17/20] linux-user: Add support for FDGETFDCSTAT ioctl
` [PATCH v5 18/20] configure: Detect kcov support and introduce CONFIG_KCOV
` [PATCH v5 19/20] linux-user: Add support for KCOV_<ENABLE|DISABLE> ioctls
` [PATCH v5 20/20] linux-user: Add support for KCOV_INIT_TRACE ioctl


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