messages from 2018-12-05 23:24:28 to 2018-12-06 12:28:07 UTC [more...]
[Qemu-devel] [PATCH v7 00/16] gdbstub: support for the multiprocess extension
2018-12-06 12:27 UTC (4+ messages)
` [Qemu-devel] [PATCH v7 03/16] gdbstub: add multiprocess support to '?' packets
[Qemu-devel] [PATCH 00/18] Xen PV backend 'qdevification'
2018-12-06 12:27 UTC (4+ messages)
` [Qemu-devel] [PATCH 14/18] xen: add implementations of xen-qdisk connect and disconnect functions
[Qemu-devel] [PATCH v2 00/10] target/arm: LOR, HPD, AA32HPD
2018-12-06 12:11 UTC (12+ 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] Logging dirty pages from vhost-net in-kernel with vIOMMU
2018-12-06 12:11 UTC (9+ messages)
[Qemu-devel] [PATCH] json: Fix to reject duplicate object member names
2018-12-06 12:20 UTC (2+ messages)
[Qemu-devel] [PATCH v1] i2c: pm_smbus: check smb_index before block transfer write
2018-12-06 12:18 UTC
[Qemu-devel] [PATCH for-4.0 0/6] vhost-user-blk: Add support for backend reconnecting
2018-12-06 12:21 UTC (20+ messages)
` [Qemu-devel] [PATCH for-4.0 1/6] char-socket: Enable "wait" option for client mode
` [Qemu-devel] [PATCH for-4.0 2/6] vhost-user: Add shared memory to record inflight I/O
` [Qemu-devel] [PATCH for-4.0 3/6] libvhost-user: Introduce vu_queue_map_desc()
` [Qemu-devel] [PATCH for-4.0 4/6] libvhost-user: Support recording inflight I/O in shared memory
` [Qemu-devel] [PATCH for-4.0 5/6] vhost-user-blk: Add support for reconnecting backend
` [Qemu-devel] [PATCH for-4.0 6/6] contrib/vhost-user-blk: enable inflight I/O recording
[Qemu-devel] [PATCH] i2c: pm_smbus: check smb_index before block transfer write
2018-12-06 12:22 UTC (20+ messages)
[Qemu-devel] [PATCH v2 for-3.2 v2 00/30] slirp: make it again a standalone project
2018-12-06 12:03 UTC (3+ messages)
` [Qemu-devel] [PATCH v2 for-3.2 v2 29/30] slirp: replace remaining QEMU dependency
[Qemu-devel] [PATCH v3 00/39] Windbg supporting
2018-12-06 12:02 UTC (40+ messages)
` [Qemu-devel] [PATCH v3 01/39] windbg: add empty windbgstub files
` [Qemu-devel] [PATCH v3 02/39] windbg: add windbg's KD header file
` [Qemu-devel] [PATCH v3 03/39] windbg: add -windbg option
` [Qemu-devel] [PATCH v3 04/39] windbg: add helper features
` [Qemu-devel] [PATCH v3 05/39] windbg: add WindbgState
` [Qemu-devel] [PATCH v3 06/39] windbg: add chardev
` [Qemu-devel] [PATCH v3 07/39] windbg: hook to wrmsr operation
` [Qemu-devel] [PATCH v3 08/39] windbg: implement windbg_on_load
` [Qemu-devel] [PATCH v3 09/39] windbg: implement find_KPCR
` [Qemu-devel] [PATCH v3 10/39] windbg: implement find_kdVersion
` [Qemu-devel] [PATCH v3 11/39] windbg: add windbg_search_vmaddr
` [Qemu-devel] [PATCH v3 12/39] windbg: implement find_kdDebuggerDataBlock
` [Qemu-devel] [PATCH v3 13/39] windbg: parsing data stream
` [Qemu-devel] [PATCH v3 14/39] windbg: send data and control packets
` [Qemu-devel] [PATCH v3 15/39] windbg: handler of parsing context
` [Qemu-devel] [PATCH v3 16/39] windbg: init DBGKD_ANY_WAIT_STATE_CHANGE
` [Qemu-devel] [PATCH v3 17/39] windbg: generate ExceptionStateChange and LoadSymbolsStateChange
` [Qemu-devel] [PATCH v3 18/39] windbg: implement windbg_process_control_packet
` [Qemu-devel] [PATCH v3 19/39] windbg: implement windbg_process_data_packet
` [Qemu-devel] [PATCH v3 20/39] windbg: implement windbg_process_manipulate_packet
` [Qemu-devel] [PATCH v3 21/39] windbg: implement kd_api_read_virtual_memory and kd_api_write_virtual_memory
` [Qemu-devel] [PATCH v3 22/39] windbg: some kernel structures
` [Qemu-devel] [PATCH v3 23/39] windbg: add helper functions
` [Qemu-devel] [PATCH v3 24/39] windbg: [de]serialization cpu context
` [Qemu-devel] [PATCH v3 25/39] windbg: [de]serialization cpu spec registers
` [Qemu-devel] [PATCH v3 26/39] windbg: implement kd_api_get_context and kd_api_set_context
` [Qemu-devel] [PATCH v3 27/39] windbg: implement kd_api_get_context_ex and kd_api_set_context_ex
` [Qemu-devel] [PATCH v3 28/39] windbg: implement kd_api_read_control_space and kd_api_write_control_space
` [Qemu-devel] [PATCH v3 29/39] windbg: implement kd_api_write_breakpoint and kd_api_restore_breakpoint
` [Qemu-devel] [PATCH v3 30/39] windbg: debug exception subscribing
` [Qemu-devel] [PATCH v3 31/39] windbg: implement kd_api_continue
` [Qemu-devel] [PATCH v3 32/39] windbg: implement kd_api_read_io_space and kd_api_write_io_space
` [Qemu-devel] [PATCH v3 33/39] windbg: implement kd_api_read_physical_memory and kd_api_write_physical_memory
` [Qemu-devel] [PATCH v3 34/39] windbg: implement kd_api_get_version
` [Qemu-devel] [PATCH v3 35/39] windbg: implement kd_api_read_msr and kd_api_write_msr
` [Qemu-devel] [PATCH v3 36/39] windbg: implement kd_api_search_memory
` [Qemu-devel] [PATCH v3 37/39] windbg: implement kd_api_fill_memory
` [Qemu-devel] [PATCH v3 38/39] windbg: implement kd_api_query_memory
` [Qemu-devel] [PATCH v3 39/39] windbg: maintainers
[Qemu-devel] [for-4.0 PATCH v3 0/9] pcie: Enhanced link speed and width support
2018-12-06 11:22 UTC (17+ messages)
` [Qemu-devel] [for-4.0 PATCH v3 1/9] pcie: Create enums for link speed and width
` [Qemu-devel] [for-4.0 PATCH v3 2/9] pci: Sync PCIe downstream port LNKSTA on read
` [Qemu-devel] [for-4.0 PATCH v3 4/9] pcie: Add link speed and width fields to PCIESlot
` [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 6/9] pcie: Allow generic PCIe root port to specify link speed and width
` [Qemu-devel] [for-4.0 PATCH v3 7/9] vfio/pci: Remove PCIe Link Status emulation
` [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 9/9] pcie: Fast PCIe root ports for new machines
[Qemu-devel] [PULL 0/2] Block layer patches
2018-12-06 11:05 UTC (11+ messages)
` [Qemu-devel] [PULL 2/2] iotests: simple mirror test with kvm on 1G image
` [Qemu-devel] [qemu-s390x] "
[Qemu-devel] [PATCH V12 0/5] add pvpanic mmio support
2018-12-06 11:26 UTC (6+ messages)
` [Qemu-devel] [PATCH V12 1/5] hw/misc/pvpanic: Build the pvpanic device in $(common-obj)
` [Qemu-devel] [PATCH V12 2/5] hw/misc/pvpanic: Cosmetic renaming
` [Qemu-devel] [PATCH V12 3/5] hw/misc/pvpanic: Add the PCI interface
` [Qemu-devel] [PATCH V12 4/5] hw/arm/virt: Use the pvpanic pci device
` [Qemu-devel] [PATCH] pvpanic : update pvpanic document
[Qemu-devel] [PATCH v2 0/5] crypto threads
2018-12-06 10:54 UTC (11+ messages)
` [Qemu-devel] [PATCH v2 1/5] crypto/block-luks: fix memory leak in qcrypto_block_luks_create
` [Qemu-devel] [PATCH v2 2/5] crypto/block: refactor qcrypto_block_*crypt_helper functions
` [Qemu-devel] [PATCH v2 3/5] crypto/block: rename qcrypto_block_*crypt_helper
` [Qemu-devel] [PATCH v2 4/5] crypto/block: introduce qcrypto_block_*crypt_helper functions
` [Qemu-devel] [PATCH v2 5/5] crypto: support multiple threads accessing one QCryptoBlock
[Qemu-devel] Hosted CI for FreeBSD - Cirrus CI
2018-12-06 10:23 UTC (5+ messages)
[Qemu-devel] QEMU/NEMU boot time with several x86 firmwares
2018-12-06 10:38 UTC (10+ messages)
[Qemu-devel] [QEMU-devel][PATCH v2] aio-posix: Fix concurrent aio_poll/set_fd_handler
2018-12-06 10:14 UTC
[Qemu-devel] [RFC 0/2] Attempt to implement the standby feature for assigned network devices
2018-12-06 10:06 UTC (6+ messages)
[Qemu-devel] [PATCH for-4.0 v4 0/7] monitor: misc fixes
2018-12-06 9:55 UTC (15+ messages)
` [Qemu-devel] [PATCH for-4.0 v4 3/7] char: add a QEMU_CHAR_FEATURE_GCONTEXT flag
` [Qemu-devel] [PATCH for-4.0 v4 4/7] monitor: check if chardev can switch gcontext for OOB
` [Qemu-devel] [PATCH for-4.0 v4 5/7] colo: check chardev can switch context
[Qemu-devel] [PATCH for-4.0 0/7] Assume GCC v4.8 and Clang v3.4 as minimum compiler versions
2018-12-06 9:53 UTC (5+ messages)
` [Qemu-devel] [PATCH for-4.0 1/7] configure: Add a test for the minimum compiler version
[Qemu-devel] [PATCH v3] s390x/tod: Properly stop the KVM TOD while the guest is not running
2018-12-06 9:49 UTC (5+ messages)
[Qemu-devel] [PATCH v6 00/37] ppc: support for the XIVE interrupt controller (POWER9)
2018-12-06 9:24 UTC (45+ 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 05/37] ppc/xive: introduce the XIVE Event Notification Descriptors
` [Qemu-devel] [PATCH v6 06/37] ppc/xive: add support for the END Event State buffers
` [Qemu-devel] [PATCH v6 07/37] ppc/xive: introduce the XIVE interrupt thread context
` [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 14/37] spapr: modify the irq backend 'init' method
` [Qemu-devel] [PATCH v6 15/37] spapr: export and rename the xics_max_server_number() routine
` [Qemu-devel] [PATCH v6 16/37] spapr: introdude a new machine IRQ backend for XIVE
` [Qemu-devel] [PATCH v6 17/37] spapr: add hcalls support for the XIVE exploitation interrupt mode
` [Qemu-devel] [PATCH v6 18/37] spapr: add device tree support for the XIVE exploitation mode
` [Qemu-devel] [PATCH v6 19/37] spapr: allocate the interrupt thread context under the CPU core
` [Qemu-devel] [PATCH v6 20/37] spapr: extend the sPAPR IRQ backend for XICS migration
` [Qemu-devel] [PATCH v6 21/37] spapr: add a 'reset' method to the sPAPR IRQ backend
` [Qemu-devel] [PATCH v6 22/37] spapr: add a 'pseries-3.1-xive' machine type
` [Qemu-devel] [PATCH v6 23/37] linux-headers: update to 4.20-rc5
` [Qemu-devel] [PATCH v6 24/37] spapr/xive: add KVM support
` [Qemu-devel] [PATCH v6 25/37] spapr/xive: add state synchronization with KVM
` [Qemu-devel] [PATCH v6 26/37] spapr/xive: introduce a VM state change handler
` [Qemu-devel] [PATCH v6 27/37] spapr/xive: add migration support for KVM
` [Qemu-devel] [PATCH v6 28/37] spapr/xive: fix migration of the XiveTCTX under TCG
` [Qemu-devel] [PATCH v6 29/37] spapr: set the interrupt presenter at reset
` [Qemu-devel] [PATCH v6 30/37] spapr/xive: enable XIVE MMIOs "
` [Qemu-devel] [PATCH v6 31/37] spapr: add a 'pseries-3.1-dual' machine type
` [Qemu-devel] [PATCH v6 32/37] ppc/xics: introduce a icp_kvm_connect() routine
` [Qemu-devel] [PATCH v6 33/37] spapr/rtas: modify spapr_rtas_register() to remove RTAS handlers
` [Qemu-devel] [PATCH v6 34/37] sysbus: add a sysbus_mmio_unmap() helper
` [Qemu-devel] [PATCH v6 35/37] spapr: introduce routines to delete the KVM IRQ device
` [Qemu-devel] [PATCH v6 36/37] spapr: check for KVM IRQ device activation
` [Qemu-devel] [PATCH v6 37/37] spapr: add KVM support to the 'dual' machine
[Qemu-devel] [PATCH] aio_poll race condition
2018-12-06 9:23 UTC (3+ messages)
` [Qemu-devel] util/aio-posix: Use RCU for handler insertion
[Qemu-devel] [PATCH v4] Add arm SBSA reference machine
2018-12-06 9:19 UTC (9+ messages)
` [Qemu-devel] [PATCH v4] hw/arm: "
[Qemu-devel] [PATCH RFC] vfio-ap: flag as compatible with balloon
2018-12-06 8:28 UTC (5+ messages)
[Qemu-devel] [PATCH] docs: Update references to JSON RFC
2018-12-06 7:16 UTC (3+ messages)
[Qemu-devel] [PATCH v11 0/3] wakeup-from-suspend and system_wakeup changes
2018-12-06 6:59 UTC (8+ messages)
` [Qemu-devel] [PATCH v11 1/3] qmp: query-current-machine with wakeup-suspend-support
` [Qemu-devel] [PATCH v11 2/3] qga: update guest-suspend-ram and guest-suspend-hybrid descriptions
` [Qemu-devel] [PATCH v11 3/3] qmp hmp: Make system_wakeup check wake-up support and run state
[Qemu-devel] [PATCH RFC v2 0/5] fix some segmentation faults and migration issues
2018-12-06 6:31 UTC (5+ messages)
` [Qemu-devel] [PATCH RFC v2 3/5] migration: fix the multifd code when receiving less channels
[Qemu-devel] [RFC 0/3] QEMU changes to do PVH boot
2018-12-06 6:18 UTC (3+ messages)
[Qemu-devel] [Bug 1807073] [NEW] qemu-guest-agent stop work when fsfreeze
2018-12-06 2:44 UTC
[Qemu-devel] [PATCH for-4.0 v4 0/4] allow to load initrd below 4G for recent kernel
2018-12-06 2:32 UTC (5+ messages)
` [Qemu-devel] [PATCH for-4.0 v4 1/4] unify len and addr type for memory/address APIs
` [Qemu-devel] [PATCH for-4.0 v4 2/4] refactor load_image_size
` [Qemu-devel] [PATCH for-4.0 v4 3/4] i386: import & use bootparam.h
` [Qemu-devel] [PATCH for-4.0 v4 4/4] i386: allow to load initrd below 4G for recent linux
[Qemu-devel] [PATCH for-4.0 v3 0/4] allow to load initrd below 4G for recent kernel
2018-12-06 2:13 UTC (10+ 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 3/4] i386: import bootparam.h
[Qemu-devel] [Qemu-arm] [PATCH V11 0/8] add pvpanic mmio support
2018-12-06 2:02 UTC (2+ messages)
[Qemu-devel] [Bug 1807052] [NEW] Qemu hangs during migration
2018-12-05 23:57 UTC (2+ messages)
` [Qemu-devel] [Bug 1807052] "
[Qemu-devel] [PATCH for-4.0 v4 0/2] virtio: Provide version-specific variants of virtio PCI devices
2018-12-05 21:42 UTC (2+ messages)
` [Qemu-devel] [libvirt] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).