Age | Commit message (Expand) | Author | Files | Lines |
2024-08-05 | qapi: Refill doc comments to conform to conventions | Markus Armbruster | 1 | -15/+16 |
2024-07-17 | qapi: convert "Example" sections without titles | John Snow | 1 | -16/+16 |
2024-07-06 | qapi: add markup to note blocks | John Snow | 1 | -4/+4 |
2024-07-06 | qapi: convert "Note" sections to plain rST | John Snow | 1 | -45/+43 |
2024-07-06 | qapi: fix non-compliant JSON examples | John Snow | 1 | -1/+2 |
2024-03-26 | qapi: Correct documentation indentation and whitespace | Markus Armbruster | 1 | -1/+1 |
2024-03-26 | qapi: Tidy up indentation of add_client's example | Markus Armbruster | 1 | -3/+3 |
2024-03-04 | qapi: Clean up "Returns" sections | Markus Armbruster | 1 | -1/+1 |
2024-03-04 | qapi: Delete useless "Returns" sections | Markus Armbruster | 1 | -15/+0 |
2024-03-04 | qapi: Move error documentation to new "Errors" sections | Markus Armbruster | 1 | -2/+8 |
2024-02-26 | qapi: Require descriptions and tagged sections to be indented | Markus Armbruster | 1 | -86/+86 |
2024-02-12 | qapi: Indent tagged doc comment sections properly | Markus Armbruster | 1 | -5/+7 |
2024-01-26 | qapi: Indent tagged doc comment sections properly | Markus Armbruster | 1 | -5/+5 |
2024-01-04 | cpus: stop vm in suspended runstate | Steve Sistare | 1 | -2/+9 |
2023-07-25 | qapi: Correct "eg." to "e.g." in documentation | Markus Armbruster | 1 | -1/+1 |
2023-05-10 | qapi: Reformat doc comments to conform to current conventions | Markus Armbruster | 1 | -96/+84 |
2023-04-28 | qapi: Tidy up examples | Markus Armbruster | 1 | -4/+3 |
2023-04-28 | qapi: Fix up references to long gone error classes | Markus Armbruster | 1 | -3/+3 |
2023-03-13 | monitor: restrict command getfd to POSIX hosts | Marc-André Lureau | 1 | -1/+1 |
2023-03-13 | qmp: add 'get-win32-socket' | Marc-André Lureau | 1 | -0/+31 |
2023-03-13 | qmp: 'add_client' actually expects sockets | Marc-André Lureau | 1 | -0/+3 |
2022-06-15 | vfio-user: run vfio-user context | Jagannathan Raman | 1 | -0/+31 |
2022-05-16 | qapi: Drop unnecessary whitespace in comments | Andrea Bolognani | 1 | -3/+3 |
2022-05-16 | qapi: Fix malformed "Since:" section tags | Markus Armbruster | 1 | -1/+1 |
2022-02-28 | rtc: Have event RTC_CHANGE identify the RTC by QOM path | Markus Armbruster | 1 | -1/+3 |
2022-02-28 | qapi: Document some missing details of RTC_CHANGE event | Peter Maydell | 1 | -2/+4 |
2022-02-28 | qapi: Move RTC_CHANGE back out of target schema | Peter Maydell | 1 | -0/+22 |
2021-12-21 | ui/dbus: add p2p=on/off option | Marc-André Lureau | 1 | -2/+2 |
2021-10-29 | qapi: Mark unstable QMP parts with feature 'unstable' | Markus Armbruster | 1 | -1/+5 |
2021-07-21 | iothread: add aio-max-batch parameter | Stefano Garzarella | 1 | -1/+5 |
2021-01-23 | qmp: remove deprecated "change" command | Paolo Bonzini | 1 | -49/+0 |
2020-12-10 | qapi: Normalize version references x.y.0 to just x.y | Markus Armbruster | 1 | -15/+15 |
2020-10-21 | qapi: Restrict Xen migration commands to migration.json | Philippe Mathieu-Daudé | 1 | -41/+0 |
2020-10-21 | qapi: Restrict 'query-kvm' command to machine code | Philippe Mathieu-Daudé | 1 | -30/+0 |
2020-10-21 | qapi: Restrict '(p)memsave' command to machine code | Philippe Mathieu-Daudé | 1 | -61/+0 |
2020-10-21 | qapi: Restrict 'system wakeup/reset/powerdown' commands to machine.json | Philippe Mathieu-Daudé | 1 | -57/+0 |
2020-10-21 | qapi: Restrict 'inject-nmi' command to machine code | Philippe Mathieu-Daudé | 1 | -20/+0 |
2020-10-06 | qapi: introduce replay.json for record/replay-related stuff | Pavel Dovgalyuk | 1 | -18/+0 |
2020-09-29 | qapi: Extract PCI commands to 'pci.json' | Philippe Mathieu-Daudé | 1 | -306/+0 |
2020-09-29 | qapi: Extract ACPI commands to 'acpi.json' | Philippe Mathieu-Daudé | 1 | -131/+0 |
2020-09-29 | qapi: Restrict device memory commands to machine code | Philippe Mathieu-Daudé | 1 | -217/+0 |
2020-09-29 | qapi: Restrict query-uuid command to machine code | Philippe Mathieu-Daudé | 1 | -30/+0 |
2020-09-29 | qapi: Restrict query-vm-generation-id command to machine code | Philippe Mathieu-Daudé | 1 | -21/+0 |
2020-09-29 | qapi: Restrict balloon-related commands to machine code | Philippe Mathieu-Daudé | 1 | -90/+0 |
2020-09-29 | qapi: Correct balloon documentation | Philippe Mathieu-Daudé | 1 | -3/+10 |
2020-09-29 | qapi: Restrict LostTickPolicy enum to machine code | Philippe Mathieu-Daudé | 1 | -32/+0 |
2020-09-07 | qapi: Fix indentation, again | Peter Maydell | 1 | -2/+2 |
2020-08-03 | schemas: Add vim modeline | Andrea Bolognani | 1 | -0/+1 |
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 |