qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-14 10:14:07 to 2020-01-14 15:15:01 UTC [more...]

[PATCH v5 00/22] gdbstub refactor and SVE support (+check-tcg tweaks)
 2020-01-14 15:09 UTC  (5+ messages)
` [PATCH v5 01/22] gdbstub: make GDBState static and have common init function
` [PATCH v5 04/22] gdbstub: move mem_buf to GDBState and use GByteArray
` [PATCH v5 06/22] target/arm: use gdb_get_reg helpers
` [PATCH v5 07/22] target/m68k: "

[PATCH v5 00/20] linux-user: Misc patches for 5.0
 2020-01-14 15:08 UTC  (35+ messages)
` [PATCH v5 01/20] linux-user: Fix some constants in termbits.h
` [PATCH v5 03/20] linux-user: m68k: Update syscall numbers to kernel 5.5 rc3 level
` [PATCH v5 04/20] linux-user: microblaze: "
` [PATCH v5 07/20] linux-user: xtensa: "
` [PATCH v5 08/20] linux-user: xtensa: Remove unused constant TARGET_NR_syscall_count
` [PATCH v5 09/20] linux-user: Add support for FS_IOC_<GET|SET>VERSION ioctls
` [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

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

[PATCH] qcow2: Use a GString in report_unsupported_feature()
 2020-01-14 14:54 UTC 

[Qemu-devel] [PATCH] qemu-doc: Do not hard-code the name of the QEMU binary
 2020-01-14 14:52 UTC  (3+ messages)

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

[PATCH v3] iotests: Add more "skip_if_unsupported" statements to the python tests
 2020-01-14 14:34 UTC  (2+ messages)

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

[PATCH v2 0/4] qcow2: Misc BDRV_SECTOR_SIZE updates
 2020-01-14 14:15 UTC  (15+ messages)
` [PATCH v2 1/4] qcow2: Require that the virtual size is a multiple of the sector size
` [PATCH v2 2/4] qcow2: Don't round the L1 table allocation up to "
` [PATCH v2 3/4] qcow2: Tighten cluster_offset alignment assertions
` [PATCH v2 4/4] qcow2: Use BDRV_SECTOR_SIZE instead of the hardcoded value

[PATCH v1 0/5] vhost-user block device backend implementation
 2020-01-14 14:11 UTC  (3+ messages)

[PATCH v2 0/5] vhost-user block device backend implementation
 2020-01-14 14:06 UTC  (6+ messages)
` [PATCH v2 1/5] vhost-user block device backend
` [PATCH v2 2/5] extend libvhost to support IOThread
` [PATCH v2 3/5] a standone-alone tool to directly share disk image file via vhost-user protocol
` [PATCH v2 4/5] new qTest case for the vhost-user-blk device backend
` [PATCH v2 5/5] building configuration files changes

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

Requirements for out-of-process device emulation
 2020-01-14 14:06 UTC 

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

[for-5.0 PATCH 00/11] Support for reverse debugging with GDB
 2020-01-14 13:57 UTC  (4+ messages)
` [for-5.0 PATCH 08/11] replay: flush rr queue before loading the vmstate

[PATCH v2] iotests: Add more "skip_if_unsupported" statements to the python tests
 2020-01-14 13:38 UTC  (3+ messages)

KVM call for agenda for 2020-01-14
 2020-01-14 13:28 UTC  (2+ messages)

[PATCH 00/15] Replace current_machine by qdev_get_machine()
 2020-01-14 13:27 UTC  (3+ messages)
` [PATCH 06/15] migration/savevm: "

Making QEMU easier for management tools and applications
 2020-01-14 13:04 UTC  (6+ messages)

[PATCH 00/12] linux-user: Add support for real time clock and
 2020-01-14 13:09 UTC  (27+ messages)
` [PATCH 01/12] linux-user: Add support for enabling/disabling RTC features using ioctls
` [PATCH 02/12] linux-user: Add support for getting/setting RTC time and alarm "
` [PATCH 03/12] linux-user: Add support for getting/setting RTC periodic interrupt and epoch "
` [PATCH 04/12] linux-user: Add support for getting/setting RTC wakeup alarm "
` [PATCH 05/12] linux-user: Add support for getting/setting RTC PLL correction "
` [PATCH 06/12] linux-user: Add support for read/clear RTC voltage low detector "
` [PATCH 07/12] linux-user: Add support for getting alsa timer version and id
` [PATCH 08/12] linux-user: Add support for setting alsa timer enhanced read using ioctl
` [PATCH 09/12] linux-user: Add support for getting/setting specified alsa timer parameters using ioctls
` [PATCH 10/12] linux-user: Add support for selecting alsa timer using ioctl
` [PATCH 11/12] linux-user: Add support for getting/setting selected alsa timer parameters using ioctls
` [PATCH 12/12] linux-user: Add support for selected alsa timer instructions "

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

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

[PATCH v28 00/22] Add RX archtecture support
 2020-01-14 12:55 UTC  (4+ messages)
` [PATCH v28 17/22] hw/rx: RX Target hardware definition

[PATCH] block: Use a GString in bdrv_perm_names()
 2020-01-14 12:50 UTC  (3+ messages)

[PATCH] target/arm: add PMU feature to cortex-r5 and cortex-r5f
 2020-01-14 12:44 UTC  (2+ messages)

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

[PATCH v2] hw/ppc/prep: Remove the deprecated "prep" machine and the OpenHackware BIOS
 2020-01-14 11:46 UTC 

xlnx-zynqmp doesn't set psci-conduit on the R-cores
 2020-01-14 11:35 UTC  (3+ messages)

[PATCH v2] qcow2: Assert that host cluster offsets fit in L2 table entries
 2020-01-14 11:32 UTC  (2+ messages)

[PULL 00/29] Migration pull patches (second try)
 2020-01-14 11:26 UTC  (7+ messages)

[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  (8+ 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 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


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