qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-03 14:09:47 to 2021-01-05 02:28:32 UTC [more...]

[PATCH 0/4] A few preliminary bsd-user patches
 2021-01-05  2:27 UTC  (2+ messages)

[PATCH v6 0/7] iOS and Apple Silicon host support
 2021-01-05  2:20 UTC  (8+ messages)
` [PATCH v6 1/7] configure: option to disable host block devices
` [PATCH v6 2/7] configure: cross-compiling with empty cross_prefix
` [PATCH v6 3/7] qemu: add support for iOS host
` [PATCH v6 4/7] coroutine: add libucontext as external library
` [PATCH v6 5/7] configure: cross compile should use x86_64 cpu_family
` [PATCH v6 6/7] slirp: update build flags for iOS resolv fix
` [PATCH v6 7/7] block: check availablity for preadv/pwritev on mac

[PATCH v2] tcg: Fix execution on Apple Silicon
 2021-01-05  2:02 UTC  (7+ messages)

[PATCH v3 0/8] acpi: Some fixes for pxb support for ARM virt machine
 2021-01-05  1:53 UTC  (10+ messages)
` [PATCH v3 3/8] acpi/gpex: Inform os to keep firmware resource map
` [PATCH v3 5/8] acpi/gpex: Append pxb devs in ascending order

[PULL 00/35] MIPS patches for 2021-01-03
 2021-01-05  1:53 UTC  (45+ messages)
` [PULL 01/35] hw/pci-host: Use the PCI_BUILD_BDF() macro from 'hw/pci/pci.h'
` [PULL 02/35] hw/pci-host/uninorth: Use the PCI_FUNC() "
` [PULL 03/35] hw: Use the PCI_SLOT() "
` [PULL 04/35] hw: Use the PCI_DEVFN() "
` [PULL 05/35] hw/pci-host/bonito: Display hexadecimal value with '0x' prefix
` [PULL 06/35] hw/pci-host/bonito: Use pci_config_set_interrupt_pin()
` [PULL 07/35] vt82c686: Rename AC97/MC97 parts from VT82C686B to VIA
` [PULL 08/35] vt82c686: Remove unnecessary _DEVICE suffix from type macros
` [PULL 09/35] vt82c686: Rename VT82C686B to VT82C686B_ISA
` [PULL 10/35] vt82c686: Remove vt82c686b_[am]c97_init() functions
` [PULL 11/35] vt82c686: Split off via-[am]c97 into separate file in hw/audio
` [PULL 12/35] audio/via-ac97: Simplify code and set user_creatable to false
` [PULL 13/35] vt82c686: Remove legacy vt82c686b_isa_init() function
` [PULL 14/35] vt82c686: Remove legacy vt82c686b_pm_init() function
` [PULL 15/35] vt82c686: Convert debug printf to trace points
` [PULL 16/35] vt82c686: Remove unneeded includes and defines
` [PULL 17/35] vt82c686: Use shorter name for local variable holding object state
` [PULL 18/35] vt82c686: Rename superio config related parts
` [PULL 19/35] clock: Introduce clock_ticks_to_ns()
` [PULL 20/35] target/mips: Don't use clock_get_ns() in clock period calculation
` [PULL 21/35] clock: Remove clock_get_ns()
` [PULL 22/35] clock: Define and use new clock_display_freq()
` [PULL 23/35] hw/intc: Rework Loongson LIOINTC
` [PULL 24/35] hw/mips: Implement fw_cfg_arch_key_name()
` [PULL 25/35] hw/mips: Add Loongson-3 boot parameter helpers
` [PULL 26/35] hw/mips: Add Loongson-3 machine support
` [PULL 27/35] docs/system: Update MIPS machine documentation
` [PULL 28/35] hw/mips: Make bootloader addresses unsigned
` [PULL 29/35] hw/mips/malta: Use address translation helper to calculate bootloader_run_addr
` [PULL 30/35] hw/mips: Use address translation helper to handle ENVP_ADDR
` [PULL 31/35] hw/mips/fuloong2e: Remove define DEBUG_FULOONG2E_INIT
` [PULL 32/35] hw/mips/fuloong2e: Replace faulty documentation links
` [PULL 33/35] hw/mips/fuloong2e: Remove unused env entry
` [PULL 34/35] hw/mips/fuloong2e: Correct cpuclock in PROM environment
` [PULL 35/35] tests/acceptance: Test boot_linux_console for fuloong2e

[PATCH v5 0/2] util/oslib: qemu_try_memalign() improvements
 2021-01-05  0:06 UTC  (3+ messages)

[PATCH 0/2] tcg: Eliminate scratch regs from i386 backend
 2021-01-05  0:04 UTC  (2+ messages)

[PATCH v4 0/4] Misc sam460ex fixes (was: Clean up sam460ex irq mapping)
 2021-01-04 23:44 UTC  (6+ messages)
` [PATCH v4 3/4] ppc440_pcix: Fix up pci config access
` [PATCH v4 1/4] ppc440_pcix: Improve comment for IRQ mapping
` [PATCH v4 2/4] ppc440_pcix: Fix register write trace event
` [PATCH v4 4/4] sam460ex: Use type cast macro instead of simple cast

