qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-04 21:48:22 to 2020-03-05 13:06:52 UTC [more...]

[PULL v3 00/11] target/hppa patch queue
 2020-03-05 13:05 UTC  (3+ messages)
` [PULL v3 02/11] hppa: Add support for LASI chip with i82596 NIC

[PULL 0/4] QAPI patches for 2020-03-05
 2020-03-05 13:03 UTC  (6+ messages)
` [PULL 1/4] qapi: Inheriting from object is pointless with Python 3, drop
` [PULL 2/4] qapi: Drop conditionals for Python 2
` [PULL 3/4] qapi: Use super() now we have Python 3
` [PULL 4/4] qapi: Brush off some (py)lint

[PATCH 0/3] reference implementation of RSS
 2020-03-05 12:57 UTC  (2+ messages)

[PATCH 0/4] block: Relax restrictions for blockdev-snapshot
 2020-03-05 12:51 UTC  (5+ messages)
` [PATCH 1/4] block: Make bdrv_get_cumulative_perm() public
` [PATCH 2/4] block: Relax restrictions for blockdev-snapshot
` [PATCH 3/4] iotests: Fix run_job() with use_log=False
` [PATCH 4/4] iotests: Test mirror with temporarily disabled target backing file

[PATCH v2 0/9] hw, ui, virtfs-proxy-helper: Reduce QEMU .data/.rodata/.bss footprint
 2020-03-05 12:45 UTC  (10+ messages)
` [PATCH v2 1/9] hw/audio/fmopl: Fix a typo twice
` [PATCH v2 2/9] hw/audio/fmopl: Move ENV_CURVE to .heap to save 32KiB of .bss
` [PATCH v2 3/9] hw/audio/intel-hda: Use memory region alias to reduce .rodata by 4.34MB
` [PATCH v2 4/9] hw/net/e1000: Add readops/writeops typedefs
` [PATCH v2 5/9] hw/net/e1000: Move macreg[] arrays to .rodata to save 1MiB of .data
` [PATCH v2 6/9] hw/usb/quirks: Use smaller types to reduce .rodata by 10KiB
` [PATCH v2 7/9] ui/curses: Make control_characters[] array const
` [PATCH v2 8/9] ui/curses: Move arrays to .heap to save 74KiB of .bss
` [PATCH v2 9/9] virtfs-proxy-helper: Make the helper_opts[] array const

[PATCH 1/1] s390/ipl: sync back loadparm
 2020-03-05 12:44 UTC  (5+ messages)

[PATCH v3 0/7] hw/scsi/spapr_vscsi: Fix time bomb buffer overflow
 2020-03-05 12:37 UTC  (10+ messages)
` [PATCH v3 1/7] hw/scsi/viosrp: Add missing 'hw/scsi/srp.h' include
` [PATCH v3 2/7] hw/scsi/spapr_vscsi: Use SRP_MAX_IU_LEN instead of sizeof flexible array
` [PATCH v3 3/7] hw/scsi/spapr_vscsi: Simplify a bit
` [PATCH v3 4/7] hw/scsi/spapr_vscsi: Introduce req_iu() helper
` [PATCH v3 5/7] hw/scsi/spapr_vscsi: Do not mix SRP IU size with DMA buffer size
` [PATCH v3 6/7] hw/scsi/spapr_vscsi: Prevent buffer overflow
` [PATCH v3 7/7] hw/scsi/spapr_vscsi: Convert debug fprintf() to trace event

[PATCH v5 00/50] Initial support for multi-process qemu
 2020-03-05 12:31 UTC  (24+ messages)
` [PATCH v5 14/50] mutli-process: build remote command line args
` [PATCH v5 34/50] multi-process/mon: choose HMP commands based on target
` [PATCH v5 36/50] multi-process/mon: enable QMP module support in the remote process
` [PATCH v5 37/50] multi-process/mon: Refactor monitor/chardev functions out of vl.c
` [PATCH v5 40/50] multi-process/mig: build migration module in the remote process
` [PATCH v5 41/50] multi-process/mig: Enable VMSD save in the Proxy object

[PATCH v6 00/18] s390x: Protected Virtualization support
 2020-03-05 12:30 UTC  (35+ messages)
` [PATCH v6 02/18] s390x: protvirt: Add diag308 subcodes 8 - 10
` [PATCH v6 04/18] s390x: protvirt: Add migration blocker
` [PATCH v6 06/18] s390x: protvirt: Inhibit balloon when switching to protected mode
` [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 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 v3 0/2] net: tulip: add checks to avoid OOB access
 2020-03-05 12:16 UTC  (2+ messages)

[PATCH 00/13] LUKS: encryption slot management using amend interface
 2020-03-05 12:15 UTC  (5+ 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 v5 0/5] qcow2: Implement zstd cluster compression method
 2020-03-05 12:10 UTC  (4+ messages)
` [PATCH v5 4/5] qcow2: add zstd cluster compression

