qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-31 22:58:05 to 2021-01-03 21:15:01 UTC [more...]

[PULL 00/35] MIPS patches for 2021-01-03
 2021-01-03 20:50 UTC  (30+ 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 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

[PATCH v2 0/8] MIPS Bootloader helper
 2021-01-03 20:42 UTC  (15+ messages)
` [PATCH v2 1/8] hw/mips: Make bootloader addresses unsgined
` [PATCH v2 2/8] hw/mips/malta: Use address translation helper to calculate bootloader_run_addr
` [PATCH v2 3/8] hw/mips: Use address translation helper to handle ENVP_ADDR
` [PATCH v2 6/8] target/mips/addr: Add translation helpers for KSEG1

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

[RFC PATCH 0/5] hw/mips: Fix Fuloong2E to boot Linux guest again
 2021-01-03 18:31 UTC  (17+ messages)
` [RFC PATCH 1/5] ide: Make room for flags in PCIIDEState and add one for legacy mode
` [RFC PATCH 2/5] via-ide: Fix fuloong2e support
` [RFC PATCH 3/5] hw/pci-host/bonito: Remap PCI "lo" regions when PCIMAP reg is modified
` [RFC PATCH 4/5] tests/acceptance: Test boot_linux_console for fuloong2e
` [RFC PATCH 5/5] tests/integration: Test Fuloong2E IDE drive, run userspace commands

[BUG] qemu git error with virgl
 2021-01-03 17:28 UTC  (2+ messages)

[PATCH 00/24] vt82c686b clean ups and vt8231 emulation - all in one
 2021-01-03 17:07 UTC  (32+ messages)
` [PATCH 14/24] vt82c686: Reorganise code
` [PATCH 02/24] vt82c686: Remove unnecessary _DEVICE suffix from type macros
` [PATCH 20/24] vt82c686: Fix superio_cfg_{read,write}() functions
` [PATCH 19/24] vt82c686: Move creation of ISA devices to the ISA bridge
` [PATCH 06/24] audio/via-ac97: Simplify code and set user_creatable to false
` [PATCH 05/24] vt82c686: Split off via-[am]c97 into separate file in hw/audio
` [PATCH 15/24] vt82c686: Fix SMBus IO base and configuration registers
` [PATCH 22/24] vt82c686: QOM-ify superio related functionality
` [PATCH 24/24] vt82c686: Add emulation of VT8231 south bridge
` [PATCH 04/24] vt82c686: Remove vt82c686b_[am]c97_init() functions
` [PATCH 23/24] vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIO
` [PATCH 17/24] vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on it
` [PATCH 08/24] vt82c686: Remove legacy vt82c686b_pm_init() function
` [PATCH 01/24] vt82c686: Rename AC97/MC97 parts from VT82C686B to VIA
` [PATCH 11/24] vt82c686: Use shorter name for local variable holding object state
` [PATCH 09/24] vt82c686: Convert debug printf to trace points
` [PATCH 07/24] vt82c686: Remove legacy vt82c686b_isa_init() function
` [PATCH 18/24] vt82c686: Simplify vt82c686b_realize()
` [PATCH 12/24] vt82c686: Rename superio config related parts
` [PATCH 16/24] vt82c686: Fix up power management io base and config
` [PATCH 10/24] vt82c686: Remove unneeded includes and defines
` [PATCH 13/24] vt82c686: Move superio memory region to SuperIOConfig struct
` [PATCH 21/24] vt82c686: Implement control of serial port io ranges via config regs
` [PATCH 03/24] vt82c686b: Rename VT82C686B to VT82C686B_ISA

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

[PATCH v2] tcg: Fix execution on Apple Silicon
 2021-01-03 16:52 UTC  (2+ messages)

[PATCH] tcg: Fix execution on Apple Silicon
 2021-01-03 16:46 UTC  (6+ messages)

[PATCH] gitlab-ci.yml: Add openSUSE Leap 15.2 for gitlab CI/CD
 2021-01-03 14:08 UTC  (2+ messages)

[PATCH 00/18] hw/pci-host/bonito: Remap PCI "lo" regions when PCIMAP reg is modified
 2021-01-03 13:52 UTC  (17+ messages)
` [PATCH 01/18] hw/pci-host/bonito: Remove unused definitions
` [PATCH 02/18] hw/pci-host/bonito: Display hexadecimal value with '0x' prefix
` [PATCH 03/18] hw/pci-host/bonito: Use PCI_DEVFN() macro
` [PATCH 04/18] hw/pci-host/bonito: Use pci_config_set_interrupt_pin()
` [PATCH 11/18] hw/pci-host/bonito: Rename PCI function helpers
` [PATCH 12/18] hw/pci-host/bonito: Rename PCIBonitoState -> BonitoPciState
` [PATCH 13/18] hw/pci-host/bonito: Create PCI regions in bonito_host_realize()
` [RFC PATCH 14/18] hw/pci-host/bonito: Simplify using pci_host_conf_le_ops MemoryRegionOps
` [PATCH 15/18] hw/pci-host/bonito: Map north bridge region in bonito_host_realize()
` [PATCH 17/18] hw/pci-host/bonito: Declare TYPE_BONITO_PCI_HOST_BRIDGE in include/
` [RFC PATCH 18/18] hw/mips/fuloong2e: Inline bonito_init()

[PATCH v2 0/4] clock: Get rid of clock_get_ns()
 2021-01-03 13:47 UTC  (3+ messages)

[PATCH v3 0/8] hw/mips/fuloong2e fixes
 2021-01-03 13:35 UTC  (9+ messages)
` [PATCH v3 4/8] hw/pci-host/bonito: Fixup pci.lomem mapping
` [PATCH v3 5/8] hw/mips/fuloong2e: Remove unused env entry
` [PATCH v3 8/8] tests/acceptance: Test boot_linux_console for fuloong2e

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

[PATCH v3 0/5] Misc sam460ex fixes (was: Clean up sam460ex irq mapping)
 2021-01-03 12:19 UTC  (8+ messages)
` [PATCH v3 3/5] ppc440_pcix: Improve comment for IRQ mapping
` [PATCH v3 4/5] ppc440_pcix: Fix register write trace event
` [PATCH v3 5/5] ppc440_pcix: Fix up pci config access
` [PATCH v3 1/5] ppc4xx: Move common dependency on serial to common option
` [PATCH v3 2/5] sam460ex: Remove FDT_PPC dependency from KConfig

Question: How to change backing file ?
 2021-01-03 10:35 UTC  (2+ messages)

[PATCH v2 0/3] Clean up sam460ex irq mapping
 2021-01-03  1:46 UTC  (7+ messages)
` [PATCH v2 3/3] sam460ex: Clean up "

[PATCH v4 00/43] Mirror map JIT memory for TCG
 2021-01-02 20:24 UTC  (41+ messages)
` [PATCH v4 08/43] tcg: Introduce tcg_splitwx_to_{rx,rw}
` [PATCH v4 09/43] tcg: Adjust TCGLabel for const
` [PATCH v4 10/43] tcg: Adjust tcg_out_call "
` [PATCH v4 11/43] tcg: Adjust tcg_out_label "
` [PATCH v4 12/43] tcg: Adjust tcg_register_jit "
` [PATCH v4 13/43] tcg: Adjust tb_target_set_jmp_target for split-wx
` [PATCH v4 14/43] tcg: Make DisasContextBase.tb const
` [PATCH v4 15/43] tcg: Make tb arg to synchronize_from_tb const
` [PATCH v4 16/43] tcg: Use Error with alloc_code_gen_buffer
` [PATCH v4 18/43] accel/tcg: Support split-wx for linux with memfd
` [PATCH v4 20/43] tcg: Return the TB pointer from the rx region from exit_tb
` [PATCH v4 21/43] tcg/i386: Support split-wx code generation
` [PATCH v4 22/43] tcg/aarch64: Use B not BL for tcg_out_goto_long
` [PATCH v4 23/43] tcg/aarch64: Support split-wx code generation
` [PATCH v4 24/43] disas: Push const down through host disasassembly
` [PATCH v4 25/43] tcg/tci: Push const down through bytecode reading
` [PATCH v4 26/43] tcg: Introduce tcg_tbrel_diff
` [PATCH v4 41/43] tcg: Remove TCG_TARGET_SUPPORT_MIRROR
` [PATCH v4 42/43] tcg: Constify tcg_code_gen_epilogue
` [PATCH v4 43/43] tcg: Constify TCGLabelQemuLdst.raddr

[PATCH] meson: Propagate gnutls dependency
 2021-01-02 19:43 UTC  (4+ messages)

[PATCH v2] ui/cocoa: Fix openFile: deprecation on Big Sur
 2021-01-02 15:07 UTC 

[PATCH 00/22] hw/riscv: sifive_u: Add missing SPI support
 2021-01-02 13:53 UTC  (11+ messages)
` [PATCH 03/22] hw/sd: ssi-sd: Fix incorrect card response sequence
` [PATCH 04/22] hw/sd: sd: Support CMD59 for SPI mode
` [PATCH 05/22] hw/sd: sd: Drop sd_crc16()

qemu git error with virgl
 2021-01-02 13:09 UTC 

[PATCH] ui/cocoa: Fix openFile: deprecation on Big Sur
 2021-01-02 14:20 UTC  (3+ messages)

[PULL 00/15] Machine queue, 2020-12-23
 2021-01-02 13:12 UTC  (2+ messages)

[PATCH RESEND] configure: Don't warn about lack of PIE on macOS
 2021-01-02 12:50 UTC 

qemu isa irq gpio question
 2021-01-02  9:58 UTC 

[PATCH 00/16] tcg/s390x: host vector support
 2021-01-02  8:43 UTC  (3+ messages)
` [PATCH 01/16] tcg/s390x: Rename from tcg/s390

[PATCH v2 00/10] Misc vt82c686b clean ups
 2021-01-01 23:11 UTC  (9+ messages)
` [PATCH v2 06/10] audio/via-ac97: Simplify code and set user_creatable to false
` [PATCH v2 09/10] vt82c686: Convert debug printf to trace points
` [PATCH v2 04/10] vt82c686: Remove vt82c686b_[am]c97_init() functions

[PATCH 00/12] Misc vt82c686b clean ups
 2021-01-01 21:07 UTC  (3+ messages)
` [PATCH 04/12] vt82c686: Remove vt82c686b_[am]c97_init() functions

[PULL 00/55] Misc patches for 2020-12-21
 2021-01-01 19:59 UTC  (3+ messages)

[PULL 00/14] s390x update
 2021-01-01 19:57 UTC  (2+ messages)

[PULL 0/5] fuzzer and gitlab-CI patches
 2021-01-01 18:18 UTC  (2+ messages)

[Bug 1909823] [NEW] RDPMC check on PCE is backwards
 2021-01-01 17:50 UTC 

[PATCH 00/25] esp: consolidate PDMA transfer buffers
 2021-01-01 16:57 UTC  (13+ messages)
` [PATCH 01/25] esp: checkpatch fixes
` [PATCH 02/25] esp: add trace event when receiving a TI command
` [PATCH 03/25] esp: fix esp_reg_read() trace event
` [PATCH 04/25] esp: add PDMA trace events
` [PATCH 06/25] esp: introduce esp_get_tc() and esp_set_tc()
` [PATCH 21/25] esp: rename get_cmd_cb() to esp_select()

[PULL 00/33] QAPI patches patches for 2020-12-19
 2021-01-01 16:56 UTC  (2+ messages)

[Qemu-devel] [PULL 0/1] RDMA queue
 2021-01-01 14:32 UTC  (2+ messages)

[PULL 00/30] Block patches
 2021-01-01 12:53 UTC  (2+ messages)

[PATCH v2] meson: fix ncurses detection on macOS
 2021-01-01 11:02 UTC  (2+ messages)

[PULL 00/17] Block layer patches
 2020-12-31 23:26 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).