qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-06 15:40:31 to 2018-12-07 10:36:52 UTC [more...]

[Qemu-devel] [PATCH 00/26] target/arm: Implement ARMv8.3-PAuth
 2018-12-07 10:36 UTC  (9+ messages)
` [Qemu-devel] [PATCH 01/26] target/arm: Add state for the ARMv8.3-PAuth extension
` [Qemu-devel] [PATCH 02/26] target/arm: Add SCTLR bits through ARMv8.5
` [Qemu-devel] [PATCH 03/26] target/arm: Add PAuth active bit to tbflags
` [Qemu-devel] [PATCH 04/26] target/arm: Add PAuth helpers
` [Qemu-devel] [PATCH 05/26] target/arm: Decode PAuth within system hint space
` [Qemu-devel] [PATCH 06/26] target/arm: Rearrange decode in disas_data_proc_1src
` [Qemu-devel] [PATCH 07/26] target/arm: Decode PAuth within disas_data_proc_1src
` [Qemu-devel] [PATCH 08/26] target/arm: Decode PAuth within disas_data_proc_2src

[Qemu-devel] [PATCH v3 0/4] vmdk: Implement blockdev-create
 2018-12-07 10:24 UTC  (7+ messages)
` [Qemu-devel] [PATCH v3 1/4] vmdk: Refactor vmdk_create_extent
` [Qemu-devel] [PATCH v3 2/4] vmdk: Implement .bdrv_co_create callback

[Qemu-devel] [PATCH for-4.0 0/6] qemu/queue.h usage cleanup, improved QTAILQ API
 2018-12-07 10:15 UTC  (14+ messages)
` [Qemu-devel] [PATCH 1/6] qemu/queue.h: do not access tqe_prev directly
` [Qemu-devel] [PATCH 2/6] qemu/queue.h: leave head structs anonymous unless necessary
` [Qemu-devel] [PATCH 3/6] qemu/queue.h: typedef QTAILQ heads
` [Qemu-devel] [PATCH 4/6] qemu/queue.h: reimplement QTAILQ without pointer-to-pointers
` [Qemu-devel] [PATCH 5/6] qemu/queue.h: simplify reverse access to QTAILQ
` [Qemu-devel] [PATCH 6/6] checkpatch: warn about queue/queue.h head structs that are not typedef-ed

[Qemu-devel] [PATCH] cutils: Assert in-range base for string-to-integer conversions
 2018-12-07 10:12 UTC  (5+ messages)
` [Qemu-devel] [Qemu-trivial] "

[Qemu-devel] [PATCH] aio_poll race condition
 2018-12-07 10:09 UTC  (2+ messages)

[Qemu-devel] [PATCH for-4.0 00/14] nbd: add qemu-nbd --list
 2018-12-07 10:07 UTC  (14+ messages)
` [Qemu-devel] [PATCH 07/14] nbd/client: Refactor nbd_negotiate_simple_meta_context()
` [Qemu-devel] [PATCH 08/14] nbd/client: Refactor nbd_receive_list()
` [Qemu-devel] [PATCH 10/14] nbd/client: Split handshake into two functions
` [Qemu-devel] [PATCH 11/14] nbd/client: Add nbd_receive_export_list()

[Qemu-devel] [PATCH 0/3] vfio-ccw: support hsch/csch (kernel part)
 2018-12-07 10:05 UTC  (13+ messages)

[Qemu-devel] QEMU/NEMU boot time with several x86 firmwares
 2018-12-07 10:02 UTC  (11+ messages)

[Qemu-devel] [PATCH v4] qemu-img info lists bitmap directory entries
 2018-12-07 10:00 UTC 

[Qemu-devel] Hosted CI for FreeBSD - Cirrus CI
 2018-12-07  9:54 UTC  (5+ messages)

[Qemu-devel] [PATCH v2 0/5] crypto threads
 2018-12-07  9:45 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 2/5] crypto/block: refactor qcrypto_block_*crypt_helper functions
` [Qemu-devel] [PATCH v2 5/5] crypto: support multiple threads accessing one QCryptoBlock

[Qemu-devel] [qemu-web PATCH] Import historical documentation
 2018-12-07  9:44 UTC  (4+ messages)

[Qemu-devel] [PATCH for-4.0 00/71] qtest: qgraph driver framework
 2018-12-07  9:24 UTC  (19+ messages)
