qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-14 11:35:49 to 2019-05-14 21:04:20 UTC [more...]

[Qemu-devel] [PATCH 0/9] target/xtensa: implement options for modern cores
 2019-05-14 20:44 UTC  (5+ messages)
` [Qemu-devel] [PATCH 3/9] target/xtensa: define IDMA and gather/scatter IRQ types
` [Qemu-devel] [PATCH 6/9] target/xtensa: implement DIWBUI.P opcode
` [Qemu-devel] [PATCH 7/9] target/xtensa: implement block prefetch option opcodes
` [Qemu-devel] [PATCH 8/9] target/xtensa: update list of exception causes

[Qemu-devel] [PATCH for-4.0.1] q35: Revert to kernel irqchip
 2019-05-14 20:22 UTC  (4+ messages)

[Qemu-devel] [PATCH v2] migration/dirty-bitmaps: change bitmap enumeration method
 2019-05-14 20:19 UTC 

[Qemu-devel] [PATCH 00/13] target/arm/kvm: enable SVE in guests
 2019-05-14 20:14 UTC  (7+ messages)

[Qemu-devel] [PATCH for-4.1 v2] q35: Revert to kernel irqchip
 2019-05-14 20:14 UTC 

[Qemu-devel] [PATCH v7 00/24] Add qemu_getrandom and ARMv8.5-RNG etc
 2019-05-14 19:16 UTC  (25+ messages)
` [Qemu-devel] [PATCH v7 01/24] build: Link user-only with crypto-rng-obj-y
` [Qemu-devel] [PATCH v7 02/24] crypto: Reverse code blocks in random-platform.c
` [Qemu-devel] [PATCH v7 03/24] crypto: Do not fail for EINTR during qcrypto_random_bytes
` [Qemu-devel] [PATCH v7 04/24] crypto: Use O_CLOEXEC in qcrypto_random_init
` [Qemu-devel] [PATCH v7 05/24] crypto: Use getrandom for qcrypto_random_bytes
` [Qemu-devel] [PATCH v7 06/24] crypto: Change the qcrypto_random_bytes buffer type to void*
` [Qemu-devel] [PATCH v7 07/24] ui/vnc: Split out authentication_failed
` [Qemu-devel] [PATCH v7 08/24] ui/vnc: Use gcrypto_random_bytes for start_auth_vnc
` [Qemu-devel] [PATCH v7 09/24] util: Add qemu_guest_getrandom and associated routines
` [Qemu-devel] [PATCH v7 10/24] cpus: Initialize pseudo-random seeds for all guest cpus
` [Qemu-devel] [PATCH v7 11/24] linux-user: "
` [Qemu-devel] [PATCH v7 12/24] linux-user: Call qcrypto_random_init if not using -seed
` [Qemu-devel] [PATCH v7 13/24] linux-user: Use qemu_guest_getrandom_nofail for AT_RANDOM
` [Qemu-devel] [PATCH v7 14/24] linux-user/aarch64: Use qemu_guest_getrandom for PAUTH keys
` [Qemu-devel] [PATCH v7 15/24] linux-user: Remove srand call
` [Qemu-devel] [PATCH v7 16/24] aspeed/scu: Use qemu_guest_getrandom_nofail
` [Qemu-devel] [PATCH v7 17/24] hw/misc/nrf51_rng: "
` [Qemu-devel] [PATCH v7 18/24] hw/misc/bcm2835_rng: "
` [Qemu-devel] [PATCH v7 19/24] hw/misc/exynos4210_rng: Use qemu_guest_getrandom
` [Qemu-devel] [PATCH v7 20/24] target/arm: Put all PAC keys into a structure
` [Qemu-devel] [PATCH v7 21/24] target/arm: Implement ARMv8.5-RNG
` [Qemu-devel] [PATCH v7 22/24] target/ppc: Use qemu_guest_getrandom for DARN
` [Qemu-devel] [PATCH v7 23/24] target/ppc: Use gen_io_start/end around DARN
` [Qemu-devel] [PATCH v7 24/24] target/i386: Implement CPUID_EXT_RDRAND

[Qemu-devel] [PATCH for-4.1] q35: Revert to kernel irqchip
 2019-05-14 19:25 UTC  (2+ messages)

[Qemu-devel] [PATCH] configure: Disable slirp if --disable-system
 2019-05-14 19:15 UTC  (4+ messages)

[Qemu-devel] [PATCH v9 00/27] gdbstub: Refactor command packets handler
 2019-05-14 18:54 UTC  (5+ messages)
