qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-01 21:12:19 to 2019-10-02 06:15:35 UTC [more...]

[PATCH v3 00/34] spapr: IRQ subsystem cleanup
 2019-10-02  6:13 UTC  (47+ messages)
` [PATCH v3 01/34] xics: Minor fixes for XICSFabric interface
` [PATCH v3 02/34] xics: Eliminate 'reject', 'resend' and 'eoi' class hooks
` [PATCH v3 03/34] xics: Rename misleading ics_simple_*() functions
` [PATCH v3 04/34] xics: Eliminate reset hook
` [PATCH v3 05/34] xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classes
` [PATCH v3 06/34] xics: Create sPAPR specific ICS subtype
` [PATCH v3 07/34] spapr: Fold spapr_phb_lsi_qirq() into its single caller
` [PATCH v3 08/34] spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helper
` [PATCH v3 09/34] spapr: Clarify and fix handling of nr_irqs
` [PATCH v3 10/34] spapr: Eliminate nr_irqs parameter to SpaprIrq::init
` [PATCH v3 11/34] spapr: Fix indexing of XICS irqs
` [PATCH v3 12/34] spapr: Simplify spapr_qirq() handling
` [PATCH v3 13/34] spapr: Eliminate SpaprIrq:get_nodename method
` [PATCH v3 14/34] spapr: Remove unhelpful tracepoints from spapr_irq_free_xics()
` [PATCH v3 15/34] spapr: Handle freeing of multiple irqs in frontend only
` [PATCH v3 16/34] spapr, xics, xive: Better use of assert()s on irq claim/free paths
` [PATCH v3 17/34] xive: Improve irq claim/free path
` [PATCH v3 18/34] spapr: Use less cryptic representation of which irq backends are supported
` [PATCH v3 19/34] spapr: Add return value to spapr_irq_check()
` [PATCH v3 20/34] spapr: Eliminate SpaprIrq::init hook
` [PATCH v3 21/34] spapr, xics, xive: Introduce SpaprInterruptController QOM interface
` [PATCH v3 22/34] spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptController
` [PATCH v3 23/34] spapr, xics, xive: Move irq claim and free "
` [PATCH v3 24/34] spapr: Formalize notion of active interrupt controller
` [PATCH v3 25/34] spapr, xics, xive: Move set_irq from SpaprIrq to SpaprInterruptController
` [PATCH v3 26/34] spapr, xics, xive: Move print_info "
` [PATCH v3 27/34] spapr, xics, xive: Move dt_populate "
` [PATCH v3 28/34] spapr, xics, xive: Match signatures for XICS and XIVE KVM connect routines
` [PATCH v3 29/34] spapr: Remove SpaprIrq::init_kvm hook
` [PATCH v3 30/34] spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivate
` [PATCH v3 31/34] spapr, xics, xive: Move SpaprIrq::post_load hook to backends
` [PATCH v3 32/34] spapr: Remove SpaprIrq::nr_msis
` [PATCH v3 33/34] spapr: Move SpaprIrq::nr_xirqs to SpaprMachineClass
` [PATCH v3 34/34] spapr: Remove last pieces of SpaprIrq

[PULL 0/8] Ide patches
 2019-10-02  5:52 UTC  (10+ messages)
` [PULL 1/8] block: Refactor macros - fix tabbing
` [PULL 2/8] block: Support providing LCHS from user
` [PULL 3/8] bootdevice: Add interface to gather LCHS
` [PULL 4/8] scsi: Propagate unrealize() callback to scsi-hd
` [PULL 5/8] bootdevice: Gather LCHS from all relevant devices
` [PULL 6/8] bootdevice: Refactor get_boot_devices_list
` [PULL 7/8] bootdevice: FW_CFG interface for LCHS values
` [PULL 8/8] hd-geo-test: Add tests for lchs override

[Qemu-devel] [PATCH v5 0/5] iotests: use python logging
 2019-10-02  4:46 UTC  (6+ messages)