` [Qemu-devel] [PATCH 05/71] vhost-net: revamp configure logic
` [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 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 v5 0/2] [PATCH v4] Add arm SBSA reference machine
 2018-12-07  9:21 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 1/2] hw/arm: Add arm SBSA reference machine, skeleton part
` [Qemu-devel] [PATCH v5 2/2] hw/arm: add Arm SBSA reference machine, devices part

[Qemu-devel] [PATCH v6 00/37] ppc: support for the XIVE interrupt controller (POWER9)
 2018-12-07  9:08 UTC  (32+ messages)
` [Qemu-devel] [PATCH v6 03/37] ppc/xive: introduce the XiveNotifier interface
` [Qemu-devel] [PATCH v6 04/37] ppc/xive: introduce the XiveRouter model
` [Qemu-devel] [PATCH v6 06/37] ppc/xive: add support for the END Event State buffers
` [Qemu-devel] [PATCH v6 08/37] ppc/xive: introduce a simplified XIVE presenter
` [Qemu-devel] [PATCH v6 09/37] ppc/xive: notify the CPU when the interrupt priority is more privileged
` [Qemu-devel] [PATCH v6 10/37] spapr/xive: introduce a XIVE interrupt controller
` [Qemu-devel] [PATCH v6 11/37] spapr/xive: use the VCPU id as a NVT identifier
` [Qemu-devel] [PATCH v6 12/37] spapr: initialize VSMT before initializing the IRQ backend
` [Qemu-devel] [PATCH v6 13/37] spapr: introduce a spapr_irq_init() routine
` [Qemu-devel] [PATCH v6 15/37] spapr: export and rename the xics_max_server_number() routine

[Qemu-devel] [PATCH v8 00/16] gdbstub: support for the multiprocess extension
 2018-12-07  9:01 UTC  (17+ messages)
` [Qemu-devel] [PATCH v8 01/16] hw/cpu: introduce CPU clusters
` [Qemu-devel] [PATCH v8 02/16] gdbstub: introduce GDB processes
` [Qemu-devel] [PATCH v8 03/16] gdbstub: add multiprocess support to '?' packets
` [Qemu-devel] [PATCH v8 04/16] gdbstub: add multiprocess support to 'H' and 'T' packets
` [Qemu-devel] [PATCH v8 05/16] gdbstub: add multiprocess support to vCont packets
` [Qemu-devel] [PATCH v8 06/16] gdbstub: add multiprocess support to 'sC' packets
` [Qemu-devel] [PATCH v8 07/16] gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfo
` [Qemu-devel] [PATCH v8 08/16] gdbstub: add multiprocess support to Xfer:features:read:
` [Qemu-devel] [PATCH v8 09/16] gdbstub: add multiprocess support to gdb_vm_state_change()
` [Qemu-devel] [PATCH v8 10/16] gdbstub: add multiprocess support to 'D' packets
` [Qemu-devel] [PATCH v8 11/16] gdbstub: add support for extended mode packet
` [Qemu-devel] [PATCH v8 12/16] gdbstub: add support for vAttach packets
` [Qemu-devel] [PATCH v8 13/16] gdbstub: processes initialization on new peer connection
` [Qemu-devel] [PATCH v8 14/16] gdbstub: gdb_set_stop_cpu: ignore request when process is not attached
` [Qemu-devel] [PATCH v8 15/16] gdbstub: add multiprocess extension support
` [Qemu-devel] [PATCH v8 16/16] arm/xlnx-zynqmp: put APUs and RPUs in separate CPU clusters

[Qemu-devel] [RFC PATCH 0/6] target/ppc: convert VMX instructions to use TCG vector operations
 2018-12-07  8:56 UTC  (7+ messages)
` [Qemu-devel] [RFC PATCH 1/6] target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access
` [Qemu-devel] [RFC PATCH 2/6] target/ppc: introduce get_avr64() and set_avr64() helpers for VMX "
` [Qemu-devel] [RFC PATCH 3/6] target/ppc: introduce get_cpu_vsr{l, h}() and set_cpu_vsr{l, h}() helpers for VSR "
` [Qemu-devel] [RFC PATCH 4/6] target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_env
` [Qemu-devel] [RFC PATCH 5/6] target/ppc: convert VMX logical instructions to use vector operations
` [Qemu-devel] [RFC PATCH 6/6] target/ppc: convert vaddu[b, h, w, d] and vsubu[b, h, w, d] over "

[Qemu-devel] [PATCH for-4.0 0/6] vhost-user-blk: Add support for backend reconnecting
 2018-12-07  8:56 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/3] bitmaps: remove x- prefix from QMP api
 2018-12-07  8:38 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/3] blockdev: abort transactions in reverse order
` [Qemu-devel] [PATCH 2/3] blockdev: n-ary bitmap merge
` [Qemu-devel] [PATCH 3/3] block: remove 'x' prefix from experimental bitmap APIs

[Qemu-devel] [PATCH for-4.0 v2 0/2] test: replace gtester with a TAP driver
 2018-12-07  6:17 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] test: execute g_test_run when tests are skipped
` [Qemu-devel] [PATCH 2/2] test: replace gtester with a TAP driver

