OSDN Git Service

qmiga/qemu.git
2023-01-05 Richard Hendersonaccel/tcg/plugin: Don't search for the function pointer...
2023-01-05 Richard Hendersontcg: Use TCG_CALL_ARG_EVEN for TCI special case
2023-01-05 Richard Hendersontcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CAL...
2023-01-05 Richard Hendersontcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET...
2023-01-05 Richard Hendersontcg: Introduce TCGCallReturnKind and TCGCallArgumentKind
2023-01-05 Richard Hendersontcg: Introduce tcg_type_size
2023-01-05 Richard Hendersontcg: Move TCG_TYPE_COUNT outside enum
2023-01-05 Richard Hendersontcg: Allocate TCGTemp pairs in host memory order
2023-01-05 Richard Hendersontcg: Simplify calls to temp_sync vs mem_coherent
2023-01-05 Richard Hendersontcg: Add temp_subindex to TCGTemp
2023-01-05 Richard Hendersontcg: Move TCG_{LOW,HIGH} to tcg-internal.h
2023-01-05 Richard Hendersontarget/sparc: Avoid TCGV_{LOW,HIGH}
2023-01-05 Richard Hendersonaccel/tcg: Set cflags_next_tb in cpu_common_initfn
2023-01-05 Richard Hendersontcg: Introduce paired register allocation
2023-01-05 Philippe Mathieu... tcg: Massage process_op_defs()
2023-01-05 Richard Hendersontcg: Remove check_regs
2023-01-05 Richard Hendersontcg: Centralize updates to reg_to_temp
2023-01-05 Richard Hendersontcg: Fix tcg_reg_alloc_dup*
2023-01-05 Richard Hendersontci: MAX_OPC_PARAM_IARGS is no longer used
2023-01-05 Richard Hendersontcg: Remove TCG_TARGET_STACK_GROWSUP
2023-01-05 Richard Hendersontcg: Tidy tcg_reg_alloc_op
2023-01-05 Richard Hendersonaccel/tcg: Use QEMU_IOTHREAD_LOCK_GUARD in io_readx...
2023-01-05 Richard Hendersonhw/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_set_irq
2023-01-05 Richard Hendersontarget/riscv: Use QEMU_IOTHREAD_LOCK_GUARD in riscv_cpu...
2023-01-05 Richard Hendersontarget/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_interru...
2023-01-05 Richard Hendersontarget/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_maybe_i...
2023-01-05 Richard Hendersonhw/mips: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_mips_irq_r...
2023-01-05 Richard Hendersonqemu/main-loop: Introduce QEMU_IOTHREAD_LOCK_GUARD
2023-01-05 Richard Hendersontcg: Cleanup trailing whitespace
2023-01-05 Philippe Mathieu... tcg/s390x: Fix coding style
2023-01-05 Richard Hendersonmeson: Move CONFIG_TCG_INTERPRETER to config_host
2023-01-05 Mark Cave-Aylandtcg: convert tcg/README to rst
2023-01-04 Thomas Huth.gitlab-ci.d/windows: Work-around timeout and OpenGL...
2023-01-04 Peter MaydellMerge tag 'pull-testing-next-231222-1' of https://gitla...
2023-01-04 Peter MaydellMerge tag 'pull-9p-20221223' of https://github.com...
2022-12-23 Thomas Huthgitlab-ci: Disable docs and GUIs for the build-tci...
2022-12-23 Mukilan Thiyagarajantests/docker: use prebuilt toolchain for debian-hexagon...
2022-12-23 Alex Bennéetests/tcg: fix unused variable in linux-test
2022-12-23 Alex Bennéeconfigure: repeat ourselves for the benefit of CI
2022-12-23 Alex Bennéegitlab: turn off verbose logging for make check on...
2022-12-23 Mukilan Thiyagarajanconfigure: Fix check-tcg not executing any tests
2022-12-23 Bin Menghw/9pfs: Replace the direct call to xxxat() APIs with...
2022-12-23 Bin Menghw/9pfs: Drop unnecessary *xattr wrapper API declarations
2022-12-23 Bin Mengqemu/xattr.h: Exclude <sys/xattr.h> for Windows
2022-12-23 Christian SchoenebeckMAINTAINERS: Add 9p test client to section "virtio-9p"
2022-12-23 Greg Kurz9pfs: Fix some return statements in the synth backend
2022-12-21 Peter MaydellMerge tag 'pull-ppc-20221221' of https://gitlab.com...
2022-12-21 Nicholas Miehlbradttarget/ppc: Check DEXCR on hash{st, chk} instructions
2022-12-21 Nicholas Miehlbradttarget/ppc: Implement the DEXCR and HDEXCR
2022-12-21 Bernhard Beschowhw/ppc/e500: Move comment to more appropriate place
2022-12-21 Bernhard Beschowhw/ppc/e500: Resolve variable shadowing
2022-12-21 Bernhard Beschowhw/ppc/e500: Prefer local variable over qdev_get_machine()
2022-12-21 Bernhard Beschowhw/ppc/virtex_ml507: Prefer local over global variable
2022-12-21 Bernhard Beschowtarget/ppc/mmu_common: Fix table layout of "info tlb...
2022-12-21 Bernhard Beschowtarget/ppc/mmu_common: Log which effective address...
2022-12-21 Philippe Mathieu... hw/ppc/spapr: Reduce "vof.h" inclusion
2022-12-21 Philippe Mathieu... hw/ppc/vof: Do not include the full "cpu.h"
2022-12-21 Philippe Mathieu... target/ppc/kvm: Add missing "cpu.h" and "exec/hwaddr.h"
2022-12-21 Philippe Mathieu... hw/ppc/e500: Add Freescale eSDHC to e500plat
2022-12-21 Philippe Mathieu... hw/sd/sdhci: Support big endian SD host controller...
2022-12-21 Daniel Henrique... MAINTAINERS: downgrade PPC KVM/TCG CPUs and pSeries...
2022-12-21 Peter MaydellMerge tag 'for_upstream' of https://git./virt/kvm/mst...
2022-12-21 Peter MaydellMerge tag 'pull-tcg-20221220' of https://gitlab.com...
2022-12-21 Peter Maydellblock/io: Check for replay-enabled in bdrv_drain_all_be...
2022-12-21 Khem Rajcontrib/vhost-user-blk: Replace lseek64 with lseek
2022-12-21 Marcel Holtmannlibvhost-user: Switch to unsigned int for inuse field...
2022-12-21 Philippe Mathieu... hw/virtio: Extract QMP related code virtio-qmp.c
2022-12-21 Philippe Mathieu... hw/virtio: Extract config read/write accessors to virti...
2022-12-21 Philippe Mathieu... hw/virtio: Constify qmp_virtio_feature_map_t[]
2022-12-21 Philippe Mathieu... hw/virtio: Guard and restrict scope of qmp_virtio_featu...
2022-12-21 Philippe Mathieu... hw/virtio: Rename virtio_ss[] -> specific_virtio_ss[]
2022-12-21 Philippe Mathieu... hw/virtio: Add missing "hw/core/cpu.h" include
2022-12-21 Ira Weinyhw/cxl/device: Add Flex Bus Port DVSEC
2022-12-21 Philippe Mathieu... hw/acpi: Rename tco.c -> ich9_tco.c
2022-12-21 Ani Sinhaacpi/tests/avocado/bits: add mformat as one of the...
2022-12-21 Ani Sinhadocs/acpi/bits: document BITS_DEBUG environment variable
2022-12-21 Igor Mammedovpci: drop redundant PCIDeviceClass::is_bridge field
2022-12-21 Igor Mammedovremove DEC 21154 PCI bridge
2022-12-21 Jason Wangvhost: fix vq dirty bitmap syncing when vIOMMU is enabled
2022-12-21 Ani Sinhaacpi/tests/avocado/bits: add SPDX license identifiers...
2022-12-21 Alex Bennéeinclude/hw: attempt to document VirtIO feature variables
2022-12-21 Yajun Wuvhost-user: send set log base message only once
2022-12-21 Eugenio Pérezvdpa: always start CVQ in SVQ mode if possible
2022-12-21 Eugenio Pérezvdpa: add shadow_data to vhost_vdpa
2022-12-21 Eugenio Pérezvdpa: store x-svq parameter in VhostVDPAState
2022-12-21 Eugenio Pérezvdpa: add asid parameter to vhost_vdpa_dma_map/unmap
2022-12-21 Eugenio Pérezvdpa: allocate SVQ array unconditionally
2022-12-21 Eugenio Pérezvdpa: move SVQ vring features check to net/
2022-12-21 Eugenio Pérezvdpa: request iova_range only once
2022-12-21 Eugenio Pérezvdpa: add vhost_vdpa_net_valid_svq_features
2022-12-21 Eugenio Pérezvhost: move iova_tree set to vhost_svq_start
2022-12-21 Eugenio Pérezvhost: allocate SVQ device file descriptors at device...
2022-12-21 Eugenio Pérezvhost: set SVQ device call handler at SVQ start
2022-12-21 Eugenio Pérezvdpa: use v->shadow_vqs_enabled in vhost_vdpa_svqs_star...
2022-12-21 Longpengvdpa-dev: mark the device as unmigratable
2022-12-21 Longpengvdpa: add vdpa-dev-pci support
2022-12-21 Longpengvdpa: add vdpa-dev support
2022-12-21 Longpengvirtio: get class_id and pci device id by the virtio id
2022-12-21 Daniel P. Berrangéich9: honour 'enable_tco' property
2022-12-21 Daniel P. Berrangéhw/isa: enable TCO watchdog reboot pin strap by default
next