qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-30 03:57:34 to 2020-04-30 12:06:02 UTC [more...]

[PULL 00/31] target-arm queue
 2020-04-30 11:51 UTC  (27+ messages)
` [PULL 01/31] dma/xlnx-zdma: Fix descriptor loading (MEM) wrt endianness
` [PULL 02/31] dma/xlnx-zdma: Fix descriptor loading (REG) "
` [PULL 03/31] nrf51: Fix last GPIO CNF address
` [PULL 04/31] bugfix: Use gicr_typer in arm_gicv3_icc_reset
` [PULL 05/31] Typo: Correct the name of CPU hotplug memory region
` [PULL 06/31] hw/net: Add Smartfusion2 emac block
` [PULL 07/31] msf2: Add EMAC block to SmartFusion2 SoC
` [PULL 08/31] tests/boot_linux_console: Add ethernet test to SmartFusion2
` [PULL 09/31] hw/core/clock: introduce clock object
` [PULL 10/31] hw/core/clock-vmstate: define a vmstate entry for clock state
` [PULL 11/31] qdev: add clock input&output support to devices
` [PULL 12/31] qdev-clock: introduce an init array to ease the device construction
` [PULL 13/31] docs/clocks: add device's clock documentation
` [PULL 14/31] hw/misc/zynq_slcr: add clock generation for uarts
` [PULL 15/31] hw/char/cadence_uart: add clock support
` [PULL 16/31] hw/arm/xilinx_zynq: connect uart clocks to slcr
` [PULL 17/31] qdev-monitor: print the device's clock with info qtree
` [PULL 18/31] hw/arm: versal: Setup the ADMA with 128bit bus-width
` [PULL 19/31] Cadence: gem: fix wraparound in 64bit descriptors
` [PULL 20/31] net: cadence_gem: clear RX control descriptor
` [PULL 21/31] target/arm: Vectorize integer comparison vs zero
` [PULL 22/31] hw/arm/virt: dt: move creation of /secure-chosen to create_fdt()
` [PULL 23/31] hw/arm/virt: dt: add kaslr-seed property
` [PULL 26/31] target/arm/cpu: Use ARRAY_SIZE() to iterate over ARMCPUInfo[]
` [PULL 27/31] target/arm/cpu: Update coding style to make checkpatch.pl happy
` [PULL 28/31] device_tree: Allow name wildcards in qemu_fdt_node_path()

Error "cannot bind memory to host NUMA nodes: Operation not permitted" running inside docker
 2020-04-30 11:49 UTC  (4+ messages)

[PATCH v22 0/4] implement zstd cluster compression method
 2020-04-30 11:47 UTC  (9+ messages)
` [PATCH v22 3/4] qcow2: add zstd cluster compression

[PATCH v6 0/5] 9pfs: readdir optimization
 2020-04-30 11:42 UTC  (3+ messages)
` [PATCH v6 3/5] 9pfs: add new function v9fs_co_readdir_many()

RFC: use VFIO over a UNIX domain socket to implement device offloading
 2020-04-30 11:40 UTC  (7+ messages)

[PATCH 0/3] backup: Make sure that source and target size match
 2020-04-30 11:41 UTC  (4+ messages)
