summary refs log tree commit diff stats
path: root/scripts/tracetool/backend/dtrace.py (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-07trace: [tracetool] Minimize the amount of per-backend codeLluís Vilanova1-71/+8
2014-05-07trace: [simple] Bump up log version numberLluís Vilanova2-6/+6
2014-05-07trace: [tracetool] Change format docs to point to the generated fileLluís Vilanova7-11/+11
2014-05-07trace: [tracetool] Show list of frontends and backends sorted by nameLluís Vilanova2-3/+3
2014-05-07trace: [tracetool] Cosmetic changesLluís Vilanova1-7/+7
2014-05-07trace: [tracetool] Spacing changesLluís Vilanova1-3/+4
2014-05-07trace: [tracetool] Add methods 'Event.copy' and 'Arguments.copy'Lluís Vilanova1-0/+9
2014-05-07trace: [tracetool] Add method 'Event.api' to build event namesLluís Vilanova6-17/+27
2014-05-05linux-user: fix getrusage and wait4 failures with invalid rusage structPetar Jovanovic1-3/+8
2014-05-05SMBIOS: Build aggregate smbios tables and entry pointGabriel L. Somlo5-25/+720
2014-05-05SMBIOS: Use bitmaps to prevent incompatible comand line optionsGabriel L. Somlo2-30/+22
2014-05-05SMBIOS: Use macro to set smbios defaultsGabriel L. Somlo1-14/+13
2014-05-05SMBIOS: Update header file definitionsGabriel L. Somlo1-22/+66
2014-05-05SMBIOS: Rename symbols to better reflect future useGabriel L. Somlo5-22/+28
2014-05-05E820: Add interface for accessing e820 tableGabriel L. Somlo2-0/+17
2014-05-05pc: add 2.1 machine typeMichael S. Tsirkin2-7/+47
2014-05-02target-alpha: Fix RDUSPRichard Henderson1-1/+1
2014-05-02linux-user/elfload.c: Support ARM HWCAP2 flagsPeter Maydell2-1/+30
2014-05-02linux-user/elfload.c: Fix A64 code which was incorrectly acting like A32Peter Maydell1-13/+73
2014-05-02linux-user/elfload.c: Update ARM HWCAP bitsPeter Maydell1-2/+20
2014-05-02linux-user/elfload.c: Fix incorrect ARM HWCAP bitsPeter Maydell1-4/+5
2014-05-02linux-user: remove configure option for setting uname releaseRiku Voipio3-11/+1
2014-05-02linux-user: move uname functions to uname.cRiku Voipio3-102/+110
2014-05-02linux-user: rename cpu-uname -> unameRiku Voipio4-3/+3
2014-05-02linux-user/signal.c: Set fault address in AArch64 signal infoPeter Maydell1-2/+1
2014-05-02linux-user: avoid using glibc internals in _syscall5 and in definition of tar...Natanael Copa2-2/+16
2014-05-02linux-user: Handle arches with llseek instead of _llseekJames Hogan1-0/+5
2014-05-02linux-user: Add support for SCM_CREDENTIALS.Huw Davies1-0/+11
2014-05-02linux-user: Move if-elses to a switch statement.Huw Davies1-18/+33
2014-05-02linux-user: Assert stack used for auxvec, envp, argvJames Hogan1-0/+2
2014-05-02linux-user: Add /proc/self/exe open forwardingMaxim Ostapenko1-0/+5
2014-05-01hw/arm/virt: Add support for Cortex-A57Peter Maydell1-0/+5
2014-05-01hw/arm/virt: Put GIC register banks on 64K boundariesPeter Maydell1-3/+3
2014-05-01hw/arm/virt: Create the GIC ourselves rather than (ab)using a15mpcore_privPeter Maydell1-29/+53
2014-05-01target-arm: Correct a comment refering to EL0Edgar E. Iglesias1-1/+1
2014-05-01target-arm: A64: Fix a typo when declaring TLBI opsEdgar E. Iglesias1-12/+12
2014-05-01target-arm: A64: Handle blr lrEdgar E. Iglesias1-1/+2
2014-05-01target-arm: Make vbar_write 64bit friendly on 32bit hostsEdgar E. Iglesias1-1/+1
2014-05-01target-arm: implement WFE/YIELD as a yield for AArch64Rob Herring1-0/+6
2014-05-01armv7m_nvic: fix CPUID Base RegisterRabin Vincent1-1/+1
2014-05-01target-arm: Implement XScale cache lockdown operations as NOPsPeter Maydell1-0/+15
2014-04-30curl: Fix hang reading from slow connectionsMatthew Booth1-1/+2
2014-04-30curl: Ensure all informationals are checked for completionMatthew Booth1-30/+23
2014-04-30curl: Eliminate unnecessary use of curl_multi_socket_allMatthew Booth1-10/+22
2014-04-30curl: Remove unnecessary explicit calls to internal event handlerMatthew Booth1-2/+3
2014-04-30curl: Remove erroneous sleep waiting for curl completionMatthew Booth1-2/+1
2014-04-30curl: Fix return from curl_read_cb with invalid stateMatthew Booth1-2/+1
2014-04-30curl: Remove unnecessary use of gotoMatthew Booth1-28/+27
2014-04-30curl: Fix long lineMatthew Booth1-1/+2
2014-04-30block/vdi: Error out immediately in vdi_create()Max Reitz1-1/+6