qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-30 09:53:12 to 2020-06-30 15:22:19 UTC [more...]

[PATCH 0/2] fix assertion failures when using Xen
 2020-06-30 15:19 UTC  (6+ messages)
` [PATCH 1/2] xen: fix legacy 'xen-sysdev' and 'xen-backend' bus types
` [PATCH 2/2] xen: cleanup unrealized flash devices

[PATCH v6 0/5] 9pfs: readdir optimization
 2020-06-30 15:16 UTC  (4+ messages)
` [PATCH v6 4/5] 9pfs: T_readdir latency optimization

[PATCH v2 0/2] net: tap: check file descriptor can be used
 2020-06-30 15:12 UTC  (5+ messages)
` [PATCH v2 1/2] net: tap: check if the file descriptor is valid before using it
` [PATCH v2 2/2] net: detect errors from probing vnet hdr flag for TAP devices

[PATCH] KVM: x86: believe what KVM says about WAITPKG
 2020-06-30 15:11 UTC 

[PATCH v3 0/4] hw/block/nvme: Fix I/O BAR structure
 2020-06-30 15:10 UTC  (6+ messages)
` [PATCH v3 1/4] hw/block/nvme: Update specification URL
` [PATCH v3 2/4] hw/block/nvme: Use QEMU_PACKED on hardware/packet structures
` [PATCH v3 3/4] hw/block/nvme: Fix pmrmsc register size
` [PATCH v3 4/4] hw/block/nvme: Align I/O BAR to 4 KiB

[PATCH v2] coverity: provide Coverity-friendly MIN_CONST and MAX_CONST
 2020-06-30 15:01 UTC  (2+ messages)

[PATCH v7 00/21] Initial support for multi-process qemu
 2020-06-30 14:59 UTC  (5+ messages)
` [PATCH v7 01/21] memory: alloc RAM from file at offset
` [PATCH v7 02/21] multi-process: Add config option for multi-process QEMU

[PATCH 0/2] target/riscv: fixup atomic implementation
 2020-06-30 15:00 UTC  (5+ messages)
` [PATCH 1/2] tcg/tcg-op: Fix nonatomic_op load with MO_SIGN
` [PATCH 2/2] target/riscv: Do amo*.w insns operate with 32 bits

[PATCH] Revert "tests/migration: Reduce autoconverge initial bandwidth"
 2020-06-30 14:55 UTC  (9+ messages)

[PATCH v2 0/6] hw/mips/malta: Add the 'malta-strict' machine, matching Malta hardware
 2020-06-30 14:52 UTC  (7+ messages)
` [PATCH v2 1/6] hw/mips/malta: Trivial code movement
` [PATCH v2 2/6] hw/mips/malta: Register the machine as a TypeInfo
` [PATCH v2 3/6] hw/mips/malta: Introduce MaltaMachineClass::max_ramsize
` [PATCH v2 4/6] hw/mips/malta: Introduce the 'malta-strict' machine
` [PATCH v2 5/6] hw/mips/malta: Verify malta-strict machine uses correct DIMM sizes
` [PATCH v2 6/6] hw/mips/malta: Introduce the 'malta-unleashed' 64-bit machine

[PATCH] linux-user/elfload: use MAP_FIXED in pgb_reserved_va
 2020-06-30 14:41 UTC  (3+ messages)

[PATCH] pc-bios/s390-ccw: Generate and include dependency files in the Makefile
 2020-06-30 14:29 UTC 

[PATCH v2 00/18] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-06-30 13:31 UTC  (15+ messages)
` [PATCH v2 05/18] hw/block/nvme: Introduce the Namespace Types definitions
` [PATCH v2 06/18] hw/block/nvme: Define trace events related to NS Types
` [PATCH v2 07/18] hw/block/nvme: Add support for Namespace Types
` [PATCH v2 08/18] hw/block/nvme: Make Zoned NS Command Set definitions
` [PATCH v2 09/18] hw/block/nvme: Define Zoned NS Command Set trace events
` [PATCH v2 10/18] hw/block/nvme: Support Zoned Namespace Command Set

[PATCH 00/10] hw/block/nvme: namespace types and zoned namespaces
 2020-06-30 14:09 UTC  (13+ messages)
` [PATCH 01/10] hw/block/nvme: support I/O Command Sets
` [PATCH 02/10] hw/block/nvme: add zns specific fields and types
` [PATCH 03/10] hw/block/nvme: add basic read/write for zoned namespaces
` [PATCH 04/10] hw/block/nvme: add the zone management receive command
` [PATCH 05/10] hw/block/nvme: add the zone management send command
` [PATCH 06/10] hw/block/nvme: add the zone append command
` [PATCH 07/10] hw/block/nvme: track and enforce zone resources
` [PATCH 08/10] hw/block/nvme: allow open to close transitions by controller
` [PATCH 09/10] hw/block/nvme: allow zone excursions
` [PATCH 10/10] hw/block/nvme: support reset/finish recommended limits

[PATCH] xen: Fix xen-legacy-backend qdev types
 2020-06-30 13:59 UTC  (4+ messages)

[PATCH 00/10] RFC: Move SPICE to a load module
 2020-06-30 13:56 UTC  (17+ messages)
` [PATCH 01/10] modules: Provide macros making it easier to identify module exports
` [PATCH 08/10] build: Add SPICE_CFLAGS and SPICE_LIBS to relevant files
` [PATCH 09/10] spice: Put spice functions in a separate load module
` [PATCH 10/10] REMOVE: Instrumentation to show the module functions being replaced

[Bug 1885718] [NEW] qemu/target/mips/op_helper.c:943:5: style:inconclusive: Found duplicate branches for 'if' and 'else'
 2020-06-30 13:48 UTC  (3+ messages)
` [Bug 1885718] "