` [PATCH 3/3] iotests: Backup with different source/target size

[PATCH] target/xtensa: work around missing SR definitions
 2020-04-30 11:39 UTC 

[PATCH] virtiofsd: Show submounts
 2020-04-30 11:38 UTC  (7+ messages)

[PATCH v3 00/17] 64bit block-layer
 2020-04-30 11:10 UTC  (18+ messages)
` [PATCH v3 01/17] block/throttle-groups: throttle_group_co_io_limits_intercept(): 64bit bytes
` [PATCH v3 02/17] block: use int64_t as bytes type in tracked requests
` [PATCH v3 03/17] block/io: use int64_t bytes parameter in bdrv_check_byte_request()
` [PATCH v3 04/17] block/io: use int64_t bytes in driver wrappers
` [PATCH v3 05/17] block/io: support int64_t bytes in bdrv_co_do_pwrite_zeroes()
` [PATCH v3 06/17] block/io: support int64_t bytes in bdrv_aligned_pwritev()
` [PATCH v3 07/17] block/io: support int64_t bytes in bdrv_co_do_copy_on_readv()
` [PATCH v3 08/17] block/io: support int64_t bytes in bdrv_aligned_preadv()
` [PATCH v3 09/17] block/io: support int64_t bytes in bdrv_co_p{read, write}v_part()
` [PATCH v3 10/17] block/io: support int64_t bytes in read/write wrappers
` [PATCH v3 11/17] block/io: use int64_t bytes in copy_range
` [PATCH v3 12/17] block/block-backend: convert blk io path to use int64_t parameters
` [PATCH v3 13/17] block: use int64_t instead of uint64_t in driver read handlers
` [PATCH v3 14/17] block: use int64_t instead of uint64_t in driver write handlers
` [PATCH v3 15/17] block: use int64_t instead of uint64_t in copy_range driver handlers
` [PATCH v3 16/17] block: use int64_t instead of int in driver write_zeroes handlers
` [PATCH v3 17/17] block: use int64_t instead of int in driver discard handlers

Failing property setters + hardwired devices + -global = a bad day
 2020-04-30 10:54 UTC  (10+ messages)
      ` Configuring onboard devices (was: Failing property setters + hardwired devices + -global = a bad day)

[PATCH] tests: add a "check-flake8" test for validating python code style
 2020-04-30 10:39 UTC  (5+ messages)

[PATCH for-5.1 V2 0/7] mips: Add Loongson-3 machine support (with KVM)
 2020-04-30 10:22 UTC  (8+ messages)
` [PATCH for-5.1 V2 1/7] configure: Add KVM target support for MIPS64
` [PATCH for-5.1 V2 2/7] hw/mips: Implement the kvm_type() hook in MachineClass
` [PATCH for-5.1 V2 3/7] hw/mips: Add CPU IRQ3 delivery for KVM
` [PATCH for-5.1 V2 4/7] target/mips: Add Loongson-3 CPU definition
` [PATCH for-5.1 V2 5/7] target/mips: Add more CP0 register for save/restore
` [PATCH for-5.1 V2 6/7] hw/mips: Add Loongson-3 machine support (with KVM)
` [PATCH for-5.1 V2 7/7] MAINTAINERS: Add myself as Loongson-3 maintainer

[PATCH v6 0/3] drop writes to read-only ram device & vfio regions
 2020-04-30 10:11 UTC  (6+ messages)
