MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "batchcomplete": "",
    "continue": {
        "lecontinue": "20250206151023|4696",
        "continue": "-||"
    },
    "query": {
        "logevents": [
            {
                "logid": 4706,
                "ns": 0,
                "title": "ChangeLog/10.1",
                "pageid": 1518,
                "logpage": 1518,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Pm215",
                "timestamp": "2025-05-01T13:03:06Z",
                "comment": "Created page with \"Release schedule: [[Planning/10.1]].   == System emulation ==  === Removed features and incompatible changes ===  Consult the [https://qemu-project.gitlab.io/qemu/about/removed-features.html 'Removed features'] page for details of suggested replacement functionality.  === New deprecated options and features ===  Consult the [https://qemu-project.gitlab.io/qemu/about/deprecated.html \"Deprecated Features\"] chapter of the QEMU System Emulation User's Guide for further detai...\""
            },
            {
                "logid": 4705,
                "ns": 0,
                "title": "Planning/10.1",
                "pageid": 1517,
                "logpage": 1517,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "DanielBerrange",
                "timestamp": "2025-04-30T15:09:46Z",
                "comment": "Create 10.1 plan"
            },
            {
                "logid": 4704,
                "ns": 2,
                "title": "User:Pbo",
                "pageid": 0,
                "logpage": 0,
                "params": {
                    "userid": 1399
                },
                "type": "newusers",
                "action": "create2",
                "user": "Manos",
                "timestamp": "2025-03-11T10:24:04Z",
                "comment": "For Qemu contributor pbo"
            },
            {
                "logid": 4703,
                "ns": 2,
                "title": "User:Jmarcin",
                "pageid": 0,
                "logpage": 0,
                "params": {
                    "userid": 1398
                },
                "type": "newusers",
                "action": "create2",
                "user": "Peterx",
                "timestamp": "2025-02-18T13:57:28Z",
                "comment": "Juraj will start to work on migration related wiki pages"
            },
            {
                "logid": 4702,
                "ns": 0,
                "title": "Internships/ProjectIdeas/RustVMMVhostUserMacOSBSD",
                "pageid": 1516,
                "logpage": 1516,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Stefanha",
                "timestamp": "2025-02-10T15:53:23Z",
                "comment": "Created page with \"== vhost-user devices in Rust on macOS and *BSD ==  '''Expected outcome:''' Extend rust-vmm crates to support vhost-user devices running on POSIX system like macOS and *BSD.  VIRTIO devices can be emulated in an external process to QEMU thanks to the vhost-user protocol, which allows QEMU to offload the entire emulation to a daemon. This is done through an AF_UNIX socket used as a control path between the frontend (i.e. QEMU) and the backend (i.e. the vhost-user daemon)....\""
            },
            {
                "logid": 4701,
                "ns": 0,
                "title": "Internships/ProjectIdeas/HppaDevices",
                "pageid": 1515,
                "logpage": 1515,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Stefanha",
                "timestamp": "2025-02-07T15:59:56Z",
                "comment": "Created page with \"== Implement LASI network card and/or NCR 710 SCSI controller device models ==  '''Summary:''' Develop device emulations of the HP PA-RISC LASI network card and/or NCR 710 SCSI controller  QEMU can emulate a lot of physical machines. Beside widely used x86 machines as used with KVM, this includes historic machines based on PowerPC, Alpha or HP PA-RISC CPUs too. To emulate additional historic machine models, device models that emulate specific hardware like network or SCS...\""
            },
            {
                "logid": 4700,
                "ns": 2,
                "title": "User:Mvaralar",
                "pageid": 0,
                "logpage": 0,
                "params": {
                    "userid": 1397
                },
                "type": "newusers",
                "action": "create2",
                "user": "Stefanha",
                "timestamp": "2025-02-07T14:19:01Z",
                "comment": ""
            },
            {
                "logid": 4699,
                "ns": 0,
                "title": "Internships/VirtiofsdAio",
                "pageid": 0,
                "logpage": 1514,
                "params": {
                    "target_ns": 0,
                    "target_title": "Internships/ProjectIdeas/VirtiofsdAio",
                    "suppressredirect": ""
                },
                "type": "move",
                "action": "move",
                "user": "Stefanha",
                "timestamp": "2025-02-07T13:37:27Z",
                "comment": ""
            },
            {
                "logid": 4698,
                "ns": 0,
                "title": "Internships/VirtiofsdAio",
                "pageid": 0,
                "logpage": 1514,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Stefanha",
                "timestamp": "2025-02-07T13:36:16Z",
                "comment": "Created page with \"== Asynchronous request handling for virtiofsd ==  '''Summary:''' Make virtiofsd\u2019s request handling asynchronous, allowing single-threaded parallel request processing.  virtiofsd is a virtio-fs device implementation, i.e. grants VM guests access to host directories. In its current state, it processes guest requests one by one, which means operations of long duration will block processing of others that could be processed more quickly.  With asynchronous request process...\""
            },
            {
                "logid": 4697,
                "ns": 0,
                "title": "Internships/ProjectIdeas/FUSEUringCmd",
                "pageid": 1513,
                "logpage": 1513,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Stefanha",
                "timestamp": "2025-02-06T15:36:08Z",
                "comment": "Created page with \"== FUSE-over-io_uring ==  '''Summary:''' Extend QEMU's FUSE export type with FUSE-over-io_uring support  FUSE-over-io_uring is a new high-performance interface for Filesystem in Userspace (FUSE) servers. The FUSE kernel code has added uring_cmd support so that FUSE servers can send and receive data directly over io_uring instead of reading/writing from/to the FUSE device. This reduces the number of system calls, as well as allowing for batching and polling, so that CPU o...\""
            }
        ]
    }
}