` [Qemu-devel] [PATCH v9 01/27] gdbstub: Add infrastructure to parse cmd packets
` [Qemu-devel] [PATCH v9 02/27] gdbstub: Implement deatch (D pkt) with new infra

[Qemu-devel] [PATCH] spapr: Allow machine to dump dtb after SLOF update
 2019-05-14 18:47 UTC  (2+ messages)
` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PULL 00/16] migration queue
 2019-05-14 18:34 UTC  (17+ messages)
` [Qemu-devel] [PULL 01/16] migration: comment VMSTATE_UNUSED*() properly
` [Qemu-devel] [PULL 02/16] migration: not necessary to check ops again
` [Qemu-devel] [PULL 03/16] migration: remove not used field xfer_limit
` [Qemu-devel] [PULL 04/16] vmstate: check subsection_found is enough
` [Qemu-devel] [PULL 05/16] migration: savevm: fix error code with migration blockers
` [Qemu-devel] [PULL 06/16] migration/colo.c: Remove redundant input parameter
` [Qemu-devel] [PULL 07/16] migration/colo.h: Remove obsolete codes
` [Qemu-devel] [PULL 08/16] qemu-option.hx: Update missed parameter for colo-compare
` [Qemu-devel] [PULL 09/16] migration/ram.c: start of migration_bitmap_sync_range is always 0
` [Qemu-devel] [PULL 10/16] migration: update comments of migration bitmap
` [Qemu-devel] [PULL 11/16] migration/savevm: remove duplicate check of migration_is_blocked
` [Qemu-devel] [PULL 12/16] migration/savevm: load_header before load_setup
` [Qemu-devel] [PULL 13/16] migration/savevm: wrap into qemu_loadvm_state_header()
` [Qemu-devel] [PULL 14/16] migration: Fix use-after-free during process exit
` [Qemu-devel] [PULL 15/16] migration/ram.c: fix typos in comments
` [Qemu-devel] [PULL 16/16] monitor: Call mon_get_cpu() only once at hmp_gva2gpa()

[Qemu-devel] [PATCH v2 0/6] Fix misuse of ctype.h functions
 2019-05-14 18:41 UTC  (12+ messages)
` [Qemu-devel] [PATCH v2 1/6] qemu-bridge-helper: Fix misuse of isspace()
` [Qemu-devel] [PATCH v2 2/6] tests/vhost-user-bridge: Fix misuse of isdigit()
` [Qemu-devel] [PATCH v2 3/6] gdbstub: Reject invalid RLE repeat counts
` [Qemu-devel] [PATCH v2 4/6] gdbstub: Fix misuse of isxdigit()
` [Qemu-devel] [PATCH v2 5/6] pc-bios/s390-ccw: Clean up harmless misuse of isdigit()
` [Qemu-devel] [PATCH v2 6/6] cutils: Simplify how parse_uint() checks for whitespace

[Qemu-devel] [PATCH v5 0/4] rng-builtin: add an RNG backend that uses qemu_guest_getrandom()
 2019-05-14 18:01 UTC  (8+ messages)
` [Qemu-devel] [PATCH v5 1/4] VirtIO-RNG: Update default entropy source to `/dev/urandom`
` [Qemu-devel] [PATCH v5 2/4] rng-builtin: add an RNG backend that uses qemu_guest_getrandom()
` [Qemu-devel] [PATCH v5 3/4] virtio-rng: Keep the default backend out of VirtIORNGConf
` [Qemu-devel] [PATCH v5 4/4] virtio-rng: change default backend to rng-builtin

[Qemu-devel] [PATCH] block: Use BDRV_REQUEST_MAX_BYTES instead of BDRV_REQUEST_MAX_SECTORS
 2019-05-14 17:55 UTC  (3+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v2 0/6] luks: Implement .bdrv_co_create
 2019-05-14 17:53 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 2/6] luks: Create block_crypto_co_create_generic()

[Qemu-devel] [PATCH v6 00/25] Add qemu_getrandom and ARMv8.5-RNG etc
 2019-05-14 17:46 UTC  (6+ messages)

[Qemu-devel] Unaligned images with O_DIRECT
 2019-05-14 17:28 UTC  (4+ messages)

[Qemu-devel] [PATCH] linux-user: Pass through nanosecond timestamp components for stat syscalls
 2019-05-14 17:25 UTC  (2+ messages)

[Qemu-devel] [RFC] hw/core/bus.c: Only the main system bus can have no parent
 2019-05-14 17:15 UTC 

[Qemu-devel] [PATCH] monitor: Call mon_get_cpu() only once at hmp_gva2gpa()
 2019-05-14 17:13 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH 00/11] semihosting cleanup and re-factor
 2019-05-14 17:00 UTC  (19+ messages)
` [Qemu-devel] [RFC PATCH 01/11] semihosting: move semihosting configuration into its own directory
` [Qemu-devel] [RFC PATCH 02/11] semihosting: introduce CONFIG_SEMIHOSTING
` [Qemu-devel] [RFC PATCH 03/11] semihosting: implement a semihosting console
` [Qemu-devel] [RFC PATCH 04/11] semihosting: enable chardev backed output for console
` [Qemu-devel] [RFC PATCH 05/11] target/arm: fixup some of the commentary for arm-semi
` [Qemu-devel] [RFC PATCH 06/11] target/arm: use the common interface for WRITE0/WRITEC in arm-semi
` [Qemu-devel] [RFC PATCH 07/11] target/arm: add LOG_UNIMP messages to arm-semi
` [Qemu-devel] [RFC PATCH 08/11] target/arm: correct return values for WRITE/READ in arm-semi
` [Qemu-devel] [RFC PATCH 09/11] target/mips: only build mips-semi for softmmu
` [Qemu-devel] [RFC PATCH 10/11] target/mips: convert UHI_plog to use common semihosting code
` [Qemu-devel] [RFC PATCH 11/11] MAINTAINERS: update for semihostings new home

