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
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-27
i2c: rename i2c_slave -> I2CSlave
Anthony Liguori
15
-86
/
+88
2012-01-27
ssi: convert to QEMU Object Model
Anthony Liguori
10
-70
/
+150
2012-01-27
ccid: convert to QEMU Object Model
Anthony Liguori
4
-49
/
+109
2012-01-27
usb: convert to QEMU Object Model
Anthony Liguori
14
-263
/
+469
2012-01-27
isa: pic: convert to QEMU Object Model
Anthony Liguori
28
-192
/
+390
2012-01-27
qdev: prepare source tree for code conversion
Anthony Liguori
15
-312
/
+304
2012-01-27
qdev: add class_init to DeviceInfo
Anthony Liguori
2
-0
/
+9
2012-01-27
qdev: add a interface to register subclasses
Anthony Liguori
2
-2
/
+8
2012-01-27
qdev: use a wrapper to access reset and promote reset to a class method
Anthony Liguori
4
-9
/
+27
2012-01-27
qdev: don't access name through info
Anthony Liguori
28
-44
/
+44
2012-01-27
qdev: move qdev->info to class
Anthony Liguori
33
-93
/
+119
2012-01-27
qdev: integrate with QEMU Object Model (v2)
Anthony Liguori
2
-2
/
+35
2012-01-27
pci: call reset unconditionally
Anthony Liguori
1
-5
/
+2
2012-01-27
openpic: remove dead code to make a PCI device version
Anthony Liguori
3
-29
/
+5
2012-01-27
macio: convert to qdev
Anthony Liguori
1
-13
/
+30
2012-01-27
Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging
Anthony Liguori
5
-17
/
+860
2012-01-27
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2
-9
/
+3
2012-01-27
pcnet: Preserve link state across device reset
Jan Kiszka
1
-1
/
+2
2012-01-27
e1000: Preserve link state across device reset
Jan Kiszka
1
-0
/
+5
2012-01-27
qdev-property: Make bit property parsing stricter
Jan Kiszka
1
-2
/
+2
2012-01-26
scsi: Guard against buflen exceeding req->cmd.xfer in scsi_disk_emulate_command
Thomas Higdon
1
-9
/
+1
2012-01-26
virtio-blk: add virtio_blk_handle_read trace event
Stefan Hajnoczi
1
-0
/
+2
2012-01-26
arm: SoC model for Calxeda Highbank
Rob Herring
1
-0
/
+330
2012-01-26
arm_boot: support board IDs more than 16 bits wide
Peter Maydell
1
-6
/
+5
2012-01-26
arm: add secondary cpu boot callbacks to arm_boot.c
Mark Langsdorf
2
-11
/
+60
2012-01-26
ahci: add support for non-PCI based controllers
Rob Herring
1
-0
/
+44
2012-01-26
Add xgmac ethernet model
Rob Herring
1
-0
/
+421
2012-01-25
vga: compile cirrus_vga in hwlib
Blue Swirl
1
-3
/
+0
2012-01-25
memory: change dirty setting APIs to take a size
Blue Swirl
6
-37
/
+17
2012-01-23
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
22
-582
/
+1423
2012-01-23
Merge remote-tracking branch 'afaerber/prep-up' into staging
Anthony Liguori
6
-135
/
+547
2012-01-23
e1000: bounds packet size against buffer size
Anthony Liguori
1
-0
/
+3
2012-01-22
sga: fix copypasta
Blue Swirl
1
-2
/
+2
2012-01-22
vga: make Cirrus ISA device optional
Blue Swirl
3
-14
/
+30
2012-01-22
vga: improve VGA logic
Blue Swirl
11
-47
/
+10
2012-01-21
grackle_pci: Clean up qdev names
Andreas Färber
1
-5
/
+12
2012-01-21
PPC: Pseries: Check for PCI boundaries
Alexander Graf
1
-4
/
+23
2012-01-21
pseries: SLOF PCI flag day
Benjamin Herrenschmidt
2
-166
/
+103
2012-01-21
pseries: Use correct dispatcher for PCI config space accesses
David Gibson
1
-4
/
+4
2012-01-21
pseries: Support PCI extended config space in RTAS calls
Benjamin Herrenschmidt
1
-4
/
+10
2012-01-21
Correct types in bmdma_addr_{read,write}
David Gibson
1
-2
/
+2
2012-01-21
load_image_targphys() should enforce the max size
Benjamin Herrenschmidt
1
-1
/
+5
2012-01-21
virtio: change memcpy to guest reads
Alexander Graf
1
-6
/
+6
2012-01-21
virtio-pci: Fix endianness of virtio config
Benjamin Herrenschmidt
1
-2
/
+26
2012-01-21
PPC: Bamboo: Integrate SoC instatiation, use qdev for PCI
Alexander Graf
1
-83
/
+60
2012-01-21
PPC: Bamboo: fold ppc440.c and ppc440_bamboo.c into a single file
Alexander Graf
4
-130
/
+89
2012-01-21
PPC: 4xx: Qdevify the 440 PCI host controller
Alexander Graf
2
-60
/
+74
2012-01-21
PPC: bamboo: fix whitespace
Alexander Graf
1
-3
/
+3
2012-01-21
PPC: bamboo: remove old machine descriptions
Alexander Graf
1
-21
/
+1
2012-01-21
PPC: 440: Default to 440EP CPU
Alexander Graf
1
-1
/
+1
[next]