[PATCH v2 0/4] Introducing QMP query-netdevs command
 2020-03-05 12:02 UTC  (3+ messages)
` [PATCH v2 1/4] qapi: net: Add "

[PATCH 0/6] hw,ui: Reduce QEMU .rodata/.bss footprint
 2020-03-05 12:01 UTC  (13+ messages)
` [PATCH 1/6] hw/audio/fmopl: Fix a typo twice
` [PATCH 2/6] hw/audio/fmopl: Move ENV_CURVE to .heap to save 32KiB of .bss
` [PATCH 3/6] hw/usb/quirks: Use smaller types to reduce .rodata by 10KiB
` [PATCH 4/6] hw/audio/intel-hda: Use memory region alias to reduce .rodata by 4.34MB
` [PATCH 5/6] ui/curses: Make control_characters[] array const
` [PATCH 6/6] ui/curses: Move arrays to .heap to save 74KiB of .bss

[PATCH v3 0/2] spapr: Use vIOMMU translation for virtio by default
 2020-03-05 11:59 UTC  (5+ messages)
` [PATCH v3 1/2] spapr: Disable legacy virtio devices for pseries-5.0 and later
` [PATCH v3 2/2] spapr: Enable virtio iommu_platform=on by default

[PATCH v7 00/10] iotests: use python logging
 2020-03-05 11:55 UTC  (12+ messages)
` [PATCH v7 01/10] iotests: do a light delinting
` [PATCH v7 04/10] iotests: replace mutable list default args
` [PATCH v7 06/10] iotests: limit line length to 79 chars
` [PATCH v7 09/10] iotests: Mark verify functions as private

[PATCH v2] hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write()
 2020-03-05 11:55 UTC  (4+ messages)

[PATCH v4] hw/i386/intel_iommu: Simplify vtd_find_as_from_bus_num() logic
 2020-03-05 11:18 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/9] KVM: arm64: PMUv3 Event Counter Tests
 2020-03-05 11:10 UTC  (19+ messages)
` [kvm-unit-tests PATCH v2 2/9] arm: pmu: Let pmu tests take a sub-test parameter
` [kvm-unit-tests PATCH v2 3/9] arm: pmu: Add a pmu struct
` [kvm-unit-tests PATCH v2 4/9] arm: pmu: Check Required Event Support
` [kvm-unit-tests PATCH v2 5/9] arm: pmu: Basic event counter Tests
` [kvm-unit-tests PATCH v2 6/9] arm: pmu: Test chained counter
` [kvm-unit-tests PATCH v2 7/9] arm: pmu: test 32-bit <-> 64-bit transitions
` [kvm-unit-tests PATCH v2 8/9] arm: gic: Provide per-IRQ helper functions
` [kvm-unit-tests PATCH v2 9/9] arm: pmu: Test overflow interrupts

[PATCH 0/3] hw/net,virtfs-proxy-helper: Reduce .data footprint
 2020-03-05 10:41 UTC  (10+ messages)
` [PATCH 1/3] hw/net/e1000: Add readops/writeops typedefs
` [PATCH 2/3] hw/net/e1000: Move macreg[] arrays to .rodata to save 1MiB of .data
` [PATCH 3/3] virtfs-proxy-helper: Make the helper_opts[] array const

