qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-29 08:51:21 to 2020-05-29 17:54:01 UTC [more...]

ia-32/ia-64 fxsave64 instruction behavior when saving mmx
 2020-05-29 17:38 UTC 

[PATCH 0/2] migration/rdma: fix nullptr-def in rdma_start_incoming_migration
 2020-05-29 17:27 UTC  (6+ messages)
` [PATCH 1/2] migration/rdma: fix potential nullptr access "
` [PATCH 2/2] migration/rdma: cleanup rdma context before g_free to avoid memleaks

[PATCH 0/2] fuzz: Skip QTest serialization
 2020-05-29 16:57 UTC  (3+ messages)
` [PATCH 1/2] fuzz: skip "
` [PATCH 2/2] fuzz: Add support for logging QTest commands

[PULL 0/5] Qcrypto next patches
 2020-05-29 17:08 UTC  (8+ messages)
` [PULL 1/5] crypto: add "none" random provider
` [PULL 2/5] crypto/secret: move main logic from 'secret' to 'secret_common'
` [PULL 3/5] crypto/linux_keyring: add 'secret_keyring' secret object
` [PULL 4/5] test-crypto-secret: add 'secret_keyring' object tests
` [PULL 5/5] crypto: Remove use of GCRYPT_VERSION macro

[PATCH] hw/display/cirrus_vga: Fix code mis-indentation
 2020-05-29 16:54 UTC 

[PULL 00/21] Vga 20200528 patches
 2020-05-29 16:47 UTC  (5+ messages)

[PATCH] or1k: Fix compilation hiccup
 2020-05-29 16:40 UTC  (3+ messages)

[PATCH v3 0/2] VMD endpoint passthrough support
 2020-05-29 16:18 UTC  (5+ messages)
` [PATCH v3 1/2] PCI: vmd: Filter resource type bits from shadow register

[PATCH] libvhost-user: advertise vring features
 2020-05-29 16:13 UTC 

[PATCH v7 00/32] Add subcluster allocation to qcow2
 2020-05-29 16:06 UTC  (10+ messages)
` [PATCH v7 28/32] qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()
` [PATCH v7 32/32] iotests: Add tests for qcow2 images with extended L2 entries

[Bug 1881231] [NEW] colo: Can not recover colo after svm failover twice
 2020-05-29 15:42 UTC  (4+ messages)
` [Bug 1881231] "

[PATCH 0/5] virtio: enable VIRTIO_F_RING_PACKED for all devices
 2020-05-29 15:28 UTC  (10+ messages)
` [PATCH 2/5] vhost: involve device backends in feature negotiation
` [PATCH 5/5] virtio: enable VIRTIO_F_RING_PACKED for all devices

[PATCH 0/3] Couple of HMAT fixes
 2020-05-29 15:25 UTC  (9+ messages)
` [PATCH 1/3] qapi: Make @associativity, @policy and @line of NumaHmatCacheOptions optional
` [PATCH 2/3] numa: Allow HMAT cache to be defined before HMAT latency/bandwidth
` [PATCH 3/3] numa: Initialize node initiator with respect to .has_cpu

