qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-29 08:59:53 to 2018-11-29 16:20:13 UTC [more...]

[Qemu-devel] [PATCH v5 00/36] ppc: support for the XIVE interrupt controller (POWER9)
 2018-11-29 16:19 UTC  (29+ messages)
` [Qemu-devel] [PATCH v5 10/36] spapr/xive: introduce a XIVE interrupt controller
` [Qemu-devel] [PATCH v5 11/36] spapr/xive: use the VCPU id as a NVT identifier
` [Qemu-devel] [PATCH v5 15/36] spapr: introdude a new machine IRQ backend for XIVE
` [Qemu-devel] [PATCH v5 16/36] spapr: add hcalls support for the XIVE exploitation interrupt mode
` [Qemu-devel] [PATCH v5 20/36] spapr: add classes for the XIVE models
` [Qemu-devel] [PATCH v5 23/36] spapr/xive: add migration support for KVM

[Qemu-devel] [PATCH for 4.0 1/2] 9p: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
 2018-11-29 16:16 UTC  (3+ messages)
` [Qemu-devel] [PATCH for 4.0 2/2] xen/9pfs: "

[Qemu-devel] getting link errors when building for qga-vss.dll
 2018-11-29 16:10 UTC  (3+ messages)

[Qemu-devel] [PATCH for-3.2 v4 00/28] Generalize machine compatibility properties
 2018-11-29 16:09 UTC  (12+ messages)
` [Qemu-devel] [PATCH for-3.2 v4 15/28] hw: apply accel compat properties without touching globals
` [Qemu-devel] [PATCH for-3.2 v4 16/28] hw: apply machine "

[Qemu-devel] [PATCH 00/18] Xen PV backend 'qdevification'
 2018-11-29 16:05 UTC  (22+ messages)
` [Qemu-devel] [PATCH 02/18] xen: introduce new 'XenBus' and 'XenDevice' object hierarchy
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 03/18] xen: introduce 'xen-qdisk'
` [Qemu-devel] [PATCH 14/18] xen: add implementations of xen-qdisk connect and disconnect functions
` [Qemu-devel] [PATCH 17/18] MAINTAINERS: add myself as a Xen maintainer

[Qemu-devel] [PATCH v2] s390x/tod: Properly stop the KVM TOD while the guest is not running
 2018-11-29 16:00 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 0/6] s390x/vfio: VFIO-AP interrupt control interception
 2018-11-29 15:55 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 1/6] s390x/vfio: ap: Finding the AP bridge
` [Qemu-devel] [PATCH v2 2/6] s390x/vfio: ap: Use the APdevice as a child of the APBus

[Qemu-devel] [PATCH] pc:piix4: Update smbus I/O space after a migration
 2018-11-29 15:49 UTC  (3+ messages)

[Qemu-devel] [PATCH 1/2] esp-pci: Fix status register write erase control
 2018-11-29 15:42 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/2] scsi: esp: Improve consistency of RSTAT, RSEQ, and RINTR

[Qemu-devel] [PATCH] qapi: misc: change the 'pc' to unsinged 64 in CpuInfo
 2018-11-29 15:38 UTC  (3+ messages)
  ` [Qemu-devel] QAPI 'size' vs. 'uint64' (was: [PATCH] qapi: misc: change the 'pc' to unsinged 64 in CpuInfo)

[Qemu-devel] [PATCH] hw: scsi: dc390: add device unrealize function
 2018-11-29 15:25 UTC 

[Qemu-devel] [PATCH v2 0/8] hw: acpi: RSDP fixes and refactoring
 2018-11-29 15:09 UTC  (19+ messages)
` [Qemu-devel] [PATCH v2 1/8] hw: acpi: The RSDP build API can return void
` [Qemu-devel] [PATCH v2 2/8] hw: arm: acpi: Fix incorrect checksums in RSDP
` [Qemu-devel] [PATCH v2 3/8] hw: i386: Use correct RSDT length for checksum
` [Qemu-devel] [PATCH v2 4/8] hw: arm: Carry RSDP specific data through AcpiRsdpData
` [Qemu-devel] [PATCH v2 5/8] hw: arm: Convert the RSDP build to the buid_append_foo() API
` [Qemu-devel] [PATCH v2 6/8] hw: arm: Support both legacy and current RSDP build
` [Qemu-devel] [PATCH v2 7/8] hw: acpi: Export and share the ARM "
` [Qemu-devel] [PATCH v2 8/8] hw: acpi: Remove AcpiRsdpDescriptor and fix tests