[PATCH v7 00/17] target/ppc: Correct some errors with real mode handling
 2020-03-05 10:35 UTC  (23+ messages)
` [PATCH v7 01/17] ppc: Remove stub support for 32-bit hypervisor mode
` [PATCH v7 04/17] target/ppc: Introduce ppc_hash64_use_vrma() helper
` [PATCH v7 07/17] target/ppc: Use class fields to simplify LPCR masking
` [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 12/17] spapr: Don't use weird units for MIN_RMA_SLOF
` [PATCH v7 13/17] spapr,ppc: Simplify signature of kvmppc_rma_size()
` [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] configure: Improve zstd test
 2020-03-05 10:34 UTC 

[PATCH] tests/docker: Install tools to cross-debug and build Linux kernels
 2020-03-05 10:30 UTC  (3+ messages)

[PATCH 0/3] tests/docker: Fix linking with VirGL
 2020-03-05 10:29 UTC  (3+ messages)

[PATCH v1 00/10] testing/next updates (tweaks and re-greening)
 2020-03-05 10:28 UTC  (6+ messages)
` [PATCH v1 07/10] configure: fix check for libzstd

[PATCH v2 0/5] hw/scsi/spapr_vscsi: Fix time bomb zero-length array use
 2020-03-05 10:27 UTC  (7+ messages)
` [MERGED PATCH v2 1/5] hw/scsi/viosrp: Add missing 'hw/scsi/srp.h' include
` [MERGED PATCH v2 2/5] hw/scsi/spapr_vscsi: Use SRP_MAX_IU_LEN instead of sizeof flexible array
` [MERGED PATCH v2 3/5] hw/scsi/spapr_vscsi: Simplify a bit
` [PATCH v2 4/5] hw/scsi/spapr_vscsi: Introduce req_iu() helper
` [PATCH v2 5/5] hw/scsi/spapr_vscsi: Do not mix SRP IU size with DMA buffer size

[PATCH 0/5] hw/scsi/spapr_vscsi: Fix time bomb zero-length array use
 2020-03-05 10:21 UTC  (14+ messages)
` [PATCH 1/5] hw/scsi/viosrp: Add missing 'hw/scsi/srp.h' include
` [PATCH 2/5] hw/scsi/spapr_vscsi: Use SRP_MAX_IU_LEN instead of sizeof flexible array
` [PATCH 3/5] hw/scsi/spapr_vscsi: Simplify a bit
` [PATCH 4/5] hw/scsi/spapr_vscsi: Introduce req_ui() helper
` [PATCH 5/5] hw/scsi/spapr_vscsi: Do not mix SRP IU size with DMA buffer size

[PATCH] mips/mips_malta: Allow more than 2G RAM
 2020-03-05 10:18 UTC  (3+ messages)
` [PATCH v1] "

[PATCH v3 0/1] block/rbd: Add support for ceph namespaces
 2020-03-05 10:12 UTC  (5+ messages)
` [PATCH v3 1/1] "

[PATCH v2] Handle gdb.MemoryError exception in dump-guest-memory.py
 2020-03-05  9:46 UTC  (2+ messages)

[PATCH] configure: change a typo in zstd config
 2020-03-05  9:31 UTC  (4+ messages)

[PATCH v1 0/3] hw/riscv: Add a serial property to the sifive_u machine
 2020-03-05  9:30 UTC  (8+ 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 v2 0/3] hw/riscv: Add a serial property to the sifive_u machine
 2020-03-05  9:26 UTC  (6+ messages)
` [PATCH v2 1/3] riscv/sifive_u: Fix up file ordering
` [PATCH v2 2/3] riscv/sifive_u: Add a serial property to the sifive_u SoC
` [PATCH v2 3/3] riscv/sifive_u: Add a serial property to the sifive_u machine

