aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-11monitor: implement x86 info mem for PAE and long modesBlue Swirl
2010-12-11monitor: implement x86 info tlb for PAE and long modesBlue Swirl
2010-12-11wdt_i6300esb: register a reset functionBernhard Kohl
2010-12-11isa-bus.c: use hw_error instead of fprintfTristan Gingold
2010-12-11usb_ohci: Always use little endianAlexander Graf
2010-12-11isa_mmio: Always use little endianAlexander Graf
2010-12-11heathrow_pic: Declare as little endianAlexander Graf
2010-12-11rtl8139: Declare as little endianAlexander Graf
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