QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-05 21:24:51 to 2020-10-06 13:05:13 UTC [more...]

[PATCH v2 0/9] meson: Move the creation of the library to the main meson.build
 2020-10-06 12:56 UTC  (6+ messages)
` [PATCH v2 1/9] meson.build: Add comments to clarify code organization
` [PATCH v2 4/9] chardev: Move the creation of the library to the main meson.build
` [PATCH v2 6/9] io: "
` [PATCH v2 7/9] crypto: "
` [PATCH v2 8/9] authz: "

[PATCH v7 00/13] Fix scsi devices plug/unplug races w.r.t virtio-scsi iothread
 2020-10-06 12:56 UTC  (15+ messages)
` [PATCH v7 01/13] qtest: rename qtest_qmp_receive to qtest_qmp_receive_dict
` [PATCH v7 02/13] qtest: Reintroduce qtest_qmp_receive
` [PATCH v7 03/13] qtest: switch users back to qtest_qmp_receive
` [PATCH v7 04/13] qdev: add "check if address free" callback for buses
` [PATCH v7 05/13] scsi: switch to bus->check_address
` [PATCH v7 06/13] scsi/scsi_bus: switch search direction in scsi_device_find
` [PATCH v7 07/13] device_core: use drain_call_rcu in in qmp_device_add
` [PATCH v7 08/13] device-core: use RCU for list of children of a bus
` [PATCH v7 09/13] device-core: use atomic_set on .realized property
` [PATCH v7 10/13] scsi/scsi-bus: scsi_device_find: don't return unrealized devices
` [PATCH v7 11/13] scsi/scsi_bus: Add scsi_device_get
` [PATCH v7 12/13] virtio-scsi: use scsi_device_get
` [PATCH v7 13/13] scsi/scsi_bus: fix races in REPORT LUNS

[PATCH v2 0/1] qom: Fix missing interface in qemu-storage-daemon
 2020-10-06 12:55 UTC  (8+ messages)
` [PATCH v2 1/1] hw/nvram: Always register FW_CFG_DATA_GENERATOR_INTERFACE

[PATCH 00/10] meson: Move the creation of the library to the main meson.build
 2020-10-06 12:48 UTC  (18+ messages)
` [RFC PATCH 01/10] migration: Only add migration files to the Meson sourceset
` [PATCH 02/10] meson.build: Add comments to clarify code organization
` [PATCH 03/10] meson.build: Sort sourcesets alphabetically
` [PATCH 04/10] hw/core: Move the creation of the library to the main meson.build
` [PATCH 05/10] chardev: "
` [PATCH 06/10] migration: "
` [PATCH 07/10] io: "
` [PATCH 08/10] crypto: "
` [PATCH 09/10] authz: "
` [PATCH 10/10] qom: "

[PATCH 0/3] docs: Include QTest protocol and libqtest API on documentation
 2020-10-06 12:42 UTC  (2+ messages)

[RFC PATCH 00/21] contrib/gitdm: Add more companies entries
 2020-10-06 12:41 UTC  (12+ messages)
` [RFC PATCH 08/21] contrib/gitdm: Add Mentor Graphics to the domain map
` [RFC PATCH 09/21] contrib/gitdm: Add Nutanix "

[PULL v2 00/17] Block patches
 2020-10-06 12:18 UTC  (2+ messages)

[PATCH v5 0/7] Enable plugin support on msys2/mingw
 2020-10-06 12:09 UTC  (8+ messages)
` [PATCH v5 1/7] plugins: Fixes a issue when dlsym failed, the handle not closed
` [PATCH v5 2/7] plugin: Fixes compiling errors on msys2/mingw
` [PATCH v5 3/7] plugin: getting qemu_plugin_get_hwaddr only expose one function prototype
` [PATCH v5 4/7] plugin: Fixes typo in qemu-plugin.h
` [PATCH v5 5/7] plugin: Getting qemu-plugin works under win32
` [PATCH v5 6/7] plugin: Getting qemu-plugin.h can be included in multiple source file
` [PATCH v5 7/7] cirrus: Enable plugin in cirrus for windows

[PATCH v3 0/6] Enable plugin support on msys2/mingw
 2020-10-06 12:08 UTC  (5+ messages)
` [PATCH v3 6/6] plugin: Getting qemu-plugin works under win32

[PATCH v5] scripts: Convert qemu-version.sh to qemu-version.py
 2020-10-06 11:58 UTC  (4+ messages)

[PATCH v3] scripts: Convert qemu-version.sh to qemu-version.py
 2020-10-06 11:57 UTC  (5+ messages)

[PATCH v5 00/36] qapi: static typing conversion, pt1
 2020-10-06 11:51 UTC  (17+ messages)
` [PATCH v5 02/36] qapi: modify docstrings to be sphinx-compatible
` [PATCH v5 03/36] qapi-gen: Separate arg-parsing from generation
` [PATCH v5 05/36] qapi: Prefer explicit relative imports
` [PATCH v5 06/36] qapi: Remove wildcard includes
` [PATCH v5 13/36] qapi/common.py: Replace one-letter 'c' variable
` [PATCH v5 26/36] qapi/gen.py: Fix edge-case of _is_user_module
` [PATCH v5 35/36] qapi/visit.py: remove unused parameters from gen_visit_object

