qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-03 15:33:36 to 2018-12-04 00:23:57 UTC [more...]

[Qemu-devel] [for-4.0 PATCH v2 0/9] pcie: Enhanced link speed and width support
 2018-12-04  0:18 UTC  (11+ messages)
` [Qemu-devel] [for-4.0 PATCH v2 1/9] pcie: Create enums for link speed and width
` [Qemu-devel] [for-4.0 PATCH v2 2/9] pci: Sync PCIe downstream port LNKSTA on read
` [Qemu-devel] [for-4.0 PATCH v2 3/9] qapi: Define PCIe link speed and width properties
` [Qemu-devel] [for-4.0 PATCH v2 4/9] pcie: Add link speed and width fields to PCIESlot
` [Qemu-devel] [for-4.0 PATCH v2 5/9] pcie: Fill PCIESlot link fields to support higher speeds and widths
` [Qemu-devel] [for-4.0 PATCH v2 6/9] pcie: Allow generic PCIe root port to specify link speed and width
` [Qemu-devel] [for-4.0 PATCH v2 7/9] vfio/pci: Remove PCIe Link Status emulation
` [Qemu-devel] [for-4.0 PATCH v2 8/9] q35/440fx/arm/spapr: Add QEMU 4.0 machine type
` [Qemu-devel] [for-4.0 PATCH v2 9/9] pcie: Fast PCIe root ports for new machines

[Qemu-devel] [Bug 1806114] [NEW] Reading sectors from floppy with BIOS INT 13h is broken
 2018-12-04  0:01 UTC  (6+ messages)
` [Qemu-devel] [Bug 1806114] "

[Qemu-devel] [PATCH v8 00/13] More fully implement ARM PMUv3
 2018-12-03 22:57 UTC  (9+ messages)
` [Qemu-devel] [PATCH v8 07/13] target-arm: Make PMCEID[01]_EL0 64 bit registers, add PMCEID[23]
` [Qemu-devel] [PATCH v8 08/13] target/arm: Add array for supported PMU events, generate PMCEID[01]_EL0

[Qemu-devel] [PATCH for-4.0 0/5] tcg/i386: Improve guest_base handling
 2018-12-03 22:28 UTC  (9+ messages)
` [Qemu-devel] [PATCH for-4.0 1/5] tcg/i386: Propagate is64 to tcg_out_qemu_ld_direct
` [Qemu-devel] [PATCH for-4.0 2/5] tcg/i386: Implement INDEX_op_extr{lh}_i64_i32 for 32-bit guests
` [Qemu-devel] [PATCH for-4.0 3/5] tcg/i386: Assume 32-bit values are zero-extended
` [Qemu-devel] [PATCH for-4.0 4/5] tcg/i386: Precompute all guest_base parameters
` [Qemu-devel] [PATCH for-4.0 5/5] tcg/i386: Add setup_guest_base_seg for FreeBSD

[Qemu-devel] [PATCH v2 0/3] qapi: return ShutdownCause for events
 2018-12-03 21:38 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 1/3] qapi: Turn ShutdownCause into QAPI enum
` [Qemu-devel] [PATCH v2 2/3] qapi: Add reason to SHUTDOWN and RESET events
` [Qemu-devel] [PATCH v2 3/3] qapi: Split host-qmp into quit and system-reset

[Qemu-devel] [PATCH v3 00/16] Fix/add vmstate handling in some I2C code
 2018-12-03 21:19 UTC  (7+ messages)
` [Qemu-devel] [PATCH v3 15/16] hw/i2c/smbus_eeprom: Create at most SMBUS_EEPROM_MAX EEPROMs on a SMBus

[Qemu-devel] [PATCH for-4.0 00/71] qtest: qgraph driver framework
 2018-12-03 21:10 UTC  (74+ messages)
