qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-27 11:50:21 to 2017-04-28 08:43:11 UTC [more...]

[Qemu-devel] [PATCH] input: limit kbd queue depth
 2017-04-28  8:42 UTC 

[Qemu-devel] 答复: Re: New function: Remot USB support in qemu
 2017-04-28  8:39 UTC  (2+ messages)

[Qemu-devel] [PATCH] ACPI: don't call acpi_pcihp_device_plug_cb on xen
 2017-04-28  8:38 UTC  (6+ messages)

[Qemu-devel] kvm nest vt-x
 2017-04-28  8:35 UTC 

[Qemu-devel] [PATCH] scsi: avoid an off-by-one error in megasas_mmio_write
 2017-04-28  8:35 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 00/10] qapi-related cleanups
 2017-04-28  8:33 UTC  (12+ messages)
` [Qemu-devel] [PATCH v5 01/10] pci: Use struct instead of QDict to pass back parameters
` [Qemu-devel] [PATCH v5 02/10] pci: Reduce scope of error injection
` [Qemu-devel] [PATCH v5 03/10] coccinelle: Add script to remove useless QObject casts
` [Qemu-devel] [PATCH v5 04/10] qobject: Drop "
` [Qemu-devel] [PATCH v5 05/10] qobject: Add helper macros for common scalar insertions
` [Qemu-devel] [PATCH v5 06/10] qobject: Use simpler QDict/QList scalar insertion macros
` [Qemu-devel] [PATCH v5 07/10] block: Simplify bdrv_append_temp_snapshot() logic
` [Qemu-devel] [PATCH v5 08/10] QemuOpts: Simplify qemu_opts_to_qdict()
` [Qemu-devel] [PATCH v5 09/10] fdc-test: Avoid deprecated 'change' command
` [Qemu-devel] [PATCH v5 10/10] test-qga: Actually test 0xff sync bytes

[Qemu-devel] [PATCH] ppc/pnv: restrict BMC object to the BMC simulator
 2017-04-28  8:26 UTC 

[Qemu-devel] [PATCH 0/7] sockets: Flatten SocketAddress except in external interfaces
 2017-04-28  8:15 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH 0/8] Shared Virtual Memory virtualization for VT-d
 2017-04-28  7:59 UTC  (6+ messages)
` [Qemu-devel] [RFC PATCH 1/8] iommu: Introduce bind_pasid_table API function

[Qemu-devel] [PATCH v5 0/4] event: Add source information to SHUTDOWN
 2017-04-28  8:08 UTC  (6+ messages)
` [Qemu-devel] [PATCH v5 1/4] shutdown: Simplify shutdown_signal
` [Qemu-devel] [PATCH v5 2/4] shutdown: Prepare for use of an enum in reset/shutdown_request
` [Qemu-devel] [PATCH v5 3/4] shutdown: Add source information to SHUTDOWN and RESET
` [Qemu-devel] [PATCH v5 4/4] RFC: shutdown: Expose full ShutdownCause across QMP

[Qemu-devel] [PATCH v5 00/19] TCG cross-tb optimizations
 2017-04-28  8:05 UTC  (30+ messages)
` [Qemu-devel] [PATCH v5 01/19] target/nios2: Fix 64-bit ilp32 compilation
` [Qemu-devel] [PATCH v5 02/19] tcg/sparc: Use the proper compilation flags for 32-bit
` [Qemu-devel] [PATCH v5 03/19] qemu/atomic: Loosen restrictions for 64-bit ILP32 hosts
` [Qemu-devel] [PATCH v5 04/19] exec-all: export tb_htable_lookup
` [Qemu-devel] [PATCH v5 05/19] tcg-runtime: add lookup_tb_ptr helper
` [Qemu-devel] [PATCH v5 06/19] tcg: introduce goto_ptr opcode
` [Qemu-devel] [PATCH v5 07/19] tcg: export tcg_gen_lookup_and_goto_ptr
` [Qemu-devel] [PATCH v5 08/19] target/arm: optimize cross-page direct jumps in softmmu
` [Qemu-devel] [PATCH v5 09/19] target/arm: optimize indirect branches
` [Qemu-devel] [PATCH v5 10/19] target/i386: introduce gen_jr helper to generate lookup_and_goto_ptr
` [Qemu-devel] [PATCH v5 11/19] target/i386: optimize cross-page direct jumps in softmmu
` [Qemu-devel] [PATCH v5 12/19] target/i386: optimize indirect branches
` [Qemu-devel] [PATCH v5 13/19] tb-hash: improve tb_jmp_cache hash function in user mode
` [Qemu-devel] [PATCH v5 14/19] target/alpha: Use tcg_gen_goto_ptr
` [Qemu-devel] [PATCH v5 15/19] tcg/i386: implement goto_ptr
` [Qemu-devel] [PATCH v5 16/19] tcg/ppc: Implement goto_ptr
` [Qemu-devel] [PATCH v5 17/19] tcg/aarch64: "
` [Qemu-devel] [PATCH v5 18/19] tcg/sparc: "
` [Qemu-devel] [PATCH v5 19/19] tcg/s390: "