[PATCH v2 0/3] docs: add qemu-storage-daemon documentation
 2020-10-06 11:20 UTC  (8+ messages)
` [PATCH v2 1/3] docs: generate qemu-storage-daemon-qmp-ref(7) man page
` [PATCH v2 2/3] docs: add qemu-storage-daemon(1) "
` [PATCH v2 3/3] MAINTAINERS: add Kevin Wolf as storage daemon maintainer

[PATCH v4] scripts: Convert qemu-version.sh to qemu-version.py
 2020-10-06 11:19 UTC 

[PATCH] virtiofsd: avoid /proc/self/fd tempdir
 2020-10-06 11:03 UTC  (2+ messages)

[PATCH] vhost: Ignore vrings in dirty log when using a vIOMMU
 2020-10-06 10:49 UTC  (6+ messages)

[Qemu-devel] [Bug 1772165] [NEW] qemu-system-arm: -device usb-host, bus=001, vendorid=0x04f2, productid=0x0111: Bus '001' not found
 2020-10-06 10:35 UTC  (11+ messages)
` [Bug 1772165] Re: arm raspi2/raspi3 emulation has no USB support

[PATCH v4 0/4] pc-bios: s390x: Cleanup part 2
 2020-10-06 10:20 UTC  (6+ messages)
` [PATCH v4 1/4] pc-bios: s390x: Fix bootmap.c zipl component entry data handling
` [PATCH v4 2/4] pc-bios: s390x: Save PSW rework
` [PATCH v4 3/4] pc-bios: s390x: Use reset PSW if avaliable
` [PATCH v4 4/4] pc-bios: s390x: Go into disabled wait when encountering a PGM exception

[PATCH] version.texi.in: remove
 2020-10-06 10:20 UTC 

[Bug 1880066] [NEW] Microphone input dies in guest when switching evdev input
 2020-10-06 10:06 UTC  (2+ messages)
` [Bug 1880066] "

[PATCH v2] hw/arm: Restrict APEI tables generation to the 'virt' machine
 2020-10-06 10:05 UTC  (2+ messages)

[RFC 0/1] tools/virtiofsd: don't create temporary directory in /
 2020-10-06 10:00 UTC  (3+ messages)
` [RFC 1/1] tools/virtiofsd: create temporary directory in /tmp

[PATCH v2 0/9] microvm: add usb support
 2020-10-06 10:03 UTC  (3+ messages)
` [PATCH v2 4/9] "

[PATCH 0/2] Move more code to softmmu/
 2020-10-06 10:02 UTC  (9+ messages)
` [PATCH 1/2] softmmu: move more files "
` [PATCH 2/2] exec: split out non-softmmu-specific parts

Emulate Rpi with QEMU fails
 2020-10-06  9:58 UTC  (9+ messages)

QEMU API cleanup initiative - Let's chat during the KVM call
 2020-10-06  9:53 UTC  (7+ messages)

[RFC PATCH 0/3] qom: Fix missing interface in qemu-storage-daemon
 2020-10-06  9:50 UTC  (5+ messages)
` [RFC PATCH 1/3] qom: Always register FW_CFG_DATA_GENERATOR_INTERFACE

[PATCH] vhost-user: add separate memslot counter for vhost-user
 2020-10-06  9:48 UTC  (2+ messages)

[PULL 0/5] fw_cfg/crypto patches for 5.1 soft freeze
 2020-10-06  9:26 UTC  (7+ messages)
` [PULL 5/5] crypto/tls-cipher-suites: Produce fw_cfg consumable blob

[PATCH v2 00/15] raspi: add the bcm2835 cprman clock manager
 2020-10-06  9:10 UTC  (11+ messages)
` [PATCH v2 03/15] hw/core/clock: add the clock_new helper function
` [PATCH v2 09/15] hw/misc/bcm2835_cprman: implement PLL channels behaviour
` [PATCH v2 10/15] hw/misc/bcm2835_cprman: add a clock mux skeleton implementation
` [PATCH v2 11/15] hw/misc/bcm2835_cprman: implement clock mux behaviour
` [PATCH v2 15/15] hw/arm/bcm2835_peripherals: connect the UART clock

[PATCH v2 0/3] qga: add command guest-get-disk
 2020-10-06  8:54 UTC  (8+ messages)
` [PATCH v2 1/3] qga: add command guest-get-disks
` [PATCH v2 2/3] qga: add implementation of guest-get-disks for Linux