` [Qemu-devel] [PATCH 01/71] vhost-net: move stubs to a separate file
` [Qemu-devel] [PATCH 02/71] vhost-net-user: add stubs for when no virtio-net device is present
` [Qemu-devel] [PATCH 03/71] vhost: restrict Linux dependency to kernel vhost
` [Qemu-devel] [PATCH 04/71] vhost-net: compile it on all targets that have virtio-net
` [Qemu-devel] [PATCH 05/71] vhost-net: revamp configure logic
` [Qemu-devel] [PATCH 06/71] vhost-user-test: use g_cond_broadcast
` [Qemu-devel] [PATCH 07/71] vhost-user-test: signal data_cond when s->rings changes
` [Qemu-devel] [PATCH 08/71] vhost-user: support cross-endian vnet headers
` [Qemu-devel] [PATCH 09/71] vhost-user-test: support VHOST_USER_PROTOCOL_F_CROSS_ENDIAN
` [Qemu-devel] [PATCH 10/71] vhost-user-test: skip if there is no memory at address 0
` [Qemu-devel] [PATCH 11/71] vhost-user-test: reduce usage of global_qtest
` [Qemu-devel] [PATCH 12/71] vhost-user-test: create a main loop per TestServer
` [Qemu-devel] [PATCH 13/71] vhost-user-test: small changes to init_hugepagefs
` [Qemu-devel] [PATCH 14/71] vhost-user-test: create a temporary directory per TestServer
` [Qemu-devel] [PATCH 15/71] tests/libqos: introduce virtio_start_device
` [Qemu-devel] [PATCH 16/71] tests/libqos: rename qpci_init_pc and qpci_init_spapr functions
` [Qemu-devel] [PATCH 17/71] tests: remove rule for nonexisting qdev-monitor-test
` [Qemu-devel] [PATCH 18/71] tests/libqos: embed allocators instead of malloc-ing them
` [Qemu-devel] [PATCH 19/71] tests: qgraph API for the qtest driver framework
` [Qemu-devel] [PATCH 20/71] tests/libqos: pci-pc driver and interface nodes
` [Qemu-devel] [PATCH 21/71] tests/libqos: x86_64/pc machine node
` [Qemu-devel] [PATCH 22/71] tests/libqos: sdhci driver and interface nodes
` [Qemu-devel] [PATCH 23/71] tests/libqos: arm/raspi2 machine node
` [Qemu-devel] [PATCH 24/71] tests/libqos: arm/smdkc210 "
` [Qemu-devel] [PATCH 25/71] tests/libqos: arm/sabrelite "
` [Qemu-devel] [PATCH 26/71] tests/libqos: arm/xilinx-zynq-a9 "
` [Qemu-devel] [PATCH 27/71] tests/libqos: aarch64/xlnx-zcu102 "
` [Qemu-devel] [PATCH 28/71] qos-test: sdhci test node
` [Qemu-devel] [PATCH 29/71] tests/qgraph: add generic PCI testcases
` [Qemu-devel] [PATCH 30/71] tests/libqos: pci-spapr driver and interface nodes
` [Qemu-devel] [PATCH 31/71] tests/qgraph: ppc64/pseries machine node
` [Qemu-devel] [PATCH 32/71] tests/libqos: has_buggy_msi flag
` [Qemu-devel] [PATCH 33/71] tests/libqos: e1000e driver and interface nodes
` [Qemu-devel] [PATCH 34/71] qos-test: e1000e test node
` [Qemu-devel] [PATCH 35/71] tests/libqos: virtio-pci driver and interface nodes
` [Qemu-devel] [PATCH 36/71] tests/libqos: remove global_qtest from virtio endianness checks
` [Qemu-devel] [PATCH 37/71] tests/libqos: virtio-mmio driver and interface nodes
` [Qemu-devel] [PATCH 38/71] tests/libqos: arm/virt machine node
` [Qemu-devel] [PATCH 39/71] tests/qgraph: add generic virtio testcases
` [Qemu-devel] [PATCH 40/71] tests/libqos: virtio-serial driver and interface nodes
` [Qemu-devel] [PATCH 41/71] qos-test: virtio-console and virtio-serial test node
` [Qemu-devel] [PATCH 42/71] tests/libqos: virtio-9p driver and interface nodes
` [Qemu-devel] [PATCH 43/71] qos-test: virtio-9p test node
` [Qemu-devel] [PATCH 44/71] tests/libqos: virtio-balloon driver and interface nodes
` [Qemu-devel] [PATCH 45/71] tests/qgraph: remove virtio-balloon-test
` [Qemu-devel] [PATCH 46/71] tests/libqos: virtio-rng driver and interface nodes
` [Qemu-devel] [PATCH 47/71] qos-test: virtio-rng test node
` [Qemu-devel] [PATCH 48/71] tests/libqos: virtio-blk driver and interface nodes
` [Qemu-devel] [PATCH 49/71] qos-test: virtio-blk test node
` [Qemu-devel] [PATCH 50/71] tests/libqos: virtio-net driver and interface nodes
` [Qemu-devel] [PATCH 51/71] qos-test: virtio-net test node
` [Qemu-devel] [PATCH 52/71] tests/libqos: support multiqueue for virtio-net
` [Qemu-devel] [PATCH 53/71] vhost-user-test: always use 256 MiB of guest memory
` [Qemu-devel] [PATCH 54/71] qos-test: vhost-user test node
` [Qemu-devel] [PATCH 55/71] tests/libqos: virtio-scsi driver and interface nodes
` [Qemu-devel] [PATCH 56/71] qos-test: virtio-scsi test node
` [Qemu-devel] [PATCH 57/71] tests/libqos: remove pre-qgraph QVirtioPCIDevice API
` [Qemu-devel] [PATCH 58/71] tests: move virtio entirely to qos-test
` [Qemu-devel] [PATCH 59/71] qos-test: ac97 test node
` [Qemu-devel] [PATCH 60/71] qos-test: tpci200 "
` [Qemu-devel] [PATCH 61/71] qos-test: ipoctal232 "
` [Qemu-devel] [PATCH 62/71] qos-test: ne2k_pci "
` [Qemu-devel] [PATCH 63/71] qos-test: nvme "
` [Qemu-devel] [PATCH 64/71] qos-test: pcnet "
` [Qemu-devel] [PATCH 65/71] qos-test: spapr-phb "
` [Qemu-devel] [PATCH 66/71] qos-test: usb-hcd-ohci "
` [Qemu-devel] [PATCH 67/71] qos-test: vmxnet3 "
` [Qemu-devel] [PATCH 68/71] qos-test: es1370 "
` [Qemu-devel] [PATCH 69/71] qos-test: eepro100 "
` [Qemu-devel] [PATCH 70/71] qos-test: e1000 "
` [Qemu-devel] [PATCH 71/71] qos-test: megasas "

[Qemu-devel] [PATCH] apic: Make APIC ID limit error message clearer
 2018-12-03 21:07 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/10] target/arm: LOR, HPD, AA32HPD
 2018-12-03 20:38 UTC  (11+ messages)
` [Qemu-devel] [PATCH v2 01/10] target/arm: Move id_aa64mmfr* to ARMISARegisters
` [Qemu-devel] [PATCH v2 02/10] target/arm: Add HCR_EL2 bits up to ARMv8.5
` [Qemu-devel] [PATCH v2 03/10] target/arm: Add SCR_EL3 "
` [Qemu-devel] [PATCH v2 04/10] target/arm: Fix HCR_EL2.TGE check in arm_phys_excp_target_el
` [Qemu-devel] [PATCH v2 05/10] target/arm: Introduce arm_hcr_el2_eff
` [Qemu-devel] [PATCH v2 06/10] target/arm: Use arm_hcr_el2_eff more places
` [Qemu-devel] [PATCH v2 07/10] target/arm: Tidy scr_write
` [Qemu-devel] [PATCH v2 08/10] target/arm: Implement the ARMv8.1-LOR extension
` [Qemu-devel] [PATCH v2 09/10] target/arm: Implement the ARMv8.1-HPD extension
` [Qemu-devel] [PATCH v2 10/10] target/arm: Implement the ARMv8.2-AA32HPD extension

[Qemu-devel] [PATCH] Acceptance test: add coverage tests for -smp option
 2018-12-03 20:14 UTC  (3+ messages)

[Qemu-devel] [PULL 0/2] Fixes 31 20181203 patches
 2018-12-03 20:00 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/2] usb-mtp: fix utf16_to_str
` [Qemu-devel] [PULL 2/2] usb-mtp: outlaw slashes in filenames

