Age | Commit message (Expand) | Author | Files | Lines |
2020-08-03 | schemas: Add vim modeline | Andrea Bolognani | 27 | -0/+27 |
2020-08-03 | qapi: Delete unwanted indentation of top-level expressions | Markus Armbruster | 2 | -15/+15 |
2020-08-03 | qapi/machine.json: Fix missing newline in doc comment | Peter Maydell | 1 | -1/+2 |
2020-07-17 | Remove VXHS block device | Marc-André Lureau | 1 | -20/+2 |
2020-07-14 | file-posix: Mitigate file fragmentation with extent size hints | Kevin Wolf | 1 | -4/+7 |
2020-07-11 | target/avr: Register AVR support with the rest of QEMU | Michael Rolnik | 1 | -1/+2 |
2020-07-10 | qapi: Purge error_propagate() from QAPI core | Markus Armbruster | 1 | -21/+19 |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 1 | -3/+1 |
2020-07-10 | qapi: Make visitor functions taking Error ** return bool, not void | Markus Armbruster | 8 | -224/+309 |
2020-07-10 | qemu-option: Use returned bool to check for failure | Markus Armbruster | 1 | -2/+1 |
2020-07-07 | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-07-06' in... | Peter Maydell | 3 | -2/+143 |
2020-07-07 | vhost-vdpa: introduce vhost-vdpa net client | Cindy Lu | 1 | -2/+26 |
2020-07-06 | block/qcow2: implement blockdev-amend | Maxim Levitsky | 1 | -1/+15 |
2020-07-06 | block/crypto: implement blockdev-amend | Maxim Levitsky | 1 | -1/+13 |
2020-07-06 | block/core: add generic infrastructure for x-blockdev-amend qmp command | Maxim Levitsky | 2 | -1/+45 |
2020-07-06 | qcrypto/luks: implement encryption key management | Maxim Levitsky | 1 | -2/+57 |
2020-07-06 | qcrypto/core: add generic infrastructure for crypto options amendment | Maxim Levitsky | 1 | -0/+16 |
2020-07-03 | virtio-pci: Send qapi events when the virtio-mem size changes | David Hildenbrand | 1 | -0/+25 |
2020-07-03 | virtio-mem: Paravirtualized memory hot(un)plug | David Hildenbrand | 1 | -1/+38 |
2020-06-18 | net: Drop the NetLegacy structure, always use Netdev instead | Thomas Huth | 1 | -46/+0 |
2020-06-18 | net: Drop the legacy "name" parameter from the -net option | Thomas Huth | 1 | -3/+0 |
2020-06-12 | pci: Display PCI IRQ pin in "info pci" | Peter Xu | 1 | -2/+4 |
2020-05-28 | qcow2: Expose bitmaps' size during measure | Eric Blake | 1 | -5/+11 |
2020-05-25 | audio/jack: add JACK client audiodev | Geoffrey McRae | 1 | -2/+54 |
2020-05-20 | qemu-sockets: add abstract UNIX domain socket support | xiaoqiang zhao | 1 | -1/+7 |
2020-05-13 | qcow2: add zstd cluster compression | Denis Plotnikov | 1 | -1/+2 |
2020-05-13 | qcow2: introduce compression type feature | Denis Plotnikov | 1 | -2/+20 |
2020-05-07 | migration/xbzrle: add encoding rate | Wei Wang | 1 | -1/+4 |
2020-05-07 | migration/throttle: Add cpu-throttle-tailslow migration parameter | Keqian Zhu | 1 | -0/+48 |
2020-04-30 | qapi: Assert non-input visitors see only valid narrow integers | Markus Armbruster | 1 | -0/+6 |
2020-04-30 | qapi: Assert output visitors see only valid enum values | Markus Armbruster | 1 | -9/+0 |
2020-04-30 | qapi: Fix Visitor contract for start_alternate() | Markus Armbruster | 1 | -7/+0 |
2020-04-30 | qapi: Assert incomplete object occurs only in dealloc visitor | Markus Armbruster | 1 | -0/+5 |
2020-04-30 | qobject: Eliminate qdict_iter(), use qdict_first(), qdict_next() | Markus Armbruster | 1 | -10/+11 |
2020-04-02 | qmp: fix leak on callbacks that return both value and error | Marc-André Lureau | 1 | -0/+2 |
2020-03-19 | Add rx-softmmu | Yoshinori Sato | 1 | -1/+3 |
2020-03-17 | net: Complete qapi-fication of netdev_add | Eric Blake | 1 | -13/+1 |
2020-03-17 | qmp: constify QmpCommand and list | Marc-André Lureau | 2 | -5/+5 |
2020-03-17 | qapi: Mark deprecated QMP parts with feature 'deprecated' | Markus Armbruster | 6 | -57/+115 |
2020-03-17 | qapi: Replace qmp_dispatch()'s TODO comment by an explanation | Markus Armbruster | 1 | -1/+5 |
2020-03-17 | qapi: Simplify how qmp_dispatch() gets the request ID | Markus Armbruster | 1 | -11/+12 |
2020-03-17 | qapi: Simplify how qmp_dispatch() deals with QCO_NO_SUCCESS_RESP | Markus Armbruster | 1 | -12/+13 |
2020-03-17 | qapi: Inline do_qmp_dispatch() into qmp_dispatch() | Markus Armbruster | 1 | -49/+41 |
2020-03-17 | qapi: Add feature flags to struct members | Markus Armbruster | 1 | -1/+5 |
2020-03-17 | qapi: Add feature flags to remaining definitions | Markus Armbruster | 1 | -11/+9 |
2020-03-17 | qapi: Belatedly update doc comment for @wait deprecation | Markus Armbruster | 1 | -0/+1 |
2020-03-16 | qapi/audio: add documentation for AudioFormat | Volker Rümelin | 1 | -0/+14 |
2020-03-13 | migration/throttle: Add throttle-trig-thres migration parameter | Keqian Zhu | 1 | -1/+15 |
2020-03-11 | qapi: Add '@allow-write-only-overlay' feature for 'blockdev-snapshot' | Peter Krempa | 1 | -1/+8 |
2020-03-06 | block/rbd: Add support for ceph namespaces | Florian Florensa | 1 | -0/+3 |