[Qemu-devel] [PATCH v2 0/4] Convert non-blocking connect and fix its error reporting
 2017-04-28  8:02 UTC  (13+ messages)
` [Qemu-devel] [PATCH v2 1/4] net/socket: Convert the non-blocking connection mechanism to QIOchannel
` [Qemu-devel] [PATCH v2 2/4] net/socket: Improve -net socket error reporting
` [Qemu-devel] [PATCH v2 3/4] net/socket: Convert error report message to Error

[Qemu-devel] [PATCH] audio: release capture buffers
 2017-04-28  7:56 UTC 

[Qemu-devel] [PATCH v10 0/8] the reset of msix_init series
 2017-04-28  7:45 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH 00/20] Qemu: Extend intel_iommu emulator to support Shared Virtual Memory
 2017-04-28  7:33 UTC  (8+ messages)
` [Qemu-devel] [RFC PATCH 02/20] intel_iommu: exposed extended-context mode to guest
` [Qemu-devel] [RFC PATCH 09/20] Memory: introduce iommu_ops->record_device
` [Qemu-devel] [RFC PATCH 14/20] intel_iommu: add FOR_EACH_ASSIGN_DEVICE macro

[Qemu-devel] [PATCH] hax: Fix memory mapping de-duplication logic
 2017-04-28  7:27 UTC 

[Qemu-devel] [Bug 1131757] Re: QEMU 1.4.0 fails to boot sparc64 linux image
 2017-04-28  6:56 UTC 

[Qemu-devel] [PATCH] hw/virtio: fix vhost user fails to startup when MQ
 2017-04-28  7:09 UTC 

[Qemu-devel] [PATCH RESEND V3 0/6] calculate downtime for postcopy live migration
 2017-04-28  6:57 UTC  (7+ messages)
    ` [Qemu-devel] [PATCH RESEND V3 1/6] userfault: add pid into uffd_msg & update UFFD_FEATURE_*
    ` [Qemu-devel] [PATCH RESEND V3 2/6] migration: pass ptr to MigrationIncomingState into migration ufd_version_check & postcopy_ram_supported_by_host
    ` [Qemu-devel] [PATCH RESEND V3 3/6] migration: split ufd_version_check onto receive/request features part
    ` [Qemu-devel] [PATCH RESEND V3 4/6] migration: add postcopy downtime into MigrationIncommingState
    ` [Qemu-devel] [PATCH RESEND V3 5/6] migration: calculate downtime on dst side
    ` [Qemu-devel] [PATCH RESEND V3 6/6] migration: trace postcopy total downtime

[Qemu-devel] [PATCH v6] qga: Add support network interface statistics in guest-network-get-interfaces command
 2017-04-28  6:19 UTC 

[Qemu-devel] [PATCH] tests: Ignore another built executable
 2017-04-28  2:58 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/3] Add a tester for HMP commands
 2017-04-28  1:56 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 3/3] tests: "

[Qemu-devel] [PATCH 0/2] Fix compilation dependency issues of CONFIG_ARM_V7M
 2017-04-28  0:10 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/2] armv7m: Make armv7m SoC compilation dependent on CONFIG_ARM_V7M
` [Qemu-devel] [PATCH 2/2] armv7m: Use stub functions if CONFIG_ARM_V7M is not defined

[Qemu-devel] [PATCH v4 0/4] event: Add source information to SHUTDOWN
 2017-04-27 22:37 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 1/4] shutdown: Simplify shutdown_signal
` [Qemu-devel] [PATCH v4 2/4] shutdown: Prepare for use of an enum in reset/shutdown_request
` [Qemu-devel] [PATCH v4 4/4] RFC: shutdown: Expose full ShutdownCause across QMP

[Qemu-devel] [PATCH v3] qmp-shell: add persistent command history
 2017-04-27 22:36 UTC 

[Qemu-devel] [PATCH 1/1] slirp: don't zero ti_i since we acccess it later
 2017-04-27 13:21 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/2] iotests: trivial fixups
 2017-04-27 21:30 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] iotests: clarify help text
` [Qemu-devel] [PATCH 2/2] iotests: fix exclusion option

