summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* smbus: return -1 if nothing found at the given addressPaolo Bonzini2014-05-072-24/+50
* smbus: allow returning an error from readsPaolo Bonzini2014-05-072-6/+6
* apic: use emulated lapic version 0x14 on pc machines >= 2.1Gabriel L. Somlo2014-05-074-1/+6
* pc: add compat_props placeholder for 2.0 machine typeGabriel L. Somlo2014-05-073-0/+17
* i8259: don't abort when trying to use level sensitive irqsHervé Poussineau2014-05-071-1/+2
* acpi: fix tables for no-hpet configurationMichael S. Tsirkin2014-05-071-3/+4
* acpi-build: properly decrement objects' reference countersKirill Batuzov2014-05-071-0/+6
* acpi/pcihp.c: Rewrite acpi_pcihp_get_bsel using object_property_get_intKirill Batuzov2014-05-071-8/+10
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-smbios-2' into stagingPeter Maydell2014-05-066-109/+902
|\
| * SMBIOS: Build aggregate smbios tables and entry pointGabriel L. Somlo2014-05-055-25/+720
| * SMBIOS: Use bitmaps to prevent incompatible comand line optionsGabriel L. Somlo2014-05-052-30/+22Star
| * SMBIOS: Use macro to set smbios defaultsGabriel L. Somlo2014-05-051-14/+13Star
| * SMBIOS: Update header file definitionsGabriel L. Somlo2014-05-051-22/+66
| * SMBIOS: Rename symbols to better reflect future useGabriel L. Somlo2014-05-055-22/+28
| * E820: Add interface for accessing e820 tableGabriel L. Somlo2014-05-052-0/+17
| * pc: add 2.1 machine typeMichael S. Tsirkin2014-05-052-7/+47
* | Merge remote-tracking branch 'remotes/rth/tgt-axp' into stagingPeter Maydell2014-05-061-1/+1
|\ \
| * | target-alpha: Fix RDUSPRichard Henderson2014-05-031-1/+1
| |/
* | Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into stagingPeter Maydell2014-05-0611-159/+321
|\ \ | |/ |/|
| * linux-user: fix getrusage and wait4 failures with invalid rusage structPetar Jovanovic2014-05-051-3/+8
| * linux-user/elfload.c: Support ARM HWCAP2 flagsPeter Maydell2014-05-022-1/+30
| * linux-user/elfload.c: Fix A64 code which was incorrectly acting like A32Peter Maydell2014-05-021-13/+73
| * linux-user/elfload.c: Update ARM HWCAP bitsPeter Maydell2014-05-021-2/+20
| * linux-user/elfload.c: Fix incorrect ARM HWCAP bitsPeter Maydell2014-05-021-4/+5
| * linux-user: remove configure option for setting uname releaseRiku Voipio2014-05-023-11/+1Star
| * linux-user: move uname functions to uname.cRiku Voipio2014-05-023-102/+110
| * linux-user: rename cpu-uname -> unameRiku Voipio2014-05-024-3/+3
| * linux-user/signal.c: Set fault address in AArch64 signal infoPeter Maydell2014-05-021-2/+1Star
| * linux-user: avoid using glibc internals in _syscall5 and in definition of tar...Natanael Copa2014-05-022-2/+16
| * linux-user: Handle arches with llseek instead of _llseekJames Hogan2014-05-021-0/+5
| * linux-user: Add support for SCM_CREDENTIALS.Huw Davies2014-05-021-0/+11
| * linux-user: Move if-elses to a switch statement.Huw Davies2014-05-021-18/+33
| * linux-user: Assert stack used for auxvec, envp, argvJames Hogan2014-05-021-0/+2
| * linux-user: Add /proc/self/exe open forwardingMaxim Ostapenko2014-05-021-0/+5
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140501'...Peter Maydell2014-05-025-48/+99
|\
| * hw/arm/virt: Add support for Cortex-A57Peter Maydell2014-05-011-0/+5
| * hw/arm/virt: Put GIC register banks on 64K boundariesPeter Maydell2014-05-011-3/+3
| * hw/arm/virt: Create the GIC ourselves rather than (ab)using a15mpcore_privPeter Maydell2014-05-011-29/+53
| * target-arm: Correct a comment refering to EL0Edgar E. Iglesias2014-05-011-1/+1
| * target-arm: A64: Fix a typo when declaring TLBI opsEdgar E. Iglesias2014-05-011-12/+12
| * target-arm: A64: Handle blr lrEdgar E. Iglesias2014-05-011-1/+2
| * target-arm: Make vbar_write 64bit friendly on 32bit hostsEdgar E. Iglesias2014-05-011-1/+1
| * target-arm: implement WFE/YIELD as a yield for AArch64Rob Herring2014-05-011-0/+6
| * armv7m_nvic: fix CPUID Base RegisterRabin Vincent2014-05-011-1/+1
| * target-arm: Implement XScale cache lockdown operations as NOPsPeter Maydell2014-05-011-0/+15
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-05-0224-171/+355
|\ \
| * | curl: Fix hang reading from slow connectionsMatthew Booth2014-04-301-1/+2
| * | curl: Ensure all informationals are checked for completionMatthew Booth2014-04-301-30/+23Star
| * | curl: Eliminate unnecessary use of curl_multi_socket_allMatthew Booth2014-04-301-10/+22
| * | curl: Remove unnecessary explicit calls to internal event handlerMatthew Booth2014-04-301-2/+3