2021-02-08 |
Cleber Rosa | Acceptance Tests: remove unnecessary tag from documenta... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Cleber Rosa | Acceptance tests: clarify ssh connection failure reason |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Cleber Rosa | tests/acceptance/virtiofs_submounts: required space... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Cleber Rosa | tests/acceptance/virtiofs_submounts: standardize port... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Cleber Rosa | tests/acceptance/virtiofs_submounts: use a virtio-net... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Cleber Rosa | tests/acceptance/virtiofs_submounts: do not ask for... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Cleber Rosa | tests/acceptance/virtiofs_submounts: use workdir property |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Cleber Rosa | tests/acceptance/boot_linux: rename misleading cloudini... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Cleber Rosa | tests/acceptance/boot_linux: fix typo on cloudinit... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Thomas Huth | tests/acceptance: Re-enable the microblaze test |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Thomas Huth | tests/acceptance: Add a test for the virtex-ml507 ppc... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Thomas Huth | tests/acceptance: Test the mpc8544ds machine |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Thomas Huth | tests/acceptance: Move the pseries test to a separate... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Philippe Mathieu... | tests/acceptance: Test U-Boot/Linux from Armbian 20... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Philippe Mathieu... | tests/acceptance: Extract do_test_arm_orangepi_armbian_... |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Philippe Mathieu... | tests/acceptance: Introduce tesseract_ocr() helper |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Philippe Mathieu... | tests/acceptance: Extract tesseract_available() helper... |
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 |
2021-02-04 |
Peter Maydell | Merge remote-tracking branch 'remotes/dgilbert-gitlab... |
commit | commitdiff | tree | snapshot |
2021-02-04 |
Greg Kurz | virtiofsd: Add restart_syscall to the seccomp whitelist |
commit | commitdiff | tree | snapshot |
2021-02-04 |
Greg Kurz | virtiofsd: Add _llseek to the seccomp whitelist |
commit | commitdiff | tree | snapshot |
2021-02-04 |
Stefan Hajnoczi | virtiofsd: prevent opening of special files (CVE-2020... |
commit | commitdiff | tree | snapshot |
2021-02-04 |
Stefan Hajnoczi | virtiofsd: optionally return inode pointer from lo_do_l... |
commit | commitdiff | tree | snapshot |
2021-02-04 |
Stefan Hajnoczi | virtiofsd: extract lo_do_open() from lo_open() |
commit | commitdiff | tree | snapshot |
2021-02-04 |
Marc-André... | tests: add some virtio-gpu & vhost-user-gpu acceptance... |
commit | commitdiff | tree | snapshot |
2021-02-04 |
Marc-André... | chardev: check if the chardev is registered for yanking |
commit | commitdiff | tree | snapshot |
2021-02-04 |
Marc-André... | display/ui: add a callback to indicate GL state is... |
commit | commitdiff | tree | snapshot |
2021-02-04 |
Marc-André... | virtio-gpu: avoid re-entering cmdq processing |
commit | commitdiff | tree | snapshot |
2021-02-04 |
Marc-André... | ui: add egl dmabuf import to gtkglarea |
commit | commitdiff | tree | snapshot |
2021-02-04 |
Marc-André... | ui: check gtk-egl dmabuf support |
commit | commitdiff | tree | snapshot |
2021-02-04 |
Marc-André... | ui: add qemu_egl_has_dmabuf helper |
commit | commitdiff | tree | snapshot |
2021-02-04 |
Marc-André... | ui: check hw requirements during DCL registration |
commit | commitdiff | tree | snapshot |
2021-02-04 |
Marc-André... | ui: add a DCLOps callback to check dmabuf support |
commit | commitdiff | tree | snapshot |
2021-02-04 |
Marc-André... | ui: add an optional get_flags callback to GraphicHwOps |
commit | commitdiff | tree | snapshot |
2021-02-04 |
Marc-André... | vhost-user-gpu: add a configuration flag for dmabuf... |
commit | commitdiff | tree | snapshot |
next |