aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-11openpic: Replace explicit byte swap with endian hintsAlexander Graf
2010-12-11ppc4xx_pci: Declare as little endianAlexander Graf
2010-12-11versatile_pci: Declare as little endianAlexander Graf
2010-12-11prep: Declare as little endianAlexander Graf
2010-12-11e1000: Make little endianAlexander Graf
2010-12-11uninorth: Get rid of bswapAlexander Graf
2010-12-11pci-host: Delegate bswap to mmio layerAlexander Graf
2010-12-11dbdma: Make little endianAlexander Graf
2010-12-11Make simple io mem handler endian awareAlexander Graf
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-12-11exec: introduce endianness swapped mmioAlexander Graf
2010-12-10noaudio: fix return value for read()Michael Walle
2010-12-09pci/aer: factor out common codeMichael S. Tsirkin
2010-12-09pci/aer: remove dead codeMichael S. Tsirkin
2010-12-09pci/aer: fix interrupt on config writeMichael S. Tsirkin
2010-12-09pci/aer: fix error injectionMichael S. Tsirkin
2010-12-09Makefile: make msix/msi depend on CONFIG_PCIMichael S. Tsirkin
2010-12-09pci: untangle pci/msi dependencyMichael S. Tsirkin
2010-12-09pci: make command SERR bit writableIsaku Yamahata
2010-12-09virtio-net: stop/start bh when appropriateMichael S. Tsirkin
2010-12-09virtio-net: don't dma while vm is stoppedMichael S. Tsirkin
2010-12-09migration/savevm: no need to flush requestsMichael S. Tsirkin
2010-12-09cpus: flush all requests on each vm stopMichael S. Tsirkin
2010-12-09net/sock: option to specify local addressMike Ryan
2010-12-08ppc: kvm: fix signedness warningAlexander Graf
2010-12-07ARM: Implement VCVT to 16 bit integer using new softfloat routinesPeter Maydell
2010-12-07softfloat: Add float/double to 16 bit integer conversion functionsPeter Maydell
2010-12-07ARM: Ignore top 16 bits when doing VCVT from 16 bit fixed pointPeter Maydell
2010-12-07ARM: Return correct result for single<->double conversion of NaNPeter Maydell
2010-12-07softfloat: Add float*_maybe_silence_nan() functionsPeter Maydell
2010-12-07ARM: Return correct result for float-to-integer conversion of NaNPeter Maydell
2010-12-07softfloat: Add float*_is_any_nan() functionsPeter Maydell
2010-12-07ARM: Fix sense of to_integer bit in Neon VCVT float/int conversionPeter Maydell
2010-12-07ARM: Fix decoding of Neon forms of VCVT between float and fixed pointPeter Maydell
2010-12-07ARM: Fix decoding of VFP forms of VCVT between float and int/fixedPeter Maydell
2010-12-07ARM: fix ldrexd/strexdPeter Maydell
2010-12-07target-arm: Handle 'smc' as an undefined instructionAdam Lackorzynski
2010-12-07target-arm: Fix mixup in decoding of saturating add and subJohan Bengtsson
2010-12-07target-arm: Add support for PKHxx in thumb2Johan Bengtsson
2010-12-06correct migrate_set_speed's args_typeWen Congyang
2010-12-06QMP: Simplify monitor_json_emitter()Luiz Capitulino
2010-12-06QMP: Drop dead codeLuiz Capitulino
2010-12-06QMP: Fix default response regressionLuiz Capitulino
2010-12-05Speedup 'tb_find_slow' by using the same heuristic as during memory page lookupKirill Batuzov
2010-12-04Remove unused spin_trylock() functionPeter Maydell
2010-12-04darwin-user: Use GCC_FMT_ATTR (format checking)Stefan Weil
2010-12-04audio: Use GCC_FMT_ATTR (format checking)Stefan Weil
2010-12-04target-sparc: Use fprintf_function (format checking)Stefan Weil
2010-12-04*-dis: Replace fprintf_ftype by fprintf_function (format checking)Stefan Weil
2010-12-04Fix mingw32 and OpenBSD warningsBlue Swirl