GDB get wrong debug infos on TI DSP architecture extension
 2020-05-29 15:19 UTC  (5+ messages)
    `  "

[PATCH v1 01/12] configure: add --enable-tsan flag + fiber annotations for coroutine-ucontext
 2020-05-29 14:56 UTC  (13+ messages)
` [PATCH v1 02/12] cpu: convert queued work to a QSIMPLEQ
` [PATCH v1 03/12] thread: add qemu_spin_destroy
` [PATCH v1 04/12] cputlb: destroy CPUTLB with tlb_destroy
` [PATCH v1 05/12] qht: call qemu_spin_destroy for head buckets
` [PATCH v1 06/12] tcg: call qemu_spin_destroy for tb->jmp_lock
` [PATCH v1 07/12] translate-all: call qemu_spin_destroy for PageDesc
` [PATCH v1 08/12] thread: add tsan annotations to QemuSpin
` [PATCH v1 09/12] tests/docker: Added docker build support for TSan
` [PATCH v1 10/12] include/qemu: Added tsan.h for annotations
` [PATCH v1 11/12] util: Added tsan annotate for thread name

[PATCH] memory: Make 'info mtree' not display disabled regions by default
 2020-05-29 14:46 UTC  (3+ messages)

[PATCH] qemu-img: Fix doc typo for 'bitmap' subcommand
 2020-05-29 14:45 UTC 

5.1 proposed schedule
 2020-05-29 14:36 UTC  (3+ messages)

[Libguestfs] Provide NBD via Browser over Websockets
 2020-05-29 14:13 UTC  (4+ messages)

[RFC v3 0/8] vDPA support in qemu
 2020-05-29 14:22 UTC  (10+ messages)
` [RFC v3 1/8] net: introduce qemu_get_peer
` [RFC v3 2/8] vhost_net: use the function qemu_get_peer
` [RFC v3 3/8] virtio-bus: introduce queue_enabled method
` [RFC v3 4/8] virtio-pci: implement "
` [RFC v3 5/8] vhost: introduce vhost_set_vring_ready method
` [RFC v3 6/8] vhost-backend: export the vhost backend helper
` [RFC v3 7/8] vhost-vdpa: introduce vhost-vdpa backend
` [RFC v3 8/8] vhost-vdpa: introduce vhost-vdpa net client

[PATCH v2 00/58] qdev: Rework how we plug into the parent bus
 2020-05-29 13:48 UTC  (60+ messages)
` [PATCH v2 01/58] qdev: Rename qbus_realize() to qbus_init()
` [PATCH v2 02/58] Revert "hw/prep: realize the PCI root bus as part of the prep init"
` [PATCH v2 03/58] Revert "hw/versatile: realize the PCI root bus as part of the versatile init"
` [PATCH v2 04/58] qdev: New qdev_new(), qdev_realize(), etc
` [PATCH v2 05/58] qdev: Put qdev_new() to use with Coccinelle
` [PATCH v2 06/58] qdev: Convert to qbus_realize(), qbus_unrealize()
` [PATCH v2 07/58] qdev: Convert to qdev_unrealize() with Coccinelle
` [PATCH v2 08/58] qdev: Convert to qdev_unrealize() manually
` [PATCH v2 09/58] qdev: Convert uses of qdev_create() with Coccinelle
` [PATCH v2 10/58] qdev: Convert uses of qdev_create() manually
` [PATCH v2 11/58] qdev: Convert uses of qdev_set_parent_bus() with Coccinelle
` [PATCH v2 12/58] qdev: Convert uses of qdev_set_parent_bus() manually
` [PATCH v2 13/58] pci: New pci_new(), pci_realize_and_unref() etc
` [PATCH v2 14/58] hw/ppc: Eliminate two superfluous QOM casts
` [PATCH v2 15/58] pci: Convert uses of pci_create() etc. with Coccinelle
` [PATCH v2 16/58] pci: Convert uses of pci_create() etc. manually
` [PATCH v2 17/58] pci: pci_create(), pci_create_multifunction() are now unused, drop
` [PATCH v2 18/58] isa: New isa_new(), isa_realize_and_unref() etc
` [PATCH v2 19/58] isa: Convert uses of isa_create() with Coccinelle
` [PATCH v2 20/58] isa: Convert uses of isa_create(), isa_try_create() manually
` [PATCH v2 21/58] isa: isa_create(), isa_try_create() are now unused, drop
` [PATCH v2 22/58] ssi: ssi_auto_connect_slaves() never does anything, drop
` [PATCH v2 23/58] ssi: Convert uses of ssi_create_slave_no_init() with Coccinelle
` [PATCH v2 24/58] ssi: Convert last use of ssi_create_slave_no_init() manually
` [PATCH v2 25/58] ssi: ssi_create_slave_no_init() is now unused, drop
` [PATCH v2 26/58] usb: New usb_new(), usb_realize_and_unref()
` [PATCH v2 27/58] usb: Convert uses of usb_create()
` [PATCH v2 28/58] usb: usb_create() is now unused, drop
` [PATCH v2 29/58] usb: Eliminate usb_try_create_simple()
` [PATCH v2 30/58] qdev: qdev_create(), qdev_try_create() are now unused, drop
` [PATCH v2 31/58] auxbus: Rename aux_init_bus() to aux_bus_init()
` [PATCH v2 32/58] auxbus: New aux_bus_realize(), pairing with aux_bus_init()
` [PATCH v2 33/58] auxbus: Convert a use of qdev_set_parent_bus()
` [PATCH v2 34/58] auxbus: Eliminate aux_create_slave()
` [PATCH v2 35/58] qom: Tidy up a few object_initialize_child() calls
` [PATCH v2 36/58] qom: Less verbose object_initialize_child()
` [PATCH v2 37/58] macio: Convert use of qdev_set_parent_bus()
` [PATCH v2 38/58] macio: Eliminate macio_init_child_obj()
` [PATCH v2 39/58] sysbus: Drop useless OBJECT() in sysbus_init_child_obj() calls
` [PATCH v2 40/58] microbit: Tidy up sysbus_init_child_obj() @child argument
` [PATCH v2 41/58] sysbus: Tidy up sysbus_init_child_obj()'s @childsize arg, part 1
` [PATCH v2 42/58] hw/arm/armsse: Pass correct child size to sysbus_init_child_obj()
` [PATCH v2 43/58] sysbus: Tidy up sysbus_init_child_obj()'s @childsize arg, part 2
` [PATCH v2 44/58] sysbus: New sysbus_realize(), sysbus_realize_and_unref()
` [PATCH v2 45/58] sysbus: Convert to sysbus_realize() etc. with Coccinelle
` [PATCH v2 46/58] qdev: Drop qdev_realize() support for null bus
` [PATCH v2 47/58] sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1
` [PATCH v2 48/58] sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2
` [PATCH v2 49/58] sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 3
` [PATCH v2 50/58] sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 4
` [PATCH v2 51/58] sysbus: sysbus_init_child_obj() is now unused, drop
` [PATCH v2 52/58] microbit: Eliminate two local variables in microbit_init()
` [PATCH v2 53/58] s390x/event-facility: Simplify creation of SCLP event devices
` [PATCH v2 54/58] qdev: Make qdev_realize() support bus-less devices
` [PATCH v2 55/58] qdev: Use qdev_realize() in qdev_device_add()
` [PATCH v2 56/58] qdev: Convert bus-less devices to qdev_realize() with Coccinelle
` [PATCH v2 57/58] qdev: qdev_init_nofail() is now unused, drop
` [PATCH v2 58/58] MAINTAINERS: Make section QOM cover hw/core/*bus.c as well

[PATCH 50/55] s390x/event-facility: Simplify creation of SCLP event devices
 2020-05-29 13:45 UTC  (4+ messages)

[PATCH v1 12/12] docs: Added details on TSan to testing.rst
 2020-05-29 13:24 UTC 

[PATCH 0/2] hw/arm/pxa2xx: Logging cleanups
 2020-05-29 13:25 UTC  (2+ messages)

[PATCH v1 00/12] Add Thread Sanitizer support to QEMU
 2020-05-29 13:21 UTC 

Qemu Help
 2020-05-29 12:42 UTC 

[PATCH] ssi/imx_spi: Removed unnecessary cast and fixed condition in while statement
 2020-05-29 13:03 UTC  (3+ messages)
` [PATCH 0/2] hw/ssi/imx_spi: 2 Fixes to flush txfifo function in imx_spi

