summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add notifier that will be called when machine is fully created.Gleb Natapov2010-12-112-0/+17
* Add bootindex for option roms.Gleb Natapov2010-12-1112-24/+60
* Change fw_cfg_add_file() to get full file path as a parameter.Gleb Natapov2010-12-113-16/+20
* Add bootindex parameter to net/block/fd deviceGleb Natapov2010-12-1117-2/+119
* Add get_fw_dev_path callback to scsi bus.Gleb Natapov2010-12-111-0/+23
* Add get_fw_dev_path callback for usb bus.Gleb Natapov2010-12-111-0/+42
* Record which USBDevice USBPort belongs too.Gleb Natapov2010-12-116-6/+8
* Add get_fw_dev_path callback for pci bus.Gleb Natapov2010-12-111-23/+85
* Add get_fw_dev_path callback for system bus.Gleb Natapov2010-12-113-0/+36
* Add get_fw_dev_path callback to IDE bus.Gleb Natapov2010-12-111-0/+13
* Store IDE bus id in IDEBus structure for easy access.Gleb Natapov2010-12-116-9/+11
* Add get_fw_dev_path callback to ISA bus in qdev.Gleb Natapov2010-12-111-0/+16
* Keep track of ISA ports ISA device is using in qdev.Gleb Natapov2010-12-1113-0/+57
* Introduce new BusInfo callback get_fw_dev_path.Gleb Natapov2010-12-111-0/+7
* Introduce fw_name field to DeviceInfo structure.Gleb Natapov2010-12-1111-0/+16
* monitor: implement x86 info mem for PAE and long modesBlue Swirl2010-12-111-12/+164
* monitor: implement x86 info tlb for PAE and long modesBlue Swirl2010-12-111-11/+140
* wdt_i6300esb: register a reset functionBernhard Kohl2010-12-111-18/+21
* isa-bus.c: use hw_error instead of fprintfTristan Gingold2010-12-111-7/+4
* usb_ohci: Always use little endianAlexander Graf2010-12-113-11/+2
* isa_mmio: Always use little endianAlexander Graf2010-12-1114-119/+36
* heathrow_pic: Declare as little endianAlexander Graf2010-12-111-3/+1
* rtl8139: Declare as little endianAlexander Graf2010-12-113-16/+2
* openpic: Replace explicit byte swap with endian hintsAlexander Graf2010-12-111-21/+2
* ppc4xx_pci: Declare as little endianAlexander Graf2010-12-111-15/+2
* versatile_pci: Declare as little endianAlexander Graf2010-12-111-13/+1
* prep: Declare as little endianAlexander Graf2010-12-111-35/+3
* e1000: Make little endianAlexander Graf2010-12-113-10/+3
* uninorth: Get rid of bswapAlexander Graf2010-12-111-4/+2
* pci-host: Delegate bswap to mmio layerAlexander Graf2010-12-116-101/+46
* dbdma: Make little endianAlexander Graf2010-12-111-4/+1
* Make simple io mem handler endian awareAlexander Graf2010-12-115-10/+17
* Add endianness as io mem parameterAlexander Graf2010-12-11154-262/+446
* exec: introduce endianness swapped mmioAlexander Graf2010-12-112-3/+128
* noaudio: fix return value for read()Michael Walle2010-12-101-1/+1
* ppc: kvm: fix signedness warningAlexander Graf2010-12-081-1/+1
* Speedup 'tb_find_slow' by using the same heuristic as during memory page lookupKirill Batuzov2010-12-051-0/+6
* Remove unused spin_trylock() functionPeter Maydell2010-12-041-10/+0
* darwin-user: Use GCC_FMT_ATTR (format checking)Stefan Weil2010-12-042-2/+2
* audio: Use GCC_FMT_ATTR (format checking)Stefan Weil2010-12-041-1/+2
* target-sparc: Use fprintf_function (format checking)Stefan Weil2010-12-041-2/+2
* *-dis: Replace fprintf_ftype by fprintf_function (format checking)Stefan Weil2010-12-047-30/+19
* Fix mingw32 and OpenBSD warningsBlue Swirl2010-12-041-1/+1
* Merge branch 'linux-user-for-upstream' of git://gitorious.org/qemu-maemo/qemuEdgar E. Iglesias2010-12-0414-95/+292
|\
| * linux-user: fix mips and ppc to use UID16Martin Mohring2010-12-033-35/+35
| * update binfmt confRiku Voipio2010-12-031-2/+6
| * linux-user: fix compiler error on nptlRiku Voipio2010-12-031-1/+2
| * ARM: linux-user: Restore iWMMXT state from ucontext on sigreturnPeter Maydell2010-12-031-0/+30
| * ARM: linux-user: Expose iWMMXT registers to signal handlersPeter Maydell2010-12-031-0/+37
| * ARM: linux-user: Restore VFP state from ucontext on sigreturnPeter Maydell2010-12-031-0/+40
OpenPOWER on IntegriCloud