OSDN Git Service

qmiga/qemu.git
2021-02-08 Paolo Bonzinitarget/i386: do not set LM for 32-bit emulation "-cpu...
2021-02-08 Alexander Bulekovfuzz: add virtio-9p configurations for fuzzing
2021-02-08 Alexander Bulekovdocs/fuzz: add some information about OSS-Fuzz
2021-02-08 Alexander Bulekovfuzz: enable dynamic args for generic-fuzz configs
2021-02-08 Alexander Bulekovfuzz: log the arguments used to initialize QEMU
2021-02-08 Alexander Bulekovdocs/fuzz: fix pre-meson path
2021-02-08 Alexander Bulekovfuzz: refine the ide/ahci fuzzer configs
2021-02-08 Alexander Bulekovfuzz: ignore address_space_map is_write flag
2021-02-08 Peter MaydellMerge remote-tracking branch 'remotes/dg-gitlab/tags...
2021-02-08 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2021-02-08 David Gibsons390: Recognize confidential-guest-support option
2021-02-08 David Gibsonconfidential guest support: Alter virtio default proper...
2021-02-08 David Gibsonspapr: PEF: prevent migration
2021-02-08 David Gibsonspapr: Add PEF based confidential guest support
2021-02-08 David Gibsonconfidential guest support: Update documentation
2021-02-08 David Gibsonconfidential guest support: Move SEV initialization...
2021-02-08 David Gibsonconfidential guest support: Introduce cgs "ready" flag
2021-02-08 David Gibsonsev: Add Error ** to sev_kvm_init()
2021-02-08 David Gibsonconfidential guest support: Rework the "memory-encrypti...
2021-02-08 David Gibsonconfidential guest support: Move side effect out of...
2021-02-08 David Gibsonsev: Remove false abstraction of flash encryption
2021-02-08 David Gibsonconfidential guest support: Introduce new confidential...
2021-02-08 Greg Kurzqom: Allow optional sugar props
2021-02-07 Mark Cave-Aylandutils/fifo8: add VMSTATE_FIFO8_TEST macro
2021-02-07 Mark Cave-Aylandutils/fifo8: change fatal errors from abort() to assert()
2021-02-05 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-02-05 Claudio Fontanaaccel: introduce AccelCPUClass extending CPUClass
2021-02-05 Claudio Fontanaaccel: replace struct CpusAccel with AccelOpsClass
2021-02-05 Claudio Fontanaaccel: extend AccelState and AccelClass to user-mode
2021-02-05 Claudio Fontanacpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer...
2021-02-05 Claudio Fontanacpu: move debug_check_watchpoint to tcg_ops
2021-02-05 Claudio Fontanacpu: move adjust_watchpoint_address to tcg_ops
2021-02-05 Claudio Fontanaphysmem: make watchpoint checking code TCG-only
2021-02-05 Claudio Fontanacpu: move do_unaligned_access to tcg_ops
2021-02-05 Claudio Fontanacpu: move cc->transaction_failed to tcg_ops
2021-02-05 Claudio Fontanacpu: move cc->do_interrupt to tcg_ops
2021-02-05 Claudio Fontanatarget/arm: do not use cc->do_interrupt for KVM directly
2021-02-05 Eduardo Habkostcpu: Move debug_excp_handler to tcg_ops
2021-02-05 Eduardo Habkostcpu: Move tlb_fill to tcg_ops
2021-02-05 Eduardo Habkostcpu: Move cpu_exec_* to tcg_ops
2021-02-05 Eduardo Habkostcpu: Move synchronize_from_tb() to tcg_ops
2021-02-05 Claudio Fontanaaccel/tcg: split TCG-only code from cpu_exec_realizefn
2021-02-05 Claudio Fontanatarget/riscv: remove CONFIG_TCG, as it is always TCG
2021-02-05 Eduardo Habkostcpu: Introduce TCGCpuOperations struct
2021-02-05 Richard Hendersontcg/tci: Remove TCG_CONST
2021-02-05 Richard Hendersontcg/tci: Fix TCG_REG_R4 misusage
2021-02-05 Richard Hendersontcg/tci: Restrict TCG_TARGET_NB_REGS to 16
2021-02-05 Richard Hendersontcg/tci: Remove TODO as unused
2021-02-05 Richard Hendersontcg/tci: Implement 64-bit division
2021-02-05 Richard Hendersontcg/tci: Remove dead code for TCG_TARGET_HAS_div2_*
2021-02-05 Richard Hendersontcg/tci: Use g_assert_not_reached
2021-02-05 Richard Hendersontcg/tci: Merge INDEX_op_{st_i32,st32_i64}
2021-02-05 Richard Hendersontcg/tci: Move stack bounds check to compile-time
2021-02-05 Richard Hendersontcg/tci: Merge INDEX_op_st16_{i32,i64}
2021-02-05 Richard Hendersontcg/tci: Merge INDEX_op_st8_{i32,i64}
2021-02-05 Richard Hendersontcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64}
2021-02-05 Richard Hendersontcg/tci: Merge INDEX_op_ld16s_{i32,i64}
2021-02-05 Richard Hendersontcg/tci: Merge INDEX_op_ld16u_{i32,i64}
2021-02-05 Richard Hendersontcg/tci: Merge INDEX_op_ld8s_{i32,i64}
2021-02-05 Richard Hendersontcg/tci: Merge INDEX_op_ld8u_{i32,i64}
2021-02-05 Richard Hendersontcg/tci: Inline tci_write_reg64 into 64-bit callers
2021-02-05 Richard Hendersontcg/tci: Inline tci_write_reg32 into all callers
2021-02-05 Richard Hendersontcg/tci: Inline tci_write_reg16 into the only caller
2021-02-05 Richard Hendersontcg/tci: Inline tci_write_reg8 into its callers
2021-02-05 Richard Hendersontcg/tci: Inline tci_write_reg32s into the only caller
2021-02-05 Stefan Weiltcg/tci: Implement INDEX_op_ld8s_i64
2021-02-05 Stefan Weiltcg/tci: Implement INDEX_op_ld16s_i32
2021-02-05 Richard Hendersontcg/tci: Make tci_tb_ptr thread-local
2021-02-05 Richard Hendersonconfigure: Fix --enable-tcg-interpreter
2021-02-05 Richard Hendersontcg/aarch64: Do not convert TCGArg to temps that are...
2021-02-05 Philippe Mathieu... exec/cpu-defs: Remove TCG backends dependency
2021-02-05 Philippe Mathieu... tcg/s390: Fix compare instruction from extended-immedia...
2021-02-05 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2021-02-05 Vladimir Sementsov... iotests: 30: drop from auto group (and effectively...
2021-02-05 Marian Postevcatests/acpi: disallow updates for expected data files
2021-02-05 Marian Postevcatests/acpi: update expected data files
2021-02-05 Marian Postevcatests/acpi: add OEM ID and OEM TABLE ID test
2021-02-05 Michael S.... acpi: use constants as strncpy limit
2021-02-05 Marian Postevcaacpi: Permit OEM ID and OEM table ID fields to be changed
2021-02-05 Marian Postevcatests/acpi: allow updates for expected data files
2021-02-05 Eugenio Pérezvhost: Check for valid vdev in vhost_backend_handle_iot...
2021-02-05 Thomas Huthhw/virtio/virtio-balloon: Remove the "class" property
2021-02-05 Thomas Huthhw/i386: Remove the deprecated pc-1.x machine types
2021-02-05 Peter Xuvhost: Unbreak SMMU and virtio-iommu on dev-iotlb support
2021-02-05 Pankaj Guptavirtio-pmem: add trace events
2021-02-05 Eugenio Pérezvirtio: Add corresponding memory_listener_unregister...
2021-02-05 Laurent Viviervirtio-mmio: fix guest kernel crash with SHM regions
2021-02-05 Stefano Garzarellavirtio: move 'use-disabled-flag' property to hw_compat_4_2
2021-02-05 Paolo Bonzinipci: add romsize property
2021-02-05 Paolo Bonzinipci: reject too large ROMs
2021-02-05 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/vga...
2021-02-04 Peter MaydellMerge remote-tracking branch 'remotes/dgilbert-gitlab...
2021-02-04 Greg Kurzvirtiofsd: Add restart_syscall to the seccomp whitelist
2021-02-04 Greg Kurzvirtiofsd: Add _llseek to the seccomp whitelist
2021-02-04 Stefan Hajnoczivirtiofsd: prevent opening of special files (CVE-2020...
2021-02-04 Stefan Hajnoczivirtiofsd: optionally return inode pointer from lo_do_l...
2021-02-04 Stefan Hajnoczivirtiofsd: extract lo_do_open() from lo_open()
2021-02-04 Marc-André... tests: add some virtio-gpu & vhost-user-gpu acceptance...
2021-02-04 Marc-André... chardev: check if the chardev is registered for yanking
2021-02-04 Marc-André... display/ui: add a callback to indicate GL state is...
next