[Qemu-devel] more serial ports on arm?
 2018-12-07  4:42 UTC  (3+ messages)
` [Qemu-devel] [Qemu-arm] "

[Qemu-devel] [PATCH] qemu: avoid memory leak while remove disk
 2018-12-07  3:50 UTC  (2+ messages)

[Qemu-devel] [RFC] arm: Allow system registers for KVM guests to be changed by QEMU code
 2018-12-07  2:29 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/3] Guest Support for Diagnose 318
 2018-12-07  1:33 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/3] s390: linux header sync for diagnose 318
` [Qemu-devel] [PATCH v2 2/3] s390: cpu feature for diagnose 318 andlimit max VCPUs to 247
` [Qemu-devel] [PATCH v2 3/3] s390: migration and reset support for diagnose 318

[Qemu-devel] [PATCH for-4.0 0/5] spapr/virt/pc: Eliminate custom instance_init functions
 2018-12-07  0:22 UTC  (5+ messages)
` [Qemu-devel] [PATCH for-4.0 4/5] spapr: Delete instance_options functions

[Qemu-devel] [PATCH RFC] vfio-ap: flag as compatible with balloon
 2018-12-06 23:01 UTC  (9+ messages)

[Qemu-devel] [PATCH 0/2] ipmi: Allow UUID to be set for a BMC
 2018-12-06 21:34 UTC  (6+ messages)

[Qemu-devel] [PATCH] i2c: pm_smbus: check smb_index before block transfer write
 2018-12-06 20:16 UTC  (2+ messages)

[Qemu-devel] [RFC 0/3] qboot changes for PVH boot
 2018-12-06 20:13 UTC  (4+ messages)
` [Qemu-devel] [RFC qboot 2/3] pvh: use x86/HVM direct boot ABI

[Qemu-devel] [PATCH for-4.0 0/5] Make more tests independent of global_qtest
 2018-12-06 19:56 UTC  (13+ messages)
` [Qemu-devel] [PATCH for-4.0 1/5] tests/boot-serial: Get rid of global_qtest variable
` [Qemu-devel] [PATCH for-4.0 2/5] tests/test-filter: Make tests independent of global_qtest
` [Qemu-devel] [PATCH for-4.0 3/5] tests/machine-none: Make test "
` [Qemu-devel] [PATCH for-4.0 4/5] tests/prom-env: "
` [Qemu-devel] [PATCH for-4.0 5/5] tests/pxe: Make test independent from global_qtest

[Qemu-devel] [ANNOUNCE] QEMU 3.1.0-rc5 is now available
 2018-12-06 19:49 UTC 

[Qemu-devel] [for-4.0 PATCH v3 0/9] pcie: Enhanced link speed and width support
 2018-12-06 19:27 UTC  (18+ messages)
` [Qemu-devel] [for-4.0 PATCH v3 3/9] qapi: Define PCIe link speed and width properties
` [Qemu-devel] [for-4.0 PATCH v3 5/9] pcie: Fill PCIESlot link fields to support higher speeds and widths
` [Qemu-devel] [for-4.0 PATCH v3 8/9] q35/440fx/arm/spapr: Add QEMU 4.0 machine type
  ` [Qemu-devel] [for-4.0 PATCH v3.1 8/9] q35/440fx/arm/spapr/ccw: "

[Qemu-devel] [PATCH v6 00/27] qapi: add #if pre-processor conditions to generated code (part 2)
 2018-12-06 19:13 UTC  (28+ messages)