[PATCH v2] Fixed integer overflow in e1000e
 2020-03-05  9:17 UTC  (3+ messages)

[PATCH v4 0/3] delay timer_new from init to realize to fix memleaks
 2020-03-05  9:03 UTC  (9+ messages)
` [PATCH v4 1/3] s390x: fix memleaks in cpu_finalize
` [PATCH v4 2/3] mac_via: fix incorrect creation of mos6522 device in mac_via
` [PATCH v4 3/3] hw/misc/mos6522: move timer_new from init() into realize() to avoid memleaks

[PATCH] audio: Add sndio backend
 2020-03-05  8:50 UTC  (3+ messages)

[PULL 0/1] Vga 20200213 patches
 2020-03-05  8:08 UTC  (4+ messages)
` [PULL 1/1] qxl: introduce hardware revision 5

[PATCH v16 00/10] VIRTIO-IOMMU device
 2020-03-05  7:42 UTC  (11+ messages)

[PATCH v2] hw/char/pl011: Enable TxFIFO and async transmission
 2020-03-05  7:35 UTC  (2+ messages)

[RFC] QEMU Gating CI
 2020-03-05  6:50 UTC  (8+ messages)

[kvm-unit-tests PATCH v3 00/14] arm/arm64: Add ITS tests
 2020-03-05  6:30 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 08/14] arm/arm64: ITS: its_enable_defaults

[PATCH v2 0/4] qapi: Bye-bye Python 2
 2020-03-05  5:56 UTC  (4+ messages)
` [PATCH v2 4/4] qapi: Brush off some (py)lint

[PATCH v6 0/9] iotests: use python logging
 2020-03-05  5:49 UTC  (5+ messages)
` [PATCH v6 9/9] iotests: add pylintrc file

[PATCH 0/4] qapi: Bye-bye Python 2
 2020-03-05  5:42 UTC  (6+ messages)
` [PATCH 4/4] qapi: Brush off some (py)lint

vmx=on with -accel hax
 2020-03-05  5:32 UTC  (2+ messages)

[PATCH] virtio-serial-bus: do cleanup on the error path in realize() to avoid memleaks
 2020-03-05  3:13 UTC  (3+ messages)

[PATCH 0/2] Makefile: Re-indent 'help' target and list tools
 2020-03-05  0:48 UTC  (3+ messages)
` [PATCH 1/2] Makefile: Align 'help' target output
` [PATCH 2/2] Makefile: Let the 'help' target list the tools targets

[PATCH] linux-user: do prlimit selectively
 2020-03-05  0:48 UTC 

[PATCH] hw/ide: Remove status register read side effect
 2020-03-05  0:47 UTC  (13+ messages)

[PATCH v3 00/20] global exec/memory/dma APIs cleanup
 2020-03-05  0:37 UTC  (5+ messages)
` [PATCH v3 11/20] hw/ide/internal: Remove unused DMARestartFunc typedef
` [PATCH v3 12/20] hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument

[PATCH v2 0/3] iotests: add JobRunner framework
 2020-03-05  0:11 UTC  (4+ messages)
` [PATCH v2 1/3] qmp.py: change event_wait to use a dict
` [PATCH v2 2/3] iotests: add JobRunner class
` [PATCH v2 3/3] iotests: modify test 040 to use JobRunner

[PATCH v2] riscv: sifive_u: Add a "serial" property for board serial number
 2020-03-04 23:08 UTC  (3+ messages)

PATCH] WHPX: TSC get and set should be dependent on VM state
 2020-03-04 22:47 UTC  (8+ messages)
  ` [EXTERNAL] "

[PATCH 0/2] Implement "non 100% native mode" in via-ide
 2020-03-04 22:33 UTC  (16+ messages)
` [PATCH 2/2] via-ide: Also emulate non 100% native mode


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