qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-09 10:26:01 to 2020-03-09 15:20:40 UTC [more...]

[PULL 00/33] Trivial branch patches
 2020-03-09 15:08 UTC  (11+ messages)
` [PULL 02/33] maint: Include top-level *.rst files early in git diff
` [PULL 03/33] build-sys: Move the print-variable rule to rules.mak
` [PULL 05/33] hw/net/e1000: Add readops/writeops typedefs
` [PULL 06/33] hw/net/e1000: Move macreg[] arrays to .rodata to save 1MiB of .data
` [PULL 08/33] vl: Add missing "hw/boards.h" include
` [PULL 09/33] hw/southbridge/ich9: Removed unused headers
` [PULL 13/33] hw/i386/intel_iommu: Remove unused includes
` [PULL 14/33] hw/alpha/alpha_sys: Remove unused "hw/ide.h" header
` [PULL 15/33] hw/alpha/dp264: Include "net/net.h"
` [PULL 21/33] hw/pci-host/piix: Include "qemu/range.h"

[PATCH] docs: Add RX target
 2020-03-09 15:07 UTC  (2+ messages)

[PATCH v5 00/16] APIC ID fixes for AMD EPYC CPU model
 2020-03-09 15:03 UTC  (18+ messages)
` [PATCH v5 02/16] hw/i386: Introduce X86CPUTopoInfo to contain topology info
` [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 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 v8 1/9] qemu-binfmt-conf.sh: enforce safe style consistency
 2020-03-09 15:01 UTC  (2+ messages)

[PATCH v2 0/6] mostly changes related to audio float samples
 2020-03-09 14:57 UTC  (3+ messages)
` [PATCH v2 1/6] qapi/audio: add documentation for AudioFormat

[PATCH] softmmu: fix crash with invalid -M memory-backend=
 2020-03-09 14:51 UTC 

[PATCH] docs/devel/qapi-code-gen: Fix typo in grammar
 2020-03-09 14:52 UTC  (3+ messages)

[PATCH v2] gdbstub: Fix single-step issue by confirming 'vContSupported+' feature to gdb
 2020-03-09 14:48 UTC  (3+ messages)

[PATCH 0/5] hw/core/loader: Prohibit loading ROMs bigger than memory region
 2020-03-09 14:48 UTC  (7+ messages)
` [PATCH 1/5] hw/sparc64/niagara: Pass available memory region size to add_rom_or_fail
` [PATCH 2/5] hw/core/loader: Prohibit loading ROMs bigger than memory region
` [PATCH 3/5] hw/core/loader: Provide rom_add_file() a 'max_size' argument
` [PATCH 4/5] hw/core/loader: Restrict rom_add_file_mr() to available region size
` [PATCH 5/5] hw/core/loader: Provide rom_add_file_fixed() a 'max_size' argument

[PATCH v2 1/1] s390/ipl: sync back loadparm
 2020-03-09 14:48 UTC  (4+ messages)

[PATCH v7 00/15] s390x: Protected Virtualization support
 2020-03-09 14:46 UTC  (26+ messages)
` [PATCH v7 01/15] Sync pv
` [PATCH v7 02/15] s390x: protvirt: Support unpack facility
` [PATCH v7 03/15] s390x: protvirt: Add migration blocker
` [PATCH v7 04/15] s390x: protvirt: Inhibit balloon when switching to protected mode
` [PATCH v7 05/15] s390x: protvirt: KVM intercept changes
` [PATCH v7 06/15] s390x: Add SIDA memory ops
` [PATCH v7 07/15] s390x: protvirt: Move STSI data over SIDAD
` [PATCH v7 08/15] s390x: protvirt: SCLP interpretation
` [PATCH v7 09/15] s390x: protvirt: Set guest IPL PSW
` [PATCH v7 10/15] s390x: protvirt: Move diag 308 data over SIDA
` [PATCH v7 11/15] s390x: protvirt: Disable address checks for PV guest IO emulation
` [PATCH v7 12/15] s390x: protvirt: Move IO control structures over SIDA
` [PATCH v7 13/15] s390x: protvirt: Handle SIGP store status correctly
` [PATCH v7 14/15] docs: Add protvirt docs
` [PATCH v7 15/15] s390x: Add unpack facility feature to GA1

[PATCH v4 0/3] delay timer_new from init to realize to fix memleaks
 2020-03-09 14:14 UTC  (10+ messages)
` [PATCH v4 2/3] mac_via: fix incorrect creation of mos6522 device in mac_via

[PATCH v4 00/11] 9pfs: readdir optimization
 2020-03-09 14:09 UTC  (3+ messages)
` [PATCH v4 10/11] 9pfs: T_readdir latency optimization

[PATCH v3 0/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work
 2020-03-09 14:04 UTC  (4+ messages)
` [PATCH v3 5/6] hw/arm/virt: kvm: Check the chosen gic version is supported by the host

[PULL 0/4] virtio, pci, pc: fixes, cleanups, features
 2020-03-09 13:50 UTC  (2+ messages)