` [Qemu-devel] [PATCH v6 14/27] qapi-event: add 'if' condition to implicit event enum
` [Qemu-devel] [PATCH v6 16/27] qapi: add a dictionary form with 'type' key for members
` [Qemu-devel] [PATCH v6 17/27] qapi: add 'if' to implicit struct members
` [Qemu-devel] [PATCH v6 18/27] qapi: add an error in case a discriminator is conditionnal
` [Qemu-devel] [PATCH v6 19/27] qapi: add 'if' on union members
` [Qemu-devel] [PATCH v6 20/27] qapi: add 'if' to alternate members
` [Qemu-devel] [PATCH v6 21/27] qapi: add #if conditions to generated code members
` [Qemu-devel] [PATCH v6 22/27] docs: document schema configuration
` [Qemu-devel] [PATCH v6 23/27] qapi: add 'If:' condition to enum values documentation
` [Qemu-devel] [PATCH v6 24/27] qapi: add 'If:' condition to struct members documentation
` [Qemu-devel] [PATCH v6 26/27] qapi: add more conditions to SPICE
` [Qemu-devel] [PATCH v6 27/27] qapi: add conditions to REPLICATION type/commands on the schema

[Qemu-devel] [PATCH v3 0/3] target/arm: ARMv8.1-LOR
 2018-12-06 17:55 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 1/3] target/arm: Introduce arm_hcr_el2_eff
` [Qemu-devel] [PATCH v3 2/3] target/arm: Use arm_hcr_el2_eff more places
` [Qemu-devel] [PATCH v3 3/3] target/arm: Implement the ARMv8.1-LOR extension

[Qemu-devel] [PATCH v7 00/11] Add a standard authorization framework
 2018-12-06 17:48 UTC  (7+ messages)
` [Qemu-devel] [PATCH v7 09/11] authz: add QAuthZListFile object type for a file access control list

[Qemu-devel] [PATCH v2 00/10] target/arm: LOR, HPD, AA32HPD
 2018-12-06 17:23 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 05/10] target/arm: Introduce arm_hcr_el2_eff
` [Qemu-devel] [PATCH v2 08/10] target/arm: Implement the ARMv8.1-LOR extension

[Qemu-devel] [qemu-web PATCH] Document how to test the site with jekyll locally
 2018-12-06 17:15 UTC  (4+ messages)

[Qemu-devel] [PATCH-for-4.0 v2 0/2] ARM SMMUv3: Fix ACPI integration
 2018-12-06 17:07 UTC  (3+ messages)
` [Qemu-devel] [PATCH-for-4.0 v2 1/2] hw/arm/virt-acpi-build: Set COHACC override flag in IORT SMMUv3 node
` [Qemu-devel] [PATCH-for-4.0 v2 2/2] hw/arm/virt-acpi-build: IORT Update for revision D

[Qemu-devel] [PATCH v1 0/3] Improvements to the netmap backend
 2018-12-06 16:59 UTC  (4+ messages)
` [Qemu-devel] [PATCH v1 1/3] net: netmap: small improvements netmap_send()
` [Qemu-devel] [PATCH v1 2/3] net: netmap: simplify netmap_receive()
` [Qemu-devel] [PATCH v1 3/3] net: netmap: improve netmap_receive_iov()

[Qemu-devel] [PATCH v1] i2c: pm_smbus: check smb_index before block transfer write
 2018-12-06 16:46 UTC  (2+ messages)

[Qemu-devel] [PATCH v3] qemu-img info lists bitmap directory entries
 2018-12-06 16:38 UTC  (2+ messages)

[Qemu-devel] [PATCH] atomic.h: Set ATOMIC_REG_SIZE=8 for MIPS n32
 2018-12-06 16:06 UTC  (3+ messages)

[Qemu-devel] [PATCH v9 00/14] More fully implement ARM PMUv3
 2018-12-06 16:03 UTC  (8+ messages)
` [Qemu-devel] [PATCH v9 07/14] target/arm: Define FIELDs for ID_DFR0
` [Qemu-devel] [PATCH v9 08/14] target/arm: Make PMCEID[01]_EL0 64 bit registers, add PMCEID[23]
` [Qemu-devel] [PATCH v9 14/14] target/arm: Send interrupts on PMU counter overflow

[Qemu-devel] [PATCH 00/18] Xen PV backend 'qdevification'
 2018-12-06 15:36 UTC  (6+ messages)
` [Qemu-devel] [PATCH 15/18] xen: add a mechanism to automatically create XenDevice-s


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