2021-02-08 |
Peter Maydell | Merge remote-tracking branch 'remotes/stsquad/tags... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Peter Maydell | Merge remote-tracking branch 'remotes/dg-gitlab/tags... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Alex Bennée | docs/system: document an example booting the versatilep... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Alex Bennée | docs/system: document an example vexpress-a15 invocation |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Alex Bennée | tests/Makefile.include: don't use TARGET_DIRS for check-tcg |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Alex Bennée | scripts/mtest2make.py: export all-%s-targets variable... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Stefan Weil | tests/tcg: Replace /bin/true by true (required on macOS) |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Richard Henderson | gdbstub: Fix handle_query_xfer_auxv |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Alex Bennée | tests/tcg: don't silently skip the gdb tests |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Alex Bennée | configure: bump the minimum gdb version for check-tcg... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Alex Bennée | configure: make version_ge more tolerant of shady versi... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Alex Bennée | tests/docker: add a docker-exec-copy-test |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Alex Bennée | tests/docker: alias docker-help target for consistency |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Alex Bennée | tests/docker: preserve original name when copying libs |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Alex Bennée | tests/docker: make _copy_with_mkdir accept missing... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Philippe Mathieu... | tests/docker: Fix typo in help message |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Philippe Mathieu... | tests/docker: Fix _get_so_libs() for docker-binfmt... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Thomas Huth | tests/acceptance: Increase the timeout in the replay... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Peter Maydell | Merge remote-tracking branch 'remotes/mcayland/tags... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
David Gibson | s390: Recognize confidential-guest-support option |
commit | commitdiff | tree | snapshot |
2021-02-08 |
David Gibson | confidential guest support: Alter virtio default proper... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
David Gibson | spapr: PEF: prevent migration |
commit | commitdiff | tree | snapshot |
2021-02-08 |
David Gibson | spapr: Add PEF based confidential guest support |
commit | commitdiff | tree | snapshot |
2021-02-08 |
David Gibson | confidential guest support: Update documentation |
commit | commitdiff | tree | snapshot |
2021-02-08 |
David Gibson | confidential guest support: Move SEV initialization... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
David Gibson | confidential guest support: Introduce cgs "ready" flag |
commit | commitdiff | tree | snapshot |
2021-02-08 |
David Gibson | sev: Add Error ** to sev_kvm_init() |
commit | commitdiff | tree | snapshot |
2021-02-08 |
David Gibson | confidential guest support: Rework the "memory-encrypti... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
David Gibson | confidential guest support: Move side effect out of... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
David Gibson | sev: Remove false abstraction of flash encryption |
commit | commitdiff | tree | snapshot |
2021-02-08 |
David Gibson | confidential guest support: Introduce new confidential... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Greg Kurz | qom: Allow optional sugar props |
commit | commitdiff | tree | snapshot |
2021-02-07 |
Mark Cave-Ayland | utils/fifo8: add VMSTATE_FIFO8_TEST macro |
commit | commitdiff | tree | snapshot |
2021-02-07 |
Mark Cave-Ayland | utils/fifo8: change fatal errors from abort() to assert() |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Peter Maydell | Merge remote-tracking branch 'remotes/rth-gitlab/tags... |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Claudio Fontana | accel: introduce AccelCPUClass extending CPUClass |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Claudio Fontana | accel: replace struct CpusAccel with AccelOpsClass |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Claudio Fontana | accel: extend AccelState and AccelClass to user-mode |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Claudio Fontana | cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer... |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Claudio Fontana | cpu: move debug_check_watchpoint to tcg_ops |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Claudio Fontana | cpu: move adjust_watchpoint_address to tcg_ops |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Claudio Fontana | physmem: make watchpoint checking code TCG-only |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Claudio Fontana | cpu: move do_unaligned_access to tcg_ops |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Claudio Fontana | cpu: move cc->transaction_failed to tcg_ops |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Claudio Fontana | cpu: move cc->do_interrupt to tcg_ops |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Claudio Fontana | target/arm: do not use cc->do_interrupt for KVM directly |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Eduardo Habkost | cpu: Move debug_excp_handler to tcg_ops |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Eduardo Habkost | cpu: Move tlb_fill to tcg_ops |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Eduardo Habkost | cpu: Move cpu_exec_* to tcg_ops |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Eduardo Habkost | cpu: Move synchronize_from_tb() to tcg_ops |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Claudio Fontana | accel/tcg: split TCG-only code from cpu_exec_realizefn |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Claudio Fontana | target/riscv: remove CONFIG_TCG, as it is always TCG |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Eduardo Habkost | cpu: Introduce TCGCpuOperations struct |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Richard Henderson | tcg/tci: Remove TCG_CONST |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Richard Henderson | tcg/tci: Fix TCG_REG_R4 misusage |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Richard Henderson | tcg/tci: Restrict TCG_TARGET_NB_REGS to 16 |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Richard Henderson | tcg/tci: Remove TODO as unused |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Richard Henderson | tcg/tci: Implement 64-bit division |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Richard Henderson | tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_* |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Richard Henderson | tcg/tci: Use g_assert_not_reached |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Richard Henderson | tcg/tci: Merge INDEX_op_{st_i32,st32_i64} |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Richard Henderson | tcg/tci: Move stack bounds check to compile-time |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Richard Henderson | tcg/tci: Merge INDEX_op_st16_{i32,i64} |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Richard Henderson | tcg/tci: Merge INDEX_op_st8_{i32,i64} |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Richard Henderson | tcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64} |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Richard Henderson | tcg/tci: Merge INDEX_op_ld16s_{i32,i64} |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Richard Henderson | tcg/tci: Merge INDEX_op_ld16u_{i32,i64} |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Richard Henderson | tcg/tci: Merge INDEX_op_ld8s_{i32,i64} |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Richard Henderson | tcg/tci: Merge INDEX_op_ld8u_{i32,i64} |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Richard Henderson | tcg/tci: Inline tci_write_reg64 into 64-bit callers |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Richard Henderson | tcg/tci: Inline tci_write_reg32 into all callers |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Richard Henderson | tcg/tci: Inline tci_write_reg16 into the only caller |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Richard Henderson | tcg/tci: Inline tci_write_reg8 into its callers |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Richard Henderson | tcg/tci: Inline tci_write_reg32s into the only caller |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Stefan Weil | tcg/tci: Implement INDEX_op_ld8s_i64 |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Stefan Weil | tcg/tci: Implement INDEX_op_ld16s_i32 |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Richard Henderson | tcg/tci: Make tci_tb_ptr thread-local |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Richard Henderson | configure: Fix --enable-tcg-interpreter |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Richard Henderson | tcg/aarch64: Do not convert TCGArg to temps that are... |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Philippe Mathieu... | exec/cpu-defs: Remove TCG backends dependency |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Philippe Mathieu... | tcg/s390: Fix compare instruction from extended-immedia... |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Peter Maydell | Merge remote-tracking branch 'remotes/mst/tags/for_upst... |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Vladimir Sementsov... | iotests: 30: drop from auto group (and effectively... |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Marian Postevca | tests/acpi: disallow updates for expected data files |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Marian Postevca | tests/acpi: update expected data files |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Marian Postevca | tests/acpi: add OEM ID and OEM TABLE ID test |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Michael S.... | acpi: use constants as strncpy limit |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Marian Postevca | acpi: Permit OEM ID and OEM table ID fields to be changed |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Marian Postevca | tests/acpi: allow updates for expected data files |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Eugenio Pérez | vhost: Check for valid vdev in vhost_backend_handle_iot... |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Thomas Huth | hw/virtio/virtio-balloon: Remove the "class" property |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Thomas Huth | hw/i386: Remove the deprecated pc-1.x machine types |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Peter Xu | vhost: Unbreak SMMU and virtio-iommu on dev-iotlb support |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Pankaj Gupta | virtio-pmem: add trace events |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Eugenio Pérez | virtio: Add corresponding memory_listener_unregister... |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Laurent Vivier | virtio-mmio: fix guest kernel crash with SHM regions |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Stefano Garzarella | virtio: move 'use-disabled-flag' property to hw_compat_4_2 |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Paolo Bonzini | pci: add romsize property |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Paolo Bonzini | pci: reject too large ROMs |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Peter Maydell | Merge remote-tracking branch 'remotes/kraxel/tags/vga... |
commit | commitdiff | tree | snapshot |
next |