[Qemu-devel] QMP accepts double dict keys
 2018-12-03 19:57 UTC  (4+ messages)

[Qemu-devel] [PULL 0/3] NBD patches for 3.1-rc4
 2018-12-03 19:48 UTC  (5+ messages)
` [Qemu-devel] [PULL 1/3] nbd/server: Advertise all contexts in response to bare LIST
` [Qemu-devel] [PULL 2/3] nbd/client: Make x-dirty-bitmap more reliable
` [Qemu-devel] [PULL 3/3] nbd/client: Send NBD_CMD_DISC if open fails after connect

[Qemu-devel] [PATCH] docs: Update references to JSON RFC
 2018-12-03 19:40 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/2] Cleanup and locality range check
 2018-12-03 19:17 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/2] tpm: Remove unused locty parameter from tpm_tis_abort()
` [Qemu-devel] [PATCH v2 2/2] tpm: Make sure new locality passed to tpm_tis_prep_abort() is valid

[Qemu-devel] [qemu-web PATCH] Import historical documentation
 2018-12-03 19:14 UTC  (2+ messages)

[Qemu-devel] [PATCH V11 0/8] add pvpanic mmio support
 2018-12-03 19:26 UTC  (2+ messages)

[Qemu-devel] [PATCH v1 0/4] hw/arm: versal: Correct number of IRQs in GIC setup
 2018-12-03 18:48 UTC  (2+ messages)