[PATCH] virtio-pci: fix queue_enable write
 2020-05-29 13:00 UTC  (2+ messages)

[PULL v3 0/7] bitmaps patches for 2020-05-18
 2020-05-29 12:34 UTC  (3+ messages)
` [PULL v3 7/7] qemu-img: Add bitmap sub-command

another tst-arm-mte bug: qemu-system segfaults
 2020-05-29 12:04 UTC 

[PATCH 00/55] qdev: Rework how we plug into the parent bus
 2020-05-29 12:22 UTC  (7+ messages)
` [PATCH 03/55] qdev: New qdev_new(), qdev_realize(), etc

[PATCH v2 00/22] Fix error handling during bitmap postcopy
 2020-05-29 12:16 UTC  (6+ messages)
` [PATCH v2 18/22] python/qemu/machine: add kill() method

[PATCH v7 0/5] fw_cfg: Add FW_CFG_DATA_GENERATOR; crypto: Add tls-cipher-suites
 2020-05-29 12:08 UTC  (13+ messages)
` [PATCH v7 1/5] hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interface
` [PATCH v7 2/5] softmmu/vl: Let -fw_cfg option take a 'gen_id' argument
` [RFC PATCH v7 3/5] softmmu/vl: Allow -fw_cfg 'gen_id' option to use the 'etc/' namespace
` [PATCH v7 4/5] crypto: Add tls-cipher-suites object

[PULL v3 00/11] bitmaps patches for 2020-05-26
 2020-05-29 12:01 UTC  (4+ messages)

[Bug 1872790] [NEW] empty qcow2
 2020-05-29 11:52 UTC  (3+ messages)
` [Bug 1872790] "

