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-07-11
pci: don't overwrite multi functio bit in pci header type.
Isaku Yamahata
20
-24
/
+0
2010-07-11
pci: insert assert that auto-assigned-address function is single function dev...
Isaku Yamahata
2
-1
/
+3
2010-07-11
pci: use PCI_DEVFN() where appropriate.
Isaku Yamahata
4
-9
/
+10
2010-07-11
target-mips: add loongson 2E & 2F integer instructions
Aurelien Jarno
1
-0
/
+271
2010-07-07
Fix warning about uninitialized variable
Blue Swirl
1
-1
/
+1
2010-07-07
sheepdog: fix compile error on systems without TCP_CORK
MORITA Kazutaka
1
-1
/
+1
2010-07-06
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
27
-141
/
+2308
2010-07-06
ramblocks: No more being lazy about duplicate names
Alex Williamson
2
-12
/
+6
2010-07-06
pci: Free the space allocated for the option rom on removal
Alex Williamson
1
-0
/
+11
2010-07-06
qemu_ram_free: Implement it
Alex Williamson
2
-4
/
+61
2010-07-06
savevm: Create a new continue flag to avoid resending block name
Alex Williamson
1
-44
/
+50
2010-07-06
savevm: Use RAM blocks for basis of migration
Alex Williamson
1
-25
/
+42
2010-07-06
savevm: Migrate RAM based on name/offset
Alex Williamson
2
-12
/
+108
2010-07-06
ramblocks: Make use of DeviceState pointer and BusInfo.get_dev_path
Alex Williamson
2
-2
/
+28
2010-07-06
qemu_ram_alloc: Add DeviceState and name parameters
Alex Williamson
49
-100
/
+133
2010-07-06
virtio-net: Incorporate a DeviceState pointer and let savevm track instances
Alex Williamson
1
-3
/
+4
2010-07-06
eepro100: Add a dev field to eeprom new/free functions
Alex Williamson
3
-8
/
+8
2010-07-06
savevm: Make use of DeviceState
Alex Williamson
1
-5
/
+79
2010-07-06
savevm: Add DeviceState param
Alex Williamson
85
-138
/
+163
2010-07-06
pci: Implement BusInfo.get_dev_path()
Alex Williamson
1
-0
/
+14
2010-07-06
qdev: Add a get_dev_path() function to BusInfo
Alex Williamson
1
-0
/
+3
2010-07-06
pc: Allocate all ram in a single qemu_ram_alloc()
Alex Williamson
1
-13
/
+9
2010-07-06
Remove uses of ram.last_offset (aka last_ram_offset)
Alex Williamson
3
-13
/
+30
2010-07-06
make rtc alatm work
Gleb Natapov
1
-4
/
+3
2010-07-06
scsi: Fix SCSI bus reset
Jan Kiszka
1
-2
/
+13
2010-07-06
Fix io-thread build breakage of a88790a14f
Jan Kiszka
1
-0
/
+1
2010-07-06
block: add sheepdog driver for distributed storage support
MORITA Kazutaka
2
-1
/
+2037
2010-07-06
ide: Reject invalid CHS geometry
Markus Armbruster
1
-0
/
+12
2010-07-06
ide: Reject readonly drives unless CD-ROM
Markus Armbruster
1
-0
/
+5
2010-07-06
ide: Make ide_init_drive() return success
Markus Armbruster
3
-7
/
+14
2010-07-06
ide: Replace IDEState members is_cdrom, is_cf by drive_kind
Markus Armbruster
4
-24
/
+25
2010-07-06
ide: Improve error messages
Markus Armbruster
1
-4
/
+5
2010-07-06
scsi: Error locations for -drive if=scsi device initialization
Markus Armbruster
1
-0
/
+4
2010-07-06
error: New qemu_opts_loc_restore()
Markus Armbruster
2
-0
/
+6
2010-07-06
scsi: Reject unimplemented error actions
Markus Armbruster
2
-0
/
+14
2010-07-06
qdev: Don't hw_error() in qdev_init_nofail()
Markus Armbruster
1
-2
/
+4
2010-07-06
fdc: Reject unimplemented error actions
Markus Armbruster
1
-6
/
+16
2010-07-06
raw-posix: Fix test for host CD-ROM
Markus Armbruster
1
-11
/
+6
2010-07-06
block migration: Fix test for read-only drive
Markus Armbruster
1
-1
/
+1
2010-07-06
blockdev: Clean up how readonly persists across virtual media change
Markus Armbruster
1
-1
/
+1
2010-07-06
Add virtio disk identification support
john cooper
2
-0
/
+17
2010-07-06
qcow2/vdi: Change check to distinguish error cases
Kevin Wolf
6
-67
/
+79
2010-07-06
qemu-img check: Distinguish different kinds of errors
Kevin Wolf
3
-19
/
+64
2010-07-06
Include sys/mman.h before qemu-options.h
Jes Sorensen
1
-0
/
+2
2010-07-06
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
34
-259
/
+606
2010-07-06
Merge remote branch 'qmp/for-anthony' into staging
Anthony Liguori
14
-212
/
+418
2010-07-05
cris: Avoid debug clobbering for both I & D MMU state.
Edgar E. Iglesias
3
-20
/
+10
2010-07-05
cris: Dont clobber the MMU state across calls to cpu_get_phys_page_debug.
Edgar E. Iglesias
1
-0
/
+17
2010-07-05
cris: Break out rand LFSR update into a separate func.
Edgar E. Iglesias
1
-8
/
+13
2010-07-03
piix4: compile only once
Blue Swirl
6
-1
/
+8
[prev]
[next]