[Qemu-devel] [PATCH RESEND] monitor: Fix return type of monitor_fdset_dup_fd_find
 2019-05-14 17:01 UTC  (6+ messages)
  ` [Qemu-devel] [Qemu-trivial] "

[Qemu-devel] [PULL v2 00/27] tcg: Add CPUClass::tlb_fill
 2019-05-14 16:28 UTC  (10+ messages)
` [Qemu-devel] [PULL v2 12/27] target/mips: Convert to CPUClass::tlb_fill

[Qemu-devel] [PATCH 0/2] fix qmp-cont vs migration-finish race-crash
 2019-05-14 16:20 UTC  (3+ messages)

[Qemu-devel] [PATCH v1 1/1] target/arm: Fix vector operation segfault
 2019-05-14 16:08 UTC  (3+ messages)

[Qemu-devel] [PATCH] migration/ram.c: fix typos in comments
 2019-05-14 16:16 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] cleanup savevm
 2019-05-14 15:55 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/4] migration/savevm: remove duplicate check of migration_is_blocked
` [Qemu-devel] [PATCH 2/4] migration/savevm: use migration_is_blocked to validate
` [Qemu-devel] [PATCH 3/4] migration/savevm: load_header before load_setup

[Qemu-devel] [PATCH 0/6] Fix misuse of ctype.h functions
 2019-05-14 16:03 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/6] qemu-bridge-helper: Fix misuse of isspace()

[Qemu-devel] [PATCH] migration: Fix use-after-free during process exit
 2019-05-14 16:04 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/2] introduction of version attribute for VFIO live migration
 2019-05-14 15:31 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 1/2] vfio/mdev: add version attribute for mdev device
        ` [Qemu-devel] [libvirt] "

[Qemu-devel] How do we do user input bitmap properties?
 2019-05-14 15:28 UTC  (9+ messages)

[Qemu-devel] [PATCH v4 0/3] rng-builtin: add an RNG backend that uses qemu_guest_getrandom()
 2019-05-14 15:28 UTC  (12+ messages)
` [Qemu-devel] [PATCH v4 1/3] VirtIO-RNG: Update default entropy source to `/dev/urandom`
` [Qemu-devel] [PATCH v4 2/3] rng-builtin: add an RNG backend that uses qemu_guest_getrandom()
` [Qemu-devel] [PATCH v4 3/3] virtio-rng: change default backend to rng-builtin
` [Qemu-devel] [PATCH 3.5/4] virtio-rng: Keep the default backend out of VirtIORNGConf

[Qemu-devel] [PATCH v9 0/7] virtio pmem driver
 2019-05-14 15:25 UTC  (10+ messages)
` [Qemu-devel] [PATCH v9 1/7] libnvdimm: nd_region flush callback support
` [Qemu-devel] [PATCH v9 2/7] virtio-pmem: Add virtio pmem driver
` [Qemu-devel] [PATCH v9 3/7] libnvdimm: add dax_dev sync flag
` [Qemu-devel] [PATCH v9 4/7] dm: enable synchronous dax
` [Qemu-devel] [PATCH v9 5/7] dax: check synchronous mapping is supported
` [Qemu-devel] [PATCH v9 6/7] ext4: disable map_sync for async flush
` [Qemu-devel] [PATCH v9 7/7] xfs: "

