qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-25 00:49:08 to 2019-01-25 15:09:55 UTC [more...]

[Qemu-devel] Configuring pflash devices for OVMF firmware
 2019-01-25 15:03 UTC 

[Qemu-devel] [RFC PATCH v5 00/52] Support Kconfig in QEMU
 2019-01-25 15:08 UTC  (58+ messages)
` [Qemu-devel] [PATCH 01/52] arm: disable CONFIG_SERIAL_ISA
` [Qemu-devel] [PATCH 02/52] ide: split ioport registration to a separate file
` [Qemu-devel] [PATCH 03/52] vfio: move conditional up to hw/Makefile.objs
` [Qemu-devel] [PATCH 04/52] hw/pci-host/Makefile.objs: make CONFIGS clear for PCI EXPRESS
` [Qemu-devel] [PATCH 05/52] build: actually use CONFIG_PAM
` [Qemu-devel] [PATCH 06/52] hw/i386/Makefile.objs: Build pc_piix* and pc_q35 boards
` [Qemu-devel] [PATCH 07/52] hw/arm/Makefile.objs: CONFIG_VIRT created for virt board
` [Qemu-devel] [PATCH 08/52] hw/m68k/Makefile.objs: Conditionally build boards
` [Qemu-devel] [PATCH 09/52] hw/microblaze/Makefile.objs: Create configs for petalogix and xilinx boards
` [Qemu-devel] [PATCH 10/52] hw/mips/Makefile.objs: Create CONFIG_* for r4k, malta, mipssim boards
` [Qemu-devel] [PATCH 11/52] hw/ppc/Makefile.objs: Build all boards conditinally with CONFIG_*
` [Qemu-devel] [PATCH 12/52] hw/sh4/Makefile.objs: New CONFIG_* varibales created for sh4 boards and device
` [Qemu-devel] [PATCH 13/52] hw/s390/Makefile.objs: Create new CONFIG_* variables for s390x boards and devices
` [Qemu-devel] [PATCH 14/52] hw/sparc/Makefile.objs: CONFIG_* for sun4m and leon3 created
` [Qemu-devel] [PATCH 15/52] hw/lm32/Makefile.objs: Conditionally build lm32 and milkmyst
` [Qemu-devel] [PATCH 16/52] hw/xtensa/Makefile.objs: Build xtensa_sim and xtensa_fpga conditionally
` [Qemu-devel] [PATCH 17/52] hw/nios2/Makefile.objs: Conditionally build nios2
` [Qemu-devel] [PATCH 18/52] hw/riscv/Makefile.objs: Create CONFIG_* for riscv boards
` [Qemu-devel] [PATCH 19/52] hw/sparc64/Makefile.objs: Create CONFIG_* for sparc64
` [Qemu-devel] [PATCH 20/52] hw/alpha/Makefile.objs: Create CONFIG_* for alpha
` [Qemu-devel] [PATCH 21/52] hw/cris/Makefile.objs: Create CONFIG_* for cris
` [Qemu-devel] [PATCH 22/52] hw/hppa/Makefile.objs: Create CONFIG_* for hppa
` [Qemu-devel] [PATCH 23/52] hw/moxie/Makefile.objs: Conditionally build moxie
` [Qemu-devel] [PATCH 24/52] hw/openrisc/Makefile.objs: Create CONFIG_* for openrisc
` [Qemu-devel] [PATCH 25/52] hw/tricore/Makefile.objs: Create CONFIG_* for tricore
` [Qemu-devel] [PATCH 26/52] hw/i2c/Makefile.objs: Create new CONFIG_* variables for EEPROM and ACPI controller
` [Qemu-devel] [PATCH 27/52] hw/vfio/Makefile.objs: Create new CONFIG_* variables for VFIO core and PCI
` [Qemu-devel] [PATCH 28/52] minikconfig: add parser skeleton
` [Qemu-devel] [PATCH 29/52] minikconfig: add AST
` [Qemu-devel] [PATCH 30/52] minikconfig: add semantic analysis
` [Qemu-devel] [PATCH 31/52] hw/display: make edid configurable
` [Qemu-devel] [PATCH 32/52] kconfig: introduce kconfig files
` [Qemu-devel] [PATCH 33/52] build: switch to Kconfig
` [Qemu-devel] [PATCH 34/52] minikconf: implement allnoconfig and defconfig
` [Qemu-devel] [PATCH 35/52] ide: express dependencies with Kconfig
` [Qemu-devel] [PATCH 36/52] hw/pci/Makefile.objs: make pcie configurable
` [Qemu-devel] [PATCH 37/52] build: convert pci.mak to Kconfig
` [Qemu-devel] [PATCH 38/52] build: convert sound.mak "
` [Qemu-devel] [PATCH 39/52] build: convert usb.mak "
` [Qemu-devel] [PATCH 40/52] scsi: express dependencies with Kconfig
` [Qemu-devel] [PATCH 41/52] isa: express dependencies with kconfig
` [Qemu-devel] [PATCH 42/52] i386: express dependencies with Kconfig
` [Qemu-devel] [PATCH 43/52] i2c: "
` [Qemu-devel] [PATCH 44/52] ptimer: "
` [Qemu-devel] [PATCH 45/52] display: express dependencies with kconfig
` [Qemu-devel] [PATCH 46/52] hyperv: "
` [Qemu-devel] [PATCH 47/52] vfio: express vfio dependencies with Kconfig
` [Qemu-devel] [PATCH 48/52] virtio: express virtio "
` [Qemu-devel] [PATCH 49/52] tpm: express "
` [Qemu-devel] [PATCH 50/52] isa: express SuperIO "
` [Qemu-devel] [PATCH 51/52] i386-softmmu.mak: remove all CONFIG_* except boards definitions
` [Qemu-devel] [PATCH 52/52] kconfig: introduce CONFIG_TEST_DEVICES

