summary refs log tree commit diff stats
path: root/python/qemu/utils/qemu_ga_client.py (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-28qga: replace qemu_open_old() with qga_open_cloexec()Marc-André Lureau2-8/+13
2022-05-28qga: throw an Error in ga_channel_open()Marc-André Lureau1-25/+17
2022-05-28qga: use qga_open_cloexec() for safe_open_or_create()Marc-André Lureau1-4/+3
2022-05-28qga: add qga_open_cloexec() helperMarc-André Lureau3-0/+42
2022-05-28qga: flatten safe_open_or_create()Marc-André Lureau1-60/+60
2022-05-28tests: make libqmp buildable for win32Marc-André Lureau2-5/+31
2022-05-28util/win32: simplify qemu_get_local_state_dir()Marc-André Lureau1-13/+4
2022-05-28include: move qemu_*_exec_dir() to cutilsMarc-André Lureau8-128/+129
2022-05-26tests/crypto: Add test suite for RSA keysLei He1-3/+282
2022-05-26test/crypto: Add test suite for crypto akcipherLei He6-7/+1394
2022-05-26crypto: Implement RSA algorithm by gcryptLei He2-1/+598
2022-05-26crypto: Implement RSA algorithm by hogweedLei He8-0/+964
2022-05-26crypto: add ASN.1 DER decoderLei He5-0/+562
2022-05-26crypto: Introduce akcipher crypto classzhenwei pi4-0/+316
2022-05-26qapi: crypto-akcipher: Introduce akcipher types to qapiLei He1-0/+64
2022-05-25i386: docs: Convert hyperv.txt to rSTVitaly Kuznetsov3-303/+289
2022-05-25i386: Hyper-V Direct TLB flush hypercallVitaly Kuznetsov5-0/+23
2022-05-25i386: Hyper-V Support extended GVA ranges for TLB flush hypercallsVitaly Kuznetsov5-0/+19
2022-05-25i386: Hyper-V XMM fast hypercall input featureVitaly Kuznetsov5-1/+17
2022-05-25i386: Hyper-V Enlightened MSR bitmap featureVitaly Kuznetsov5-0/+24
2022-05-25i386: Use hv_build_cpuid_leaf() for HV_CPUID_NESTED_FEATURESVitaly Kuznetsov2-11/+15
2022-05-25ide_ioport_read: Return lower octet of data register instead of 0xFFLev Kujawski2-2/+8
2022-05-25target/i386/kvm: Fix disabling MPX on "-cpu host" with MPX-capable hostMaciej S. Szmigiero1-0/+8
2022-05-25hw/audio/ac97: Remove unneeded local variablesBALATON Zoltan1-53/+49
2022-05-25hw/audio/ac97: Remove unimplemented reset functionsBALATON Zoltan1-16/+1
2022-05-25hw/audio/ac97: Coding style fixes to avoid checkpatch errorsBALATON Zoltan1-373/+360
2022-05-25contrib/elf2dmp: add ELF dump header checkingViktor Prutyanov1-0/+53
2022-05-25thread-pool: remove stopping variablePaolo Bonzini1-3/+2
2022-05-25thread-pool: replace semaphore with condition variablePaolo Bonzini1-40/+28
2022-05-25thread-pool: optimize scheduling of completion bottom halfPaolo Bonzini1-2/+1
2022-05-25hw/arm/aspeed: Add i2c devices for AST2600 EVBHoward Chiu1-2/+9
2022-05-25docs: Correct the default thread-pool-sizeLiu Yiding1-1/+1
2022-05-25qga-win32: Add support for NVME bus typeKonstantin Kostiuk1-0/+5
2022-05-25tests: Bump Fedora image version for cross-compilationKonstantin Kostiuk2-2/+2
2022-05-25trivial: qga: Log version on startKonstantin Kostiuk1-0/+2
2022-05-25qga: add guest-get-diskstats command for Linux guestsluzhipeng3-0/+215
2022-05-25hw/gpio: replace HWADDR_PRIx with PRIx64Jamin Lin2-5/+5
2022-05-25hw/gpio support GPIO index mode for write operation.Jamin Lin2-0/+182
2022-05-25hw/gpio: Add ASPEED GPIO model for AST1030Jamin Lin2-0/+38
2022-05-25hw/gpio Add GPIO read/write trace event.Jamin Lin2-15/+43
2022-05-25hw: aspeed: Init all UART's with serial devicesPeter Delevoryas1-0/+9
2022-05-25hw: aspeed: Introduce common UART init functionPeter Delevoryas4-14/+17
2022-05-25hw: aspeed: Ensure AST1030 respects uart-defaultPeter Delevoryas1-3/+3
2022-05-25hw: aspeed: Add uarts_num SoC attributePeter Delevoryas4-0/+5
2022-05-25hw: aspeed: Add missing UART'sPeter Delevoryas4-0/+57
2022-05-25aspeed: Introduce a get_irq AspeedSoCClass methodCédric Le Goater4-7/+19
2022-05-25hw: m25p80: allow write_enable latch get/setIris Chen5-32/+98
2022-05-25docs: aspeed: Add fby35 boardPeter Delevoryas1-0/+1
2022-05-25hw/arm/aspeed: Add fby35 machine typePeter Delevoryas1-0/+63
2022-05-25docs: add minibmc section in aspeed documentJamin Lin1-0/+61