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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2012-07-26
scsi-disk: parse MODE SELECT commands and parameters
Paolo Bonzini
3
-11
/
+169
2012-07-26
scsi-disk: fix changeable values for MODE_PAGE_R_W_ERROR
Paolo Bonzini
1
-0
/
+3
2012-07-26
scsi-disk: adjust offsets in MODE SENSE by 2
Paolo Bonzini
1
-66
/
+74
2012-07-26
scsi-disk: support emulated TO_DEV requests
Paolo Bonzini
1
-8
/
+28
2012-07-26
scsi-disk: separate read_data/write_data implementation for emulate_reqops
Paolo Bonzini
1
-11
/
+25
2012-07-26
scsi-disk: split scsi-disk reqops
Paolo Bonzini
1
-68
/
+123
2012-07-26
scsi-disk: move all non-DMA commands to scsi_disk_emulate_command
Paolo Bonzini
1
-86
/
+66
2012-07-26
scsi-disk: make discard asynchronous
Paolo Bonzini
1
-12
/
+10
2012-07-26
scsi-disk: let the user customize vendor and product name
Dmitry Fleytman
1
-10
/
+21
2012-07-26
cutils: add strpadcpy()
Dmitry Fleytman
2
-0
/
+8
2012-07-26
scsi-block: remove properties that are not relevant for passthrough
Paolo Bonzini
1
-1
/
+1
2012-07-26
lsi: avoid redundant tests of s->current != NULL
Paolo Bonzini
1
-2
/
+3
2012-07-26
lsi: introduce lsi_request_free
Paolo Bonzini
1
-15
/
+16
2012-07-26
lsi: use qdev_reset_all
Paolo Bonzini
1
-12
/
+3
2012-07-26
megasas: fix misuse of scsi_req_abort
Paolo Bonzini
1
-1
/
+1
2012-07-26
megasas: Replace trace_megasas_dcmd_dump_frame()
Hannes Reinecke
2
-30
/
+11
2012-07-23
Merge remote-tracking branch 'stefanha/net' into staging
Anthony Liguori
60
-771
/
+1352
2012-07-23
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
9
-85
/
+83
2012-07-23
Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging
Anthony Liguori
11
-16
/
+456
2012-07-23
Merge remote-tracking branch 'stefanha/tracing' into staging
Anthony Liguori
6
-196
/
+340
2012-07-23
remove unused QemuOpts parameter from net init functions
Laszlo Ersek
12
-38
/
+32
2012-07-23
convert net_init_bridge() to NetClientOptions
Laszlo Ersek
1
-11
/
+12
2012-07-23
convert net_init_tap() to NetClientOptions
Laszlo Ersek
8
-70
/
+71
2012-07-23
convert net_init_vde() to NetClientOptions
Laszlo Ersek
1
-10
/
+7
2012-07-23
convert net_init_socket() to NetClientOptions
Laszlo Ersek
1
-76
/
+43
2012-07-23
convert net_init_slirp() to NetClientOptions
Laszlo Ersek
1
-68
/
+25
2012-07-23
convert net_init_dump() to NetClientOptions
Laszlo Ersek
1
-4
/
+17
2012-07-23
convert net_init_nic() to NetClientOptions
Laszlo Ersek
1
-17
/
+22
2012-07-23
convert net_client_init() to OptsVisitor
Laszlo Ersek
12
-346
/
+127
2012-07-23
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
Laszlo Ersek
34
-83
/
+71
2012-07-23
qapi schema: add Netdev types
Laszlo Ersek
1
-0
/
+278
2012-07-23
qapi schema: remove trailing whitespace
Laszlo Ersek
1
-5
/
+5
2012-07-23
qapi: introduce OptsVisitor
Laszlo Ersek
3
-1
/
+459
2012-07-23
expose QemuOpt and QemuOpts struct definitions to interested parties
Laszlo Ersek
2
-23
/
+54
2012-07-23
qapi: introduce "size" type
Laszlo Ersek
3
-0
/
+12
2012-07-23
qapi: generate C types for fixed-width integers
Laszlo Ersek
1
-0
/
+4
2012-07-23
qapi: add test case for deallocating traversal of incomplete structure
Laszlo Ersek
1
-0
/
+42
2012-07-23
qapi: fix error propagation
Paolo Bonzini
6
-70
/
+121
2012-07-23
MAINTAINERS: Replace net maintainer Mark McLoughlin with Stefan Hajnoczi
Stefan Hajnoczi
1
-1
/
+2
2012-07-21
Fix some more Qemus in documentation and help text
Stefan Weil
2
-3
/
+3
2012-07-21
qdev: Fix Open Firmware comment
Stefan Weil
1
-6
/
+5
2012-07-21
cpus.c: Make all_cpu_threads_idle() static
Peter Maydell
2
-27
/
+26
2012-07-21
Use macro QEMU_PACKED for new packed structures
Stefan Weil
2
-47
/
+47
2012-07-21
Recognize PCID feature
Mao, Junjie
1
-1
/
+1
2012-07-21
powerpc pci: fixed packing of ranges[]
Alexey Kardashevskiy
1
-1
/
+1
2012-07-20
exynos4210: add Exynos4210 i2c implementation
Mitsyanko Igor
4
-1
/
+365
2012-07-20
hw/exynos4210_rtc.c: remove unnecessary code
Oleg Ogurtsov
1
-4
/
+1
2012-07-20
hw/exynos4210_rtc.c: Fix calculating for value of year
Oleg Ogurtsov
1
-1
/
+1
2012-07-20
hw/vexpress.c: Allow >4GB of RAM for Cortex-A15 daughterboard
Peter Maydell
1
-3
/
+10
2012-07-20
hw/arm_boot.c: Support DTBs which use 64 bit addresses
Peter Maydell
1
-3
/
+32
[next]