qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-03 07:42:23 to 2020-03-03 17:36:00 UTC [more...]

[PATCH v3 00/33] Convert qemu-doc to rST
 2020-03-03 17:35 UTC  (2+ messages)

[PATCH RFC 0/9] KVM: Dirty ring support (QEMU part)
 2020-03-03 17:32 UTC  (2+ messages)

[PULL 0/2] virtiofs queue
 2020-03-03 17:23 UTC  (4+ messages)
` [PULL 1/2] virtiofsd: passthrough_ll: cleanup getxattr/listxattr
` [PULL 2/2] virtiofsd: Fix xattr operations

[PATCH v2 00/30] Configurable policy for handling deprecated interfaces
 2020-03-03 17:21 UTC  (32+ messages)
` [PATCH v2 01/30] qemu-doc: Belatedly document QMP command arg & result deprecation
` [PATCH v2 02/30] qapi: Belatedly update doc comment for @wait deprecation
` [PATCH v2 03/30] docs/devel/qapi-code-gen: Clarify allow-oob introspection
` [PATCH v2 04/30] docs/devel/qapi-code-gen: Document 'features' introspection
` [PATCH v2 05/30] tests/test-qmp-cmds: Factor out qmp_dispatch() test helpers
` [PATCH v2 06/30] tests/test-qmp-cmds: Check responses more thoroughly
` [PATCH v2 07/30] tests/test-qmp-cmds: Simplify test data setup
` [PATCH v2 08/30] tests/test-qmp-event: "
` [PATCH v2 09/30] tests/test-qmp-event: Use qobject_is_equal()
` [PATCH v2 10/30] tests/test-qmp-event: Check event is actually emitted
` [PATCH v2 11/30] qapi/schema: Clean up around QAPISchemaEntity.connect_doc()
` [PATCH v2 12/30] qapi: Add feature flags to remaining definitions
` [PATCH v2 13/30] qapi: Consistently put @features parameter right after @ifcond
` [PATCH v2 14/30] qapi/introspect: Rename *qlit* to reduce confusion
` [PATCH v2 15/30] qapi/introspect: Factor out _make_tree()
` [PATCH v2 16/30] qapi/schema: Change _make_features() to a take feature list
` [PATCH v2 17/30] qapi/schema: Reorder classes so related ones are together
` [PATCH v2 18/30] qapi/schema: Rename QAPISchemaObjectType{Variant, Variants}
` [PATCH v2 19/30] qapi/schema: Call QAPIDoc.connect_member() in just one place
` [PATCH v2 20/30] qapi: Add feature flags to struct members
` [PATCH v2 21/30] qapi: Inline do_qmp_dispatch() into qmp_dispatch()
` [PATCH v2 22/30] qapi: Simplify how qmp_dispatch() deals with QCO_NO_SUCCESS_RESP
` [PATCH v2 23/30] qapi: Simplify how qmp_dispatch() gets the request ID
` [PATCH v2 24/30] qapi: Replace qmp_dispatch()'s TODO comment by an explanation
` [PATCH v2 25/30] qapi: New special feature flag "deprecated"
` [PATCH v2 26/30] qapi: Mark deprecated QMP parts with feature 'deprecated'
` [PATCH v2 27/30] qemu-options: New -compat to set policy for deprecated interfaces
` [PATCH v2 28/30] qapi: Implement -compat deprecated-output=hide
` [PATCH v2 29/30] qapi: Implement -compat deprecated-input=reject
` [PATCH v2 30/30] qapi: New -compat deprecated-input=crash

[PATCH v4 00/11] RFC: [for 5.0]: HMP monitor handlers refactoring
 2020-03-03 17:15 UTC  (5+ messages)
` [PATCH v4 02/11] monitor/hmp: uninline add_init_drive
` [PATCH v4 07/11] monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.c hmp_snapshot_blkdev is from GPLv2 version of the hmp-cmds.c thus have to change the licence to GPLv2

New Hardware model emulation
 2020-03-03 17:11 UTC  (8+ messages)

[PATCH v2 00/20] Add qemu-storage-daemon
 2020-03-03 17:00 UTC  (3+ messages)

[PATCH v2 0/1] Enable PMR feature from NVMe 1.4 spec to NVMe driver
 2020-03-03 16:25 UTC  (3+ messages)