[Qemu-devel] [PATCH] qcow2: avoid lseek on block_status if possible
 2019-01-25 14:36 UTC  (2+ messages)

[Qemu-devel] [Bug 1813307] [NEW] util/path.c/follow_path() does not handle "/" well
 2019-01-25 14:17 UTC 

[Qemu-devel] [PATCH v2 0/5] vfio-ccw: support hsch/csch (kernel part)
 2019-01-25 14:21 UTC  (22+ messages)
` [Qemu-devel] [PATCH v2 2/5] vfio-ccw: concurrent I/O handling

[Qemu-devel] [Bug 1813305] [NEW] trace-root.h is not regerenerated after re-configure
 2019-01-25 14:03 UTC 

[Qemu-devel] [PATCH v1 00/14] testing/next (binfmt_misc, vm-build and BSD CI)
 2019-01-25 14:04 UTC  (16+ messages)
` [Qemu-devel] [PATCH v1 01/14] .cirrus.yml: basic compile and test for FreeBSD
` [Qemu-devel] [PATCH v1 02/14] travis: stop requesting libffi & gettext from homebrew
` [Qemu-devel] [PATCH v1 03/14] MAINTAINERS: Add an entry for scripts/archive-source.sh
` [Qemu-devel] [PATCH v1 04/14] archive-source.sh: Clone the submodules locally
` [Qemu-devel] [PATCH v1 05/14] docker: disable Xen on CentOS 7
` [Qemu-devel] [PATCH v1 06/14] tests: make docker.py update use configured binfmt path
` [Qemu-devel] [PATCH v1 07/14] tests: make docker.py check for persistent configs
` [Qemu-devel] [PATCH v1 08/14] tests: docker.py be even smarter with persistent binfmt_misc
` [Qemu-devel] [PATCH v1 09/14] tests: PEP8 cleanup of docker.py, mostly white space
` [Qemu-devel] [PATCH v1 10/14] tests/vm: move images to $HOME/.cache/qemu-vm/images
` [Qemu-devel] [PATCH v1 11/14] tests/vm: call make check directly for netbsd/freebsd/ubuntu.i386
` [Qemu-devel] [PATCH v1 12/14] tests/vm: add --build-target option
` [Qemu-devel] [PATCH v1 13/14] tests/vm: expose BUILD_TARGET, TARGET_LIST and EXTRA_CONFIGURE_OPTS
` [Qemu-devel] [PATCH v1 14/14] scripts/qemu.py: allow arches use KVM for their 32bit cousins

[Qemu-devel] [PULL 0/2] Python 3 compatibility fixes
 2019-01-25 14:06 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/2] device-crash-test: Python 3 compatibility fix
` [Qemu-devel] [PULL 2/2] decodetree: re.fullmatch was added in 3.4

[Qemu-devel] [PATCH] hw/virtio: Use CONFIG_VIRTIO_PCI switch instead of CONFIG_PCI
 2019-01-25 13:54 UTC  (2+ messages)