[PATCH v5 0/3] Avoid abort on QMP attempt to add an object with duplicate id
 2020-06-30 13:41 UTC  (3+ messages)
` [PATCH v5 1/3] qom: Introduce object_property_try_add_child()

[PATCH v7 00/17] hw/sd/sdcard: Fix CVE-2020-13253 & cleanups
 2020-06-30 13:39 UTC  (18+ messages)
` [PATCH v7 01/17] MAINTAINERS: Cc qemu-block mailing list
` [PATCH v7 02/17] hw/sd/sdcard: Update coding style to make checkpatch.pl happy
` [PATCH v7 03/17] hw/sd/sdcard: Move some definitions to use them earlier
` [PATCH v7 04/17] hw/sd/sdcard: Use the HWBLOCK_SIZE definition
` [PATCH v7 05/17] hw/sd/sdcard: Do not switch to ReceivingData if address is invalid
` [PATCH v7 06/17] hw/sd/sdcard: Restrict Class 6 commands to SCSD cards
` [PATCH v7 07/17] hw/sd/sdcard: Move sd->size initialization
` [PATCH v7 08/17] hw/sd/sdcard: Call sd_addr_to_wpnum where it is used, consider zero size
` [PATCH v7 09/17] hw/sd/sdcard: Special case the -ENOMEDIUM error
` [PATCH v7 10/17] hw/sd/sdcard: Check address is in range
` [PATCH v7 11/17] hw/sd/sdcard: Update the SDState documentation
` [PATCH v7 12/17] hw/sd/sdcard: Simplify cmd_valid_while_locked()
` [PATCH v7 13/17] hw/sd/sdcard: Constify sd_crc*()'s message argument
` [PATCH v7 14/17] hw/sd/sdcard: Make iolen unsigned
` [PATCH v7 15/17] hw/sd/sdcard: Correctly display the command name in trace events
` [PATCH v7 16/17] hw/sd/sdcard: Display offset in read/write_data() "
` [PATCH v7 17/17] hw/sd/sdcard: Simplify realize() a bit

SEV: QMP support for Inject-Launch-Secret
 2020-06-30 13:41 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v3 0/9] memory: assert and define MemoryRegionOps callbacks
 2020-06-30 13:46 UTC  (12+ messages)
` [PATCH v3 1/9] hw/pci-host: add pci-intack write method
` [PATCH v3 2/9] pci-host: add pcie-msi read method
` [PATCH v3 3/9] vfio: add quirk device write method
` [PATCH v3 4/9] prep: add ppc-parity "
` [PATCH v3 5/9] nvram: add nrf51_soc flash read method
` [PATCH v3 6/9] spapr_pci: add spapr msi "
` [PATCH v3 7/9] tz-ppc: add dummy read/write methods
` [PATCH v3 8/9] imx7-ccm: add digprog mmio write method
` [PATCH v3 9/9] memory: assert MemoryRegionOps callbacks are defined

[PATCH 0/7] hw/mips/malta: Rework to allow more than 2GB of RAM on 64-bit
 2020-06-30 13:45 UTC  (16+ messages)

[PATCH v2 0/3] trace: Add a trace backend for the recorder library
 2020-06-30 13:28 UTC  (12+ messages)
` [PATCH v2 1/3] Makefile: Compute libraries for libqemuutil.a and libvhost-user.a
` [PATCH v2 2/3] trace: Add support for recorder back-end
` [PATCH v2 3/3] trace: Example of "centralized" recorder tracing

[PATCH 0/5] hw/i2c: Rename method names for consistency and add documentation
 2020-06-30 13:16 UTC  (5+ messages)