[Qemu-devel] [PATCH] scripts: Switch to more portable Perl shebang
 2017-04-27 21:29 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2] "

[Qemu-devel] [PATCH 0/2] targets/openrisc: Improve exception vectoring
 2017-04-27 21:18 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] target/openrisc: Implement EVBAR register

[Qemu-devel] [PATCH v2 0/7] Refactor DMG driver to have chunk size independence
 2017-04-27 20:59 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/2] numa, spapr: equally distribute memory on nodes
 2017-04-27 20:28 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/2] numa: introduce numa_auto_assign_ram() function in MachineClass

[Qemu-devel] [PATCH v9] Allow setting NUMA distance for different NUMA nodes
 2017-04-27 20:25 UTC  (6+ messages)

[Qemu-devel] [PATCH v3 0/4] event: Add source information to SHUTDOWN
 2017-04-27 20:02 UTC  (8+ messages)
` [Qemu-devel] [PATCH v3 1/4] shutdown: Simplify shutdown_signal
` [Qemu-devel] [PATCH v3 2/4] shutdown: Prepare for use of an enum in reset/shutdown_request
` [Qemu-devel] [PATCH v3 3/4] shutdown: Add source information to SHUTDOWN and RESET
` [Qemu-devel] [PATCH v3 4/4] RFC: shutdown: Expose full ShutdownType across QMP

[Qemu-devel] [PATCH] ACPI: call acpi_set_pci_info when only acpi enabled
 2017-04-27 19:57 UTC  (9+ messages)

[Qemu-devel] [PATCHv3 0/4] Clean up compatibility mode handling
 2017-04-27 19:51 UTC  (7+ messages)
` [Qemu-devel] [PATCHv3 2/4] pseries: Move CPU compatibility property to machine
` [Qemu-devel] [PATCHv3 3/4] pseries: Reset CPU compatibility mode
` [Qemu-devel] [PATCHv3 4/4] ppc: Rework CPU compatibility testing across migration

[Qemu-devel] [PATCH v3 1/1] qemu-img: wait for convert coroutines to complete
 2017-04-27 19:09 UTC  (2+ messages)
` [Qemu-devel] [Qemu-stable] "

[Qemu-devel] [Qemu-devel RFC v2 0/4] Add support for Smartfusion2 SoC
 2017-04-27 18:53 UTC  (7+ messages)
` [Qemu-devel] [Qemu-devel RFC v2 1/4] msf2: Add Smartfusion2 System timer

[Qemu-devel] [PATCH v2 0/4] 9pfs: handle transport errors
 2017-04-27 18:51 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 1/4] fsdev: don't allow unknown format in marshal/unmarshal
` [Qemu-devel] [PATCH v2 2/4] 9pfs: drop pdu_push_and_notify()
` [Qemu-devel] [PATCH v2 4/4] 9pfs: handle broken transport

[Qemu-devel] [PATCH for-2.9 00/47] qapi: Put type information back into QMP documentation
 2017-04-27 18:16 UTC  (2+ messages)

[Qemu-devel] [PATCH] virtio-9p/xen-9p: move 9p specific bits to core 9p code
 2017-04-27 18:13 UTC  (2+ messages)

[Qemu-devel] [PATCH for-2.10 00/23] numa: add '-numa cpu' option
 2017-04-27 17:32 UTC  (14+ messages)
` [Qemu-devel] [PATCH for-2.10 07/23] pc: add node-id property to CPU
` [Qemu-devel] [PATCH for-2.10 14/23] virt-arm: get numa node mapping from possible_cpus instead of numa_get_node_for_cpu()

[Qemu-devel] [PATCH] checkpatch: Disallow glib asserts in main code
 2017-04-27 16:55 UTC 

[Qemu-devel] [PATCH v17 00/24] qcow2: persistent dirty bitmaps
 2017-04-27 16:43 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] trace: add qemu mutex lock and unlock trace events
 2017-04-27 16:20 UTC  (5+ messages)

[Qemu-devel] [Bug 1592351] [NEW] mouse pointer offset with gtk, gl=on
 2017-04-27 16:05 UTC  (3+ messages)
` [Qemu-devel] [Bug 1592351] "

[Qemu-devel] [Bug 1064631] [NEW] Feature request: tls for chardev socket (telnet, tcp, udp)
 2017-04-27 15:47 UTC  (3+ messages)
` [Qemu-devel] [Bug 1064631] "

[Qemu-devel] [Bug 1090602] [NEW] RFE: Allow specifying usb-host device by serial number
 2017-04-27 15:31 UTC  (2+ messages)
` [Qemu-devel] [Bug 1090602] "