[Qemu-devel] [PATCH V4 for 3.1 0/4] Fix possible OOB during queuing packets
 2018-12-03 18:18 UTC  (12+ messages)
` [Qemu-devel] [PATCH V4 for 3.1 1/4] net: drop too large packet early
` [Qemu-devel] [PATCH V4 for 3.1 2/4] virtio-net-test: accept variable length argument in pci_test_start()
` [Qemu-devel] [PATCH V4 for 3.1 3/4] virtio-net-test: remove unused macro
` [Qemu-devel] [PATCH V4 for 3.1 4/4] virtio-net-test: add large tx buffer test

[Qemu-devel] [PATCH for-3.1 v3 0/2] usb-mtp: two bugfixes (one security fix)
 2018-12-03 18:10 UTC  (4+ messages)
` [Qemu-devel] [PATCH for-3.1 v3 1/2] usb-mtp: fix utf16_to_str

[Qemu-devel] [PATCH 00/18] Xen PV backend 'qdevification'
 2018-12-03 18:09 UTC  (12+ messages)
` [Qemu-devel] [PATCH 06/18] xen: add grant table interface for XenDevice-s
` [Qemu-devel] [PATCH 07/18] xen: add event channel "
` [Qemu-devel] [PATCH 08/18] xen: duplicate xen_disk.c as basis of dataplane/xen-qdisk.c
` [Qemu-devel] [PATCH 09/18] xen: remove unnecessary code from dataplane/xen-qdisk.c
` [Qemu-devel] [PATCH 10/18] xen: add header and build dataplane/xen-qdisk.c

[Qemu-devel] [PATCH for-4.0 0/7] Assume GCC v4.8 and Clang v3.4 as minimum compiler versions
 2018-12-03 17:36 UTC  (14+ messages)