` [PATCH v6 1/3] memory: drop guest writes to read-only ram device regions
` [PATCH v6 2/3] hw/vfio: drop guest writes to ro regions
` [PATCH v6 3/3] hw/vfio: let read-only flag take effect for mmap'd regions

[PATCH v23 0/4] implement zstd cluster compression method
 2020-04-30 10:19 UTC  (5+ messages)
` [PATCH v23 1/4] qcow2: introduce compression type feature
` [PATCH v23 2/4] qcow2: rework the cluster compression routine
` [PATCH v23 3/4] qcow2: add zstd cluster compression
` [PATCH v23 4/4] iotests: 287: add qcow2 compression type test

[PULL v1 0/6] Xilinx queue 2020-04-30
 2020-04-30 10:19 UTC  (7+ messages)
` [PULL v1 1/6] target/microblaze: Add the opcode-0x0-illegal CPU property
` [PULL v1 2/6] target/microblaze: Add the ill-opcode-exception property
` [PULL v1 3/6] target/microblaze: Add the div-zero-exception property
` [PULL v1 4/6] target/microblaze: Add the unaligned-exceptions property
` [PULL v1 5/6] target/microblaze: Add the pvr-user1 property
` [PULL v1 6/6] target/microblaze: Add the pvr-user2 property

[PULL 00/20] first set of s390x patches for 5.1
 2020-04-30  9:44 UTC  (21+ messages)
` [PULL 01/20] virtio-net: fix rsc_ext compat handling
` [PULL 02/20] linux-headers: update against Linux 5.7-rc3
` [PULL 03/20] s390x: Move diagnose 308 subcodes and rcs into ipl.h
` [PULL 04/20] s390x: protvirt: Support unpack facility
` [PULL 05/20] s390x: protvirt: Add migration blocker
` [PULL 06/20] s390x: protvirt: Inhibit balloon when switching to protected mode
` [PULL 07/20] s390x: protvirt: KVM intercept changes
` [PULL 08/20] s390x: Add SIDA memory ops
` [PULL 09/20] s390x: protvirt: Move STSI data over SIDAD
` [PULL 10/20] s390x: protvirt: SCLP interpretation
` [PULL 11/20] s390x: protvirt: Set guest IPL PSW
` [PULL 12/20] s390x: protvirt: Move diag 308 data over SIDA
` [PULL 13/20] s390x: protvirt: Disable address checks for PV guest IO emulation
` [PULL 14/20] s390x: protvirt: Move IO control structures over SIDA
` [PULL 15/20] s390x: protvirt: Handle SIGP store status correctly
` [PULL 16/20] docs: system: Add protvirt docs
` [PULL 17/20] s390x: Add unpack facility feature to GA1
` [PULL 18/20] s390x: protvirt: Fix stray error_report_err in s390_machine_protect
` [PULL 19/20] s390x/pv: Retry ioctls on -EINTR
` [PULL 20/20] s390x/s390-virtio-ccw: Fix build on systems without KVM

[PATCH] replay: implement fair mutex
 2020-04-30  9:46 UTC 

[PATCH v3] block: make BlockConf.*_size properties 32-bit
 2020-04-30  9:56 UTC  (6+ messages)

[PATCH] replay: implement fair mutex
 2020-04-30  9:30 UTC  (2+ messages)

[PATCH v2 00/17] 64bit block-layer
 2020-04-30  9:26 UTC  (14+ messages)
` [PATCH v2 02/17] block: use int64_t as bytes type in tracked requests
` [PATCH v2 03/17] block/io: use int64_t bytes parameter in bdrv_check_byte_request()
` [PATCH v2 06/17] block/io: support int64_t bytes in bdrv_aligned_pwritev()

[PATCH v2] icount: make dma reads deterministic
 2020-04-30  9:02 UTC 

[PATCH v3] migration/xbzrle: add encoding rate
 2020-04-30  9:00 UTC  (2+ messages)

[PATCH] virtiofsd/passthrough_ll: don't remove O_DIRECT when cache=none
 2020-04-30  8:35 UTC  (3+ messages)
` [PATCH v2] "

About hardfloat in ppc
 2020-04-30  8:13 UTC  (15+ messages)
          ` R: "
              ` R: "

[PATCH 00/12] audio: deprecate -soundhw
 2020-04-30  8:03 UTC  (8+ messages)
` [PATCH 01/12] stubs: add isa_create_simple
` [PATCH 02/12] stubs: add pci_create_simple

[PATCH v2 0/3] scripts: More Python fixes
 2020-04-30  7:59 UTC  (5+ messages)
` [PATCH v2 1/3] MAINTAINERS: Cover the GDB Python scripts in the gdbstub section
` [PATCH v2 2/3] scripts/qemugdb: Remove shebang header
` [PATCH v2 3/3] scripts/qmp: Use Python 3 interpreter

[Bug 1869858] Re: qemu can't start Windows10arm64 19H1(with kvm)
 2020-04-30  7:50 UTC  (2+ messages)

[RFC PATCH v2 0/3] hw/audio: Make 'soundhw' command line option a QOM interface
 2020-04-30  7:22 UTC  (4+ messages)
