qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-20 11:50:55 to 2019-11-20 18:27:40 UTC [more...]

[PATCH 0/6] qapi: Module fixes and cleanups
 2019-11-20 18:25 UTC  (4+ messages)
` [PATCH 2/6] tests/Makefile.include: Fix missing test-qapi-emit-events.[ch]
` [PATCH 4/6] qapi: Proper intermediate representation for modules
` [PATCH 6/6] qapi: Simplify QAPISchemaModularCVisitor

[PATCH] target/i386: add VMX features to named CPU models
 2019-11-20 18:16 UTC  (5+ messages)

[RFC][PATCH 0/3] IVSHMEM version 2 device for QEMU
 2019-11-20 18:15 UTC  (10+ messages)
` [RFC][PATCH 2/3] docs/specs: Add specification of ivshmem device revision 2

[PATCH for-4.2? 0/6] block: Fix resize (extending) of short overlays
 2019-11-20 18:01 UTC  (26+ messages)
` [PATCH 1/6] block: bdrv_co_do_pwrite_zeroes: 64 bit 'bytes' parameter
` [PATCH 2/6] block: truncate: Don't make backing file data visible
` [PATCH 3/6] iotests: Add qemu_io_log()
` [PATCH 4/6] iotests: Fix timeout in run_job()
` [PATCH 5/6] iotests: Support job-complete "
` [PATCH 6/6] iotests: Test committing to short backing file

[PATCH for-5.0 v5 00/23] ppc/pnv: add XIVE support for KVM guests
 2019-11-20 17:53 UTC  (11+ messages)
` [PATCH for-5.0 v5 10/23] ppc/pnv: Loop on the threads of the chip to find a matching NVT
` [PATCH for-5.0 v5 11/23] ppc/pnv: Introduce a pnv_xive_is_cpu_enabled() helper
` [PATCH for-5.0 v5 12/23] ppc/xive: Introduce a XiveFabric interface
` [PATCH for-5.0 v5 13/23] ppc/pnv: Implement the "
` [PATCH for-5.0 v5 14/23] ppc/spapr: "

[PATCH for 4.2?] tests/vm/centos: fix centos build target
 2019-11-20 17:52 UTC  (3+ messages)

qcow2 preallocation and backing files
 2019-11-20 17:49 UTC  (7+ messages)

[PATCH] pseries: disable migration-test if /dev/kvm cannot be used
 2019-11-20 17:40 UTC  (2+ messages)

[PATCH for-4.2 0/2] i386: Add new versions of Skylake/Cascadelake/Icelake without TSX
 2019-11-20 17:40 UTC  (4+ messages)
` [PATCH for-4.2 1/2] "
` [PATCH for-4.2 2/2] i386: Add -noTSX aliases for hle=off, rtm=off CPU models

[PATCH] RFC: CODING_STYLE: describe "self" variable convention
 2019-11-20 17:37 UTC  (8+ messages)

PCI memory sync question (kvm,dpdk,e1000,packet stalled)
 2019-11-20 17:36 UTC 

[PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
 2019-11-20 17:34 UTC  (21+ messages)

[PATCH] Fix incorrect int->float conversions caught by clang -Wimplicit-int-float-conversion
 2019-11-20 17:30 UTC  (4+ messages)

[PATCH v4 00/37] Clean-ups: qom-ify serial and remove QDEV_PROP_PTR
 2019-11-20 17:10 UTC  (46+ messages)
` [PATCH v4 01/37] qdev: remove unused qdev_prop_int64
` [PATCH v4 02/37] sysbus: remove unused sysbus_try_create*
` [PATCH v4 03/37] sysbus: remove outdated comment
` [PATCH v4 04/37] chardev: generate an internal id when none given
` [PATCH v4 05/37] serial-pci-multi: factor out multi_serial_get_port_count()
` [PATCH v4 06/37] serial: initial qom-ification
` [PATCH v4 07/37] serial: register vmsd with DeviceClass
` [PATCH v4 08/37] serial: add "chardev" property
` [PATCH v4 09/37] serial: add "baudbase" property
` [PATCH v4 10/37] serial: realize the serial device
` [PATCH v4 11/37] serial: replace serial_exit_core() with unrealize
` [PATCH v4 12/37] serial: start making SerialMM a sysbus device
` [PATCH v4 13/37] serial-mm: add "regshift" property
` [PATCH v4 14/37] serial-mm: add endianness property
` [PATCH v4 15/37] serial-mm: use sysbus facilities
` [PATCH v4 16/37] serial: make SerialIO a sysbus device
` [PATCH v4 17/37] mips: inline serial_init()
` [PATCH v4 18/37] mips: baudbase is 115200 by default
` [PATCH v4 19/37] mips: use sysbus_add_io()
` [PATCH v4 20/37] mips: use sysbus_mmio_get_region() instead of internal fields
` [PATCH v4 21/37] sm501: make SerialMM a child, export chardev property
` [PATCH v4 22/37] vmmouse: replace PROP_PTR with PROP_LINK
` [PATCH v4 23/37] lance: "
` [PATCH v4 24/37] etraxfs: remove PROP_PTR usage
` [PATCH v4 25/37] dp8393x: replace PROP_PTR with PROP_LINK
` [PATCH v4 26/37] leon3: use qemu_irq framework instead of callback as property
` [PATCH v4 27/37] leon3: use qdev gpio facilities for the PIL
` [PATCH v4 28/37] qdev: use g_strcmp0() instead of open-coding it
` [PATCH v4 29/37] RFC: mips/cps: fix setting saar property
` [PATCH v4 30/37] cris: improve passing PIC interrupt vector to the CPU
` [PATCH v4 31/37] smbus-eeprom: remove PROP_PTR
` [PATCH v4 32/37] omap-intc: "
` [PATCH v4 33/37] omap-i2c: "
` [PATCH v4 34/37] omap-gpio: "
` [PATCH v4 35/37] qdev: remove PROP_MEMORY_REGION
` [PATCH v4 36/37] qdev: remove QDEV_PROP_PTR
` [PATCH v4 37/37] qdev/qom: remove some TODO limitations now that PROP_PTR is gone