[PATCH v5 0/5] RISC-V multi-socket support
 2020-05-29 11:46 UTC  (6+ messages)
` [PATCH v5 1/5] hw/riscv: Allow creating multiple instances of CLINT
` [PATCH v5 2/5] hw/riscv: Allow creating multiple instances of PLIC
` [PATCH v5 3/5] hw/riscv: Add helpers for RISC-V multi-socket NUMA machines
` [PATCH v5 4/5] hw/riscv: spike: Allow creating multiple NUMA sockets
` [PATCH v5 5/5] hw/riscv: virt: "

[PATCH] usb-host: workaround libusb bug
 2020-05-29 11:43 UTC  (2+ messages)

[PATCH v5 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
 2020-05-29 11:27 UTC  (3+ messages)
` [PATCH v5 1/2] target/arm: kvm: Handle "
` [PATCH v5 2/2] target/arm: kvm: Handle misconfigured dabt injection

[PATCH Kernel v22 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-29 11:12 UTC  (10+ messages)

[PATCH v8 0/8] block: enhance handling of size-related BlockConf properties
 2020-05-29 10:56 UTC  (4+ messages)
` [PATCH v8 2/8] block: consolidate blocksize properties consistency checks

[Qemu-devel PATCH] target/i386: define a new MSR based feature word - FEAT_PERF_CAPABILITIES
 2020-05-29 10:23 UTC  (2+ messages)

[RFC v4 0/4] QEMU cpus.c refactoring
 2020-05-29 10:10 UTC  (5+ messages)
` [RFC v4 1/4] softmmu: move softmmu only files from root
` [RFC v4 2/4] cpu-throttle: new module, extracted from cpus.c
` [RFC v4 3/4] cpu-timers, icount: new modules
` [RFC v4 4/4] cpus: extract out accel-specific code to each accel

[Bug 1881249] [NEW] CPU fetch from unpopulated ROM on reset
 2020-05-29 10:00 UTC  (2+ messages)
` [Bug 1881249] "

[PATCH v7 00/14] LUKS: encryption slot management using amend interface
 2020-05-29  9:59 UTC  (2+ messages)

[PATCH v4 0/4] RISC-V multi-socket support
 2020-05-29  9:55 UTC  (4+ messages)
` [PATCH v4 2/4] hw/riscv: spike: Allow creating multiple NUMA sockets

[PATCH v4 0/6] scripts: More Python fixes
 2020-05-29  9:40 UTC  (2+ messages)

[PATCH 0/8] decodetree: Add non-overlapping groups
 2020-05-29  9:35 UTC  (3+ messages)
` [PATCH 1/8] decodetree: Remove python 3.4 check

[PATCH] python: remove more instances of sys.version_info
 2020-05-29  9:34 UTC  (2+ messages)

[PATCH v2 00/11] Record/replay acceptance tests
 2020-05-29  9:20 UTC  (7+ messages)
` [PATCH v2 04/11] tests/acceptance: add kernel record/replay test for x86_64

[RFC v2 00/18] Refactor configuration of guest memory protection
 2020-05-29  9:16 UTC  (15+ messages)
` [RFC v2 01/18] target/i386: sev: Remove unused QSevGuestInfoClass
` [RFC v2 02/18] target/i386: sev: Move local structure definitions into .c file
` [RFC v2 03/18] target/i386: sev: Rename QSevGuestInfo
` [RFC v2 04/18] target/i386: sev: Embed SEVState in SevGuestState
` [RFC v2 06/18] target/i386: sev: Remove redundant cbitpos and reduced_phys_bits fields
` [RFC v2 09/18] target/i386: sev: Unify SEVState and SevGuestState
` [RFC v2 16/18] guest memory protection: Add Error ** to GuestMemoryProtection::kvm_init

[PATCH 0/1] hw/net: Added basic IPv6 fragmentation. Fixed IPv6 payload length. Fixed CSO for IPv6
 2020-05-29  9:11 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/2] HMP: qom-get and set
 2020-05-29  9:07 UTC  (8+ messages)
` [PATCH 2/2] hmp: Simplify qom_set

[PATCH 0/2] linux-user: Load a vdso for x86_64
 2020-05-29  8:58 UTC  (6+ messages)


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