` [PATCH v2 1/3] stubs: add isa_create_simple
` [PATCH v2 2/3] stubs: add pci_create_simple
` [RFC PATCH v2 3/3] hw/audio: Make 'soundhw' command line option a QOM interface

[RFC PATCH 0/8] RISCV risu porting
 2020-04-30  7:21 UTC  (9+ messages)
` [RFC PATCH 1/8] riscv: Add RV64I instructions description
` [RFC PATCH 2/8] riscv: Generate payload scripts
` [RFC PATCH 3/8] riscv: Define riscv struct reginfo
` [RFC PATCH 4/8] riscv: Implement payload load interfaces
` [RFC PATCH 5/8] riscv: Add standard test case
` [RFC PATCH 6/8] riscv: Add configure script
` [RFC PATCH 7/8] riscv: Add RV64M instructions description
` [RFC PATCH 8/8] riscv: Add RV64F "

[PATCH v5 0/3] drop writes to read-only ram device & vfio regions
 2020-04-30  7:07 UTC  (8+ messages)
` [PATCH v5 1/3] memory: drop guest writes to read-only ram device regions
` [PATCH v5 2/3] hw/vfio: drop guest writes to ro regions
` [PATCH v5 3/3] hw/vfio: let read-only flag take effect for mmap'd regions

[PATCH v3 00/15] acpi: i386 tweaks
 2020-04-30  6:50 UTC  (15+ messages)
` [PATCH v3 01/15] move 'typedef Aml' to qemu/types.h
` [PATCH v3 04/15] acpi: drop pointless _STA method
` [PATCH v3 06/15] rtc: add RTC_ISA_BASE
` [PATCH v3 08/15] acpi: serial: don't use _STA method
` [PATCH v3 10/15] acpi: parallel: "
` [PATCH v3 13/15] acpi: move aml builder code for i8042 (kbd+mouse) device
` [PATCH v3 15/15] acpi: simplify build_isa_devices_aml()

[PULL 00/20] QAPI patches for 2020-04-30
 2020-04-30  5:31 UTC  (21+ messages)
` [PULL 01/20] qobject: Clean up QLIST_FOREACH_ENTRY()
` [PULL 02/20] qobject: Factor out helper json_pretty_newline()
` [PULL 03/20] qobject: Eliminate qlist_iter(), use QLIST_FOREACH_ENTRY() instead
` [PULL 04/20] qobject: Eliminate qdict_iter(), use qdict_first(), qdict_next()
` [PULL 05/20] qemu-option: Clean up after the previous commit
` [PULL 06/20] qapi: Belatedly update visitor.h's big comment for QAPI modules
` [PULL 07/20] qapi: Fix the virtual walk example in visitor.h's big comment
` [PULL 08/20] qapi: Fix typo in visit_start_list()'s contract
` [PULL 09/20] qapi: Document @errp usage more thoroughly in visitor.h
` [PULL 10/20] qapi: Polish prose "
` [PULL 11/20] qapi: Assert incomplete object occurs only in dealloc visitor
` [PULL 12/20] qapi: Fix Visitor contract for start_alternate()
` [PULL 13/20] qapi: Assert output visitors see only valid enum values
` [PULL 14/20] qapi: Assert non-input visitors see only valid narrow integers
` [PULL 15/20] qapi: Clean up visitor's recovery from input with invalid type
` [PULL 16/20] qapi: Assert non-input visitors see only valid alternate tags
` [PULL 17/20] qapi: Only input visitors can actually fail
` [PULL 18/20] qom: Simplify object_property_get_enum()
` [PULL 19/20] qapi: Disallow qmp_marshal_FOO(NULL, ...)
` [PULL 20/20] qapi: Generate simpler marshalling code when no arguments

[PATCH 0/4] scripts: More Python fixes
 2020-04-30  5:04 UTC  (4+ messages)
` [PATCH 4/4] scripts/qmp: Fix QEMU Python scripts path

dirty bitmap migration refactor
 2020-04-30  4:53 UTC  (2+ messages)

[PATCH v25 00/10] Add ARMv8 RAS virtualization support in QEMU
 2020-04-30  3:56 UTC  (3+ 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).