` [Qemu-devel] [PATCH v5 1/5] iotests: remove 'linux' from default supported platforms
  `  "

[PATCH 00/97] Patch Round-up for stable 4.0.1, freeze on 2019-10-10
 2019-10-02  4:40 UTC  (99+ messages)
` [PATCH 01/97] qcow2: Avoid COW during metadata preallocation
` [PATCH 02/97] qcow2: Add errp to preallocate_co()
` [PATCH 03/97] qcow2: Fix full preallocation with external data file
` [PATCH 04/97] megasas: fix mapped frame size
` [PATCH 05/97] qcow2: Fix qcow2_make_empty() with external data file
` [PATCH 06/97] block: Fix AioContext switch for bs->drv == NULL
` [PATCH 07/97] cutils: Fix size_to_str() on 32-bit platforms
` [PATCH 08/97] Makefile: add nit-picky mode to sphinx-build
` [PATCH 09/97] docs/interop/bitmaps: rewrite and modernize doc
` [PATCH 10/97] spapr/xive: fix EQ page addresses above 64GB
` [PATCH 11/97] kbd-state: fix autorepeat handling
` [PATCH 12/97] usb-tablet: fix serial compat property
` [PATCH 13/97] block/file-posix: Unaligned O_DIRECT block-status
` [PATCH 14/97] iotests: Test unaligned raw images with O_DIRECT
` [PATCH 15/97] s390x/cpumodel: ignore csske for expansion
` [PATCH 16/97] blockdev-backup: don't check aio_context too early
` [PATCH 17/97] block: Drain source node in bdrv_replace_node()
` [PATCH 18/97] iotests: Test commit job start with concurrent I/O
` [PATCH 19/97] iotests.py: do not use infinite waits
` [PATCH 20/97] QEMUMachine: add events_wait method
` [PATCH 21/97] iotests.py: Fix VM.run_job
` [PATCH 22/97] iotests.py: rewrite run_job to be pickier
` [PATCH 23/97] iotests: add iotest 256 for testing blockdev-backup across iothread contexts
` [PATCH 24/97] migration/dirty-bitmaps: change bitmap enumeration method
` [PATCH 25/97] vhost: fix vhost_log size overflow during migration
` [PATCH 26/97] target/ppc: Fix xvabs[sd]p, xvnabs[sd]p, xvneg[sd]p, xvcpsgn[sd]p
` [PATCH 27/97] target/ppc: Fix xvxsigdp
` [PATCH 28/97] target/ppc: Fix xxbrq, xxbrw
` [PATCH 29/97] target/ppc: Fix vsum2sws
` [PATCH 30/97] target/ppc: Fix lxvw4x, lxvh8x and lxvb16x
` [PATCH 31/97] q35: Revert to kernel irqchip
` [PATCH 32/97] vl: Fix -drive / -blockdev persistent reservation management
` [PATCH 33/97] target/i386: add MDS-NO feature
` [PATCH 34/97] target/i386: define md-clear bit
` [PATCH 35/97] docs: recommend use of md-clear feature on all Intel CPUs
` [PATCH 36/97] virtio-pci: fix missing device properties
` [PATCH 37/97] usbredir: fix buffer-overflow on vmload
` [PATCH 38/97] virtio-balloon: fix QEMU 4.0 config size migration incompatibility
` [PATCH 39/97] docs/interop/bitmaps.rst: Fix typos
` [PATCH 40/97] sphinx: add qmp_lexer
` [PATCH 41/97] docs/bitmaps: use QMP lexer instead of json
` [PATCH 42/97] hw/ssi/xilinx_spips: Convert lqspi_read() to read_with_attrs
` [PATCH 43/97] hw/ssi/xilinx_spips: Avoid AXI writes to the LQSPI linear memory
` [PATCH 44/97] hw/ssi/xilinx_spips: Avoid out-of-bound access to lqspi_buf[]
` [PATCH 45/97] ioapic: kvm: Skip route updates for masked pins
` [PATCH 46/97] i386/acpi: show PCI Express bus on pxb-pcie expanders
` [PATCH 47/97] virtio-balloon: Fix wrong sign extension of PFNs
` [PATCH 48/97] virtio-balloon: Fix QEMU crashes on pagesize > BALLOON_PAGE_SIZE
` [PATCH 49/97] virtio-balloon: Simplify deflate with pbp
` [PATCH 50/97] virtio-balloon: Better names for offset variables in inflate/deflate code
` [PATCH 51/97] virtio-balloon: Rework pbp tracking data
` [PATCH 52/97] virtio-balloon: Use temporary PBP only
` [PATCH 53/97] virtio-balloon: don't track subpages for the PBP
` [PATCH 54/97] virtio-balloon: free pbp more aggressively
` [PATCH 55/97] i386/acpi: fix gint overflow in crs_range_compare
` [PATCH 56/97] tpm: Exit in reset when backend indicates failure
` [PATCH 57/97] tpm_emulator: Translate TPM error codes to strings
` [PATCH 58/97] block/backup: simplify backup_incremental_init_copy_bitmap
` [PATCH 59/97] block/backup: move to copy_bitmap with granularity
` [PATCH 60/97] block/backup: refactor and tolerate unallocated cluster skipping
` [PATCH 61/97] block/backup: unify different modes code path
` [PATCH 62/97] block/backup: refactor: split out backup_calculate_cluster_size
` [PATCH 63/97] backup: Copy only dirty areas
` [PATCH 64/97] iotests: Test backup job with two guest writes
` [PATCH 65/97] util/hbitmap: update orig_size on truncate
` [PATCH 66/97] iotests: Test incremental backup after truncation
` [PATCH 67/97] mirror: Only mirror granularity-aligned chunks
` [PATCH 68/97] iotests: Test unaligned blocking mirror write
` [PATCH 69/97] block/backup: disable copy_range for compressed backup
` [PATCH 70/97] Revert "ide/ahci: Check for -ECANCELED in aio callbacks"
` [PATCH 71/97] qcow2: Fix the calculation of the maximum L2 cache size
` [PATCH 72/97] dma-helpers: ensure AIO callback is invoked after cancellation
` [PATCH 73/97] target/arm: Don't abort on M-profile exception return in linux-user mode
` [PATCH 74/97] xen-bus: Fix backend state transition on device reset
` [PATCH 75/97] pr-manager: Fix invalid g_free() crash bug
` [PATCH 76/97] iotests: add testing shim for script-style python tests
` [PATCH 77/97] vpc: Return 0 from vpc_co_create() on success
` [PATCH 78/97] iotests: Add supported protocols to execute_test()
` [PATCH 79/97] iotests: Restrict file Python tests to file
` [PATCH 80/97] iotests: Restrict nbd Python tests to nbd
` [PATCH 81/97] iotests: Test blockdev-create for vpc
` [PATCH 82/97] libvhost-user: fix SLAVE_SEND_FD handling
` [PATCH 83/97] block/create: Do not abort if a block driver is not available
` [PATCH 84/97] block/nfs: tear down aio before nfs_close
` [PATCH 85/97] blockjob: update nodes head while removing all bdrv
` [PATCH 86/97] curl: Keep pointer to the CURLState in CURLSocket
` [PATCH 87/97] curl: Keep *socket until the end of curl_sock_cb()
` [PATCH 88/97] curl: Check completion in curl_multi_do()
` [PATCH 89/97] curl: Pass CURLSocket to curl_multi_do()
` [PATCH 90/97] curl: Report only ready sockets
` [PATCH 91/97] curl: Handle success in multi_check_completion
` [PATCH 92/97] curl: Check curl_multi_add_handle()'s return code
` [PATCH 93/97] slirp: Fix heap overflow in ip_reass on big packet input
` [PATCH 94/97] slirp: ip_reass: Fix use after free
` [PATCH 95/97] s390: PCI: fix IOMMU region init
` [PATCH 96/97] hw/core/loader: Fix possible crash in rom_copy()
` [PATCH 97/97] scsi: lsi: exit infinite loop while executing script (CVE-2019-12068)

[PATCH v4 00/31] error: auto propagated local_err
 2019-10-02  3:26 UTC  (2+ messages)

[PATCH 0/6] qcow2: advanced compression options
 2019-10-02  2:25 UTC  (7+ messages)
` [PATCH 4/6] qemu-nbd: add compression flag support
` [PATCH 5/6] block-stream: add compress option

[PATCH v2 21/33] spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptController
 2019-10-02  1:11 UTC  (11+ messages)

[ANNOUNCE] QEMU 3.1.1.1 Stable released
 2019-10-02  0:12 UTC 

Is kexec supported in QEMU for ARM64 (qemu-system-aarch64) with arm-trusted-firmware, optee, and u-boot
 2019-10-02  1:32 UTC  (5+ messages)

[PATCH] spapr/xive: skip partially initialized vCPUs in presenter
 2019-10-02  1:02 UTC  (5+ messages)

[PATCH 00/67] iotests: Honor $IMGOPTS in Python tests
 2019-10-01 23:30 UTC  (25+ messages)
` [PATCH 01/67] iotests.py: Read $IMGOPTS
` [PATCH 02/67] iotests.py: Add @skip_for_imgopts()
` [PATCH 03/67] iotests.py: Add unsupported_imgopts
` [PATCH 04/67] iotests.py: create_test_image, remove_test_image
` [PATCH 39/67] iotests/196: Honor $IMGOPTS
` [PATCH 40/67] iotests/199: "
` [PATCH 42/67] iotests/203: "
` [PATCH 48/67] iotests/219: "
` [PATCH 49/67] iotests/222: "
` [PATCH 51/67] iotests/228: "
` [PATCH 56/67] iotests/242: "
` [PATCH 59/67] iotests/248: "
` [PATCH 60/67] iotests/254: "
` [PATCH 62/67] iotests/256: "
` [PATCH 64/67] iotests/258: "
` [PATCH 65/67] iotests/262: "
` [PATCH 66/67] iotests.py: Forbid qemu_img*('create', ...)
` [PATCH 67/67] iotests.py: Drop qemu_img_log(), qemu_img_create()

[PATCH 0/3] Some win32 fixes
 2019-10-01 21:20 UTC  (3+ messages)
` [PATCH 3/3] win32: fix main-loop busy loop on socket/fd event

