summary refs log tree commit diff stats
path: root/scripts/qapi-commands.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-08ui: refactor VncDisplay to allow multiple listening socketsDaniel P. Berrange2-40/+73
2017-02-08ui: fix reporting of VNC auth in query-vnc-serversDaniel P. Berrange2-39/+74
2017-02-08ui: fix regression handling bare 'websocket' option to -vncDaniel P. Berrange1-1/+7
2017-02-08vnc: do not disconnect on EAGAINMichael Tokarev1-1/+2
2017-02-08ui/vnc: Drop unused vnc_has_job() and vnc_jobs_clear()Peter Maydell2-25/+0
2017-02-07stellaris: Use the 'unimplemented' device for parts we don't implementPeter Maydell1-0/+14
2017-02-07hw/misc: New "unimplemented" sysbus devicePeter Maydell3-0/+148
2017-02-07stellaris: Document memory map and which SoC devices are unimplementedPeter Maydell1-0/+34
2017-02-07target/arm: A32, T32: Create Instruction Syndromes for Data AbortsPeter Maydell3-63/+149
2017-02-07target/arm: Abstract out pbit/wbit tests in ARM ldr/str decodePeter Maydell1-3/+6
2017-02-07arm: Correctly handle watchpoints for BE32 CPUsJulian Brown6-0/+40
2017-02-07Fix Thumb-1 BE32 execution and disassembly.Julian Brown4-1/+40
2017-02-07target/arm: Add cfgend parameter for ARM CPU selection.Julian Brown2-0/+20
2017-02-07hw/arm/integratorcp: Support specifying features via -cpuJulian Brown1-2/+17
2017-02-07sd: sdhci: check data length during dma_memory_readPrasad J Pandit1-1/+1
2017-02-07aspeed: add a watchdog controllerCédric Le Goater2-0/+15
2017-02-07wdt: Add Aspeed watchdog device modelCédric Le Goater3-0/+258
2017-02-07integratorcp: adding vmstate for save/restorePavel Dovgalyuk1-0/+59
2017-02-07rules: don't try to create missing include dirsDaniel P. Berrange2-2/+1
2017-02-06target/hppa: Fix gdb_write_registerRichard Henderson1-0/+1
2017-02-06target/hppa: Tidy do_cbranchRichard Henderson1-12/+5
2017-02-06linux-user: define correct UTS machine name for hppaLaurent Vivier1-1/+1
2017-02-06linux-user: fix "apt-get update" on linux-user hppaLaurent Vivier1-1/+0
2017-02-06linux-user: add hppa magic numbers in qemu-binfmt-conf.shLaurent Vivier1-2/+7
2017-02-06postcopy: Recover block devices on early failureDr. David Alan Gilbert1-0/+25
2017-02-06Postcopy: Reset state to avoid cleanup assertDr. David Alan Gilbert1-0/+1
2017-02-06vmstate registration: check return valuesDr. David Alan Gilbert1-4/+6
2017-02-06migration: Check for ID lengthDr. David Alan Gilbert2-5/+18
2017-02-06vmstate_register_with_alias_id: Take an Error **Dr. David Alan Gilbert5-6/+10
2017-02-06migration: create Migration Incoming State at init timeJuan Quintela3-24/+19
2017-02-06xhci: fix event queue IRQ handlingGerd Hoffmann1-0/+13
2017-02-06usb: ccid: check ccid apdu lengthPrasad J Pandit1-1/+1
2017-02-06xhci: guard xhci_kick_epctx against recursive callsGerd Hoffmann1-0/+7
2017-02-06xhci: don't kick in xhci_submit and xhci_fire_ctl_transferGerd Hoffmann1-8/+0
2017-02-06xhci: rename xhci_complete_packet to xhci_try_complete_packetGerd Hoffmann1-6/+6
2017-02-06xhci: only free completed transfersGerd Hoffmann1-1/+3
2017-02-06usb: accept usb3 control requestsGerd Hoffmann2-0/+9
2017-02-06usb/uas: more verbose error messageGerd Hoffmann1-1/+2
2017-02-06hw/usb/dev-hid: Improve guest compatibility of usb-tabletPhil Dennis-Jordan1-3/+3
2017-02-06Split ISA and sysbus versions of m48t59 deviceDavid Gibson4-210/+284
2017-02-06Allow ISA bus to be configured outDavid Gibson5-1/+6
2017-02-06Split serial-isa into its own config optionDavid Gibson14-1/+15
2017-02-03iothread: enable AioContext polling by defaultStefan Hajnoczi1-0/+14
2017-02-03tci: Remove invalid assertionsStefan Weil1-2/+0
2017-02-02xen: use qdev_unplug() instead of g_free() in xen_pv_find_xendev()Juergen Gross1-6/+7
2017-02-02cirrus: fix oob access issue (CVE-2017-2615)Li Qiang1-4/+3
2017-02-02hw/ppc/pnv: Use error_report instead of hw_error if a ROM file can't be foundThomas Huth1-3/+3
2017-02-02ppc/kvm: Handle the "family" CPU via alias instead of registering new typesThomas Huth1-13/+23
2017-02-02target/ppc/mmu_hash64: Fix incorrect shift value in amr calculationSuraj Jitindar Singh1-1/+1
2017-02-02target/ppc/mmu_hash64: Fix printing unsigned as signed intSuraj Jitindar Singh1-2/+2