[Qemu-devel] [PATCH v2] monitor: Fix fdset_id & fd types for corresponding QMP commands
 2019-05-14 15:18 UTC 

[Qemu-devel] [PATCH v2 1/2] vfio/mdev: add version attribute for mdev device
 2019-05-14 15:01 UTC  (12+ messages)

[Qemu-devel] [PATCH v3 0/3] rng-builtin: add an RNG backend that uses qemu_guest_getrandom()
 2019-05-14 14:39 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 3/3] virtio-rng: change default backend to rng-builtin

[Qemu-devel] [PATCH] migration: update comments of migration bitmap
 2019-05-14 14:35 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/3] Cleanup migration/ram.c
 2019-05-14 14:27 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/3] migration/ram.c: start of migration_bitmap_sync_range is always 0
` [Qemu-devel] [PATCH 2/3] migration/ram.c: start of cpu_physical_memory_sync_dirty_bitmap "

[Qemu-devel] [PATCH] migration: savevm: fix error code with migration blockers
 2019-05-14 14:01 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] Optimize COLO related codes and description
 2019-05-14 14:06 UTC  (2+ messages)

[Qemu-devel] [PATCH] nvme: add Get/Set Feature Timestamp support
 2019-05-14  6:02 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH] iotest 134: test cluster-misaligned encrypted write
 2019-05-14 13:55 UTC 

[Qemu-devel] [PATCH v7 0/8] Add vhost-user-gpu
 2019-05-14 13:54 UTC  (5+ messages)
` [Qemu-devel] [PATCH v7 1/8] vhost-user: add vhost_user_gpu_set_socket()

[Qemu-devel] [PATCH v13 0/1] qcow2: cluster space preallocation
 2019-05-14 13:53 UTC  (2+ messages)
` [Qemu-devel] [PATCH v13 1/1] qcow2: skip writing zero buffers to empty COW areas

[Qemu-devel] [PATCH v2] vmstate: check subsection_found is enough
 2019-05-14 13:40 UTC  (2+ messages)

[Qemu-devel] [PATCH] migration: remove not used field xfer_limit
 2019-05-14 13:31 UTC 

[Qemu-devel] [PATCH v2 00/13] Add a 'x-blockdev-reopen' QMP command
 2019-05-14 13:05 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 13/13] qemu-iotests: Test the x-blockdev-reopen "

[Qemu-devel] [PULL 00/31] tcg: gvec improvments
 2019-05-14 12:35 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/3] Add vhost-user-input
 2019-05-14 12:33 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 1/3] libvhost-user: fix cast warnings on 32 bits
` [Qemu-devel] [PATCH v4 2/3] libvhost-user: fix -Werror=format= on ppc64

[Qemu-devel] [PATCH v7 0/9] discard blockstats
 2019-05-14 12:10 UTC  (10+ messages)
` [Qemu-devel] [PATCH v7 1/9] qapi: group BlockDeviceStats fields
` [Qemu-devel] [PATCH v7 2/9] qapi: add unmap to BlockDeviceStats
` [Qemu-devel] [PATCH v7 3/9] block: add empty account cookie type
` [Qemu-devel] [PATCH v7 4/9] ide: account UNMAP (TRIM) operations
` [Qemu-devel] [PATCH v7 5/9] scsi: store unmap offset and nb_sectors in request struct
` [Qemu-devel] [PATCH v7 6/9] scsi: move unmap error checking to the complete callback
` [Qemu-devel] [PATCH v7 7/9] scsi: account unmap operations
` [Qemu-devel] [PATCH v7 8/9] file-posix: account discard operations
` [Qemu-devel] [PATCH v7 9/9] qapi: query-blockstat: add driver specific file-posix stats

[Qemu-devel] [PATCH 0/5] Retrieving zPCI specific info from QEMU
 2019-05-14 11:49 UTC  (3+ messages)
` [Qemu-devel] [PATCH 3/5] s390: vfio_pci: Use a PCI Group structure

[Qemu-devel] [PATCH] docs: provide documentation on the POWER9 XIVE interrupt controller
 2019-05-14 11:42 UTC  (5+ messages)
` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH] migration: not necessary to check ops again
 2019-05-14 11:26 UTC 

[Qemu-devel] [PATCH v17 00/10] Add ARMv8 RAS virtualization support in QEMU
 2019-05-14 11:18 UTC  (2+ messages)
` [Qemu-devel] [PATCH v17 08/10] KVM: Move related hwpoison page functions to accel/kvm/ folder


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