[PATCH 0/7] qapi: Cleanups and test speedup
 2019-10-01 21:19 UTC  (15+ messages)
` [PATCH 1/7] qapi: Don't suppress doc generation without pragma doc-required
` [PATCH 2/7] qapi: Store pragma state in QAPISourceInfo, not global state
` [PATCH 3/7] qapi: Eliminate accidental global frontend state
` [PATCH 4/7] qapi: Speed up frontend tests
` [PATCH 5/7] qapi: Move gen_enum(), gen_enum_lookup() back to qapi/types.py
` [PATCH 6/7] qapi: Split up scripts/qapi/common.py
` [PATCH 7/7] qapi: Clear scripts/qapi/doc.py executable bits again

[PATCH v2 0/2] qapi: Add detection for the 'savevm' fix for blockdev
 2019-10-01 21:07 UTC  (6+ messages)
` [PATCH v2 1/2] qapi: Add feature flags to commands in qapi introspection
` [PATCH v2 2/2] qapi: Allow introspecting fix for savevm's cooperation with blockdev

[PATCH 0/2] block: Skip COR for inactive nodes
 2019-10-01 19:51 UTC  (2+ messages)

[PATCH v1] s390x/tcg: MVCL: Exit to main loop if there are pending interrupts
 2019-10-01 21:59 UTC  (4+ messages)

[Qemu-devel] [Bug 1714331] [NEW] Virtual machines not working anymore on 2.10
 2019-10-01 21:25 UTC  (2+ messages)
` [Bug 1714331] "

[PATCH v7 00/22] tcg/ppc: Add vector opcodes
 2019-10-01 20:33 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).