` [PATCH v2 1/1] block/nvme: introduce PMR support from NVMe 1.4 spec

[PATCH 0/2] block/qcow2: Fix bitmap reopen with 'auto-read-only' file child
 2020-03-03 16:13 UTC  (2+ messages)

[PATCH v5 00/18] s390x: Protected Virtualization support
 2020-03-03 16:13 UTC  (10+ messages)
` [PATCH v5 07/18] s390x: protvirt: Inhibit balloon when switching to protected mode
` [PATCH] pc-bios: s390x: Save iplb location in lowcore

[PATCH] console: make QMP screendump use coroutine
 2020-03-03 16:03 UTC  (13+ messages)

[PATCH v4 0/5] qcow2: Implement zstd cluster compression method
 2020-03-03 15:43 UTC  (9+ messages)
` [PATCH v4 1/5] block/qcow2-threads: fix qcow2_decompress
` [PATCH v4 2/5] qcow2: introduce compression type feature
` [PATCH v4 3/5] qcow2: rework the cluster compression routine
` [PATCH v4 4/5] qcow2: add zstd cluster compression
` [PATCH v4 5/5] iotests: 287: add qcow2 compression type test

COLO PVM and SVM's memory usages
 2020-03-03 15:36 UTC 

[PATCH v5 0/4] qmp: Optionally run handlers in coroutines
 2020-03-03 15:33 UTC  (8+ messages)
` [PATCH v5 1/4] qapi: Add a 'coroutine' flag for commands
` [PATCH v5 3/4] qmp: Move dispatcher to a coroutine

[PATCH v2 0/9] testing/next (buildvm and re-greening tweeks)
 2020-03-03 15:06 UTC  (10+ messages)
` [PATCH v2 1/9] tests/vm: use $(PYTHON) consistently
` [PATCH v2 2/9] tests/vm: Debug mode shows ssh output
` [PATCH v2 3/9] tests/vm: increased max timeout for vm boot
` [PATCH v2 4/9] tests/vm: give wait_ssh() option to wait for root
` [PATCH v2 5/9] tests/vm: Added gen_cloud_init_iso() to basevm.py
` [PATCH v2 6/9] travis: enable tools build on OS X
` [PATCH v2 7/9] configure: detect and report genisoimage
` [PATCH v2 8/9] tests/acceptance: bump avocado requirements to 76.0
` [PATCH v2 9/9] travis.yml: install python3 numpy and opencv libraries

[PATCH v2 00/14] tests/vm: Add support for aarch64 VMs
 2020-03-03 15:02 UTC  (5+ messages)

[PATCH V2] vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORM
 2020-03-03 14:44 UTC  (8+ messages)

[PULL 0/5] MIPS queue for February 27th, 2020
 2020-03-03 14:29 UTC  (7+ messages)
` [PULL 5/5] tests/acceptance: Count multiple Tux logos displayed on framebuffer
    ` [EXTERNAL]Re: "

[PATCH RFC 0/4] kvm: Implement atomic memory region resizes
 2020-03-03 14:19 UTC  (5+ messages)
` [PATCH RFC 1/4] openpic_kvm: Use kvm_device_ioctl() instead of ioctl()
` [PATCH RFC 2/4] intc/s390_flic_kvm.c: "
` [PATCH RFC 3/4] memory: Add region_resize() callback to memory notifier
` [PATCH RFC 4/4] kvm: Implement atomic memory region resizes via region_resize()

[PATCH] cpu: Use DeviceClass reset instead of a special CPUClass reset
 2020-03-03 14:19 UTC  (6+ messages)

[PATCH] tests/acceptance: move @skipUnless decoration to test itself
 2020-03-03 14:10 UTC  (5+ messages)

[PATCH v2 0/3] RISC-V Spike machine improvements
 2020-03-03 14:00 UTC  (4+ messages)
` [PATCH v2 1/3] hw/riscv: Add optional symbol callback ptr to riscv_load_firmware()
` [PATCH v2 2/3] hw/riscv/spike: Allow loading firmware separately using -bios option
` [PATCH v2 3/3] hw/riscv/spike: Allow more than one CPUs

[PULL V2 00/23] Net patches
 2020-03-03 13:45 UTC  (25+ messages)
