summary refs log tree commit diff stats
path: root/scripts/tracetool/backend/simple.py (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-15vl: trim includesMichael Tokarev1-51/+1
2014-02-15vl: remove old, long-unused definesMichael Tokarev1-3/+0
2014-02-15net: declare struct iovec in checksum.h to fix compiler warningMichael Tokarev1-0/+1
2014-02-15linux-user: refactor do_socketcall()Michael Tokarev1-258/+68
2014-02-15configure: add hints to a remedy for feature_not_found errorsStewart Smith1-33/+35
2014-02-15configure: add hint of libfdt to DTC dependency not found messageStewart Smith1-2/+2
2014-02-15sparc/leon3: Initialize stack pointerSebastian Huber1-0/+3
2014-02-15misc: Fix case Qemu -> QEMUStefan Weil2-2/+2
2014-02-14PPC: KVM: Add missing address space to ldl_phys helperAlexander Graf1-1/+1
2014-02-11petalogix-ml605: Create the CPU with object_new()Edgar E. Iglesias1-5/+2
2014-02-11exec: Make cpu_memory_rw_debug use the CPUs ASEdgar E. Iglesias1-5/+5
2014-02-11exec: Make cpu_physical_memory_write_rom input an ASEdgar E. Iglesias5-11/+15
2014-02-11exec: Make stb_phys input an AddressSpaceEdgar E. Iglesias11-26/+34
2014-02-11exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias14-39/+46
2014-02-11exec: Make stl_phys_notdirty input an AddressSpaceEdgar E. Iglesias6-17/+18
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias25-119/+137
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias18-92/+132
2014-02-11exec: Make lduw_*_phys input an AddressSpaceEdgar E. Iglesias10-44/+48
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias25-137/+185
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias30-149/+190
2014-02-11exec: On AS changes, only flush affected CPU TLBsEdgar E. Iglesias1-0/+5
2014-02-11cpu: Add per-cpu address spaceEdgar E. Iglesias6-13/+33
2014-02-11memory: Add MemoryListener to typedefs.hEdgar E. Iglesias2-2/+1
2014-02-11exec: Make memory_region_section_get_iotlb use section ASEdgar E. Iglesias1-1/+1
2014-02-11exec: Always initialize MemorySection address spacesEdgar E. Iglesias1-0/+2
2014-02-11exec: Make iotlb_to_region input an ASEdgar E. Iglesias4-7/+7
2014-02-11exec: Make tb_invalidate_phys_addr input an ASEdgar E. Iglesias4-5/+7
2014-02-10memory: fix limiting of translation at a page boundaryPaolo Bonzini1-16/+19
2014-02-10prep: Drop from ppcemb-softmmuAndreas Färber4-6/+3
2014-02-10ACPI: Remove commented-out code from HPET._CRSGabriel L. Somlo1-3/+0
2014-02-10hw/pci: switch to a generic hotplug handling for PCIDeviceIgor Mammedov5-45/+15
2014-02-10pci/pcie: convert PCIE hotplug to use hotplug-handler APIIgor Mammedov3-25/+53
2014-02-10pci/shpc: convert SHPC hotplug to use hotplug-handler APIIgor Mammedov3-47/+94
2014-02-10acpi/piix4pm: convert ACPI PCI hotplug to use hotplug-handler APIIgor Mammedov4-30/+60
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov16-30/+21
2014-02-10hw/acpi: move typeinfo to the file endIgor Mammedov1-46/+46
2014-02-10qdev: add "hotpluggable" property to DeviceIgor Mammedov2-0/+32
2014-02-10qdev: add to BusState "hotplug-handler" linkIgor Mammedov2-0/+16
2014-02-10define hotplug interfaceIgor Mammedov3-0/+127
2014-02-10loader: document that errno is setMichael S. Tsirkin1-0/+7
2014-02-09raven: Use constant PCI_NUM_PINS instead of 4Hervé Poussineau1-3/+3
2014-02-09prep: Kill get_system_io() usageHervé Poussineau1-1/+1
2014-02-09libcacard: Don't link with all libraries QEMU links toChristophe Fergeau1-1/+1
2014-02-09block: Fix 32 bit truncation in mark_request_serialising()Kevin Wolf1-3/+3
2014-02-09blkdebug: Don't leak bs->file on failureKevin Wolf1-5/+9
2014-02-09block: Don't call ROUND_UP with negative valuesKevin Wolf1-2/+2
2014-02-09block: bdrv_aligned_pwritev: Assert overlap rangeKevin Wolf1-0/+2
2014-02-09block: Fix memory leaks in bdrv_co_do_pwritev()Kevin Wolf1-2/+2
2014-02-09raw: Fix BlockLimits passthroughKevin Wolf1-1/+7
2014-02-09qemu-iotests: add test for qcow2 preallocation with different cluster sizesHu Tao3-0/+96