[Qemu-devel] [PATCH for-4.0 v2 00/37] tcg: Assorted cleanups
 2018-11-29 15:00 UTC  (10+ messages)
` [Qemu-devel] [PATCH for-4.0 v2 01/37] tcg/i386: Always use %ebp for TCG_AREG0
` [Qemu-devel] [PATCH for-4.0 v2 02/37] tcg/i386: Move TCG_REG_CALL_STACK from define to enum
` [Qemu-devel] [PATCH for-4.0 v2 03/37] tcg: Return success from patch_reloc
` [Qemu-devel] [PATCH for-4.0 v2 05/37] tcg/i386: Add constraints for r8 and r9

[Qemu-devel] [Bug 1802684] [NEW] QEMU gui crashes on macOS Mojave
 2018-11-29 14:38 UTC  (3+ messages)
` [Qemu-devel] [Bug 1802684] "

[Qemu-devel] [PATCH RFC v2 0/5] fix some segmentation faults and migration issues
 2018-11-29 14:52 UTC  (11+ messages)
` [Qemu-devel] [PATCH RFC v2 1/5] Fix segmentation fault when qemu_signal_init fails
` [Qemu-devel] [PATCH RFC v2 2/5] qemu_thread_join: fix segmentation fault
` [Qemu-devel] [PATCH RFC v2 3/5] migration: fix the multifd code when receiving less channels
` [Qemu-devel] [PATCH RFC v2 4/5] migration: remove unused &local_err parameter in multifd_save_cleanup
` [Qemu-devel] [PATCH RFC v2 5/5] migration: add more error handling for postcopy_ram_enable_notify
` [Qemu-devel] [PATCH for-3.1? RFC v2 0/5] fix some segmentation faults and migration issues

[Qemu-devel] [RFC QEMU v2 0/2] arm/virt: Account for guest pause time
 2018-11-29 14:40 UTC  (2+ messages)

[Qemu-devel] [PATCH RFC 0/5] fix some segmentation faults and migration issues
 2018-11-29 14:32 UTC  (8+ messages)
` [Qemu-devel] [PATCH RFC 1/5] Fix segmentation fault when qemu_signal_init fails
` [Qemu-devel] [PATCH RFC 2/5] qemu_thread_join: fix segmentation fault

[Qemu-devel] [PATCH 00/39] Windbg supporting
 2018-11-29 14:31 UTC  (40+ messages)
` [Qemu-devel] [PATCH 01/39] windbg: add empty windbgstub files
` [Qemu-devel] [PATCH 02/39] windbg: add windbg's KD header file
` [Qemu-devel] [PATCH 03/39] windbg: add -windbg option
` [Qemu-devel] [PATCH 04/39] windbg: add helper features
` [Qemu-devel] [PATCH 05/39] windbg: add WindbgState
` [Qemu-devel] [PATCH 06/39] windbg: add chardev
` [Qemu-devel] [PATCH 07/39] windbg: hook to wrmsr operation
` [Qemu-devel] [PATCH 08/39] windbg: implement windbg_on_load
` [Qemu-devel] [PATCH 09/39] windbg: implement find_KPCR
` [Qemu-devel] [PATCH 10/39] windbg: implement find_kdVersion
` [Qemu-devel] [PATCH 11/39] windbg: add windbg_search_vmaddr
` [Qemu-devel] [PATCH 12/39] windbg: implement find_kdDebuggerDataBlock
` [Qemu-devel] [PATCH 13/39] windbg: parsing data stream
` [Qemu-devel] [PATCH 14/39] windbg: send data and control packets
` [Qemu-devel] [PATCH 15/39] windbg: handler of parsing context
` [Qemu-devel] [PATCH 16/39] windbg: init DBGKD_ANY_WAIT_STATE_CHANGE
` [Qemu-devel] [PATCH 17/39] windbg: generate ExceptionStateChange and LoadSymbolsStateChange
` [Qemu-devel] [PATCH 18/39] windbg: implement windbg_process_control_packet
` [Qemu-devel] [PATCH 19/39] windbg: implement windbg_process_data_packet
` [Qemu-devel] [PATCH 20/39] windbg: implement windbg_process_manipulate_packet
` [Qemu-devel] [PATCH 21/39] windbg: implement kd_api_read_virtual_memory and kd_api_write_virtual_memory
` [Qemu-devel] [PATCH 22/39] windbg: some kernel structures
` [Qemu-devel] [PATCH 23/39] windbg: add helper functions
` [Qemu-devel] [PATCH 24/39] windbg: [de]serialization cpu context
` [Qemu-devel] [PATCH 25/39] windbg: [de]serialization cpu spec registers
` [Qemu-devel] [PATCH 26/39] windbg: implement kd_api_get_context and kd_api_set_context
` [Qemu-devel] [PATCH 27/39] windbg: implement kd_api_get_context_ex and kd_api_set_context_ex
` [Qemu-devel] [PATCH 28/39] windbg: implement kd_api_read_control_space and kd_api_write_control_space
` [Qemu-devel] [PATCH 29/39] windbg: implement kd_api_write_breakpoint and kd_api_restore_breakpoint
` [Qemu-devel] [PATCH 30/39] windbg: debug exception subscribing
` [Qemu-devel] [PATCH 31/39] windbg: implement kd_api_continue
` [Qemu-devel] [PATCH 32/39] windbg: implement kd_api_read_io_space and kd_api_write_io_space
` [Qemu-devel] [PATCH 33/39] windbg: implement kd_api_read_physical_memory and kd_api_write_physical_memory
` [Qemu-devel] [PATCH 34/39] windbg: implement kd_api_get_version
` [Qemu-devel] [PATCH 35/39] windbg: implement kd_api_read_msr and kd_api_write_msr
` [Qemu-devel] [PATCH 36/39] windbg: implement kd_api_search_memory
` [Qemu-devel] [PATCH 37/39] windbg: implement kd_api_fill_memory
` [Qemu-devel] [PATCH 38/39] windbg: implement kd_api_query_memory
` [Qemu-devel] [PATCH 39/39] windbg: maintainers