` [Qemu-devel] [qemu-s390x] "

[Qemu-devel] [PATCH] decodetree: re.fullmatch was added in 3.4
 2019-01-25 13:42 UTC  (3+ messages)

[Qemu-devel] [PATCH RFC 0/8] i386/kvm/hyper-v: refactor and implement 'hv-stimer-direct' and 'hv-all' enlightenments
 2019-01-25 13:46 UTC  (11+ messages)
` [Qemu-devel] [PATCH RFC 1/8] Update linux headers (5.0-rc2)
` [Qemu-devel] [PATCH RFC 2/8] i386/kvm: add support for KVM_GET_SUPPORTED_HV_CPUID
` [Qemu-devel] [PATCH RFC 3/8] i386/kvm: move Hyper-V CPUID filling to hyperv_handle_properties()
` [Qemu-devel] [PATCH RFC 4/8] i386/kvm: Implement 'hv-all' pass-through mode
` [Qemu-devel] [PATCH RFC 5/8] i386/kvm: hv-evmcs requires hv-vapic
` [Qemu-devel] [PATCH RFC 6/8] i386/kvm: hv-stimer requires hv-time and hv-synic
` [Qemu-devel] [PATCH RFC 7/8] i386/kvm: hv-tlbflush/ipi require hv-vpindex
` [Qemu-devel] [PATCH RFC 8/8] i386/kvm: add support for Direct Mode for Hyper-V synthetic timers

[Qemu-devel] [PULL 00/14] MIPS queue for January 25, 2019
 2019-01-25 13:47 UTC  (16+ messages)
` [Qemu-devel] [PULL 01/14] target/mips: nanoMIPS: Remove duplicate macro definitions
` [Qemu-devel] [PULL 02/14] target/mips: nanoMIPS: Remove an unused macro
` [Qemu-devel] [PULL 03/14] target/mips: nanoMIPS: Rename macros for extracting 3-bit-coded GPR numbers
` [Qemu-devel] [PULL 04/14] target/mips: Correct the second argument type of cpu_supports_isa()
` [Qemu-devel] [PULL 05/14] target/mips: Extend gen_scwp() functionality to support EVA
` [Qemu-devel] [PULL 06/14] disas: nanoMIPS: Amend DSP instructions related comments
` [Qemu-devel] [PULL 07/14] target/mips: nanoMIPS: Fix branch handling
` [Qemu-devel] [PULL 08/14] target/mips: Add I6500 core configuration
` [Qemu-devel] [PULL 09/14] MAINTAINERS: Update MIPS sections
` [Qemu-devel] [PULL 10/14] tests: tcg: mips: Move source files to new locations
` [Qemu-devel] [PULL 11/14] tests: tcg: mips: Add two new Makefiles
` [Qemu-devel] [PULL 12/14] tests: tcg: mips: Remove old directories
` [Qemu-devel] [PULL 13/14] qemu-doc: Add nanoMIPS ISA information
` [Qemu-devel] [PULL 14/14] docs/qemu-cpu-models: Add MIPS/nanoMIPS QEMU supported CPU models

[Qemu-devel] Querying possible -cpu variants
 2019-01-25 13:31 UTC  (5+ messages)

[Qemu-devel] [PATCH] file-posix: Cache lseek result for data regions
 2019-01-25 13:26 UTC  (11+ messages)

[Qemu-devel] object owner argument of memory_region_init_ram
 2019-01-25 12:40 UTC  (5+ messages)
  ` [Qemu-devel] [Qemu-arm] "

[Qemu-devel] [PATCH RFC 0/2] virtio-blk: add DISCARD and WRITE ZEROES features
 2019-01-25 12:48 UTC  (9+ messages)
` [Qemu-devel] [PATCH RFC 2/2] tests/virtio-blk: add test for WRITE_ZEROES command

[Qemu-devel] [PULL 0/4] QAPI patches for 2019-01-24
 2019-01-25 12:30 UTC  (2+ messages)

[Qemu-devel] [PATCH] typo: apci->acpi
 2019-01-25 12:31 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/3] via-ide clean ups and native mode
 2019-01-25 12:25 UTC  (5+ messages)
` [Qemu-devel] [PATCH 3/3] ide/via: Implement and use native PCI IDE mode

[Qemu-devel] [PULL 0/7] Audio 20190124 patches
 2019-01-25 11:51 UTC  (2+ messages)

[Qemu-devel] [PATCH] s390x: remove direct reference to mem_path global form s90x code
 2019-01-25 11:41 UTC  (6+ messages)

[Qemu-devel] gdb run / pause broken for some debuggers
 2019-01-25 11:09 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/1] block: Eliminate the S_1KiB, S_2KiB, ... macros
 2019-01-25 10:46 UTC  (2+ messages)

[Qemu-devel] [PULL 0/5] Trivial patches patches
 2019-01-25 10:37 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/5] arm: microbit Non-Volatile Memory Controller
 2019-01-25 10:36 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 2/5] pflash: flush rom device memory region