[PATCH v32 00/22] Add RX archtecture support
 2020-03-09 13:36 UTC  (6+ messages)
` [PATCH v32 21/22] BootLinuxConsoleTest: Test the RX-Virt machine

[PATCH] util: fix to get configuration macros in util/mmap-alloc.c
 2020-03-09 13:35 UTC  (5+ messages)

[PATCH 0/2] cpu: Avoid latent bug calling cpu_reset() on uninitialized vCPU
 2020-03-09 13:28 UTC  (9+ messages)
` [PATCH 1/2] cpu: Do not reset a vCPU before it is created
` [PATCH 2/2] cpu: Assert a vCPU is created before resetting it

[PATCH] mem-prealloc: initialize cond and mutex
 2020-03-09 13:19 UTC  (6+ messages)
      ` Re: [PATCH] mem-prealloc: initialize cond and mutex(Internet mail)
        `  "

[PATCH v3 00/12] redundant code: Fix warnings reported by Clang static code analyzer
 2020-03-09 12:58 UTC  (25+ messages)
` [PATCH v3 01/12] block/stream: Remove redundant statement in stream_run()
` [PATCH v3 03/12] block/file-posix: Remove redundant statement in raw_handle_perm_lock()
` [PATCH v3 04/12] scsi/esp-pci: Remove redundant statement in esp_pci_io_write()
` [PATCH v3 05/12] scsi/scsi-disk: Remove redundant statement in scsi_disk_emulate_command()
` [PATCH v3 06/12] display/pxa2xx_lcd: Remove redundant statement in pxa2xx_palette_parse()
` [PATCH v3 07/12] display/exynos4210_fimd: Remove redundant statement in exynos4210_fimd_update()
` [PATCH v3 09/12] dma/xlnx-zdma: Remove redundant statement in zdma_write_dst()
` [PATCH v3 11/12] usb/hcd-ehci: Remove redundant statements
` [PATCH v3 12/12] monitor/hmp-cmds: Remove redundant statement in hmp_rocker_of_dpa_groups()

[PULL 0/4] Error reporting patches for 2020-03-09
 2020-03-09 12:46 UTC  (5+ messages)
` [PULL 1/4] chardev: Improve error report by calling error_setg_win32()
` [PULL 2/4] util/osdep: "
` [PULL 3/4] qga: "
` [PULL 4/4] qga: Fix a memory leak

[PATCH v2 0/2] buildsys: Fix building with SASL on Windows
 2020-03-09 12:43 UTC  (5+ messages)
` [PATCH v2 1/2] configure: "
` [PATCH v2 2/2] tests/docker: Install SASL library to extend code coverage on amd64

[PATCH v3 00/60] target/riscv: support vector extension v0.7.1
 2020-03-09 12:14 UTC  (33+ messages)
` [PATCH v3 01/60] target/riscv: add vector extension field in CPURISCVState
` [PATCH v3 02/60] target/riscv: implementation-defined constant parameters
` [PATCH v3 03/60] target/riscv: support vector extension csr
` [PATCH v3 04/60] target/riscv: add vector configure instruction
` [PATCH v3 05/60] target/riscv: add vector stride load and store instructions
` [PATCH v3 06/60] target/riscv: add vector index "
` [PATCH v3 07/60] target/riscv: add fault-only-first unit stride load
` [PATCH v3 08/60] target/riscv: add vector amo operations
` [PATCH v3 09/60] target/riscv: vector single-width integer add and subtract
` [PATCH v3 10/60] target/riscv: vector widening "
` [PATCH v3 11/60] target/riscv: vector integer add-with-carry / subtract-with-borrow instructions
` [PATCH v3 12/60] target/riscv: vector bitwise logical instructions
` [PATCH v3 14/60] target/riscv: vector narrowing integer right shift instructions
` [PATCH v3 17/60] target/riscv: vector single-width integer multiply instructions
` [PATCH v3 18/60] target/riscv: vector integer divide instructions
` [PATCH v3 19/60] target/riscv: vector widening integer multiply instructions
` [PATCH v3 20/60] target/riscv: vector single-width integer multiply-add instructions
` [PATCH v3 21/60] target/riscv: vector widening "
` [PATCH v3 22/60] target/riscv: vector integer merge and move instructions
` [PATCH v3 23/60] target/riscv: vector single-width saturating add and subtract
` [PATCH v3 24/60] target/riscv: vector single-width averaging "
` [PATCH v3 25/60] target/riscv: vector single-width fractional multiply with rounding and saturation
` [PATCH v3 26/60] target/riscv: vector widening saturating scaled multiply-add
` [PATCH v3 27/60] target/riscv: vector single-width scaling shift instructions
` [PATCH v3 28/60] target/riscv: vector narrowing fixed-point clip instructions
` [PATCH v3 29/60] target/riscv: vector single-width floating-point add/subtract instructions
` [PATCH v3 30/60] target/riscv: vector widening "
` [PATCH v3 31/60] target/riscv: vector single-width floating-point multiply/divide instructions
` [PATCH v3 32/60] target/riscv: vector widening floating-point multiply
` [PATCH v3 33/60] target/riscv: vector single-width floating-point fused multiply-add instructions
` [PATCH v3 35/60] target/riscv: vector floating-point square-root instruction
` [PATCH v3 37/60] target/riscv: vector floating-point sign-injection instructions

