summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-11monitor: implement x86 info mem for PAE and long modesBlue Swirl1-12/+164
2010-12-11monitor: implement x86 info tlb for PAE and long modesBlue Swirl1-11/+140
2010-12-11wdt_i6300esb: register a reset functionBernhard Kohl1-18/+21
2010-12-11isa-bus.c: use hw_error instead of fprintfTristan Gingold1-7/+4
2010-12-11usb_ohci: Always use little endianAlexander Graf3-11/+2
2010-12-11isa_mmio: Always use little endianAlexander Graf14-119/+36
2010-12-11heathrow_pic: Declare as little endianAlexander Graf1-3/+1
2010-12-11rtl8139: Declare as little endianAlexander Graf3-16/+2
2010-12-11openpic: Replace explicit byte swap with endian hintsAlexander Graf1-21/+2
2010-12-11ppc4xx_pci: Declare as little endianAlexander Graf1-15/+2
2010-12-11versatile_pci: Declare as little endianAlexander Graf1-13/+1
2010-12-11prep: Declare as little endianAlexander Graf1-35/+3
2010-12-11e1000: Make little endianAlexander Graf3-10/+3
2010-12-11uninorth: Get rid of bswapAlexander Graf1-4/+2
2010-12-11pci-host: Delegate bswap to mmio layerAlexander Graf6-101/+46
2010-12-11dbdma: Make little endianAlexander Graf1-4/+1
2010-12-11Make simple io mem handler endian awareAlexander Graf5-10/+17
2010-12-11Add endianness as io mem parameterAlexander Graf154-262/+446
2010-12-11exec: introduce endianness swapped mmioAlexander Graf2-3/+128
2010-12-10noaudio: fix return value for read()Michael Walle1-1/+1
2010-12-09pci/aer: factor out common codeMichael S. Tsirkin1-14/+13
2010-12-09pci/aer: remove dead codeMichael S. Tsirkin1-23/+2
2010-12-09pci/aer: fix interrupt on config writeMichael S. Tsirkin1-29/+17
2010-12-09pci/aer: fix error injectionMichael S. Tsirkin1-16/+35
2010-12-09Makefile: make msix/msi depend on CONFIG_PCIMichael S. Tsirkin1-1/+2
2010-12-09pci: untangle pci/msi dependencyMichael S. Tsirkin4-33/+21
2010-12-09pci: make command SERR bit writableIsaku Yamahata3-0/+29
2010-12-09virtio-net: stop/start bh when appropriateMichael S. Tsirkin1-16/+50
2010-12-09virtio-net: don't dma while vm is stoppedMichael S. Tsirkin1-0/+3
2010-12-09migration/savevm: no need to flush requestsMichael S. Tsirkin2-6/+0
2010-12-09cpus: flush all requests on each vm stopMichael S. Tsirkin1-0/+2
2010-12-09net/sock: option to specify local addressMike Ryan3-15/+52
2010-12-08ppc: kvm: fix signedness warningAlexander Graf1-1/+1
2010-12-07ARM: Implement VCVT to 16 bit integer using new softfloat routinesPeter Maydell1-1/+1
2010-12-07softfloat: Add float/double to 16 bit integer conversion functionsPeter Maydell2-0/+140
2010-12-07ARM: Ignore top 16 bits when doing VCVT from 16 bit fixed pointPeter Maydell1-1/+1
2010-12-07ARM: Return correct result for single<->double conversion of NaNPeter Maydell1-2/+10
2010-12-07softfloat: Add float*_maybe_silence_nan() functionsPeter Maydell2-0/+40
2010-12-07ARM: Return correct result for float-to-integer conversion of NaNPeter Maydell1-0/+27
2010-12-07softfloat: Add float*_is_any_nan() functionsPeter Maydell1-0/+10
2010-12-07ARM: Fix sense of to_integer bit in Neon VCVT float/int conversionPeter Maydell1-4/+4
2010-12-07ARM: Fix decoding of Neon forms of VCVT between float and fixed pointPeter Maydell1-2/+6
2010-12-07ARM: Fix decoding of VFP forms of VCVT between float and int/fixedPeter Maydell1-7/+12
2010-12-07ARM: fix ldrexd/strexdPeter Maydell2-4/+6
2010-12-07target-arm: Handle 'smc' as an undefined instructionAdam Lackorzynski1-1/+8
2010-12-07target-arm: Fix mixup in decoding of saturating add and subJohan Bengtsson1-2/+2
2010-12-07target-arm: Add support for PKHxx in thumb2Johan Bengtsson1-18/+45
2010-12-06correct migrate_set_speed's args_typeWen Congyang1-1/+1
2010-12-06QMP: Simplify monitor_json_emitter()Luiz Capitulino1-4/+2
2010-12-06QMP: Drop dead codeLuiz Capitulino1-40/+34