` [PATCH 5/5] hw/i2c: Document the I2C qdev helpers

[PATCH RFC] virtio-fs: force virtio 1.x usage
 2020-06-30 13:04 UTC  (11+ messages)

[REPORT] [GSoC - TCG Continuous Benchmarking] [#2] Dissecting QEMU Into Three Main Parts
 2020-06-30 12:58 UTC  (11+ messages)

[Bug 1885720] [NEW] qemu/migration/postcopy-ram.c:387: bad return expression ?
 2020-06-30 12:42 UTC 

[Bug 1885719] [NEW] qemu/target/nios2/helper.c:261:20: style:inconclusive: Found duplicate branches for 'if' and 'else'
 2020-06-30 12:39 UTC 

[PATCH] net: tap: check if the file descriptor is valid before using it
 2020-06-30 12:42 UTC  (17+ messages)

[PATCH v2 0/9] Improve synchronization between QEMU and HVF
 2020-06-30 12:35 UTC  (12+ messages)
` [PATCH v2 1/9] i386: hvf: Set env->eip in macvm_set_rip()
` [PATCH v2 2/9] i386: hvf: Move synchronize functions to sysemu
` [PATCH v2 3/9] i386: hvf: Add hvf_cpu_synchronize_pre_loadvm()
` [PATCH v2 4/9] i386: hvf: Implement CPU kick
` [PATCH v2 5/9] i386: hvf: Make long mode enter and exit clearer
` [PATCH v2 6/9] i386: hvf: Move Guest LMA reset to macvm_set_cr0()
` [PATCH v2 7/9] i386: hvf: Don't duplicate register reset
` [PATCH v2 8/9] i386: hvf: Clean up synchronize functions
` [PATCH v2 9/9] MAINTAINERS: Add Cameron as HVF co-maintainer

hw/arm/aspeed: Why aspeed_machine_init uses empty SD cards?
 2020-06-30 12:32 UTC 

[PATCH] Revert "chardev: fix backend events regression with mux chardev"
 2020-06-30 12:03 UTC 

[PATCH v3 0/2] target/m68k: fix physical address translation in m68k_cpu_get_phys_page_debug()
 2020-06-30 11:27 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] target/m68k: consolidate physical translation offset into get_physical_address()

[PATCH v2 0/2] target/m68k: fix physical address translation in m68k_cpu_get_phys_page_debug()
 2020-06-30 11:13 UTC  (4+ messages)
` [PATCH v2 2/2] target/m68k: consolidate physical translation offset into get_physical_address()

[PATCH v2 0/4] hw/block/nvme: Fix I/O BAR structure
 2020-06-30 10:53 UTC  (8+ messages)
` [PATCH v2 1/4] hw/block/nvme: Update specification URL
` [PATCH v2 2/4] hw/block/nvme: Use QEMU_PACKED on hardware/packet structures
` [PATCH v2 3/4] hw/block/nvme: Fix pmrmsc register size
` [PATCH v2 4/4] hw/block/nvme: Align I/O BAR to 4 KiB

[PATCH 0/4] migration: Add block-bitmap-mapping parameter
 2020-06-30 10:51 UTC  (5+ messages)
` [PATCH 1/4] migration: Prevent memleak by ...params_test_apply
` [PATCH 2/4] migration: Add block-bitmap-mapping parameter

[PATCH 4/8] i386: hvf: Implement CPU kick
 2020-06-30 10:43 UTC  (12+ messages)

[PATCH v6 00/15] hw/sd/sdcard: Fix CVE-2020-13253 & cleanups
 2020-06-30 10:43 UTC  (17+ messages)
` [PATCH v6 01/15] MAINTAINERS: Cc qemu-block mailing list
` [PATCH v6 02/15] hw/sd/sdcard: Update coding style to make checkpatch.pl happy
` [PATCH v6 03/15] hw/sd/sdcard: Move some definitions to use them earlier
` [PATCH v6 04/15] hw/sd/sdcard: Use the HWBLOCK_SIZE definition
` [PATCH v6 05/15] hw/sd/sdcard: Do not switch to ReceivingData if address is invalid
` [PATCH v6 06/15] hw/sd/sdcard: Restrict Class 6 commands to SCSD cards
` [PATCH v6 07/15] hw/sd/sdcard: Initialize constant values first
` [PATCH v6 08/15] hw/sd/sdcard: Check address is in range
` [PATCH v6 09/15] hw/sd/sdcard: Update the SDState documentation
` [PATCH v6 10/15] hw/sd/sdcard: Simplify cmd_valid_while_locked()
` [PATCH v6 11/15] hw/sd/sdcard: Constify sd_crc*()'s message argument
` [PATCH v6 12/15] hw/sd/sdcard: Make iolen unsigned
` [PATCH v6 13/15] hw/sd/sdcard: Correctly display the command name in trace events
` [PATCH v6 14/15] hw/sd/sdcard: Display offset in read/write_data() "
` [PATCH v6 15/15] hw/sd/sdcard: Simplify realize() a bit

[PATCH v9 00/34] Add subcluster allocation to qcow2
 2020-06-30 10:38 UTC  (6+ messages)
` [PATCH v9 02/34] qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()
` [PATCH v9 05/34] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()

[PATCH v3 1/1] tricore: added triboard with tc27x_soc
 2020-06-30 10:28 UTC 

[PATCH v5 00/21] virtio-mem: Paravirtualized memory hot(un)plug
 2020-06-30 10:21 UTC  (4+ messages)
` [PATCH v5 10/21] "

[PATCH v5 00/15] hw/sd/sdcard: Fix CVE-2020-13253 & cleanups
 2020-06-30 10:00 UTC  (4+ messages)
` [PATCH v5 08/15] hw/sd/sdcard: Check address is in range


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