OSDN Git Service

qmiga/qemu.git
2022-10-20 Richard Hendersontarget/arm: Move be test for regime into S1TranslateResult
2022-10-20 Richard Hendersontarget/arm: Plumb debug into S1Translate
2022-10-20 Richard Hendersontarget/arm: Split out S1Translate type
2022-10-20 Richard Hendersontarget/arm: Restrict tlb flush from vttbr_write to...
2022-10-20 Richard Hendersontarget/arm: Move ARMMMUIdx_Stage2 to a real tlb mmu_idx
2022-10-20 Richard Hendersontarget/arm: Add ARMMMUIdx_Phys_{S,NS}
2022-10-20 Richard Hendersontarget/arm: Use probe_access_full for BTI
2022-10-20 Richard Hendersontarget/arm: Use probe_access_full for MTE
2022-10-20 Richard Hendersontarget/arm: Enable TARGET_PAGE_ENTRY_EXTRA
2022-10-20 Alex Bennéetarget/arm: update the cortex-a15 MIDR to latest rev
2022-10-20 Baruch Siachhw/char/pl011: fix baud rate calculation
2022-10-18 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-10-18 Stefan HajnocziMerge tag 'pull-ppc-20221017' of https://gitlab.com...
2022-10-18 Paolo Bonzinitarget/i386: remove old SSE decoder
2022-10-18 Paolo Bonzinitarget/i386: move 3DNow to the new decoder
2022-10-18 Paolo Bonzinitests/tcg: extend SSE tests to AVX
2022-10-18 Paul Brooktarget/i386: Enable AVX cpuid bits when using TCG
2022-10-18 Paolo Bonzinitarget/i386: implement VLDMXCSR/VSTMXCSR
2022-10-18 Paolo Bonzinitarget/i386: implement XSAVE and XRSTOR of AVX registers
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x28-0x2f, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x10-0x17, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0xc2, 0xc4-0xc6, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x38, add AVX
2022-10-18 Richard Hendersontarget/i386: Use tcg gvec ops for pmovmskb
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x3a, add AVX
2022-10-18 Paolo Bonzinitarget/i386: clarify (un)signedness of immediates from...
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7...
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x70-0x77, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x78-0x7f, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x50-0x5f, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef...
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x60-0x6f, add AVX
2022-10-18 Paolo Bonzinitarget/i386: Introduce 256-bit vector helpers
2022-10-18 Paolo Bonzinitarget/i386: implement additional AVX comparison operators
2022-10-18 Paolo Bonzinitarget/i386: provide 3-operand versions of unary scalar...
2022-10-18 Paolo Bonzinitarget/i386: support operand merging in binary scalar...
2022-10-18 Paolo Bonzinitarget/i386: extend helpers to support VEX.V 3- and...
2022-10-18 Paul Brooktarget/i386: Prepare ops_sse_header.h for 256 bit AVX
2022-10-18 Paolo Bonzinitarget/i386: move scalar 0F 38 and 0F 3A instruction...
2022-10-18 Paolo Bonzinitarget/i386: validate SSE prefixes directly in the...
2022-10-18 Paolo Bonzinitarget/i386: validate VEX prefixes via the instructions...
2022-10-18 Paul Brooktarget/i386: add AVX_EN hflag
2022-10-18 Paolo Bonzinitarget/i386: add CPUID feature checks to new decoder
2022-10-18 Paolo Bonzinitarget/i386: add CPUID[EAX=7,ECX=0].ECX to DisasContext
2022-10-18 Paolo Bonzinitarget/i386: add ALU load/writeback core
2022-10-18 Paolo Bonzinitarget/i386: add core of new i386 decoder
2022-10-18 Paolo Bonzinitarget/i386: make rex_w available even in 32-bit mode
2022-10-18 Paolo Bonzinitarget/i386: make ldo/sto operations consistent with ldq
2022-10-18 Richard Hendersontarget/i386: Define XMMReg and access macros, align...
2022-10-18 Richard Hendersontarget/i386: Use probe_access_full for final stage2...
2022-10-18 Richard Hendersontarget/i386: Use atomic operations for pte updates
2022-10-18 Richard Hendersontarget/i386: Combine 5 sets of variables in mmu_translate
2022-10-18 Richard Hendersontarget/i386: Use MMU_NESTED_IDX for vmload/vmsave
2022-10-18 Richard Hendersontarget/i386: Add MMU_PHYS_IDX and MMU_NESTED_IDX
2022-10-18 Richard Hendersontarget/i386: Reorg GET_HPHYS
2022-10-18 Richard Hendersontarget/i386: Introduce structures for mmu_translate
2022-10-18 Richard Hendersontarget/i386: Direct call get_hphys from mmu_translate
2022-10-18 Richard Hendersontarget/i386: Use MMUAccessType across excp_helper.c
2022-10-18 Richard Hendersontarget/i386: Save and restore pc_save before tcg_remove...
2022-10-18 Peter Maydelltarget/i386: Use device_cold_reset() to reset the APIC
2022-10-18 Michal Privoznikconfigure: Avoid using strings binary
2022-10-18 Maciej S. Szmigierohyperv: fix SynIC SINT assertion failure on guest reset
2022-10-18 Peter Maydellhw/scsi/vmw_pvscsi.c: Use device_cold_reset() to reset...
2022-10-18 Peter Maydellscsi: Use device_cold_reset() and bus_cold_reset()
2022-10-18 Paolo Bonziniconfigure: don't enable firmware for targets that are...
2022-10-17 Philippe Mathieu... MAINTAINERS: Replace my amsat.org email address
2022-10-17 Daniel Henrique... hw/riscv: set machine->fdt in spike_board_init()
2022-10-17 Daniel Henrique... hw/riscv: set machine->fdt in sifive_u_machine_init()
2022-10-17 Daniel Henrique... hw/ppc: set machine->fdt in spapr machine
2022-10-17 Daniel Henrique... hw/ppc: set machine->fdt in pnv_reset()
2022-10-17 Daniel Henrique... hw/ppc: set machine->fdt in pegasos2_machine_reset()
2022-10-17 Daniel Henrique... hw/ppc: set machine->fdt in xilinx_load_device_tree()
2022-10-17 Daniel Henrique... hw/ppc: set machine->fdt in sam460ex_load_device_tree()
2022-10-17 Daniel Henrique... hw/ppc: set machine->fdt in bamboo_load_device_tree()
2022-10-17 Daniel Henrique... hw/nios2: set machine->fdt in nios2_load_dtb()
2022-10-17 Daniel Henrique... qmp/hmp, device_tree.c: introduce dumpdtb
2022-10-17 Peter Maydellhw/ppc/spapr_pci.c: Use device_cold_reset() rather...
2022-10-17 Víctor Colombotarget/ppc: Fix xvcmp* clearing FI bit
2022-10-17 Bernhard Beschowhw/ppc/e500: Remove if statement which is now always...
2022-10-17 Bernhard Beschowhw/ppc/mpc8544ds: Add platform bus
2022-10-17 Bernhard Beschowhw/ppc/mpc8544ds: Rename wrongly named method
2022-10-17 Bernhard Beschowhw/ppc/e500: Reduce usage of sysbus API
2022-10-17 Bernhard Beschowdocs/system/ppc/ppce500: Add heading for networking...
2022-10-17 Bernhard Beschowhw/gpio/meson: Introduce dedicated config switch for...
2022-10-17 Bernhard Beschowhw/ppc/meson: Allow e500 boards to be enabled separately
2022-10-17 BALATON Zoltanppc440_uc.c: Remove unneeded parenthesis
2022-10-17 BALATON Zoltanppc440_uc.c: Move some macros to ppc4xx.h
2022-10-17 BALATON Zoltanppc440_sdram: QOM'ify
2022-10-17 BALATON Zoltanppc440_sdram: Move RAM size check to ppc440_sdram_init
2022-10-17 BALATON Zoltanppc4xx_sdram: Rename functions to prevent name clashes
2022-10-17 BALATON Zoltanppc440_sdram: Rename local variable for readability
2022-10-17 BALATON Zoltanppc440_sdram: Get rid of the init RAM hack
2022-10-17 BALATON Zoltanppc440_sdram: Implement enable bit in the DDR2 SDRAM...
2022-10-17 BALATON Zoltanppc440_sdram: Split off map/unmap of sdram banks for...
2022-10-17 BALATON Zoltanppc4xx_sdram: Drop extra zeros for readability
2022-10-17 BALATON Zoltanppc4xx_sdram: QOM'ify
2022-10-17 BALATON Zoltanppc4xx_sdram: Move size check to ppc4xx_sdram_init()
2022-10-17 BALATON Zoltanppc440_bamboo: Add missing 4 MiB valid memory size
2022-10-17 BALATON Zoltanppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
2022-10-17 BALATON Zoltanppc4xx_sdram: Get rid of the init RAM hack
next