messages from 2020-03-03 16:46:10 to 2020-03-04 13:37:21 UTC [more...]
[PATCH v5 0/5] qcow2: Implement zstd cluster compression method
2020-03-04 13:35 UTC (2+ messages)
` [PATCH v5 1/5] block/qcow2-threads: fix qcow2_decompress
[PATCH v6 00/18] s390x: Protected Virtualization support
2020-03-04 13:25 UTC (21+ messages)
` [PATCH v6 01/18] Sync pv
` [PATCH v6 02/18] s390x: protvirt: Add diag308 subcodes 8 - 10
` [PATCH v6 03/18] s390x: protvirt: Support unpack facility
` [PATCH v6 04/18] s390x: protvirt: Add migration blocker
` [PATCH v6 05/18] s390x: protvirt: Handle diag 308 subcodes 0,1,3,4
` [PATCH v6 06/18] s390x: protvirt: Inhibit balloon when switching to protected mode
` [PATCH v6 07/18] s390x: protvirt: KVM intercept changes
` [PATCH v6 08/18] s390x: Add SIDA memory ops
` [PATCH v6 09/18] s390x: protvirt: Move STSI data over SIDAD
` [PATCH v6 10/18] s390x: protvirt: SCLP interpretation
` [PATCH v6 11/18] s390x: protvirt: Set guest IPL PSW
` [PATCH v6 12/18] s390x: protvirt: Move diag 308 data over SIDAD
` [PATCH v6 13/18] s390x: protvirt: Disable address checks for PV guest IO emulation
` [PATCH v6 14/18] s390x: protvirt: Move IO control structures over SIDA
` [PATCH v6 15/18] s390x: protvirt: Handle SIGP store status correctly
` [PATCH v6 16/18] s390x: Add unpack facility feature to GA1
` [PATCH v6 17/18] docs: Add protvirt docs
` [PATCH v6 18/18] pc-bios: s390x: Save iplb location in lowcore
[PATCH] dp8393x: Mask EOL bit from descriptor addresses, take 2
2020-03-04 13:26 UTC (3+ messages)
[PULL v1 00/10] Merge TPM 2020/03/04
2020-03-04 13:12 UTC (11+ messages)
` [PULL v1 01/10] tpm: rename TPM_TIS into TPM_TIS_ISA
` [PULL v1 02/10] tpm: Use TPMState as a common struct
` [PULL v1 03/10] tpm: Separate tpm_tis common functions from isa code
` [PULL v1 04/10] tpm: Separate TPM_TIS and TPM_TIS_ISA configs
` [PULL v1 05/10] tpm: Add the SysBus TPM TIS device
` [PULL v1 06/10] hw/arm/virt: vTPM support
` [PULL v1 07/10] docs/specs/tpm: Document TPM_TIS sysbus device for ARM
` [PULL v1 08/10] test: tpm: pass optional machine options to swtpm test functions
` [PULL v1 09/10] test: tpm-tis: Get prepared to share tests between ISA and sysbus devices
` [PULL v1 10/10] test: tpm-tis: Add Sysbus TPM-TIS device test
[PATCH 0/2] misc: Replace zero-length arrays with flexible array member
2020-03-04 13:12 UTC (8+ messages)
` [PATCH 1/2] misc: Replace zero-length arrays with flexible array member (automatic)
` [PATCH 2/2] misc: Replace zero-length arrays with flexible array member (manual)
[PATCH v2 0/4] Introducing QMP query-netdevs command
2020-03-04 13:06 UTC (5+ messages)
` [PATCH v2 1/4] qapi: net: Add "
` [PATCH v2 2/4] tests: Add tests for "
` [PATCH v2 3/4] hmp: Use QMP query-netdevs in hmp_info_network
` [PATCH v2 4/4] net: Remove field info_str of NetClientState
New Hardware model emulation
2020-03-04 13:04 UTC (11+ messages)
[PATCH v4 0/5] qcow2: Implement zstd cluster compression method
2020-03-04 13:01 UTC (9+ messages)
` [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
[PATCH] optionrom/pvh: scan entire RSDP Area
2020-03-04 12:20 UTC (3+ messages)
Wiki user request
2020-03-04 11:57 UTC (2+ messages)
[PATCH v2 00/30] Configurable policy for handling deprecated interfaces
2020-03-04 11:55 UTC (17+ messages)
` [PATCH v2 07/30] tests/test-qmp-cmds: Simplify test data setup
` [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 18/30] qapi/schema: Rename QAPISchemaObjectType{Variant, Variants}
` [PATCH v2 19/30] qapi/schema: Call QAPIDoc.connect_member() in just one place
` [PATCH v2 21/30] qapi: Inline do_qmp_dispatch() into qmp_dispatch()
` [PATCH v2 26/30] qapi: Mark deprecated QMP parts with feature 'deprecated'
` [PATCH v2 28/30] qapi: Implement -compat deprecated-output=hide
` [PATCH v2 29/30] qapi: Implement -compat deprecated-input=reject
[PATCH v5 00/50] Initial support for multi-process qemu
2020-03-04 11:53 UTC (17+ messages)
` [PATCH v5 01/50] multi-process: memory: alloc RAM from file at offset
` [PATCH v5 08/50] multi-process: add functions to synchronize proxy and remote endpoints
` [PATCH v5 12/50] multi-process: remote process initialization
` [PATCH v5 14/50] mutli-process: build remote command line args
` [PATCH v5 15/50] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [PATCH v5 16/50] multi-process: Synchronize remote memory
[PATCH v6 0/9] iotests: use python logging
2020-03-04 11:12 UTC (19+ messages)
` [PATCH v6 1/9] iotests: do a light delinting
` [PATCH v6 2/9] iotests: add script_initialize
` [PATCH v6 6/9] iotests: use python logging for iotests.log()
` [PATCH v6 7/9] iotests: ignore import warnings from pylint
` [PATCH v6 9/9] iotests: add pylintrc file
[PATCH v6 00/18] Add Allwinner H3 SoC and Orange Pi PC Machine
2020-03-04 10:35 UTC (6+ messages)
` [PATCH v6 06/18] hw/arm/allwinner: add CPU Configuration module
` [PATCH v6 18/18] docs: add Orange Pi PC document
[PULL 0/9] testing updates (tests/vm and acceptance tweaks)
2020-03-04 10:01 UTC (10+ messages)
` [PULL 1/9] tests/vm: use $(PYTHON) consistently
` [PULL 2/9] tests/vm: Debug mode shows ssh output
` [PULL 3/9] tests/vm: increased max timeout for vm boot
` [PULL 4/9] tests/vm: give wait_ssh() option to wait for root
` [PULL 5/9] tests/vm: Added gen_cloud_init_iso() to basevm.py
` [PULL 6/9] travis: enable tools build on OS X
` [PULL 7/9] configure: detect and report genisoimage
` [PULL 8/9] tests/acceptance: bump avocado requirements to 76.0
` [PULL 9/9] travis.yml: install python3 numpy and opencv libraries
[PATCH] python/qemu/qmp.py: QMP debug with VM label
2020-03-04 10:05 UTC
[PATCH v4 0/3] linux-user: generate syscall_nr.sh for RISC-V
2020-03-04 9:58 UTC (6+ messages)
` [PATCH v4 1/3] linux-user: Protect more syscalls
` [PATCH v4 2/3] linux-user/syscall: Add support for clock_gettime64/clock_settime64
` [PATCH v4 3/3] linux-user/riscv: Update the syscall_nr's to the 5.5 kernel
[PATCH 0/2] block: bdrv_reopen() with backing file in different AioContext
2020-03-04 9:40 UTC (3+ messages)
Best practices to handle shared objects through qemu upgrades?
2020-03-04 9:39 UTC (4+ messages)
` [PATCH] modules: load modules from versioned /var/run dir
[PATCH] virtio-serial-bus: do cleanup on the error path in realize() to avoid memleaks
2020-03-04 9:23 UTC (2+ messages)
[PATCH v3 00/33] Convert qemu-doc to rST
2020-03-04 9:12 UTC (5+ messages)
[PATCH v5 00/18] s390x: Protected Virtualization support
2020-03-04 9:05 UTC (5+ messages)
` [PATCH] pc-bios: s390x: Save iplb location in lowcore
[PATCH] hw/ide: Remove status register read side effect
2020-03-04 8:48 UTC (19+ messages)
[PATCH v16 00/10] VIRTIO-IOMMU device
2020-03-04 8:41 UTC (7+ messages)
[PATCH RFC 0/4] kvm: Implement atomic memory region resizes
2020-03-04 8:30 UTC (4+ messages)
` [PATCH RFC 2/4] intc/s390_flic_kvm.c: Use kvm_device_ioctl() instead of ioctl()
[PATCH v4 00/11] RFC: [for 5.0]: HMP monitor handlers refactoring
2020-03-04 8:13 UTC (7+ 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
[PATCH] vhost-vsock: fix error message output
2020-03-04 8:13 UTC (2+ messages)
[PATCH V4 0/5] Introduce Advanced Watch Dog module
2020-03-04 8:06 UTC (8+ messages)
[PATCH 0/4] qapi: Bye-bye Python 2
2020-03-04 8:01 UTC (6+ messages)
` [PATCH 3/4] qapi: Use super() now we have Python 3
` [PATCH 4/4] qapi: Brush off some (py)lint
[PATCH 0/2] net/colo-compare.c: Expose more COLO internal
2020-03-04 7:59 UTC (2+ messages)
The issues about architecture of the COLO checkpoint
2020-03-04 7:44 UTC (18+ messages)
[PATCH] kvm: support to get/set dirty log initial-all-set capability
2020-03-04 2:55 UTC
[PATCH v7 00/17] target/ppc: Correct some errors with real mode handling
2020-03-04 1:25 UTC (4+ messages)
` [PATCH v7 17/17] spapr: Fold spapr_node0_size() into its only caller
[PULL V2 00/23] Net patches
2020-03-04 2:43 UTC (4+ messages)
` [PULL V2 01/23] dp8393x: Mask EOL bit from descriptor addresses
[PATCH v1 0/3] hw/riscv: Add a serial property to the sifive_u machine
2020-03-04 1:29 UTC (4+ messages)
` [PATCH v1 1/3] riscv/sifive_u: Fix up file ordering
` [PATCH v1 2/3] riscv/sifive_u: Add a serial property to the sifive_u SoC
` [PATCH v1 3/3] riscv/sifive_u: Add a serial property to the sifive_u machine
[PATCH v1 1/1] target/riscv: Don't set write permissions on dirty PTEs
2020-03-04 1:16 UTC
[PATCH 0/2] Implement "non 100% native mode" in via-ide
2020-03-04 0:22 UTC (14+ messages)
` [PATCH 2/2] via-ide: Also emulate non 100% native mode
[PATCH] cpu: Use DeviceClass reset instead of a special CPUClass reset
2020-03-04 0:10 UTC (8+ messages)
[PATCH] Fixed integer overflow in e1000e
2020-03-03 23:41 UTC (2+ messages)
[PATCH v2] linux-user: Add AT_EXECFN auxval
2020-03-03 23:29 UTC (3+ messages)
[PATCH 0/6] block: add block-dirty-bitmap-populate job
2020-03-03 21:58 UTC (17+ messages)
` [PATCH 1/6] block: add bitmap-populate job
` [PATCH 2/6] qmp: expose block-dirty-bitmap-populate
` [PATCH 3/6] iotests: move bitmap helpers into their own file
` [PATCH 5/6] qmp.py: change event_wait to use a dict
[PATCH 0/2] iotests: complicate run_job with this one weird trick?
2020-03-03 21:32 UTC (6+ messages)
` [PATCH 1/2] iotests: add JobRunner class
[PATCH v5 00/16] APIC ID fixes for AMD EPYC CPU model
2020-03-03 19:58 UTC (17+ messages)
` [PATCH v5 01/16] hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDs
` [PATCH v5 02/16] hw/i386: Introduce X86CPUTopoInfo to contain topology info
` [PATCH v5 03/16] hw/i386: Consolidate topology functions
` [PATCH v5 04/16] machine: Add SMP Sockets in CpuTopology
` [PATCH v5 05/16] hw/i386: Remove unnecessary initialization in x86_cpu_new
` [PATCH v5 06/16] hw/i386: Update structures to save the number of nodes per package
` [PATCH v5 07/16] hw/i386: Rename apicid_from_topo_ids to x86_apicid_from_topo_ids
` [PATCH v5 08/16] hw/386: Add EPYC mode topology decoding functions
` [PATCH v5 09/16] target/i386: Cleanup and use the EPYC mode topology functions
` [PATCH v5 10/16] hw/i386: Introduce apicid functions inside X86MachineState
` [PATCH v5 11/16] target/i386: Load apicid model specific handlers from X86CPUDefinition
` [PATCH v5 12/16] hw/i386: Use the apicid handlers from X86MachineState
` [PATCH v5 13/16] target/i386: Add EPYC model specific handlers
` [PATCH v5 14/16] hw/i386: Move arch_id decode inside x86_cpus_init
` [PATCH v5 15/16] i386: Fix pkg_id offset for EPYC cpu models
` [PATCH v5 16/16] tests: Update the Unit tests
[PATCH v2 0/9] testing/next (buildvm and re-greening tweeks)
2020-03-03 18:45 UTC (5+ messages)
` [PATCH v2 7/9] configure: detect and report genisoimage
` [PATCH v2 8/9] tests/acceptance: bump avocado requirements to 76.0
[PATCH 0/4] target/arm: Fix hflags mismatches for M-profile
2020-03-03 18:38 UTC (9+ messages)
` [PATCH 1/4] hw/intc/armv7m_nvic: Rebuild hflags on reset
` [PATCH 2/4] target/arm: Update hflags in trans_CPS_v7m()
` [PATCH 3/4] target/arm: Recalculate hflags correctly after writes to CONTROL
` [PATCH 4/4] target/arm: Fix some comment typos
PATCH] WHPX: TSC get and set should be dependent on VM state
2020-03-03 17:52 UTC (6+ messages)
` [EXTERNAL] "
[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 (2+ messages)
[PATCH v2 00/20] Add qemu-storage-daemon
2020-03-03 17:00 UTC (3+ messages)
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).