[PATCH, BUILD-FIX] linux-user: Conditionalize TUNSETVNETLE
 2021-01-04 23:44 UTC 

[PATCH 0/5] i386: simplify Hyper-V enlightenments enablement
 2021-01-04 23:36 UTC  (8+ messages)
` [PATCH 5/5] i386: provide simple 'hyperv=on' option to x86 machine types

[PATCH v3 00/15] target/mips/mips-defs: Simplify ISA definitions
 2021-01-04 23:32 UTC  (20+ messages)
` [PATCH v3 01/15] target/mips/mips-defs: Remove USE_HOST_FLOAT_REGS comment
` [PATCH v3 02/15] target/mips/mips-defs: Reorder CPU_MIPS5 definition
` [PATCH v3 03/15] target/mips/mips-defs: Rename CPU_MIPSxx Release 1 as CPU_MIPSxxR1
` [PATCH v3 04/15] target/mips/mips-defs: Introduce CPU_MIPS64 and cpu_type_is_64bit()
` [PATCH v3 05/15] hw/mips/boston: Check 64-bit support with cpu_type_is_64bit()
` [PATCH v3 06/15] target/mips/mips-defs: Use ISA_MIPS32 definition to check Release 1
` [PATCH v3 07/15] target/mips/mips-defs: Use ISA_MIPS32R2 definition to check Release 2
` [PATCH v3 08/15] target/mips/mips-defs: Use ISA_MIPS32R3 definition to check Release 3
` [PATCH v3 09/15] target/mips/mips-defs: Use ISA_MIPS32R5 definition to check Release 5
` [PATCH v3 10/15] target/mips/mips-defs: Use ISA_MIPS32R6 definition to check Release 6
` [PATCH v3 11/15] target/mips/mips-defs: Rename ISA_MIPS32 as ISA_MIPS_R1
` [PATCH v3 12/15] target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2
` [PATCH v3 13/15] target/mips/mips-defs: Rename ISA_MIPS32R3 as ISA_MIPS_R3
` [PATCH v3 14/15] target/mips/mips-defs: Rename ISA_MIPS32R5 as ISA_MIPS_R5
` [PATCH v3 15/15] target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6

[PATCH 00/22] hw/riscv: sifive_u: Add missing SPI support
 2021-01-04 23:30 UTC  (4+ messages)
` [PATCH 01/22] hw/block: m25p80: Add ISSI SPI flash support

[PATCH v2 0/3] pc: Support configuration of SMBIOS entry point type
 2021-01-04 22:44 UTC  (5+ messages)
` [PATCH v2 3/3] hw/i386: expose a "smbios-ep" PC machine property

[PATCH v2 0/3] nvdimm: read-only file support
 2021-01-04 21:20 UTC  (10+ messages)
` [PATCH v2 2/3] hostmem-file: add readonly=on|off option
` [PATCH v2 3/3] nvdimm: honor -object memory-backend-file, readonly=on option

[PATCH v2 00/12] block/export: vhost-user-blk server tests and input validation
 2021-01-04 21:02 UTC  (9+ messages)
` [PATCH v2 01/12] vhost-user-blk: fix blkcfg->num_queues endianness
` [PATCH v2 02/12] libqtest: add qtest_socket_server()
` [PATCH v2 03/12] libqtest: add qtest_kill_qemu()
` [PATCH v2 04/12] libqtest: add qtest_remove_abrt_handler()

[PATCH v3 0/3] nvdimm: read-only file support
 2021-01-04 21:02 UTC  (5+ messages)
` [PATCH v3 1/3] memory: add readonly support to memory_region_init_ram_from_file()
` [PATCH v3 2/3] hostmem-file: add readonly=on|off option
` [PATCH v3 3/3] nvdimm: check -object memory-backend-file, readonly=on option

[PATCH] meson: Propagate gnutls dependency
 2021-01-04 20:50 UTC  (12+ messages)

[PULL for-5.2 0/2] Tracing patches
 2021-01-04 20:31 UTC  (3+ messages)
` [PULL for-5.2 2/2] scripts/tracetool: silence SystemTap dtrace(1) long long warnings

[PATCH v3 0/3] vfio-ccw: Implement request notifier
 2021-01-04 20:20 UTC  (4+ messages)
` [PATCH v3 1/3] update-linux-headers: Include const.h
` [PATCH v3 2/3] Update linux headers to 5.11-rc2
` [PATCH v3 3/3] vfio-ccw: Connect the device request notifier

[PATCH] RISC-V: Place DTB at 3GB boundary instead of 4GB
 2021-01-04 20:24 UTC  (12+ messages)

[BUG] qemu git error with virgl
 2021-01-04 19:37 UTC  (4+ messages)

[for-6.0 v5 00/13] Generalize memory encryption models
 2021-01-04 18:40 UTC  (10+ messages)
` [for-6.0 v5 11/13] spapr: PEF: prevent migration
            `  "
              ` [EXTERNAL] "