[PATCH v3 43/60] target/riscv: narrowing floating-point/integer type-convert instructions
 2020-03-09 12:12 UTC 

[PATCH v3 16/60] target/riscv: vector integer min/max instructions
 2020-03-09 12:05 UTC  (8+ messages)
` [PATCH v3 44/60] target/riscv: vector single-width integer reduction instructions
` [PATCH v3 45/60] target/riscv: vector wideing "
` [PATCH v3 46/60] target/riscv: vector single-width floating-point "
` [PATCH v3 47/60] target/riscv: vector widening "
` [PATCH v3 48/60] target/riscv: vector mask-register logical instructions
` [PATCH v3 49/60] target/riscv: vector mask population count vmpopc
` [PATCH v3 50/60] target/riscv: vmfirst find-first-set mask bit

[PATCH] core/qdev: fix memleak in qdev_get_gpio_out_connector()
 2020-03-09 12:05 UTC  (7+ messages)

[kvm-unit-tests PATCH v4 00/13] arm/arm64: Add ITS tests
 2020-03-09 12:00 UTC  (24+ messages)
` [kvm-unit-tests PATCH v4 01/13] libcflat: Add other size defines
` [kvm-unit-tests PATCH v4 02/13] page_alloc: Introduce get_order()
` [kvm-unit-tests PATCH v4 03/13] arm/arm64: gic: Introduce setup_irq() helper
` [kvm-unit-tests PATCH v4 04/13] arm/arm64: gicv3: Add some re-distributor defines
` [kvm-unit-tests PATCH v4 05/13] arm/arm64: gicv3: Set the LPI config and pending tables
` [kvm-unit-tests PATCH v4 06/13] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH v4 07/13] arm/arm64: ITS: its_enable_defaults
` [kvm-unit-tests PATCH v4 08/13] arm/arm64: ITS: Device and collection Initialization
` [kvm-unit-tests PATCH v4 09/13] arm/arm64: ITS: Commands
` [kvm-unit-tests PATCH v4 10/13] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH v4 11/13] arm/run: Allow Migration tests
` [kvm-unit-tests PATCH v4 12/13] arm/arm64: ITS: migration tests
` [kvm-unit-tests PATCH v4 13/13] arm/arm64: ITS: pending table migration test

[PATCH] modules: load modules from versioned /var/run dir
 2020-03-09 11:59 UTC  (3+ messages)

[PATCH 00/20] hw: Clean up hw/i386 headers (and few alpha/hppa)
 2020-03-09 11:57 UTC  (5+ messages)

[PATCH v2 00/18] hw: Clean up hw/i386 headers (and few alpha/hppa)
 2020-03-09 11:56 UTC  (2+ messages)

[PATCH 0/3] hw/net,virtfs-proxy-helper: Reduce .data footprint
 2020-03-09 11:44 UTC  (3+ messages)

[PATCH] vfio: avoid SET_ACTION_TRIGGER ioctls
 2020-03-09 11:43 UTC  (3+ messages)

[PATCH v2 0/9] hw, ui, virtfs-proxy-helper: Reduce QEMU .data/.rodata/.bss footprint
 2020-03-09 11:36 UTC  (3+ messages)
` [PATCH v2 1/9] hw/audio/fmopl: Fix a typo twice

[Qemu-devel] [Bug 1813165] [NEW] KVM internal error. Suberror: 1 emulation failure
 2020-03-09 11:25 UTC  (2+ messages)
` [Bug 1813165] "

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

[PATCH] build-sys: Move the print-variable rule to rules.mak
 2020-03-09 11:25 UTC  (2+ messages)

[PATCH] tests/qemu-iotests: Fix socket_scm_helper build path
 2020-03-09 11:27 UTC  (2+ messages)

[PATCH v6 00/18] Add Allwinner H3 SoC and Orange Pi PC Machine
 2020-03-09 11:21 UTC  (9+ messages)
` [PATCH v6 06/18] hw/arm/allwinner: add CPU Configuration module
` [PATCH v6 18/18] docs: add Orange Pi PC document

[PATCH] cpu: Use DeviceClass reset instead of a special CPUClass reset
 2020-03-09 11:02 UTC  (2+ messages)

[PATCH 1/2] hw/core: Support device reset handler priority
 2020-03-09 10:57 UTC  (5+ messages)
` [PATCH 2/2] hw/arm/armv7m: Downgrade CPU "

[PATCH v5 0/5] vhost-user block device backend implementation
 2020-03-09 10:49 UTC  (2+ messages)

[PATCH 0/3] buildsys: Fix building with SASL on Windows
 2020-03-09 10:47 UTC  (4+ messages)
` [PATCH 2/3] configure: "

[PATCH v2] stdvga+bochs-display: add dummy mmio handler
 2020-03-09 10:27 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).