[Qemu-devel] [Bug 1804323] [NEW] qemu segfaults in virtio-scsi driver if underlying device returns -EIO
 2018-11-29 14:17 UTC  (2+ messages)
` [Qemu-devel] [Bug 1804323] "

[Qemu-devel] [PATCH for-4.0 0/4] Small checkpatch fixes and improvements
 2018-11-29 14:09 UTC  (9+ messages)
` [Qemu-devel] [PATCH for-4.0 1/4] checkpatch: fix premature exit when no input or --mailback
` [Qemu-devel] [PATCH for-4.0 2/4] checkpatch: check Signed-off-by in --mailback mode
` [Qemu-devel] [PATCH for-4.0 3/4] checkpatch: improve handling of multiple patches or files
` [Qemu-devel] [PATCH for-4.0 4/4] checkpatch: colorize output to terminal

[Qemu-devel] [PATCH] egl-headless: add egl_create_context
 2018-11-29 14:09 UTC  (2+ messages)
` [Qemu-devel] [Qemu-devel for-3.1?] "

[Qemu-devel] [PATCH v2 0/2] mirror dead-lock
 2018-11-29 14:14 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/2] mirror: fix dead-lock
` [Qemu-devel] [PATCH v2 2/2] iotests: simple mirror test with kvm on 1G image
` [Qemu-devel] [Qemu-devel for-3.1?] [PATCH v2 0/2] mirror dead-lock

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

[Qemu-devel] [qemu-web PATCH v2] Document how to test the site with jekyll locally
 2018-11-29 13:47 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 00/16] Virtio devices split from virtio-pci
 2018-11-29 13:46 UTC  (5+ messages)

[Qemu-devel] [PATCH] glib-compat: work around g_test_message bug with subprocess tests
 2018-11-29 13:38 UTC  (4+ messages)
  ` [Qemu-devel] [Qemu-devel for-3.1?] "

[Qemu-devel] [Bug 1805697] [NEW] egl-headless crashes
 2018-11-29 13:16 UTC  (3+ messages)
` [Qemu-devel] [Bug 1805697] "

[Qemu-devel] [PATCH v3 00/16] Fix/add vmstate handling in some I2C code
 2018-11-29 13:29 UTC  (11+ messages)
` [Qemu-devel] [PATCH v3 08/16] boards.h: Ignore migration for SMBus devices on older machines
` [Qemu-devel] [PATCH v3 09/16] migration: Add a VMSTATE_BOOL_TEST() macro
` [Qemu-devel] [PATCH v3 10/16] i2c:pm_smbus: Fix state transfer
` [Qemu-devel] [PATCH v3 11/16] i2c:smbus_slave: Add an SMBus vmstate structure
` [Qemu-devel] [PATCH v3 14/16] i2c:smbus_eeprom: Add vmstate handling to the smbus eeprom

[Qemu-devel] [PATCH v2] scripts/qemu.py: allow to launch the VM without a monitor
 2018-11-29 13:17 UTC  (3+ messages)

[Qemu-devel] [PATCH for-3.2 v10 0/3] wakeup-from-suspend and system_wakeup changes
 2018-11-29 12:29 UTC  (7+ messages)
` [Qemu-devel] [PATCH for-3.2 v10 1/3] qmp: query-current-machine with wakeup-suspend-support
` [Qemu-devel] [PATCH for-3.2 v10 2/3] qga: update guest-suspend-ram and guest-suspend-hybrid descriptions
` [Qemu-devel] [PATCH for-3.2 v10 3/3] qmp hmp: Make system_wakeup check wake-up support and run state