[Bug 1909921] [NEW] Raspberry Pi 4 qemu:handle_cpu_signal received signal outside vCPU context @ pc=0xffff87709b0e
 2021-01-04 17:55 UTC  (4+ messages)
` [Bug 1909921] "

[Question] SR-IOV VF 'surprise removal' and vfio_reset behavior in pSeries
 2021-01-04 17:55 UTC  (2+ messages)

[PULL 0/3] tcg patch queue
 2021-01-04 17:35 UTC  (4+ messages)
` [PULL 1/3] tcg: Use memset for large vector byte replication
` [PULL 2/3] tcg/riscv: Fix illegal shift instructions
` [PULL 3/3] tcg: Add tcg_gen_bswap_tl alias

[PULL 0/1] Block patches
 2021-01-04 17:17 UTC  (3+ messages)
` [PULL 1/1] readline: Fix possible array index out of bounds in readline_hist_add()

[PATCH] monitor/qmp-cmds.c: Don't include ui/vnc.h
 2021-01-04 17:13 UTC  (3+ messages)

[Qemu-devel] [PULL for-2.0 0/1] vnc bugfix
 2021-01-04 15:52 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/1] ui/vnc: fix vmware VGA incompatiblities

[PATCH v15 00/20] Initial support for multi-process Qemu
 2021-01-04 15:16 UTC  (5+ messages)
` [PATCH v15 07/20] multi-process: add qio channel write function
` [PATCH v15 08/20] multi-process: add qio channel read function

[PULL 0/5] Tracing patches
 2021-01-04 15:12 UTC  (8+ messages)
` [PULL 1/5] trace: Send "-d trace:help" output to stdout
` [PULL 2/5] tracetool: add output filename command-line argument
` [PULL 3/5] tracetool: add out_lineno and out_next_lineno to out()
` [PULL 4/5] tracetool: add input filename and line number to Event
` [PULL 5/5] tracetool: show trace-events filename/lineno in fmt string errors

[PULL v2 00/53] Misc patches for 2020-12-21
 2021-01-04 14:42 UTC 

[PATCH] qtest/libqtest.c: fix heap-buffer-overflow in qtest_cb_for_every_machine()
 2021-01-04 14:10 UTC 

[PATCH v14 0/7] Introduce 'yank' oob qmp command to recover from hanging qemu
 2021-01-04 13:56 UTC  (3+ messages)
` [PATCH v14 1/7] Introduce yank feature

Question: How to change backing file ?
 2021-01-04 13:25 UTC  (3+ messages)

[PATCH] vhost-user-fs: add the "bootindex" property
 2021-01-04 13:24 UTC 

[PATCH 0/3] Bypass specific network traffic in COLO
 2021-01-04 13:06 UTC  (2+ messages)

[PATCH] vnc: add qmp to support reload vnc tls certificates
 2021-01-04 12:27 UTC  (2+ messages)

[Question] VNC CA certificate update live
 2021-01-04 12:18 UTC 

[PATCHv4 00/18] ARMv8.4-A Secure EL2
 2021-01-04 12:08 UTC  (4+ messages)
` [PATCH 03/18] target/arm: use arm_is_el2_enabled() where applicable

[PATCH v2 0/3] Clean up sam460ex irq mapping
 2021-01-04 11:48 UTC  (7+ messages)
` [PATCH v2 2/3] sam460ex: Remove FDT_PPC dependency from KConfig
` [PATCH v2 1/3] ppc4xx: Move common dependency on serial to common option

[PATCH 0/5] hw: Use PCI macros from 'hw/pci/pci.h'
 2021-01-04  9:32 UTC  (3+ messages)

[PATCH 00/24] vt82c686b clean ups and vt8231 emulation - all in one
 2021-01-04  6:38 UTC  (6+ messages)

[Qemu-devel] [Bug 1569491] [NEW] qemu system i386 poor performance on e5500 core
 2021-01-04  4:17 UTC  (2+ messages)
` [Bug 1569491] "

[PATCH] tcg: Fix execution on Apple Silicon
 2021-01-04  1:47 UTC  (7+ messages)

[PATCH v3 0/5] Misc sam460ex fixes (was: Clean up sam460ex irq mapping)
 2021-01-04  1:39 UTC  (6+ messages)
` [PATCH v3 1/5] ppc4xx: Move common dependency on serial to common option

[PATCH v3 0/8] hw/mips/fuloong2e fixes
 2021-01-03 20:51 UTC  (2+ messages)

[PATCH v2 0/8] MIPS Bootloader helper
 2021-01-03 20:42 UTC  (6+ messages)
` [PATCH v2 1/8] hw/mips: Make bootloader addresses unsgined

[RFC PATCH 0/5] hw/mips: Fix Fuloong2E to boot Linux guest again
 2021-01-03 18:31 UTC  (7+ messages)
` [RFC PATCH 2/5] via-ide: Fix fuloong2e support

[PATCH V19 0/5] mips: Add Loongson-3 machine support
 2021-01-03 17:04 UTC  (4+ messages)
` [PATCH V19 4/5] hw/mips: "

[PATCH] gitlab-ci.yml: Add openSUSE Leap 15.2 for gitlab CI/CD
 2021-01-03 14:08 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).