2021-06-24 |
Peter Maydell | target/arm: Implement MVE VADC, VSBC |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Peter Maydell | target/arm: Implement MVE VRHADD |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Peter Maydell | target/arm: Implement MVE VQDMULL (vector) |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Peter Maydell | target/arm: Implement MVE VQDMLSDH and VQRDMLSDH |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Peter Maydell | target/arm: Implement MVE VQDMLADH and VQRDMLADH |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Peter Maydell | target/arm: Implement MVE VRSHL |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Peter Maydell | target/arm: Implement MVE VSHL insn |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Peter Maydell | target/arm: Implement MVE VQRSHL |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Peter Maydell | target/arm: Implement MVE VQSHL (vector) |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Peter Maydell | target/arm: Implement MVE VQADD, VQSUB (vector) |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Peter Maydell | target/arm: Implement MVE VQDMULH, VQRDMULH (vector) |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Peter Maydell | target/arm: Implement MVE VQDMULL scalar |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Peter Maydell | target/arm: Implement MVE VQDMULH and VQRDMULH (scalar) |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Peter Maydell | target/arm: Implement MVE VQADD and VQSUB |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Peter Maydell | target/arm: Implement MVE VPST |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Peter Maydell | target/arm: Implement MVE VBRSR |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Peter Maydell | target/arm: Implement MVE VHADD, VHSUB (scalar) |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Peter Maydell | target/arm: Implement MVE VSUB, VMUL (scalar) |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Peter Maydell | target/arm: Implement MVE VADD (scalar) |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Implement MVE VRMLALDAVH, VRMLSLDAVH |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Implement MVE VMLSLDAV |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Implement MVE VMLALDAV |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Implement MVE VMULL |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Implement MVE VHADD, VHSUB |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Implement MVE VABD |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Implement MVE VMAX, VMIN |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Implement MVE VRMULH |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Implement MVE VMULH |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Implement MVE VADD, VSUB, VMUL |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Implement MVE VAND, VBIC, VORR, VORN, VEOR |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Implement MVE VDUP |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | tcg: Make gen_dup_i32/i64() public as tcg_gen_dup_i32/i64 |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Implement MVE VNEG |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Implement MVE VABS |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Implement MVE VMVN (register) |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Implement MVE VREV16, VREV32, VREV64 |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Implement MVE VCLS |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Implement MVE VCLZ |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Implement widening/narrowing MVE VLDR/VSTR... |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Implement MVE VLDR/VSTR (non-widening forms) |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Handle FPU check for FPCXT_NS insns via... |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Split vfp_access_check() into A and M versions |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Factor FP context update code out into... |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Handle writeback in VLDR/VSTR sysreg with... |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Don't NOCP fault for FPCXT_NS accesses |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Handle FPU being disabled in FPCXT_NS accesses |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm/translate-vfp.c: Whitespace fixes |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | docs/system/arm: Document which architecture extensions... |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | target/arm: Use acpi_ghes_present() to see if we report... |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | hw/acpi: Provide function acpi_ghes_present() |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | hw/acpi: Provide stub version of acpi_ghes_record_errors() |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Peter Maydell | Merge remote-tracking branch 'remotes/ehabkost-gl/tags... |
commit | commitdiff | tree | snapshot |
2021-06-20 |
Peter Maydell | Merge remote-tracking branch 'remotes/ericb/tags/pull... |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | block/nbd: safer transition to receiving request |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | block/nbd: add nbd_client_connected() helper |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | block/nbd: reuse nbd_co_do_establish_connection() in... |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | nbd/client-connection: add option for non-blocking... |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | block/nbd: split nbd_co_do_establish_connection out... |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | block-coroutine-wrapper: allow non bdrv_ prefix |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | nbd/client-connection: return only one io channel |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | block/nbd: drop BDRVNBDState::sioc |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | block/nbd: don't touch s->sioc in nbd_teardown_connection() |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | block/nbd: use negotiation of NBDClientConnection |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | block/nbd: split nbd_handle_updated_info out of nbd_cli... |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | nbd/client-connection: shutdown connection on release |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | nbd/client-connection: implement connection retry |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | nbd/client-connection: add possibility of negotiation |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | nbd/client-connection: use QEMU_LOCK_GUARD |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | nbd: move connection code from block/nbd to nbd/client... |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | block/nbd: introduce nbd_client_connection_release() |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | block/nbd: introduce nbd_client_connection_new() |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | block/nbd: rename NBDConnectThread to NBDClientConnection |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | block/nbd: make nbd_co_establish_connection_cancel... |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | block/nbd: bs-independent interface for nbd_co_establis... |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | block/nbd: drop thr->state |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | block/nbd: simplify waking of nbd_co_establish_connection() |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | block/nbd: BDRVNBDState: drop unused connect_err and... |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | block/nbd: nbd_client_handshake(): fix leak of s->ioc |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Roman Kagan | block/nbd: ensure ->connection_thread is always valid |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | block/nbd: call socket_address_parse_named_fd() in... |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | qemu-sockets: introduce socket_address_parse_named_fd() |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | block/nbd: connect_thread_func(): do qio_channel_set_de... |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | block/nbd: fix how state is cleared on nbd_open() failu... |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Roman Kagan | block/nbd: fix channel object leak |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Vladimir Sementsov... | co-queue: drop extra coroutine_fn marks |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Paolo Bonzini | tests: cover aio_co_enter from a worker thread without... |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Paolo Bonzini | async: the main AioContext is only "current" if under... |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Peter Maydell | Merge remote-tracking branch 'remotes/awilliam/tags... |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Kirti Wankhede | vfio/migration: Correct device state from vmstate chang... |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Kunkun Jiang | vfio: Fix unregister SaveVMHandler in vfio_migration_fi... |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Tarun Gupta | docs/devel: Add VFIO device migration documentation |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Peter Maydell | Merge remote-tracking branch 'remotes/kraxel/tags/audio... |
commit | commitdiff | tree | snapshot |
2021-06-17 |
Daniel P. Berrangé | scripts: helper to generate x86_64 CPU ABI compat info |
commit | commitdiff | tree | snapshot |
2021-06-17 |
Daniel P. Berrangé | docs: add a table showing x86-64 ABI compatibility... |
commit | commitdiff | tree | snapshot |
2021-06-17 |
Tom Lendacky | docs/interop/firmware.json: Add SEV-ES support |
commit | commitdiff | tree | snapshot |
2021-06-17 |
Tom Lendacky | docs: Add SEV-ES documentation to amd-memory-encryption.txt |
commit | commitdiff | tree | snapshot |
2021-06-17 |
Tom Lendacky | doc: Fix some mistakes in the SEV documentation |
commit | commitdiff | tree | snapshot |
2021-06-17 |
Chenyi Qiang | i386: Add ratelimit for bus locks acquired in guest |
commit | commitdiff | tree | snapshot |
2021-06-17 |
Eduardo Habkost | Update Linux headers to 5.13-rc4 |
commit | commitdiff | tree | snapshot |
2021-06-17 |
Peter Maydell | Merge remote-tracking branch 'remotes/bonzini-gitlab... |
commit | commitdiff | tree | snapshot |
next |