qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-09 12:14:53 to 2020-03-09 16:34:51 UTC [more...]

[PULL 00/33] Trivial branch patches
 2020-03-09 16:31 UTC  (35+ messages)
` [PULL 01/33] dp8393x: Mask EOL bit from descriptor addresses, take 2
` [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 04/33] hw/audio/fmopl: Fix a typo twice
` [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 07/33] virtfs-proxy-helper: Make the helper_opts[] array const
` [PULL 08/33] vl: Add missing "hw/boards.h" include
` [PULL 09/33] hw/southbridge/ich9: Removed unused headers
` [PULL 10/33] hw/i386/ioapic_internal: Remove unused "hw/i386/ioapic.h" header
` [PULL 11/33] hw/timer: Remove unused "ui/console.h" header
` [PULL 12/33] hw/usb/dev-storage: "
` [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 16/33] hw/hppa/machine: "
` [PULL 17/33] hw/acpi/cpu_hotplug: Include "hw/pci/pci.h"
` [PULL 18/33] hw/timer/hpet: Include "exec/address-spaces.h"
` [PULL 19/33] hw/pci-host/q35: Include "qemu/range.h"
` [PULL 20/33] hw/i2c/smbus_ich9: "
` [PULL 21/33] hw/pci-host/piix: "
` [PULL 22/33] hw/acpi: Include "hw/mem/nvdimm.h"
` [PULL 23/33] hw/i386: "
` [PULL 24/33] hw/pci-host/q35: Remove unused includes
` [PULL 25/33] hw/i386/pc: Clean up includes
` [PULL 26/33] core/qdev: fix memleak in qdev_get_gpio_out_connector()
` [PULL 27/33] block/stream: Remove redundant statement in stream_run()
` [PULL 28/33] block/file-posix: Remove redundant statement in raw_handle_perm_lock()
` [PULL 29/33] dma/xlnx-zdma: Remove redundant statement in zdma_write_dst()
` [PULL 30/33] scsi/scsi-disk: Remove redundant statement in scsi_disk_emulate_command()
` [PULL 31/33] display/pxa2xx_lcd: Remove redundant statement in pxa2xx_palette_parse()
` [PULL 32/33] display/exynos4210_fimd: Remove redundant statement in exynos4210_fimd_update()
` [PULL 33/33] monitor/hmp-cmds: Remove redundant statement in hmp_rocker_of_dpa_groups()

[PATCH 0/2] aspeed/smc: fix data corruption on witherspoon machines
 2020-03-09 16:32 UTC  (2+ messages)

[PATCH v5 00/11] HMP monitor handlers refactoring
 2020-03-09 16:31 UTC  (4+ messages)
` [PATCH v5 05/11] monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.c Moved code was added after 2012-01-13, thus under GPLv2+

vmx=on with -accel hax
 2020-03-09 16:31 UTC  (4+ messages)

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

[PATCH v7 00/15] s390x: Protected Virtualization support
 2020-03-09 16:05 UTC  (19+ messages)
` [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 08/15] s390x: protvirt: SCLP interpretation

[PATCH v3 0/4] Tighten qemu-img rules on missing backing format
 2020-03-09 15:57 UTC  (14+ messages)
` [PATCH v3 1/4] block: Add trivial backing_fmt support to qcow, sheepdog, vmdk
` [PATCH v3 4/4] qemu-img: Deprecate use of -b without -F

[PATCH v4 00/18] Convert QAPI doc comments to generate rST instead of texinfo
 2020-03-09 15:44 UTC  (19+ messages)
` [PATCH v4 01/18] qapi/migration.json: Fix indentation
` [PATCH v4 02/18] qapi/qapi-schema.json: Put headers in their own doc-comment blocks
` [PATCH v4 03/18] qapi/machine.json: Escape a literal '*' in doc comment
` [PATCH v4 04/18] tests/qapi/doc-good.json: Clean up markup
` [PATCH v4 05/18] scripts/qapi: Move doc-comment whitespace stripping to doc.py
` [PATCH v4 06/18] scripts/qapi/parser.py: improve doc comment indent handling
` [PATCH v4 07/18] docs/sphinx: Add new qapi-doc Sphinx extension
` [PATCH v4 08/18] docs/interop: Convert qemu-ga-ref to rST
` [PATCH v4 09/18] docs/interop: Convert qemu-qmp-ref "
` [PATCH v4 10/18] qapi: Use rST markup for literal blocks
` [PATCH v4 11/18] qga/qapi-schema.json: Add some headings
` [PATCH v4 12/18] scripts/qapi: Remove texinfo generation support
` [PATCH v4 13/18] docs/devel/qapi-code-gen.txt: Update to new rST backend conventions
` [PATCH v4 14/18] Makefile: Remove redundant Texinfo related rules
` [PATCH v4 15/18] scripts/texi2pod: Delete unused script
` [PATCH v4 16/18] Remove Texinfo related files from .gitignore and git.orderfile
` [PATCH v4 17/18] configure: Drop texinfo requirement
` [PATCH v4 18/18] Remove texinfo dependency from docker and CI configs

[PATCH] vfio: avoid SET_ACTION_TRIGGER ioctls
 2020-03-09 15:37 UTC  (4+ messages)

[PULL 0/4] Error reporting patches for 2020-03-09
 2020-03-09 15:35 UTC  (6+ 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 v5 00/16] APIC ID fixes for AMD EPYC CPU model
 2020-03-09 15:22 UTC  (22+ 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 v5 14/16] hw/i386: Move arch_id decode inside x86_cpus_init
` [PATCH v5 15/16] i386: Fix pkg_id offset for EPYC cpu models

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

[PATCH 0/5] hw/core/loader: Prohibit loading ROMs bigger than memory region
 2020-03-09 15:41 UTC  (8+ 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 for-5.0] vl.c: fix migration failure for 3.1 and older machine types
 2020-03-09 15:14 UTC  (2+ messages)

[PATCH 0/2] cpu: Avoid latent bug calling cpu_reset() on uninitialized vCPU
 2020-03-09 15:30 UTC  (10+ 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] softmmu: fix crash with invalid -M memory-backend=
 2020-03-09 15:26 UTC  (3+ messages)

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

[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] 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 v2 1/1] s390/ipl: sync back loadparm
 2020-03-09 14:48 UTC  (4+ messages)

[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] 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()

[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 


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