[Qemu-devel] [PATCH] trace: improve runstate tracing
 2019-01-25 10:24 UTC  (2+ messages)

[Qemu-devel] [Bug 1795100] Re: VNC unix-domain socket unlink()ed prematurely
 2019-01-25  9:59 UTC 

[Qemu-devel] [PULL 0/1] Qio next patches
 2019-01-25  9:54 UTC  (2+ messages)

[Qemu-devel] [PATCH] gdbstub: Fix i386/x86_64 machine description and add control registers
 2019-01-25  9:52 UTC  (5+ messages)

[Qemu-devel] of apci_1_compatible in CPUHotplugFeatures
 2019-01-25  9:41 UTC  (5+ messages)

[Qemu-devel] [PULL 0/1] Ui 20190124 patches
 2019-01-25  9:26 UTC  (2+ messages)

[Qemu-devel] [PATCH v1] spapr/pci: Fix primary bus number for PCI bridges
 2019-01-25  9:28 UTC  (3+ messages)

[Qemu-devel] building rst docs with sphinx
 2019-01-25  9:30 UTC  (3+ messages)

[Qemu-devel] test-filter-mirror hangs
 2019-01-25  8:44 UTC  (23+ messages)

[Qemu-devel] [PATCH v2] ui/egl-helpers: Augment parameter list of egl_texture_blend() to convey scales of viewport
 2019-01-25  7:47 UTC 

[Qemu-devel] [PATCH v2] tests/vm: move images to $HOME/.cache/qemu-vm/images
 2019-01-25  6:48 UTC  (2+ messages)

[Qemu-devel] [PATCH v5] log: Make glib logging go through QEMU
 2019-01-25  6:57 UTC  (4+ messages)

[Qemu-devel] [PATCH v3 00/50] Audio 5.1 patches
 2019-01-25  6:57 UTC  (8+ messages)
` [Qemu-devel] [PATCH v3 15/50] audio: reduce glob_audio_state usage

[Qemu-devel] [PATCH RFC 0/9] tests: Add VM based build tests (for non-x86_64 and/or non-Linux)
 2019-01-25  6:24 UTC  (8+ messages)
` [Qemu-devel] [PATCH RFC 8/9] tests: Add OpenBSD image

[Qemu-devel] [PATCH 1/3] hw/i386/pc.c: remove unused function pc_acpi_init()
 2019-01-25  6:01 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/3] hw/acpi: remove unused function acpi_table_add_builtin()
` [Qemu-devel] [PATCH 3/3] hw/acpi: remove unnecessary variable acpi_table_builtin

[Qemu-devel] [PATCH v6 00/10] hw/m68k: add Apple Machintosh Quadra 800 machine
 2019-01-25  5:55 UTC  (7+ messages)
` [Qemu-devel] [PATCH v6 05/10] esp: add pseudo-DMA as used by Macintosh

[Qemu-devel] [RFC PATCH v3 0/7] target/ppc: single step for KVM HV
 2019-01-25  4:52 UTC  (11+ messages)
` [Qemu-devel] [RFC PATCH v3 1/7] target/ppc: Move exception vector offset computation into a function
` [Qemu-devel] [RFC PATCH v3 2/7] target/ppc: Add ppc_get_trace_int_handler_addr
` [Qemu-devel] [RFC PATCH v3 3/7] kvm: support checking for single step capability
` [Qemu-devel] [RFC PATCH v3 6/7] target/ppc: Refactor kvm_handle_debug
` [Qemu-devel] [RFC PATCH v3 7/7] target/ppc: support single stepping with KVM HV

[Qemu-devel] [PATCH V10 0/4] support MAP_SYNC for memory-backend-file
 2019-01-25 11:19 UTC  (12+ messages)
` [Qemu-devel] [PATCH V10 4/4] docs: Added MAP_SYNC documentation

[Qemu-devel] [RFC PATCH v4 00/44] Support Kconfig in QEMU
 2019-01-25  2:48 UTC  (9+ messages)
` [Qemu-devel] [RFC PATCH v4 26/44] kconfig: introduce kconfig files
` [Qemu-devel] [RFC PATCH v4 29/44] hw/pci/Makefile.objs: make pcie configurable

[Qemu-devel] [PATCH] i386: extended the cpuid level when Intel PT is enabled
 2019-01-25  2:21 UTC  (3+ messages)

[Qemu-devel] [PATCH v1 5/8] RISC-V: Add priv_ver to DisasContext
 2019-01-25  0:45 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).