` [PULL V2 01/23] dp8393x: Mask EOL bit from descriptor addresses
` [PULL V2 02/23] dp8393x: Always use 32-bit accesses
` [PULL V2 03/23] dp8393x: Clean up endianness hacks
` [PULL V2 04/23] dp8393x: Have dp8393x_receive() return the packet size
` [PULL V2 05/23] dp8393x: Update LLFA and CRDA registers from rx descriptor
` [PULL V2 06/23] dp8393x: Clear RRRA command register bit only when appropriate
` [PULL V2 07/23] dp8393x: Implement packet size limit and RBAE interrupt
` [PULL V2 08/23] dp8393x: Don't clobber packet checksum
` [PULL V2 09/23] dp8393x: Use long-word-aligned RRA pointers in 32-bit mode
` [PULL V2 10/23] dp8393x: Pad frames to word or long word boundary
` [PULL V2 11/23] dp8393x: Clear descriptor in_use field to release packet
` [PULL V2 12/23] dp8393x: Always update RRA pointers and sequence numbers
` [PULL V2 13/23] dp8393x: Don't reset Silicon Revision register
` [PULL V2 14/23] dp8393x: Don't stop reception upon RBE interrupt assertion
` [PULL V2 15/23] e1000e: Avoid hw_error if legacy mode used
` [PULL V2 16/23] NetRxPkt: Introduce support for additional hash types
` [PULL V2 17/23] NetRxPkt: fix hash calculation of IPV6 TCP
` [PULL V2 18/23] hw: net: cadence_gem: Fix build errors in DB_PRINT()
` [PULL V2 19/23] block/replication.c: Ignore requests after failover
` [PULL V2 20/23] tests/test-replication.c: Add test for for secondary node continuing replication
` [PULL V2 21/23] net/filter.c: Add Options to insert filters anywhere in the filter list
` [PULL V2 22/23] colo: Update Documentation for continuous replication
` [PULL V2 23/23] l2tpv3: fix RFC number typo in qemu-options.hx

qemu-system-x86_64: warning: Unknown X11 keycode mapping '<null>'
 2020-03-03 13:14 UTC  (9+ messages)

[PATCH] configure: change a typo in zstd config
 2020-03-03 12:56 UTC  (2+ messages)

[PATCH v6 00/18] Add Allwinner H3 SoC and Orange Pi PC Machine
 2020-03-03 12:34 UTC  (15+ messages)
` [PATCH v6 01/18] hw/arm: add Allwinner H3 System-on-Chip
` [PATCH v6 02/18] hw/arm: add Xunlong Orange Pi PC machine
` [PATCH v6 03/18] hw/arm/allwinner-h3: add Clock Control Unit
` [PATCH v6 04/18] hw/arm/allwinner-h3: add USB host controller
` [PATCH v6 05/18] hw/arm/allwinner-h3: add System Control module
` [PATCH v6 06/18] hw/arm/allwinner: add CPU Configuration module
` [PATCH v6 08/18] hw/arm/allwinner: add SD/MMC host controller

[PATCH] icount: make dma reads deterministic
 2020-03-03 12:31 UTC  (3+ messages)

[PATCH v2] icount: make dma reads deterministic
 2020-03-03 12:26 UTC 

[PULL] RISC-V Patches for the 5.0 Soft Freeze, Part 3
 2020-03-03 12:03 UTC  (2+ messages)

[PATCH v3] hw/smbios: add options for type 4 max-speed and current-speed
 2020-03-03 11:37 UTC  (4+ messages)

[PATCH v4 0/2] virtiofsd: Fix xattr operations
 2020-03-03 11:37 UTC  (2+ messages)
` [Virtio-fs] "

[PATCH v3 0/4] qcow2: Implement zstd cluster compression method
 2020-03-03 10:59 UTC  (5+ messages)
` [PATCH v3 1/4] qcow2: introduce compression type feature
` [PATCH v3 2/4] qcow2: rework the cluster compression routine
` [PATCH v3 3/4] qcow2: add zstd cluster compression
` [PATCH v3 4/4] iotests: 287: add qcow2 compression type test

[PATCH] target/i386/hax-posix: fix two 'format-truncation' compile warnings
 2020-03-03 10:58 UTC  (4+ messages)

[PATCH v2] net: tulip: check frame size and r/w data length
 2020-03-03 10:57 UTC  (3+ messages)

[PATCH v3 0/2] net: tulip: add checks to avoid OOB access
 2020-03-03 10:56 UTC  (7+ messages)
` [PATCH v3 1/2] net: tulip: check frame size and r/w data length
` [PATCH v3 2/2] net: tulip: add .can_recieve routine

[PATCH] optionrom/pvh: scan entire RSDP Area
 2020-03-03 10:52 UTC 

[PATCH v7 00/17] target/ppc: Correct some errors with real mode handling
 2020-03-03 10:32 UTC  (15+ messages)
` [PATCH v7 08/17] target/ppc: Streamline calculation of RMA limit from LPCR[RMLS]
` [PATCH v7 10/17] target/ppc: Only calculate RMLS derived RMA limit on demand
` [PATCH v7 11/17] target/ppc: Don't store VRMA SLBE persistently
` [PATCH v7 14/17] spapr: Don't attempt to clamp RMA to VRMA constraint
` [PATCH v7 15/17] spapr: Don't clamp RMA to 16GiB on new machine types
` [PATCH v7 16/17] spapr: Clean up RMA size calculation
` [PATCH v7 17/17] spapr: Fold spapr_node0_size() into its only caller