[Qemu-devel] [PATCH] mirror dead-lock
 2018-11-29 12:15 UTC  (3+ messages)
` [Qemu-devel] AioContext locking vs. coroutines (was: [PATCH] mirror dead-lock)
  ` [Qemu-devel] AioContext locking vs. coroutines

[Qemu-devel] [PATCH for 3.1 0/4] Fix possible OOB during queuing packets
 2018-11-29 12:15 UTC  (4+ messages)
` [Qemu-devel] [PATCH for 3.1 4/4] virtio-net-test: add large tx buffer test

[Qemu-devel] [PATCH for-4.0] tests/Makefile: Use some more CONFIG switches for ppc tests
 2018-11-29 12:13 UTC  (3+ messages)

[Qemu-devel] [PATCH for-4.0] tests/display-vga: Enable virtio-vga test
 2018-11-29 11:50 UTC 

[Qemu-devel] [PATCH] i386/kvm: expose HV_CPUID_ENLIGHTMENT_INFO.EAX and HV_CPUID_NESTED_FEATURES.EAX as feature words
 2018-11-29 11:51 UTC  (3+ messages)

[Qemu-devel] Support for Intel GPU
 2018-11-29 11:54 UTC 

[Qemu-devel] [qemu-web PATCH v3] download: document version numbering scheme
 2018-11-29 11:20 UTC  (2+ messages)

[Qemu-devel] [PATCH for-4.0 v3] configure: bump spice-server required version to 0.12.5
 2018-11-29 11:23 UTC  (7+ messages)

[Qemu-devel] [qemu-web PATCH v2] download: document version numbering scheme
 2018-11-29 11:04 UTC  (3+ messages)

[Qemu-devel] [PATCH for-3.2 0/4] build-sys: require Vista API by default globally
 2018-11-29 10:50 UTC  (4+ messages)

[Qemu-devel] [PATCH for-4.0] tests/Makefile: Use some more CONFIG switches for x86 tests
 2018-11-29 10:27 UTC  (2+ messages)

[Qemu-devel] [PATCH v10 0/5] Add make check tests for Migration
 2018-11-29 10:23 UTC  (5+ messages)
` [Qemu-devel] [PATCH v10 2/5] migration: Create socket-address parameter

[Qemu-devel] [PATCH 0/2] qemu-doc: Update MIPS/nanoMIPS info
 2018-11-29 10:23 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] qemu-doc: Add nanoMIPS ISA information

[Qemu-devel] (no subject)
 2018-11-29 10:18 UTC  (5+ messages)

[Qemu-devel] [RFC/PATCH] i386: Atomically update PTEs with mttcg
 2018-11-29 10:10 UTC  (4+ messages)

[Qemu-devel] [RFC 00/48] Plugin support
 2018-11-29  9:57 UTC  (7+ messages)
` [Qemu-devel] [RFC 41/48] configure: add --enable-plugins

[Qemu-devel] [PATCH v2 0/3] block/iscsi: fix ioctl cancel use-after-free
 2018-11-29  9:23 UTC  (3+ messages)

[Qemu-devel] [PATCH V5_resend 0/7] nvdimm: support MAP_SYNC for memory-backend-file
 2018-11-29  9:11 UTC  (3+ messages)
` [Qemu-devel] [PATCH V5_resend 3/7] exec: switch qemu_ram_alloc_from_{file, fd} to the 'flags' parameter

[Qemu-devel] [PATCH 0/3] memory: update coalesced_range on transaction_commit
 2018-11-29  9:09 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] memory: extract flat_range_coalesced_io_{del, add}
` [Qemu-devel] [PATCH 2/3] memory: avoid unnecessary coalesced_io_del operations
` [Qemu-devel] [PATCH 3/3] memory: update coalesced_range on transaction_commit

[Qemu-devel] [PATCH v5 0/6] fsdev-throttle-qmp: qmp interface for fsdev io throttling
 2018-11-29  8:59 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 2/6] fsdev-throttle-qmp: Rename the ThrottleLimits member names


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