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
2011-12-22
qemu-nbd: remove offset argument to nbd_trip
Paolo Bonzini
3
-8
/
+5
2011-12-22
Update ioctl order in nbd_init() to detect EBUSY
Chunyan Liu
1
-18
/
+9
2011-12-22
nbd: add support for NBD_CMD_TRIM
Paolo Bonzini
2
-2
/
+38
2011-12-22
nbd: add support for NBD_CMD_FLUSH
Paolo Bonzini
2
-9
/
+51
2011-12-22
nbd: add support for NBD_CMD_FLAG_FUA
Paolo Bonzini
2
-2
/
+15
2011-12-22
nbd: fix error handling in the server
Paolo Bonzini
1
-9
/
+12
2011-12-22
nbd: allow multiple in-flight requests
Paolo Bonzini
1
-13
/
+56
2011-12-22
nbd: split requests
Paolo Bonzini
1
-6
/
+46
2011-12-22
nbd: switch to asynchronous operation
Paolo Bonzini
2
-65
/
+131
2011-12-22
sheepdog: move coroutine send/recv function to generic code
Paolo Bonzini
5
-211
/
+260
2011-12-21
add qemu_send_full and qemu_recv_full
Paolo Bonzini
2
-0
/
+71
2011-12-21
sd: Remember to reset .expecting_acmd on reset.
Andrzej Zaborowski
1
-0
/
+1
2011-12-21
hw/sd.c: Clear status bits when read via response r6
Peter Maydell
1
-0
/
+1
2011-12-21
hw/sd.c: Correct handling of APP_CMD status bit
Peter Maydell
1
-7
/
+17
2011-12-21
hw/sd.c: Correct handling of type B SD status bits
Peter Maydell
1
-19
/
+25
2011-12-21
hw/sd.c: Set ILLEGAL_COMMAND for ACMDs in invalid state
Peter Maydell
1
-1
/
+1
2011-12-21
hw/sd.c: Handle CRC and locked-card errors in normal code path
Peter Maydell
1
-2
/
+5
2011-12-21
hw/sd.c: Handle illegal commands in sd_do_command
Peter Maydell
1
-14
/
+11
2011-12-21
hw/sd.c: When setting ADDRESS_ERROR bit, don't clear everything else
Peter Maydell
1
-2
/
+2
2011-12-21
hw/sd.c: On CRC error, set CRC error status bit rather than clearing it
Peter Maydell
1
-1
/
+1
2011-12-21
hw/sd.c: Add comment regarding CARD_STATUS_* defines
Peter Maydell
1
-0
/
+5
2011-12-21
hw/sd.c: Fix the set of commands which are failed when card is locked
Peter Maydell
1
-7
/
+22
2011-12-20
hw/sysbus.c: Remove unnecessary conditionals
Peter Maydell
1
-13
/
+5
2011-12-20
g_thread_init users: don't call it if glib >= 2.31
Alon Levy
3
-0
/
+15
2011-12-20
audio: remove unused parameter isa_pic
Hervé Poussineau
12
-19
/
+19
2011-12-20
isa: always use provided ISA bus in isa_bus_irqs()
Hervé Poussineau
1
-2
/
+4
2011-12-20
isa: always use provided ISA bus when creating an isa device
Hervé Poussineau
1
-6
/
+4
2011-12-20
malta: give ISA bus to ISA methods
Hervé Poussineau
3
-4
/
+4
2011-12-20
fulong2e: give ISA bus to ISA methods
Hervé Poussineau
3
-7
/
+5
2011-12-20
sun4u: give ISA bus to ISA methods
Hervé Poussineau
1
-2
/
+4
2011-12-20
alpha: give ISA bus to ISA methods
Hervé Poussineau
3
-8
/
+9
2011-12-20
pc: give ISA bus to ISA methods
Hervé Poussineau
3
-6
/
+7
2011-12-20
i8259: give ISA device to isa_register_ioport()
Hervé Poussineau
1
-2
/
+2
2011-12-20
isa: move ISABus structure definition to header file
Hervé Poussineau
2
-5
/
+6
2011-12-20
isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...
Hervé Poussineau
33
-145
/
+170
2011-12-20
net: store guest timestamp in dump file instead of time since guest startup
Hervé Poussineau
1
-1
/
+6
2011-12-20
net: truncate output file when using dump backend
Hervé Poussineau
1
-1
/
+1
2011-12-20
i440fx: remove piix3 field
Paolo Bonzini
1
-3
/
+0
2011-12-19
qdev: fix hotplug when no -device is specified
Anthony Liguori
3
-0
/
+16
2011-12-19
sysbus: remove sysbus_init_mmio_cb2
Benoît Canet
2
-21
/
+0
2011-12-19
ppce500_pci: remove sysbus_init_mmio_cb2 usage
Benoît Canet
1
-21
/
+6
2011-12-19
sh_pci: remove sysbus_init_mmio_cb2 usage
Benoît Canet
2
-27
/
+16
2011-12-19
qom: register qdev properties also as non-legacy properties
Paolo Bonzini
2
-7
/
+28
2011-12-19
qom: distinguish "legacy" property type name from QOM type name
Paolo Bonzini
3
-7
/
+15
2011-12-19
qom: introduce get/set methods for Property
Paolo Bonzini
3
-0
/
+399
2011-12-19
qom: introduce QERR_PROPERTY_VALUE_OUT_OF_RANGE
Paolo Bonzini
2
-0
/
+8
2011-12-19
qom: interpret the return value when setting legacy properties
Paolo Bonzini
3
-19
/
+29
2011-12-19
qom: push permission checks up into qdev_property_add_legacy
Paolo Bonzini
1
-27
/
+19
2011-12-19
qom: fix swapped parameters
Paolo Bonzini
1
-1
/
+1
2011-12-19
qapi: protect against NULL QObject in qmp_input_get_object
Paolo Bonzini
1
-4
/
+6
[next]