[PATCH v2] virtio-pci: disable vring processing when bus-mastering is disabled
 2019-11-20 16:40 UTC  (3+ messages)

[PATCH v3 0/6] Make the qemu_logfile handle thread safe
 2019-11-20 16:33 UTC  (2+ messages)

[PATCH 0/4] fix & merge block_status_above and is_allocated_above
 2019-11-20 16:24 UTC  (8+ messages)
` [PATCH 5/4] iotests: add commit top->base cases to 274

[PATCH v3 0/4] net/virtio: fixes for failover
 2019-11-20 15:56 UTC  (7+ messages)
` [PATCH v3 1/4] net/virtio: fix dev_unplug_pending
` [PATCH v3 2/4] net/virtio: return early when failover primary alread added
` [PATCH v3 3/4] net/virtio: fix re-plugging of primary device
` [PATCH v3 4/4] net/virtio: return error when device_opts arg is NULL

[RFC v5 000/126] error: auto propagated local_err
 2019-11-20 15:38 UTC  (9+ messages)
` [RFC v5 031/126] xen: introduce ERRP_AUTO_PROPAGATE

[PATCH v6 00/37] Clean-ups: qom-ify serial and remove QDEV_PROP_PTR
 2019-11-20 15:26 UTC  (2+ messages)

[PATCH v2 0/4] net/virtio: fixes for failover
 2019-11-20 15:22 UTC  (7+ messages)
` [PATCH v2 1/4] net/virtio: fix dev_unplug_pending
` [PATCH v2 2/4] net/virtio: return early when failover primary alread added
` [PATCH v2 3/4] net/virtio: avoid passing NULL to qdev_set_parent_bus
` [PATCH v2 4/4] net/virtio: return error when device_opts arg is NULL

