summary refs log tree commit diff stats
path: root/scripts/qapi/expr.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-08nbd/server: CVE-2024-7409: Close stray clients at server-stopEric Blake1-1/+34
2024-08-08nbd/server: CVE-2024-7409: Drop non-negotiating clientsEric Blake2-1/+28
2024-08-08nbd/server: CVE-2024-7409: Cap default max-connections to 100Eric Blake4-3/+19
2024-08-08nbd/server: Plumb in new args to nbd_client_add()Eric Blake4-7/+34
2024-08-08nbd: Minor style and typo fixesEric Blake2-2/+3
2024-08-08Update version for v9.1.0-rc1 releaseRichard Henderson1-1/+1
2024-08-07target/hexagon: switch to dc set_props() listBrian Cain1-10/+8
2024-08-07target/hexagon: define a v66 CPUBrian Cain2-0/+3
2024-08-07MAINTAINERS: Add my hexagon git treeBrian Cain1-0/+1
2024-08-07target/hexagon/idef-parser: Remove self-assignmentAnton Johansson1-1/+0
2024-08-07Hexagon: lldb read/write predicate registers p0/p1/p2/p3Taylor Simpson2-2/+23
2024-08-07Hexagon: fix F2_conv_* instructions for negative zeroMatheus Tavares Bernardino2-10/+20
2024-08-08tcg/ppc: Sync tcg_out_test and constraintsRichard Henderson1-11/+10
2024-08-06iotests/024: exclude 'backing file format' field from the outputAndrey Drobyshev2-2/+1
2024-08-06iotests: Add `vvfat` testsAmjad Alsharafi5-2/+1182
2024-08-06vvfat: Fix reading files with non-continuous clustersAmjad Alsharafi1-1/+2
2024-08-06vvfat: Fix wrong checks for cluster mappings invariantAmjad Alsharafi1-8/+2
2024-08-06vvfat: Fix usage of `info.file.offset`Amjad Alsharafi1-4/+7
2024-08-06vvfat: Fix bug in writing to middle of fileAmjad Alsharafi1-1/+2
2024-08-06scsi-disk: Always report RESERVATION_CONFLICT to guestKevin Wolf1-5/+30
2024-08-06scsi-disk: Add warning comments that host_status errors take a shortcutKevin Wolf1-0/+7
2024-08-06scsi-block: Don't skip callback for sgio error status/driver_statusKevin Wolf1-10/+0
2024-08-06scsi-disk: Use positive return value for status in dma_readv/writevKevin Wolf1-7/+14
2024-08-06block/graph-lock: Make WITH_GRAPH_RDLOCK_GUARD() fully checkedKevin Wolf2-8/+27
2024-08-06block-copy: Fix missing graph lockKevin Wolf1-1/+3
2024-08-06qapi-block-core: Clean up blockdev-snapshot-internal-sync docMarkus Armbruster1-4/+3
2024-08-06docs/specs/pci-ids: Fix markupGeorge Matsumura1-2/+2
2024-08-06docs/specs/pci-ids: Add missing devicesGeorge Matsumura1-0/+4
2024-08-06hw/pci-host/gt64120: Reset config registers during RESET phasePhilippe Mathieu-Daudé1-5/+14
2024-08-06hw/pci-host/gt64120: Set PCI base address register write maskPhilippe Mathieu-Daudé1-1/+13
2024-08-06ui/console: Note in '-display help' that some backends support suboptionsPeter Maydell1-0/+5
2024-08-06system/vl.c: Expand OpenGL related errorsPeter Maydell1-2/+3
2024-08-06hw/display/virtio-gpu: Improve "opengl is not available" error messagePeter Maydell1-1/+7
2024-08-06hw/ide/pci: Remove dead code from bmdma_prepare_buf()Peter Maydell1-5/+2
2024-08-06hw/block/fdc-isa: Assert that isa_fdc_get_drive_max_chs() found somethingPeter Maydell1-0/+2
2024-08-06hw/ide/atapi: Be explicit that assigning to s->lcyl truncatesPeter Maydell1-1/+1
2024-08-06hw/block/pflash_cfi01: Don't decrement pfl->counter below 0Peter Maydell1-0/+1
2024-08-06hw/sd/sdhci: Reset @data_count index on invalid ADMA transfersPhilippe Mathieu-Daudé1-0/+1
2024-08-06hw/sd/sdcard: Do not abort when reading DAT lines on invalid cmd statePhilippe Mathieu-Daudé1-1/+3
2024-08-06hw/sd/sdcard: Explicit dummy byte valuePhilippe Mathieu-Daudé1-5/+7
2024-08-06hw/intc/loongson_ipi: Restrict to MIPSBibo Mao2-16/+0
2024-08-06hw/loongarch/virt: Replace Loongson IPI with LoongArch IPIBibo Mao3-4/+3
2024-08-06hw/intc/loongarch_ipi: Add loongarch IPI supportBibo Mao4-0/+98
2024-08-06hw/intc/loongson_ipi: Move common code to loongson_ipi_common.cBibo Mao3-275/+289
2024-08-06hw/intc/loongson_ipi: Expose loongson_ipi_core_read/write helpersBibo Mao2-6/+10
2024-08-06hw/intc/loongson_ipi: Add LoongsonIPICommonClass::cpu_by_arch_id handlerBibo Mao2-3/+8
2024-08-06hw/intc/loongson_ipi: Add LoongsonIPICommonClass::get_iocsr_as handlerBibo Mao2-4/+14
2024-08-06hw/intc/loongson_ipi: Pass LoongsonIPICommonState to send_ipi_data()Bibo Mao1-8/+11
2024-08-06hw/intc/loongson_ipi: Move IPICore structure to loongson_ipi_common.hBibo Mao4-57/+70
2024-08-06hw/intc/loongson_ipi: Move IPICore::mmio_mem to LoongsonIPIStateBibo Mao2-4/+8