[PATCH v2] scripts: Convert qemu-version.sh to qemu-version.py
 2020-10-06  7:42 UTC  (3+ messages)

[PULL 00/37] Build system + accel + record/replay patches for 2020-10-06
 2020-10-06  7:29 UTC  (38+ messages)
` [PULL 01/37] cpu-timers, icount: new modules
` [PULL 02/37] icount: rename functions to be consistent with the module name
` [PULL 03/37] cpus: prepare new CpusAccel cpu accelerator interface
` [PULL 04/37] cpus: extract out TCG-specific code to accel/tcg
` [PULL 05/37] cpus: extract out qtest-specific code to accel/qtest
` [PULL 06/37] cpus: extract out kvm-specific code to accel/kvm
` [PULL 07/37] cpus: extract out hax-specific code to target/i386/
` [PULL 08/37] cpus: extract out whpx-specific "
` [PULL 09/37] cpus: extract out hvf-specific code to target/i386/hvf/
` [PULL 10/37] cpus: cleanup now unneeded includes
` [PULL 11/37] cpus: remove checks for non-NULL cpus_accel
` [PULL 12/37] cpus: add handle_interrupt to the CpusAccel interface
` [PULL 13/37] hvf: remove hvf specific functions from global includes
` [PULL 14/37] whpx: remove whpx "
` [PULL 15/37] hax: remove hax "
` [PULL 16/37] kvm: remove kvm "
` [PULL 17/37] kvm: kvm_init_vcpu take Error pointer
` [PULL 18/37] accel/tcg: use current_machine as it is always set for softmmu
` [PULL 19/37] slirp: Convert Makefile bits to meson bits
` [PULL 20/37] dtc: "
` [PULL 21/37] configure: do not clobber environment CFLAGS/CXXFLAGS/LDFLAGS
` [PULL 22/37] configure: consistently pass CFLAGS/CXXFLAGS/LDFLAGS to meson
` [PULL 23/37] configure: don't enable ASLR for --enable-debug Windows builds
` [PULL 24/37] replay: don't record interrupt poll
` [PULL 25/37] replay: provide an accessor for rr filename
` [PULL 26/37] qcow2: introduce icount field for snapshots
` [PULL 27/37] migration: "
` [PULL 28/37] qapi: introduce replay.json for record/replay-related stuff
` [PULL 29/37] replay: introduce info hmp/qmp command
` [PULL 30/37] replay: introduce breakpoint at the specified step
` [PULL 31/37] replay: implement replay-seek command
` [PULL 32/37] replay: flush rr queue before loading the vmstate
` [PULL 33/37] gdbstub: add reverse step support in replay mode
` [PULL 34/37] gdbstub: add reverse continue "
` [PULL 35/37] replay: describe reverse debugging in docs/replay.txt
` [PULL 36/37] replay: create temporary snapshot at debugger connection
` [PULL 37/37] tests/acceptance: add reverse debugging test

[PATCH] target/i386: avoid theoretical leak on MCE injection
 2020-10-06  7:48 UTC 

[RFC PATCH v3 0/7] Use ACPI PCI hot-plug for Q35
 2020-10-06  6:44 UTC  (6+ messages)

[PATCH v8 00/14] monitor: Optionally run handlers in coroutines
 2020-10-06  6:29 UTC  (2+ messages)

[PATCH] qom: fix objects with improper parent type
 2020-10-06  5:55 UTC  (2+ messages)

[RFC PATCH 0/2] contrib/gitdm: Add more academic contributors
 2020-10-06  4:23 UTC  (8+ messages)
` [RFC PATCH 2/2] contrib/gitdm: Add more academic domains
    `  "

[PATCH 0/9] nvme qemu cleanups and fixes
 2020-10-06  1:57 UTC  (5+ messages)
` [PATCH 1/9] hw/block/nvme: remove pointless rw indirection
` [PATCH 3/9] hw/block/nvme: support per-namespace smart log

[PATCH v5 00/14] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-10-05 23:08 UTC  (6+ messages)
` [PATCH v5 09/14] hw/block/nvme: Support "

[PATCH 1/2] hw/misc: add an EMC141{3,4} device model
 2020-10-05 22:55 UTC  (3+ messages)
` [PATCH 2/2] aspeed: Add support for the g220a-bmc board

[PATCH 0/5] Support RISC-V migration
 2020-10-05 22:10 UTC  (6+ messages)
` [PATCH 2/5] target/riscv: Add PMP state description
` [PATCH 3/5] target/riscv: Add H extention "

[PULL 00/21] machine + QOM queue, 2020-10-05
 2020-10-05 21:10 UTC  (4+ messages)
` [PULL 15/21] docs/devel/qom: Remove usage of <code>
` [PULL 16/21] docs/devel/qom: Avoid long lines
` [PULL 21/21] kernel-doc: Remove $decl_type='type name' hack


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 read-only IMAP folder(s) and NNTP newsgroup(s).