[PATCH] pseries: fix migration-test and pxe-test
 2019-11-20 15:03 UTC  (5+ messages)

[PATCH 0/3] Some memory leak fixes
 2019-11-20 14:59 UTC  (4+ messages)

[PATCH v2] linux-user/strace: Improve output of various syscalls
 2019-11-20 14:57 UTC 

[PATCH v2] linux-user/strace: Add missing signal strings
 2019-11-20 14:55 UTC 

[PATCH] spapr: Fix VSMT mode when it is not supported by the kernel
 2019-11-20 14:28 UTC  (13+ messages)

[PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
 2019-11-20 14:21 UTC  (12+ messages)

[PATCH 00/15] s390x: Protected Virtualization support
 2019-11-20 13:43 UTC  (17+ messages)
` [PATCH 01/15] s390x: Cleanup cpu resets
` [PATCH 02/15] s390x: Beautify diag308 handling
` [PATCH 03/15] s390x: protvirt: Add diag308 subcodes 8 - 10
` [PATCH 04/15] Header sync protvirt
` [PATCH 06/15] s390x: protvirt: Support unpack facility
` [PATCH 07/15] s390x: protvirt: Handle diag 308 subcodes 0,1,3,4
` [PATCH 08/15] s390x: protvirt: KVM intercept changes
` [PATCH 10/15] s390x: protvirt: Add new VCPU reset functions
` [PATCH 11/15] RFC: s390x: Exit on vcpu reset error
` [PATCH 12/15] s390x: protvirt: Set guest IPL PSW
` [PATCH 13/15] s390x: protvirt: Move diag 308 data over SIDAD
` [PATCH 14/15] s390x: protvirt: Disable address checks for PV guest IO emulation
` [PATCH 15/15] s390x: protvirt: Handle SIGP store status correctly

[PATCH] ui/gtk: fix gettext message's charset
 2019-11-16  3:10 UTC 

[PATCH] target/i386: add support for MSR_IA32_TSX_CTRL
 2019-11-20 12:59 UTC  (2+ messages)

[PATCH v3 00/33] Clean-ups: qom-ify serial and remove QDEV_PROP_PTR
 2019-11-20 12:57 UTC  (5+ messages)
` [PATCH v3 12/33] serial: replace serial_exit_core() with unrealize
` [PATCH v3 15/33] serial-mm: add endianness property

[PATCH v16 00/14] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
 2019-11-20 12:56 UTC  (9+ messages)
` [PATCH v16 08/14] numa: Extend CLI to provide memory latency and bandwidth information
` [PATCH v16 12/14] hmat acpi: Build Memory Side Cache Information Structure(s)
` [PATCH v16 13/14] tests/numa: Add case for QMP build HMAT

[PATCH] Hexagon: Swap SIGRGMAX-1 and SIGRTMIN+1
 2019-11-20 12:54 UTC  (7+ messages)

[RFC PATCH v1 0/8] s390x/vfio-ccw: Channel Path Handling
 2019-11-20 12:50 UTC  (7+ messages)
` [RFC PATCH v1 6/8] vfio-ccw: Add support for the crw region
` [RFC PATCH v1 7/8] vfio-ccw: Refactor ccw irq handler
` [RFC PATCH v1 8/8] vfio-ccw: Add support for the CRW irq

guest / host buffer sharing 
 2019-11-20 12:13 UTC  (13+ messages)

[PATCH] vhost-user-input: use free(elem) instead of g_free(elem)
 2019-11-20 12:04 UTC  (5+ messages)

[PATCH 1/4] net/virtio: fix dev_unplug_pending
 2019-11-20 12:05 UTC  (5+ messages)
` [PATCH 3/4] net/virtio: avoid passing NULL to qdev_set_parent_bus


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