summary refs log tree commit diff stats
path: root/scripts/qapi-commands.py (unfollow)
Commit message (Expand)AuthorFilesLines
2014-06-05target-i386: fix coding standards in x86_cpu_handle_mmu_faultPaolo Bonzini1-5/+9
2014-06-05target-i386: simplify SMAP handling in MMU_KSMAP_IDXPaolo Bonzini2-9/+5
2014-06-05target-i386: fix kernel accesses with SMAP and CPL = 3Paolo Bonzini3-8/+33
2014-06-05target-i386: move check_io helpers to seg_helper.cPaolo Bonzini2-42/+42
2014-06-05target-i386: rename KSMAP to KNOSMAPPaolo Bonzini2-7/+7
2014-06-05softmmu: move all load/store functions to cpu_ldst.hPaolo Bonzini6-376/+368
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini50-60/+84
2014-06-05target-arm: move arm_*_code to a separate filePaolo Bonzini5-22/+50
2014-06-05softmmu: move softmmu_template.h out of include/Paolo Bonzini2-8/+8
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini18-220/+19
2014-06-05softmmu: move ALIGNED_ONLY to cpu.hPaolo Bonzini8-4/+5
2014-06-05softmmu: make do_unaligned_access a method of CPUPaolo Bonzini14-37/+63
2014-06-05softmmu: move definition of CPU_MMU_INDEX to inclusion site, drop ACCESS_TYPEPaolo Bonzini3-27/+16
2014-06-05softmmu: move MMUSUFFIX under SOFTMMU_CODE_ACCESSPaolo Bonzini1-9/+2
2014-06-05softmmu: start introducing SOFTMMU_CODE_ACCESS in softmmu_header.hPaolo Bonzini2-5/+5
2014-06-05hw: use ld_p/st_p instead of ld_raw/st_rawPaolo Bonzini10-253/+253
2014-06-05nseries: clean up coding stylePaolo Bonzini1-127/+145
2014-06-05cputlb: Fix regression with TCG interpreter (bug 1310324)Stefan Weil1-2/+4
2014-06-02seabios: update to 1.7.5 finalGerd Hoffmann8-0/+0
2014-06-02xhci: order superspeed ports firstGerd Hoffmann2-8/+41
2014-06-02vnc-enc-tight: Fix divide-by-zero in tight_detect_smooth_image{16,24,32}Gonglei1-1/+7
2014-06-02vnc: add trace events for key eventsGerd Hoffmann2-4/+31
2014-06-02vnc: refuse to set a password with VNC_AUTH_NONEGerd Hoffmann1-28/+6
2014-06-02xhci: make port reset trace point more verboseGerd Hoffmann2-2/+2
2014-06-02usb: add usb_pick_speedGerd Hoffmann3-12/+22
2014-06-02usb-host: add HAVE_STREAMS defineGerd Hoffmann1-7/+11
2014-06-02usb-host: allow attaching usb3 devices to ehciGerd Hoffmann1-8/+54
2014-06-02usb: improve ehci/uhci testGerd Hoffmann2-5/+152
2014-06-02usb: move ehci register defines to header fileGerd Hoffmann2-78/+83
2014-06-02usb: add uhci port status reserved bitGerd Hoffmann1-0/+1
2014-06-02usb: move uhci register defines to header fileGerd Hoffmann2-35/+40
2014-06-02qtest: fix qpci_config_writelGerd Hoffmann1-1/+1
2014-06-02sdl2: textinput + terminalGerd Hoffmann1-1/+40
2014-06-02sdl2: make Ctrl-Alt-<nr> hotkeys show and hide windowsGerd Hoffmann1-1/+26
2014-06-02console: add kbd_put_string_consoleGerd Hoffmann2-0/+10
2014-06-02console: add kbd_put_qcode_consoleGerd Hoffmann2-0/+25
2014-06-02Revert "bsd-user: replace fprintf(stderr, ...) with error_report()"Peter Maydell3-9/+9
2014-06-02qemu-img: Report error even with --oformat=jsonMax Reitz1-3/+1
2014-05-30vfio: Add guest side IOMMU supportDavid Gibson1-5/+134
2014-05-30vfio: Create VFIOAddressSpace objects as neededDavid Gibson1-16/+41
2014-05-30vfio: Introduce VFIO address spacesDavid Gibson1-13/+38
2014-05-30vfio: Rework to have error pathsAlexey Kardashevskiy1-26/+32
2014-05-30vfio: Fix 128 bit handlingAlexey Kardashevskiy1-3/+6
2014-05-30int128: Add int128_exts64()Alexey Kardashevskiy1-0/+5
2014-05-30memory: Sanity check that no listeners remain on a destroyed AddressSpaceDavid Gibson1-0/+7
2014-05-30vfio-pci: Quirk RTL8168 NICAlex Williamson1-0/+144
2014-05-30vmdk: Fix local_err in vmdk_createFam Zheng1-4/+4
2014-05-30block/raw-posix.c: Avoid nonstandard LONG_LONG_MAXPeter Maydell1-1/+1
2014-05-30qemu-img: Plug memory leak in convert commandMarkus Armbruster1-1/+1
2014-05-30block/sheepdog: Plug memory leak in sd_snapshot_create()Markus Armbruster1-2/+2