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-05-17
use qemu_free() instead of free()
Bruce Rogers
1
-1
/
+1
2010-05-17
block/vdi: Fix image opening and creation for odd disk sizes
Stefan Weil
1
-7
/
+16
2010-05-17
dmg: use qemu block API
Christoph Hellwig
1
-30
/
+26
2010-05-17
dmg: use pread
Christoph Hellwig
1
-37
/
+51
2010-05-17
dmg: fix reading of uncompressed chunks
Christoph Hellwig
1
-1
/
+2
2010-05-17
block/vpc: Fix conversion from size to disk geometry
Stefan Weil
1
-9
/
+12
2010-05-17
parallels: use qemu block API
Christoph Hellwig
1
-18
/
+6
2010-05-17
parallels: use pread
Christoph Hellwig
1
-22
/
+11
2010-05-17
block/vdi: Allow disk images of size 0
Stefan Weil
1
-2
/
+7
2010-05-17
block: Fix bdrv_commit
Kevin Wolf
1
-3
/
+3
2010-05-17
block: Fix protocol detection for Windows devices
Kevin Wolf
1
-4
/
+6
2010-05-17
block: Avoid unchecked casts for AIOCBs
Kevin Wolf
5
-6
/
+7
2010-05-17
bochs: use qemu block API
Christoph Hellwig
1
-21
/
+9
2010-05-17
bochs: use pread
Christoph Hellwig
1
-43
/
+20
2010-05-17
ide: Fix ide_dma_cancel
Kevin Wolf
1
-4
/
+4
2010-05-17
cloop: use qemu block API
Christoph Hellwig
1
-14
/
+12
2010-05-17
cloop: use pread
Christoph Hellwig
1
-15
/
+17
2010-05-17
qemu-nbd: Improve error reporting
Ryota Ozaki
1
-10
/
+24
2010-05-17
block: Remove semicolon in BDRV_SECTOR_MASK macro
Stefan Hajnoczi
1
-1
/
+1
2010-05-16
sparc: move DT and QT defines to op_helper.c
Blue Swirl
2
-5
/
+5
2010-05-16
sparc64: fix TT_WOTHER value
Igor V. Kovalenko
1
-1
/
+1
2010-05-16
sparc64: fix mmu demap operand typo
Igor V. Kovalenko
1
-2
/
+2
2010-05-15
Update to a hopefully more future proof FSF address
Blue Swirl
3
-10
/
+8
2010-05-15
Trim unnecessary includes
Blue Swirl
4
-11
/
+0
2010-05-15
mc146818rtc: remove #ifdef DEBUG_CMOS.
Isaku Yamahata
1
-8
/
+10
2010-05-15
apm: remove #ifdef DEBUG.
Isaku Yamahata
1
-6
/
+8
2010-05-15
acpi_piix4: remove #ifdef DEBUG.
Isaku Yamahata
1
-37
/
+18
2010-05-15
pm_smbus: remove #ifdef DEBUG.
Isaku Yamahata
1
-9
/
+12
2010-05-15
pci hotadd, acpi_piix4: remove global variables
Isaku Yamahata
3
-43
/
+48
2010-05-15
pci hotplug: add argument to pci hot plug callback.
Isaku Yamahata
3
-8
/
+10
2010-05-15
acpi_piix4: qdevfy.
Isaku Yamahata
1
-15
/
+46
2010-05-15
rtc: make rtc_xxx accept/return ISADevice instead of RTCState.
Isaku Yamahata
9
-26
/
+34
2010-05-15
pc: move rtc declarations from pc.h into a dedicated header file.
Isaku Yamahata
2
-8
/
+11
2010-05-15
pc: split out piix specific part from pc.c into pc_piix.c
Isaku Yamahata
5
-327
/
+381
2010-05-15
pc: split out pci device init from pc_init1() into pc_pci_device_init()
Isaku Yamahata
1
-7
/
+12
2010-05-15
pc: split out basic device init from pc_init1() into pc_basic_device_init()
Isaku Yamahata
1
-38
/
+48
2010-05-15
pc: split out vga initialization from pc_init1() into pc_vga_init().
Isaku Yamahata
1
-18
/
+23
2010-05-15
pc: split out memory allocation from pc_init1() into pc_memory_init()
Isaku Yamahata
1
-28
/
+45
2010-05-15
pc: split out cpu initialization from pc_init1() into pc_cpus_init().
Isaku Yamahata
1
-12
/
+19
2010-05-15
pc: make pc_init1() not refer ferr_irq directly.
Isaku Yamahata
2
-1
/
+9
2010-05-15
pc: introduce a function to allocate cpu irq.
Isaku Yamahata
1
-1
/
+6
2010-05-15
pc: remove global variable rtc_state by using qemu_irq.
Isaku Yamahata
1
-9
/
+7
2010-05-15
pc: remove a global variable, floppy_controller.
Isaku Yamahata
1
-3
/
+5
2010-05-15
pc: make an unnecessary global variable, pit, local.
Isaku Yamahata
1
-1
/
+1
2010-05-15
pc, i440fx: Make smm enable/disable function i440fx independent.
Isaku Yamahata
3
-5
/
+22
2010-05-15
pc: initialize ioapic before use.
Isaku Yamahata
1
-3
/
+3
2010-05-15
acpi: split acpi.c into the common part and the piix4 part.
Isaku Yamahata
3
-564
/
+585
2010-05-15
acpi: add acpi constants from linux header files and use them.
Isaku Yamahata
2
-31
/
+103
2010-05-15
acpi: split out apm register emulation from acpi.c
Isaku Yamahata
4
-45
/
+127
2010-05-15
acpi: split out piix4 smbus routines from acpi.c into pm_smbus.c
Isaku Yamahata
4
-156
/
+209
[next]