summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-25s390x: Convert QEMUMachine to MachineClassAlexey Kardashevskiy2-33/+54
2014-08-25cpus: Define callback for QEMU "nmi" commandAlexey Kardashevskiy7-9/+141
2014-08-25pcie: fix trailing whitespaceMichael S. Tsirkin1-1/+1
2014-08-25ioh3420: Enable ARI forwardingKnut Omang1-0/+2
2014-08-25ioh3420: Remove obsoleted, unused ioh3420_init functionKnut Omang1-24/+0
2014-08-25pcie: Rename the pcie_cap_ari_* functions to pcie_cap_arifwd_*Knut Omang4-10/+13
2014-08-25pcie: Fix incorrect write to the ari capability next function fieldKnut Omang1-1/+1
2014-08-25ssdt-tpm: add generated hex file to gitMichael S. Tsirkin1-0/+95
2014-08-25Add ACPI tables for TPMStefan Berger7-8/+138
2014-08-25pc: reserve more memory for ACPI for new machine typesMichael S. Tsirkin4-3/+13
2014-08-25pcihp: fix possible array out of boundsGonglei1-1/+1
2014-08-25pci_bridge: manually destroy memory regions within PCIBridgeWindowsPaolo Bonzini1-0/+6
2014-08-24vmxnet3: Pad short frames to minimum size (60 bytes)Ben Draper1-0/+10
2014-08-24libdecnumber: Fix warnings from smatch (missing static, boolean operations)Stefan Weil1-10/+11
2014-08-24linux-user: fix file descriptor leakszhanghailiang1-0/+1
2014-08-24po: Fix Makefile rules for in-tree builds without configurationStefan Weil1-2/+5
2014-08-24slirp/misc: Use the GLib memory allocation APIszhanghailiang3-24/+3
2014-08-24configure: no need to mkdir QMPLiming Wang1-4/+0
2014-08-24dma: axidma: Variablise repeated s->streams[i] sub-exprPeter Crosthwaite1-4/+6
2014-08-24microblaze: ml605: Get rid of ddr_base variablePeter Crosthwaite1-3/+2
2014-08-24tests/bios-tables-test: check the value returned by fopen()zhanghailiang1-0/+5
2014-08-24tcg: dump op count into qemu logzhanghailiang1-4/+2
2014-08-24util/path: Use the GLib memory allocation routineszhanghailiang1-5/+5
2014-08-22Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell55-175/+1103
2014-08-22Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into stagingPeter Maydell26-66/+357
2014-08-22qemu-img: Allow cache mode specification for amendMax Reitz3-7/+18
2014-08-22qemu-img: Allow source cache mode specificationMax Reitz3-28/+80
2014-08-22linux-user: check return value of malloc()zhanghailiang1-0/+4
2014-08-22linux-user: writev Partial WritesTom Musta1-2/+14
2014-08-22linux-user: Support target-to-host translation of mlockall argumentTom Musta18-1/+50
2014-08-22linux-user: clock_nanosleep errno Handling on PPCTom Musta1-0/+8
2014-08-22linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2Tom Musta18-1/+34
2014-08-22linux-user: Move get_ppc64_abiTom Musta2-9/+10
2014-08-22linux-user: Detect fault in sched_rr_get_intervalTom Musta1-1/+1
2014-08-22linux-user: Handle NULL sched_param argument to sched_*Tom Musta1-0/+10
2014-08-22linux-user: Detect Negative Message Sizes in msgsnd System CallTom Musta1-1/+5
2014-08-22linux-user: Conditionally Pass Attribute Pointer to mq_open()Tom Musta1-3/+7
2014-08-22linux-user: Make ipc syscall's third argument an abi_longTom Musta1-4/+4
2014-08-22linux-user: Properly Handle semun Structure In Cross-Endian SituationsTom Musta1-2/+11
2014-08-22linux-user: Dereference Pointer Argument to ipc/semctl Sys CallTom Musta1-2/+8
2014-08-22linux-user: PPC64 semid_ds Doesnt Include _unused1 and _unused2Tom Musta1-0/+4
2014-08-22linux-user: add setns and unshareRiku Voipio3-0/+34
2014-08-22linux-user: support ioprio_{get, set} syscallsPaul Burton1-0/+18
2014-08-22linux-user: support timerfd_{create, gettime, settime} syscallsRiku Voipio3-0/+71
2014-08-22linux-user: fix readlink handling with magic exe symlinkMike Frysinger1-2/+13
2014-08-22linux-user: Fix conversion of sigevent argument to timer_createPeter Maydell1-8/+30
2014-08-22linux-user: Fix syscall instruction usermode emulation on X86_64Jincheng Miao2-3/+2
2014-08-22linux-user: redirect openat callsRiku Voipio1-14/+9
2014-08-22linux-user: /proc/self/maps contentMikhail Ilyin2-15/+12
2014-08-22vmdk: Use bdrv_nb_sectors() where sectors, not bytes are wantedMarkus Armbruster1-6/+5