[PATCH 0/3] Make hcd-xhci independent of pci hooks
 2020-03-03 10:27 UTC  (6+ messages)
` [PATCH 1/3] usb/hcd-xhci: Make dma read/writes hooks pci free
` [PATCH 3/3] usb/hcd-xhci: Split pci wrapper for xhci base model

[PATCH] tests/acceptance: move @skipUnless decoration to test itself
 2020-03-03 10:24 UTC  (3+ messages)

[PATCH] WHPX: Use proper synchronization primitives while processing
 2020-03-03 10:17 UTC  (2+ messages)

[PATCH v3 00/12] redundant code: Fix warnings reported by Clang static code analyzer
 2020-03-03 10:28 UTC  (3+ messages)
` [PATCH v3 11/12] usb/hcd-ehci: Remove redundant statements

[PATCH] vhost-vsock: fix error message output
 2020-03-03 10:16 UTC  (2+ messages)

[PATCH v4] i386: Fix GCC warning with snprintf when HAX is enabled
 2020-03-03 10:15 UTC  (2+ messages)

[PULL 00/23] Net patches
 2020-03-03 10:12 UTC  (3+ messages)

[PATCH] hw/nios2/boot: Remove dead code (big endian check)
 2020-03-03 10:02 UTC  (2+ messages)

[PATCH] hw/unicore32/puv3: Simplify puv3_soc_init()
 2020-03-03  9:56 UTC  (2+ messages)

[PATCH v16 00/10] VIRTIO-IOMMU device
 2020-03-03  9:40 UTC  (5+ messages)

[PATCH v2] linux-user: Add AT_EXECFN auxval
 2020-03-03  9:40 UTC  (3+ messages)

[PATCH v2] riscv: sifive_u: Add a "serial" property for board serial number
 2020-03-03  9:30 UTC  (5+ messages)

[PATCH 00/13] LUKS: encryption slot management using amend interface
 2020-03-03  9:18 UTC  (4+ messages)
` [PATCH 02/13] qcrypto-luks: implement encryption key management
  ` QAPI schema for desired state of LUKS keyslots (was: [PATCH 02/13] qcrypto-luks: implement encryption key management)

[PATCH] hw/arm/cubieboard: make sure SOC object isn't leaked
 2020-03-03  9:12 UTC 

Implementing IOMMU support for SDHCI
 2020-03-03  9:07 UTC  (6+ messages)

[PATCH v4 00/16] APIC ID fixes for AMD EPYC CPU model
 2020-03-03  8:47 UTC  (7+ messages)
` [PATCH v4 09/16] target/i386: Cleanup and use the EPYC mode topology functions

[PATCH v3 00/15] Ram blocks with resizeable anonymous allocations under POSIX
 2020-03-03  8:43 UTC  (3+ messages)
` [PATCH v3 09/15] util/mmap-alloc: Factor out populating of memory to mmap_populate()

[PATCH v6 0/4] Improve default object property_add uint helpers
 2020-03-03  8:26 UTC  (5+ messages)

[PATCH v7 00/11] error: auto propagated local_err part I
 2020-03-03  8:12 UTC  (3+ messages)

[PATCH] mips/mips_malta: Allow more than 2G RAM
 2020-03-03  7:57 UTC  (4+ messages)
` [EXTERNAL][PATCH] "

[PATCH v0 0/2] allow to set 'drive' property on a realized block device
 2020-03-03  7:43 UTC  (5+ 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).