` [Qemu-devel] [PATCH for-4.0 1/7] configure: Add a test for the minimum compiler version
` [Qemu-devel] [PATCH for-4.0 3/7] configure: Remove old -fno-gcse workaround for GCC 4.6.x and 4.7.[012]
` [Qemu-devel] [PATCH for-4.0 4/7] Remove QEMU_ARTIFICIAL macro
` [Qemu-devel] [PATCH for-4.0 5/7] tcg/tcg.h: Remove GCC check for tcg_debug_assert() macro
` [Qemu-devel] [PATCH for-4.0 7/7] includes: Replace QEMU_GNUC_PREREQ with "__has_builtin || !defined(__clang__)"

[Qemu-devel] [PATCH for-next 0/6] qemu-img: Add salvaging mode to convert
 2018-12-03 17:52 UTC  (7+ messages)
` [Qemu-devel] [PATCH for-next 1/6] qemu-img: Move quiet into ImgConvertState
` [Qemu-devel] [PATCH for-next 2/6] qemu-img: Add salvaging mode to convert
` [Qemu-devel] [PATCH for-next 3/6] blkdebug: Add @iotype error option
` [Qemu-devel] [PATCH for-next 4/6] blkdebug: Add "none" event
` [Qemu-devel] [PATCH for-next 5/6] blkdebug: Inject errors on .bdrv_co_block_status()
` [Qemu-devel] [PATCH for-next 6/6] iotests: Test qemu-img convert --salvage

[Qemu-devel] [PATCH v5 00/36] ppc: support for the XIVE interrupt controller (POWER9)
 2018-12-03 17:48 UTC  (36+ messages)
` [Qemu-devel] [PATCH v5 06/36] ppc/xive: add support for the END Event State buffers
` [Qemu-devel] [PATCH v5 08/36] ppc/xive: introduce a simplified XIVE presenter
` [Qemu-devel] [PATCH v5 11/36] spapr/xive: use the VCPU id as a NVT identifier
` [Qemu-devel] [PATCH v5 16/36] spapr: add hcalls support for the XIVE exploitation interrupt mode
` [Qemu-devel] [PATCH v5 27/36] sysbus: add a sysbus_mmio_unmap() helper

[Qemu-devel] [PATCH] hw: scsi: dc390: add device unrealize function
 2018-12-03 17:44 UTC  (6+ messages)
` [Qemu-devel] Hot-pluggable device without ->unrealize() is highly suspect (was: [PATCH] hw: scsi: dc390: add device unrealize function)
    ` [Qemu-devel] Hot-pluggable device without ->unrealize() is highly suspect

[Qemu-devel] [PULL 0/2] Block layer patches
 2018-12-03 17:43 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/2] mirror: fix dead-lock
` [Qemu-devel] [PULL 2/2] iotests: simple mirror test with kvm on 1G image

[Qemu-devel] [PATCH v2 0/2] mirror dead-lock
 2018-12-03 17:06 UTC  (6+ messages)

[Qemu-devel] [PATCH v2] i386/kvm: expose HV_CPUID_ENLIGHTMENT_INFO.EAX and HV_CPUID_NESTED_FEATURES.EAX as feature words
 2018-12-03 16:58 UTC 

[Qemu-devel] [PATCH for-4.0 v3 0/4] allow to load initrd below 4G for recent kernel
 2018-12-03 16:44 UTC  (7+ messages)
` [Qemu-devel] [PATCH for-4.0 v3 1/4] unify len and addr type for memory/address APIs
` [Qemu-devel] [PATCH for-4.0 v3 2/4] refactor load_image_size
` [Qemu-devel] [PATCH for-4.0 v3 3/4] i386: import bootparam.h

[Qemu-devel] QEMU/NEMU boot time with several x86 firmwares
 2018-12-03 16:35 UTC  (6+ messages)

[Qemu-devel] Calendar
 2018-12-03 16:20 UTC  (3+ messages)

[Qemu-devel] [PATCH for-3.1 v3] iotests: simple mirror test with kvm on 1G image
 2018-12-03 16:07 UTC  (3+ messages)

[Qemu-devel] [PATCH RFC] qdev: Let the hotplug_unplug() caller delete the device
 2018-12-03 16:01 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/16] tcg: Assorted cleanups
 2018-12-03 15:49 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 04/16] tcg/aarch64: Fold away "noaddr" branch routines
` [Qemu-devel] [PATCH v3 05/16] tcg/arm: Remove reloc_pc24_atomic

[Qemu-devel] [RFC 0/5] ui/cocoa: Use OSX's main loop
 2018-12-03 15:47 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/10] Remove deprecated load_image() function
 2018-12-03 15:45 UTC  (2+ 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).