OSDN Git Service

qmiga/qemu.git
2023-10-27 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-10-27 Stefan HajnocziMerge tag 'pull-aspeed-20231025' of https://github...
2023-10-25 Paolo Bonzinikvm: i8254: require KVM_CAP_PIT2 and KVM_CAP_PIT_STATE2
2023-10-25 Paolo Bonzinikvm: i386: require KVM_CAP_SET_IDENTITY_MAP_ADDR
2023-10-25 Paolo Bonzinikvm: i386: require KVM_CAP_ADJUST_CLOCK
2023-10-25 Paolo Bonzinikvm: i386: require KVM_CAP_MCE
2023-10-25 Paolo Bonzinikvm: i386: require KVM_CAP_SET_VCPU_EVENTS and KVM_CAP_...
2023-10-25 Paolo Bonzinikvm: i386: require KVM_CAP_XSAVE
2023-10-25 Paolo Bonzinikvm: i386: require KVM_CAP_DEBUGREGS
2023-10-25 Paolo Bonzinikvm: i386: move KVM_CAP_IRQ_ROUTING detection to kvm_ar...
2023-10-25 Paolo Bonzinikvm: unify listeners for PIO address space
2023-10-25 Paolo Bonzinikvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_AN...
2023-10-25 Paolo Bonzinikvm: assume that many ioeventfds can be created
2023-10-25 Paolo Bonzinikvm: drop reference to KVM_CAP_PCI_2_3
2023-10-25 Paolo Bonzinikvm: require KVM_IRQFD for kernel irqchip
2023-10-25 Paolo Bonzinikvm: require KVM_IRQFD for kernel irqchip
2023-10-25 Paolo Bonzinikvm: require KVM_CAP_SIGNAL_MSI
2023-10-25 Paolo Bonzinikvm: require KVM_CAP_INTERNAL_ERROR_DATA
2023-10-25 Paolo Bonzinikvm: remove unnecessary stub
2023-10-25 Ani Sinhatarget/i386: check CPUID_PAE to determine 36 bit proces...
2023-10-25 Paolo Bonzinitarget/i386: validate VEX.W for AVX instructions
2023-10-25 Paolo Bonzinitarget/i386: group common checks in the decoding phase
2023-10-25 Paolo Bonzinitests/tcg/i386: test-avx: add test cases for SHA new...
2023-10-25 Paolo Bonzinitests/tcg/i386: initialize more registers in test-avx
2023-10-25 Paolo Bonzinitarget/i386: implement SHA instructions
2023-10-25 Paolo Bonzinitests/tcg: fix out-of-bounds access in test-avx
2023-10-25 Philippe Mathieu... hw/arm/aspeed: Move AspeedSoCState::cpu/vic to Aspeed24...
2023-10-25 Philippe Mathieu... hw/arm/aspeed: Move AspeedSoCState::a7mpcore to Aspeed2...
2023-10-25 Philippe Mathieu... hw/arm/aspeed: Move AspeedSoCState::armv7m to Aspeed10x...
2023-10-25 Philippe Mathieu... hw/arm/aspeed: Check 'memory' link is set in common...
2023-10-25 Philippe Mathieu... hw/arm/aspeed: Introduce TYPE_ASPEED2400_SOC
2023-10-25 Philippe Mathieu... hw/arm/aspeed: Introduce TYPE_ASPEED2600_SOC
2023-10-25 Philippe Mathieu... hw/arm/aspeed: Introduce TYPE_ASPEED10X0_SOC
2023-10-25 Philippe Mathieu... hw/arm/aspeed: Dynamically allocate AspeedMachineState...
2023-10-25 Philippe Mathieu... hw/arm/aspeed: Rename aspeed_soc_realize() as AST2400...
2023-10-25 Philippe Mathieu... hw/arm/aspeed: Rename aspeed_soc_init() as AST2400...
2023-10-25 Philippe Mathieu... hw/arm/aspeed: Extract code common to all boards to...
2023-10-25 Andrew JefferyMAINTAINERS: aspeed: Update Andrew's email address
2023-10-23 Stefan HajnocziMerge tag 'pull-tcg-20231023' of https://gitlab.com...
2023-10-23 Stefan HajnocziMerge tag 'for_upstream' of https://git./virt/kvm/mst...
2023-10-23 Stefan HajnocziMerge tag 'pull-trivial-patches' of https://gitlab...
2023-10-23 Stefan HajnocziMerge tag 'hw-misc-20231020' of https://github.com...
2023-10-22 Richard Hendersontarget/xtensa: Use tcg_gen_sextract_i32
2023-10-22 Richard Hendersontarget/tricore: Use tcg_gen_*extract_tl
2023-10-22 Richard Hendersontarget/rx: Use tcg_gen_ext_i32
2023-10-22 Richard Hendersontarget/m68k: Use tcg_gen_ext_i32
2023-10-22 Richard Hendersontarget/i386: Use tcg_gen_ext_tl
2023-10-22 Richard Hendersontarget/arm: Use tcg_gen_ext_i64
2023-10-22 Paolo Bonzinitcg: Define MO_TL
2023-10-22 Richard Hendersontcg: Export tcg_gen_ext_{i32,i64,tl}
2023-10-22 Paolo Bonzinitcg: add negsetcondi
2023-10-22 Richard Hendersontarget/i386: Use i128 for 128 and 256-bit loads and...
2023-10-22 Richard Hendersontcg: Add tcg_gen_{ld,st}_i128
2023-10-22 Richard Hendersontcg: Optimize past conditional branches
2023-10-22 Richard Hendersontcg: Use constant zero when expanding with divu2
2023-10-22 Mike Frysingertcg: drop unused tcg_temp_free define
2023-10-22 Richard Hendersontcg/s390x: Use tcg_use_softmmu
2023-10-22 Richard Hendersontcg/riscv: Use tcg_use_softmmu
2023-10-22 Richard Hendersontcg/riscv: Do not reserve TCG_GUEST_BASE_REG for guest_...
2023-10-22 Richard Hendersontcg/ppc: Use tcg_use_softmmu
2023-10-22 Richard Hendersontcg/mips: Use tcg_use_softmmu
2023-10-22 Richard Hendersontcg/loongarch64: Use tcg_use_softmmu
2023-10-22 Richard Hendersontcg/i386: Use tcg_use_softmmu
2023-10-22 Richard Hendersontcg/aarch64: Use tcg_use_softmmu
2023-10-22 Richard Hendersontcg/arm: Use tcg_use_softmmu
2023-10-22 Richard Hendersontcg: Provide guest_base fallback for system mode
2023-10-22 Richard Hendersontcg: Introduce tcg_use_softmmu
2023-10-22 Richard Hendersontcg/ppc: Disable TCG_REG_TB for Power9/Power10
2023-10-22 Richard Hendersontcg/ppc: Use PLD in tcg_out_goto_tb
2023-10-22 Richard Hendersontcg/ppc: Use prefixed instructions in tcg_out_dupi_vec
2023-10-22 Richard Hendersontcg/ppc: Use PLD in tcg_out_movi for constant pool
2023-10-22 Richard Hendersontcg/ppc: Use prefixed instructions in tcg_out_mem_long
2023-10-22 Richard Hendersontcg/ppc: Use PADDI in tcg_out_movi
2023-10-22 Richard Hendersontcg/ppc: Use ADDPCIS in tcg_out_goto_tb
2023-10-22 Richard Hendersontcg/ppc: Use ADDPCIS for the constant pool
2023-10-22 Richard Hendersontcg/ppc: Use ADDPCIS in tcg_out_movi_int
2023-10-22 Richard Hendersontcg/ppc: Use ADDPCIS in tcg_out_tb_start
2023-10-22 Richard Hendersontcg/ppc: Reinterpret tb-relative to TB+4
2023-10-22 Jordan Niethetcg/ppc: Enable direct branching tcg_out_goto_tb with...
2023-10-22 Richard Hendersontcg/ppc: Untabify tcg-target.c.inc
2023-10-22 David Woodhouseintel-iommu: Report interrupt remapping faults, fix...
2023-10-22 Thomas HuthMAINTAINERS: Add include/hw/intc/i8259.h to the PC...
2023-10-22 Hanna Czenczekvhost-user: Fix protocol feature bit conflict
2023-10-22 Jonathan Camerontests/acpi: Update DSDT.cxl with QTG DSM
2023-10-22 Dave Jianghw/cxl: Add QTG _DSM support for ACPI0017 device
2023-10-22 Jonathan Camerontests/acpi: Allow update of DSDT.cxl
2023-10-22 Ani Sinhahw/i386/cxl: ensure maxram is greater than ram size...
2023-10-22 Li Fengvhost-user: fix lost reconnect
2023-10-22 Li Fengvhost-user-scsi: start vhost when guest kicks
2023-10-22 Li Fengvhost-user-scsi: support reconnect to backend
2023-10-22 Li Fengvhost: move and rename the conn retry times
2023-10-22 Li Fengvhost-user-common: send get_inflight_fd once
2023-10-22 Bernhard Beschowhw/i386/pc_piix: Make PIIX4 south bridge usable in...
2023-10-22 Bernhard Beschowhw/isa/piix: Implement multi-process QEMU support also...
2023-10-22 Bernhard Beschowhw/isa/piix: Resolve duplicate code regarding PCI inter...
2023-10-22 Bernhard Beschowhw/isa/piix: Reuse PIIX3's PCI interrupt triggering...
2023-10-22 Bernhard Beschowhw/isa/piix: Rename functions to be shared for PCI...
2023-10-22 Bernhard Beschowhw/isa/piix: Reuse PIIX3 base class' realize method...
2023-10-22 Bernhard Beschowhw/isa/piix: Share PIIX3's base class with PIIX4
2023-10-22 Bernhard Beschowhw/isa/piix: Harmonize names of reset control memory...
next