[Qemu-devel] [Bug 1090604] [NEW] RFE: Implement support for SMBIOS Type 41 structures
 2017-04-27 15:31 UTC  (2+ messages)
` [Qemu-devel] [Bug 1090604] "

[Qemu-devel] [Bug 1090615] [NEW] RFE: More info in qemu-img info/check
 2017-04-27 15:32 UTC  (2+ messages)
` [Qemu-devel] [Bug 1090615] "

[Qemu-devel] [Bug 1184089] [NEW] [Feature request] loadvm snapshot as read-only
 2017-04-27 15:33 UTC  (2+ messages)
` [Qemu-devel] [Bug 1184089] "

[Qemu-devel] [Bug 1284090] [NEW] RFE: QMP: report error reason in BLOCK_IO_ERROR message
 2017-04-27 15:32 UTC  (2+ messages)
` [Qemu-devel] [Bug 1284090] "

[Qemu-devel] [Bug 1081416] [NEW] Qemu 1.2.0 crashes when using tcp serial console and GRUB boots
 2017-04-27 15:29 UTC  (2+ messages)
` [Qemu-devel] [Bug 1081416] "

[Qemu-devel] [PATCH v2 0/3] qemu-img/convert: Some small fixes
 2017-04-27 15:36 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 3/3] qemu-img: Document backing options

[Qemu-devel] [PATCH] virtio: allow broken device to notify guest
 2017-04-27 15:34 UTC  (6+ messages)

[Qemu-devel] [BUG] QEMU crashes with dpdk virtio pmd
 2017-04-27 15:30 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/41] Migration cleanup
 2017-04-27 15:02 UTC  (9+ messages)
` [Qemu-devel] [PATCH 01/41] migration: Create migration/blocker.h
` [Qemu-devel] [PATCH 10/41] migration: Move postcopy-ram.h to migration/
` [Qemu-devel] [PATCH 25/41] migration: Export rdma.c functions in its own file

[Qemu-devel] [PATCH 0/9] hw/display: make display updates thread safe, part 1
 2017-04-27 15:01 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/9] memory: add support getting and using a dirty bitmap copy

[Qemu-devel] [PATCH 1/1] block: fix alignment calculations in bdrv_co_do_zero_pwritev
 2017-04-27 14:44 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [Bug 1670377] [NEW] VNC: short read for zlre data/RDR EndOfStream
 2017-04-27 14:12 UTC  (2+ messages)
` [Qemu-devel] [Bug 1670377] "

[Qemu-devel] [Bug 1686390] [NEW] vnc server closed socket after arrow "down" keyevent
 2017-04-27 14:10 UTC  (3+ messages)
` [Qemu-devel] [Bug 1686390] "

[Qemu-devel] [PATCH for-2.10?] block: Do not unref bs->file on error in BD's open
 2017-04-27 14:13 UTC  (2+ messages)

[Qemu-devel] [PATCH] replication: Make --disable-replication compile again
 2017-04-27 14:07 UTC  (4+ messages)

[Qemu-devel] [PATCH v3] iotests: 109: Filter out "len" of failed jobs
 2017-04-27 14:06 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/5] hw/char: remove console_exit function in sclp
 2017-04-27 14:03 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/4] qapi: Loose ends
 2017-04-27 14:02 UTC  (8+ messages)
` [Qemu-devel] [PATCH 4/4] qobject-input-visitor: Catch misuse of end_struct vs. end_list

[Qemu-devel] [PATCH 0/2] Postcopy fix and traces
 2017-04-27 13:47 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/2] Postcopy: Force allocation of all-zero precopy pages

[Qemu-devel] [PATCH] iotests: Fix typo in 026
 2017-04-27 13:46 UTC  (2+ messages)

[Qemu-devel] [PATCH v3] Issue a deprecation warning if the user specifies the "-hdachs" option
 2017-04-27 13:43 UTC  (3+ messages)

[Qemu-devel] [PATCH v5] qga: Add support network interface statistics in guest-network-get-interfaces command
 2017-04-27 13:42 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/1] qga-win: fix installation on localized Windows
 2017-04-27 13:21 UTC  (2+ messages)
` [Qemu-devel] [PATCH v2 1/1] qga-win: fix installation on localized windows

[Qemu-devel] [PATCH] io: simplify qio_channel_attach_aio_context
 2017-04-27 12:14 UTC  (2+ messages)

[Qemu-devel] qemu integrator hardware error: icp_control_write: Bad offset 789688
 2017-04-27 11:51 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).