qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-04 11:15:48 to 2020-03-05 00:47:57 UTC [more...]

[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 v1 0/3] hw/riscv: Add a serial property to the sifive_u machine
 2020-03-04 23:54 UTC  (7+ 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-04 23:52 UTC  (5+ 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

[PULL 0/1] Vga 20200213 patches
 2020-03-04 23:28 UTC  (3+ messages)
` [PULL 1/1] qxl: introduce hardware revision 5

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

[PATCH v7 00/10] iotests: use python logging
 2020-03-04 23:14 UTC  (17+ messages)
` [PATCH v7 01/10] iotests: do a light delinting
` [PATCH v7 02/10] iotests: don't use 'format' for drive_add
` [PATCH v7 03/10] iotests: ignore import warnings from pylint
` [PATCH v7 04/10] iotests: replace mutable list default args
` [PATCH v7 05/10] iotests: add pylintrc file
` [PATCH v7 06/10] iotests: limit line length to 79 chars
` [PATCH v7 07/10] iotests: add script_initialize
` [PATCH v7 08/10] iotest 258: use script_main
` [PATCH v7 09/10] iotests: Mark verify functions as private
` [PATCH v7 10/10] iotests: use python logging for iotests.log()

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

[PATCH v5 00/50] Initial support for multi-process qemu
 2020-03-04 22:37 UTC  (31+ 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 v5 40/50] multi-process/mig: build migration module in the remote process

[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

[PATCH 0/6] hw,ui: Reduce QEMU .rodata/.bss footprint
 2020-03-04 22:18 UTC  (7+ 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 v6 00/18] Add Allwinner H3 SoC and Orange Pi PC Machine
 2020-03-04 20:55 UTC  (4+ messages)
` [PATCH v6 18/18] docs: add Orange Pi PC document

[PATCH v3 0/6] delay timer_new from init to realize to fix memleaks
 2020-03-04 20:40 UTC  (6+ messages)
` [PATCH v3 5/6] hw/misc/mos6522: move timer_new from init() into realize() to avoid memleaks

[PATCH v2 0/4] qapi: Bye-bye Python 2
 2020-03-04 20:33 UTC  (9+ messages)
` [PATCH v2 1/4] qapi: Inheriting from object is pointless with Python 3, drop
` [PATCH v2 2/4] qapi: Drop conditionals for Python 2
` [PATCH v2 3/4] qapi: Use super() now we have Python 3
` [PATCH v2 4/4] qapi: Brush off some (py)lint

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

[PATCH v2 0/2] misc: Replace zero-length arrays with flexible array member
 2020-03-04 19:24 UTC  (4+ messages)
` [PATCH v2 1/2] misc: Replace zero-length arrays with flexible array member (automatic)
` [PATCH v2 2/2] misc: Replace zero-length arrays with flexible array member (manual)

[PATCH v6 0/9] iotests: use python logging
 2020-03-04 19:17 UTC  (14+ messages)
` [PATCH v6 1/9] iotests: do a light delinting
` [PATCH v6 7/9] iotests: ignore import warnings from pylint
` [PATCH v6 9/9] iotests: add pylintrc file

[PATCH v6 00/18] s390x: Protected Virtualization support
 2020-03-04 19:09 UTC  (39+ 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] configure: change a typo in zstd config
 2020-03-04 19:05 UTC  (3+ messages)

[PATCH] configure: Fix pkg_config --exists parameter
 2020-03-04 19:05 UTC  (3+ messages)

[RFC PATCH] tools/virtiofsd: add support for --socket-group
 2020-03-04 18:50 UTC 

[RFC PATCH v2] target/ppc: Enable hardfloat for PPC
 2020-03-04 18:43 UTC  (18+ messages)
          ` R: "
                                  ` Fwd: "

vmx=on with -accel hax
 2020-03-04 17:42 UTC 

[kvm-unit-tests PATCH v2 0/9] KVM: arm64: PMUv3 Event Counter Tests
 2020-03-04 18:21 UTC  (10+ 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

[PATCH v1 1/1] target/riscv: Don't set write permissions on dirty PTEs
 2020-03-04 17:34 UTC  (2+ messages)

[PATCH for-5.0] vl.c: fix migration failure for 3.1 and older machine types
 2020-03-04 17:27 UTC 

[PATCH v16 00/10] VIRTIO-IOMMU device
 2020-03-04 16:47 UTC  (8+ messages)

[PATCH v2 0/4] Introducing QMP query-netdevs command
 2020-03-04 15:57 UTC  (7+ 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

[PATCH] kvm: support to get/set dirty log initial-all-set capability
 2020-03-04 15:48 UTC  (2+ messages)

[PATCH v2] Fixed integer overflow in e1000e
 2020-03-04 15:41 UTC  (2+ messages)

New Hardware model emulation
 2020-03-04 15:36 UTC  (12+ messages)

[PATCH 0/2] misc: Replace zero-length arrays with flexible array member
 2020-03-04 15:37 UTC  (3+ messages)
` [PATCH 1/2] misc: Replace zero-length arrays with flexible array member (automatic)

[PATCH 0/5] hw/scsi/spapr_vscsi: Fix time bomb zero-length array use
 2020-03-04 15:33 UTC  (6+ 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 v7 00/11] error: auto propagated local_err part I
 2020-03-04 15:10 UTC  (5+ messages)
` [PATCH v7 03/11] scripts: add coccinelle script to use auto propagated errp

[PATCH] audio: Add sndio backend
 2020-03-04 15:04 UTC  (2+ messages)

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

[PATCH v9 0/4] delete created files when block_crypto_co_create_opts_luks fails
 2020-03-04 14:36 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 00/14] arm/arm64: Add ITS tests
 2020-03-04 14:26 UTC  (7+ messages)
` [kvm-unit-tests PATCH v3 05/14] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH v3 08/14] arm/arm64: ITS: its_enable_defaults

[PATCH] block/qcow2-threads: fix qcow2_decompress
 2020-03-04 14:24 UTC  (2+ messages)

[PATCH 0/2] misc: Replace zero-length arrays with flexible array member
 2020-03-04 14:19 UTC  (7+ messages)
` [PATCH 1/2] misc: Replace zero-length arrays with flexible array member (automatic)

[PATCH v2 00/30] Configurable policy for handling deprecated interfaces
 2020-03-04 13:43 UTC  (3+ messages)

[PATCH V4 0/5] Introduce Advanced Watch Dog module
 2020-03-04 13:37 UTC  (9+ messages)

[PATCH] dp8393x: Mask EOL bit from descriptor addresses, take 2
 2020-03-04 13:26 UTC  (2+ 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 v4 0/5] qcow2: Implement zstd cluster compression method
 2020-03-04 13:01 UTC  (7+ messages)
` [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)


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