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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-26
arm: vgic device control api support
Christoffer Dall
1
-0
/
+1
2014-02-26
kvm: Common device control API functions
Christoffer Dall
1
-0
/
+22
2014-02-26
kvm: Introduce kvm_arch_irqchip_create
Christoffer Dall
1
-0
/
+12
2014-02-26
xilinx: Delete hw/include/xilinx.h
Peter Crosthwaite
1
-10
/
+0
2014-02-26
xilinx: Inline usages of xilinx_axi*_init()
Peter Crosthwaite
1
-33
/
+0
2014-02-26
xilinx: Inline usage of xilinx_ethlite_create()
Peter Crosthwaite
1
-19
/
+0
2014-02-26
xilinx: Inline usages of xilinx_timer_create()
Peter Crosthwaite
1
-15
/
+0
2014-02-26
xilinx: Inline usages of xilinx_intc_create()
Peter Crosthwaite
1
-13
/
+0
2014-02-25
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
5
-12
/
+13
2014-02-24
Merge remote-tracking branch 'remotes/sstabellini/xen-140220' into staging
Peter Maydell
1
-0
/
+1
2014-02-24
Merge remote-tracking branch 'remotes/bonzini/configure' into staging
Peter Maydell
3
-2
/
+32
2014-02-21
quorum: Add quorum mechanism.
Benoît Canet
1
-0
/
+2
2014-02-21
blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify.
Benoît Canet
1
-0
/
+2
2014-02-21
qemu-option: has_help_option() and is_valid_option_list()
Kevin Wolf
1
-0
/
+2
2014-02-21
nbd: move socket wrappers to qemu-nbd
Paolo Bonzini
1
-4
/
+0
2014-02-21
nbd: inline tcp_socket_incoming_spec into sole caller
Paolo Bonzini
1
-1
/
+0
2014-02-21
nbd: correctly propagate errors
Paolo Bonzini
1
-1
/
+0
2014-02-21
block: Remove bdrv_open_image()'s force_raw option
Max Reitz
1
-1
/
+1
2014-02-21
block: Make bdrv_file_open() static
Max Reitz
1
-3
/
+3
2014-02-21
block: Add reference parameter to bdrv_open()
Max Reitz
1
-2
/
+3
2014-02-21
block: Change BDS parameter of bdrv_open() to **
Max Reitz
1
-1
/
+1
2014-02-21
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140220'...
Peter Maydell
1
-0
/
+3
2014-02-20
Call pci_piix3_xen_ide_unplug from unplug_disks
Stefano Stabellini
1
-0
/
+1
2014-02-20
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-3' into staging
Peter Maydell
1
-0
/
+5
2014-02-20
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
19
-62
/
+123
2014-02-20
module: implement module loading
Fam Zheng
1
-1
/
+22
2014-02-20
util: Split out exec_dir from os_find_datadir
Fam Zheng
2
-1
/
+10
2014-02-20
softfloat: Support halving the result of muladd operation
Peter Maydell
1
-0
/
+3
2014-02-18
usb: Remove magic constants from device bmAttributes
Pantelis Koukousoulas
1
-0
/
+5
2014-02-15
net: declare struct iovec in checksum.h to fix compiler warning
Michael Tokarev
1
-0
/
+1
2014-02-14
qdev: Add enum property types to QAPI schema
Paolo Bonzini
2
-14
/
+0
2014-02-14
qdev: Remove hex8/32/64 property types
Paolo Bonzini
2
-10
/
+1
2014-02-14
qapi: Add human mode to StringOutputVisitor
Paolo Bonzini
2
-2
/
+3
2014-02-14
qdev: Inline qdev_prop_parse()
Paolo Bonzini
1
-2
/
+0
2014-02-14
qdev: Legacy properties are now read-only
Paolo Bonzini
1
-1
/
+0
2014-02-14
qtest: Don't segfault with invalid -qtest option
Fam Zheng
1
-1
/
+2
2014-02-14
ipack: Move IndustryPack out of hw/char/
Andreas Färber
1
-0
/
+87
2014-02-14
i2c: Drop FROM_I2C_SLAVE() macro
Andreas Färber
1
-2
/
+0
2014-02-14
i2c: Rename i2c_bus to I2CBus
Andreas Färber
10
-29
/
+29
2014-02-13
qtest: don't report signals if qtest driver enabled
Michael S. Tsirkin
1
-0
/
+2
2014-02-13
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
10
-22
/
+126
2014-02-11
exec: Make cpu_physical_memory_write_rom input an AS
Edgar E. Iglesias
1
-1
/
+1
2014-02-11
exec: Make stb_phys input an AddressSpace
Edgar E. Iglesias
1
-1
/
+1
2014-02-11
exec: Make stw_*_phys input an AddressSpace
Edgar E. Iglesias
1
-3
/
+3
2014-02-11
exec: Make stl_phys_notdirty input an AddressSpace
Edgar E. Iglesias
1
-1
/
+1
2014-02-11
exec: Make stl_*_phys input an AddressSpace
Edgar E. Iglesias
2
-4
/
+4
2014-02-11
exec: Make stq_*_phys input an AddressSpace
Edgar E. Iglesias
1
-3
/
+3
2014-02-11
exec: Make lduw_*_phys input an AddressSpace
Edgar E. Iglesias
1
-3
/
+3
2014-02-11
exec: Make ldq/ldub_*_phys input an AddressSpace
Edgar E. Iglesias
1
-4
/
+4
2014-02-11
exec: Make ldl_*_phys input an AddressSpace
Edgar E. Iglesias
2
-4
/
+4
[next]