index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-11
Pass boot device list to firmware.
Gleb Natapov
3
-0
/
+63
2010-12-11
Add notifier that will be called when machine is fully created.
Gleb Natapov
2
-0
/
+17
2010-12-11
Add bootindex for option roms.
Gleb Natapov
12
-24
/
+60
2010-12-11
Change fw_cfg_add_file() to get full file path as a parameter.
Gleb Natapov
3
-16
/
+20
2010-12-11
Add bootindex parameter to net/block/fd device
Gleb Natapov
17
-2
/
+119
2010-12-11
Add get_fw_dev_path callback to scsi bus.
Gleb Natapov
1
-0
/
+23
2010-12-11
Add get_fw_dev_path callback for usb bus.
Gleb Natapov
1
-0
/
+42
2010-12-11
Record which USBDevice USBPort belongs too.
Gleb Natapov
6
-6
/
+8
2010-12-11
Add get_fw_dev_path callback for pci bus.
Gleb Natapov
1
-23
/
+85
2010-12-11
Add get_fw_dev_path callback for system bus.
Gleb Natapov
3
-0
/
+36
2010-12-11
Add get_fw_dev_path callback to IDE bus.
Gleb Natapov
1
-0
/
+13
2010-12-11
Store IDE bus id in IDEBus structure for easy access.
Gleb Natapov
6
-9
/
+11
2010-12-11
Add get_fw_dev_path callback to ISA bus in qdev.
Gleb Natapov
1
-0
/
+16
2010-12-11
Keep track of ISA ports ISA device is using in qdev.
Gleb Natapov
13
-0
/
+57
2010-12-11
Introduce new BusInfo callback get_fw_dev_path.
Gleb Natapov
1
-0
/
+7
2010-12-11
Introduce fw_name field to DeviceInfo structure.
Gleb Natapov
11
-0
/
+16
2010-12-11
monitor: implement x86 info mem for PAE and long modes
Blue Swirl
1
-12
/
+164
2010-12-11
monitor: implement x86 info tlb for PAE and long modes
Blue Swirl
1
-11
/
+140
2010-12-11
wdt_i6300esb: register a reset function
Bernhard Kohl
1
-18
/
+21
2010-12-11
isa-bus.c: use hw_error instead of fprintf
Tristan Gingold
1
-7
/
+4
2010-12-11
usb_ohci: Always use little endian
Alexander Graf
3
-11
/
+2
2010-12-11
isa_mmio: Always use little endian
Alexander Graf
14
-119
/
+36
2010-12-11
heathrow_pic: Declare as little endian
Alexander Graf
1
-3
/
+1
2010-12-11
rtl8139: Declare as little endian
Alexander Graf
3
-16
/
+2
2010-12-11
openpic: Replace explicit byte swap with endian hints
Alexander Graf
1
-21
/
+2
2010-12-11
ppc4xx_pci: Declare as little endian
Alexander Graf
1
-15
/
+2
2010-12-11
versatile_pci: Declare as little endian
Alexander Graf
1
-13
/
+1
2010-12-11
prep: Declare as little endian
Alexander Graf
1
-35
/
+3
2010-12-11
e1000: Make little endian
Alexander Graf
3
-10
/
+3
2010-12-11
uninorth: Get rid of bswap
Alexander Graf
1
-4
/
+2
2010-12-11
pci-host: Delegate bswap to mmio layer
Alexander Graf
6
-101
/
+46
2010-12-11
dbdma: Make little endian
Alexander Graf
1
-4
/
+1
2010-12-11
Make simple io mem handler endian aware
Alexander Graf
5
-10
/
+17
2010-12-11
Add endianness as io mem parameter
Alexander Graf
154
-262
/
+446
2010-12-11
exec: introduce endianness swapped mmio
Alexander Graf
2
-3
/
+128
2010-12-10
noaudio: fix return value for read()
Michael Walle
1
-1
/
+1
2010-12-08
ppc: kvm: fix signedness warning
Alexander Graf
1
-1
/
+1
2010-12-05
Speedup 'tb_find_slow' by using the same heuristic as during memory page lookup
Kirill Batuzov
1
-0
/
+6
2010-12-04
Remove unused spin_trylock() function
Peter Maydell
1
-10
/
+0
2010-12-04
darwin-user: Use GCC_FMT_ATTR (format checking)
Stefan Weil
2
-2
/
+2
2010-12-04
audio: Use GCC_FMT_ATTR (format checking)
Stefan Weil
1
-1
/
+2
2010-12-04
target-sparc: Use fprintf_function (format checking)
Stefan Weil
1
-2
/
+2
2010-12-04
*-dis: Replace fprintf_ftype by fprintf_function (format checking)
Stefan Weil
7
-30
/
+19
2010-12-04
Fix mingw32 and OpenBSD warnings
Blue Swirl
1
-1
/
+1
2010-12-04
Merge branch 'linux-user-for-upstream' of git://gitorious.org/qemu-maemo/qemu
Edgar E. Iglesias
14
-95
/
+292
2010-12-03
exec: Remove debugging fprintf() that slipped into qemu_ram_alloc_from_ptr()
Stefan Hajnoczi
1
-1
/
+0
2010-12-03
linux-user: fix mips and ppc to use UID16
Martin Mohring
3
-35
/
+35
2010-12-03
update binfmt conf
Riku Voipio
1
-2
/
+6
2010-12-03
linux-user: fix compiler error on nptl
Riku Voipio
1
-1
/
+2
2010-12-03
ARM: linux-user: Restore iWMMXT state from ucontext on sigreturn
Peter Maydell
1
-0
/
+30
[next]