Activity

From 06/27/2010 to 07/26/2010

07/26/2010

04:05 pm Revision 7ed6184b: Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
02:39 pm Revision c98ac35d: block: Use error codes from lower levels for error message
"No such file or directory" is a misleading error message
when a user tries to open a file with wrong permissions.
C...
Stefan Weil
02:39 pm Revision 199630b6: Fix -snapshot deleting images on disk change
Block device change command did not copy BDRV_O_SNAPSHOT flag. Thus
the new image did not have this flag and the file...
Blue Swirl
02:39 pm Revision 6c6b6ba2: move 'unsafe' to end of caching modes in help
Libvirt parses qemu help output to determine qemu features. In particular
it probes for the following: "cache=writeth...
Bruce Rogers
02:39 pm Revision 9d0d3138: virtio-blk: Create exit function to unregister savevm
Otherwise we can't migrate after we've removed a virtio block device.
Signed-off-by: Alex Williamson <alex.williamso...
Alex Williamson
02:39 pm Revision b02bea3a: block migration: propagate return value when bdrv_write() returns < 0
Currently block_load() doesn't check return value of bdrv_write(), and
even the destination weren't prepared to execu...
Yoshiaki Tamura
02:39 pm Revision 253cb7b9: ide/atapi: add support for GET EVENT STATUS NOTIFICATION
The GET EVENT STATUS NOTIFICATION is a mandatory command according
to MMC-3, even if event status notification is not...
Aurelien Jarno
02:39 pm Revision 55459498: block: default to 0 minimal / optiomal I/O size
Currently we set them to 512 bytes unless manually specified. Unforuntaly
some brain-dead partitioning tools create ...
Christoph Hellwig

07/25/2010

10:03 pm Revision cdcf9153: etrax: Update ethernet mgm-ctrl reg on writes
Some SW drivers dont keep track of what they've written and
depend on the HW latching write contents for later
read+m...
Edgar E. Iglesias
06:04 pm Revision 728d803b: target-i386: use gen_update_cc_op()
This patch simplifies target-i386/translate.c a bit by replacing some
code with gen_update_cc_op()
Signed-off-by: Ju...
Jun Koi
06:03 pm Revision d092c108: Close socket file descriptor when qemu_accept fails
Signed-off-by: Shahar Havivi <shaharh@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Shahar Havivi
06:03 pm Revision 01cc7ac6: add cscope.* to .gitignore
we have "make cscope", therefore that makes sense to have cscope.* in
.gitignore.
Signed-off-by: Jun Koi <junkoi2004...
Jun Koi
05:59 pm Revision 08dc07a3: slirp: Remove declarations which are no longer needed
The previous patches replaced u_int8_t, u_int16_t, u_int32_t, u_int64_t
by standard int types from stdint.h,
so we ca...
Stefan Weil
05:59 pm Revision b6dce92e: slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types
There is no need to have a second set of integral types.
Replace them by the standard types from stdint.h.
Signed-of...
Stefan Weil
05:59 pm Revision 1fc3dc29: tests: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types
There is no need to have a second set of integral types.
Replace them by the standard types from stdint.h.
Signed-of...
Stefan Weil
05:59 pm Revision 2ee9fb48: block: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types
There is no need to have a second set of integral types.
Replace them by the standard types from stdint.h.
Signed-of...
Stefan Weil
05:54 pm Revision 5dc5d9f0: mips: more fixes to the MIPS interrupt glue logic
Commit 36388314febad3d7675ab919287f03733a560ff6 moved most of the
interrupt logic to cpu-exec.c. Remove the remaining...
Aurelien Jarno
01:09 am Revision a5efa644: microblaze: Remove unused members from the disas context
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@petalogix.com> Edgar E. Iglesias
12:25 am Revision 4b5ef0b5: microblaze: Speed up base + index addressing mode
Speed up reg + reg addressing mode when any of the regs is r0.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@peta...
Edgar E. Iglesias

07/24/2010

10:51 pm Revision b2565c69: microblaze: Use setcond for conditional branches
Use setcond for evaluating the condition for branches.
In the future, we could do better for branches without
delay s...
Edgar E. Iglesias
10:24 pm Revision 61204ce8: microblaze: Improve branch with small immediates
Slight improvements of conditional branches with small
immediate offsets.
Signed-off-by: Edgar E. Iglesias <edgar.ig...
Edgar E. Iglesias
03:42 pm Revision 04906034: remove dead code
this patch removes unused function cpu_restore_state_copy().
Signed-off-by: Jun Koi <junkoi2004@gmail.com>
Signed-of...
Jun Koi
03:34 pm Revision 5779406a: use symbol for DisasContext->is_jmp
This patch replaces constant value assigned for (DisasContext
*)->is_jmp with DISAS_TB_JUMP.
Signed-off-by: Jun Koi ...
Jun Koi
02:40 pm Revision 36388314: mips: Correct MIPS interrupt glue logic for icount
When hw interrupt pending bits in CP0_Cause are set, the CPU should
see the hw interrupt line as active. The CPU may ...
Edgar E. Iglesias

07/23/2010

10:30 am Revision b2178704: microblaze: Pass a ucontext * as 3rd sighandler arg
There is disagreement between microblaze glibc and the kernel
to what the third arg of signal handlers should point t...
Edgar E. Iglesias

07/22/2010

12:21 pm Revision 51a92333: pci_bridge: clean up: remove pci_{register, unregister}_secondary_bus()
Remove pci_{register, unregister}_secondary_bus() by open code.
They are old stype API and aren't used any more by ot...
Isaku Yamahata
12:21 pm Revision 7e98e3af: pci_bridge: rename PCIBridge::bus -> PCIBridge::sec_bus.
To avoid confusion of primary bus with secondary bus,
rename PCIBridge::bus to PCIBridge::sec_bus.
Signed-off-by: Is...
Isaku Yamahata
12:21 pm Revision 783753fd: pci/bridge: split out pci bridge code into pci_bridge.c from pci.c
Move pci bridge related code into pci_bridge.c from pci.c
for further enhancement. pci.c is big enough now, so split ...
Isaku Yamahata
06:52 am Revision e8637c90: scsi: Dequeue requests before invoking completion callback
The request completion callback of the LSI controller may start the next
request that can use the same tag as the com...
Jan Kiszka
06:52 am Revision 9651ac55: e1000: Fix wrong microwire EEPROM state initialization
This change fixes initialization of e1000's microwire EEPROM internal
state values so that qemu's e1000 emulation wor...
Izumi Tsutsui
06:52 am Revision 24ab68ac: Declare code_gen_ptr, code_gen_max_blocks 'static'
Both values are only used in exec.c, so there is no need
to make them globally available.
Signed-off-by: Stefan Weil...
Stefan Weil
06:52 am Revision f8ca7b43: Init qemu_system_cond
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Marcelo...
Jan Kiszka
06:52 am Revision 472fb0c4: Rename tcg_cpu_exec and tcg_has_work
These functions are also used for kvm under !CONFIG_IOTHREAD, having
'tcg' in their name is just misleading.
Signed-...
Jan Kiszka
06:52 am Revision b0052d15: Fix cpu_unlink_tb race
If a signal hit after the env->exit_request check but before cpu_exec
updated env->current_tb, cpu_unlink_tb called f...
Jan Kiszka
06:52 am Revision 3c638d06: Rework debug exception processing for gdb use
Guest debugging is currently broken under CONFIG_IOTHREAD. The reason is
inconsistent or even lacking signaling the d...
Jan Kiszka
06:52 am Revision c629a4bc: Fix cpu_exit for tcp_cpu_exec
If a cpu_exit request is pending, ensure that we leave the CPU loop
quickly. For this purpose, keep the global exit_r...
Jan Kiszka
06:52 am Revision 6cabe1f3: Fix qemu_wait_io_event processing in io-thread mode
When checking for I/O events in the tcg CPU loop, make sure that we
call qemu_wait_io_event_common for all CPUs, not ...
Jan Kiszka
06:52 am Revision 345f4426: Drop redundant global cur_cpu variable
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Marcelo...
Jan Kiszka
06:52 am Revision 1e29a009: virtio-serial: Fix compat property name
Starting with qemu -M pc-0.12 -device virtio-serial
results in
-device virtio-serial: Property 'virtio-serial-pci.m...
Amit Shah
06:52 am Revision 6d1db8c3: linux-user: display cpu list.
As it is done for qemu-system with "-cpu ?", when cpu_list_id() is missing
for a target, call cpu_list() instead.
Si...
Laurent Vivier
06:52 am Revision 1d93f0f0: Introduce proper compiler barrier
Define barrier() as optimization barrier and replace (potentially
unreliable) asm("") fences.
Signed-off-by: Jan Kis...
Jan Kiszka

07/21/2010

12:12 am Revision 9a62fb24: Sparc32: reserve addresses for unimplemented devices on SS-20
Use empty_slot to reserve addresses for several unimplemented devices so they won't fault.
- BPP (parallel port), DB...
Bob Breuer

07/19/2010

02:20 pm Revision cfb0a50a: pci: move out pci internal structures, PCIBus, PCIBridge, and pci_bus_info.
move out pci internal structures, PCIBus, PCIBridge and pci_bus_info into
private header file, pci_internals.h.
This ...
Isaku Yamahata
02:20 pm Revision d154e0ba: vhost: fix miration during device start
We need to know ring layout to allocate log buffer.
So init rings first.
Also fixes a theoretical memory-leak-on-err...
Michael S. Tsirkin
01:49 pm Revision 55e8d1ce: e1000: secrc support
Add support for secrc field. Reportedly needed by old RHEL guests.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Michael S. Tsirkin
01:49 pm Revision b0b90007: e1000: fix access 4 bytes beyond buffer end
We do range check for size, and get size as buffer,
but copy size + 4 bytes (4 is for FCS).
Let's copy size bytes but...
Michael S. Tsirkin
01:33 am Revision 488243b0: target-ppc: fix power mode checking on 7400/7410
Only the PowerPC 7440/7450 family don't support DOZE mode. PowerPC
7400 and 7410 support it.
Aurelien Jarno

07/17/2010

05:13 pm Revision 3fc00a7b: target-mips: fix xtlb exception for loongson
Loongson 2E and 2F use the same entry for xtlb and tlb exception, at
offset 0x000.
Signed-off-by: Aurelien Jarno <au...
Aurelien Jarno

07/16/2010

04:01 pm Revision 08218b35: Merge remote branch 'origin/master' into staging
Anthony Liguori

07/15/2010

04:32 pm Revision 187b4e08: microblaze: Correct signal frame setup.
Pass the context in r7.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Edgar E. Iglesias
04:19 pm Revision c84995c5: Merge remote branch 'origin/master' into staging
Anthony Liguori
04:17 pm Revision c7ba56c4: Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
04:17 pm Revision 79368c81: Make default invocation of block drivers safer (v3)
CVE-2008-2004 described a vulnerability in QEMU whereas a malicious user could
trick the block probing code into acce...
Anthony Liguori

07/14/2010

03:35 pm Revision fed61bbe: hw/bonito: remove incorrect pci_mem_base setting
This mistake makes PCI devices can't work correctly.
Signed-off-by: Huacai Chen <zltjiangshi@gmail.com>
Signed-off-b...
Huacai Chen

07/13/2010

10:13 pm Revision b7fdb3ab: qemu-options: add documentation for stdio signal=on|off
Commit 5989020bc11f8ba448d6fb79f4562f882a693d89 introduced a chardev
option to disable signals on stdio. Add the corr...
Aurelien Jarno
09:09 pm Revision 7c2f7260: Update OpenBIOS images
Update PPC, Sparc32 and Sparc64 OpenBIOS images to r821.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Aurelien Jarno
07:18 pm Revision 0bffbc6c: target-ppc: add vexptefp instruction
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Aurelien Jarno
07:18 pm Revision 8229c991: softfloat: add float32_exp2()
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Aurelien Jarno
06:48 pm Revision 5fb58b06: qemu-img: Fix copy+paste bug in documentation
Replace rebase by resize in documentation of resize command.
Cc: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Cc: K...
Stefan Weil
06:48 pm Revision 31f54f24: Block migration fail, ignore error from bdrv_getlength
When there is no block driver associate with BlockDriverState bdrv_getlength
returns -ENOMEDIUM that cause block migr...
Shahar Havivi
06:48 pm Revision d75d25e3: virtio-blk: Fix virtio-blk-s390 to require drive
Move the check from virtio_blk_init_pci(), where it protects only
virtio-blk-pci, to virtio_blk_init(). Without that...
Markus Armbruster
06:48 pm Revision 98f28ad7: ide scsi virtio-blk: Reject empty drives unless media is removable
Disks without media make no sense. For SCSI, a Linux guest kernel
complains during boot. I didn't try other combina...
Markus Armbruster
06:48 pm Revision ac0c14d7: virtio-pci: Check for virtio_blk_init() failure
It can't actually fail now, but the next commit will change that.
s390_virtio_blk_init() already checks for failure,...
Markus Armbruster
05:06 pm Revision fd11a78b: virtio-serial: Assert for virtio queue ready before virtqueue operations
In addition to the previous fix for calling do_flush_queued_data() only
when the virtqueue is ready, ensure do_flush_...
Amit Shah
05:06 pm Revision 6b611d3a: virtio-serial: Check if virtio queue is ready before consuming data
If a virtio-serial port is removed before the guest comes up and
initialises the virtqueues, qemu exits with the mess...
Amit Shah
05:06 pm Revision a03c54f1: virtio-9p: Avoid SEGV when log file couldn't be opened
While running in debug mode if 9P server is unable to open the log file
it results in a SEGV deep down in glibc:
Pro...
Sripathi Kodi
05:06 pm Revision bbe80adf: pc: Avoid registering zero sized memory
No need to call cpu_register_physical_memory() for a zero sized area.
Signed-off-by: Alex Williamson <alex.williamso...
Alex Williamson
04:56 pm Revision f077caa9: Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
04:55 pm Revision 8c929e1e: Update SeaBIOS
- 17d3e46 smbios: Allow all fields to be set via qemu_cfg_smbios_load_field()
- 0d6b8d5 seabios: pciinit: use pci de...
Anthony Liguori

07/12/2010

07:36 pm Revision aa5fb7b3: pci/multi function bit: fix vt82c686.c.
The file, vt82c686.c, was added after the change set of
b80d4a9887fa4b6cc63f8c3a13ab2a45054d3e5c and
fecb93c45c749a4c...
Isaku Yamahata
03:13 pm Revision d67eb20f: Merge branch 'master' into pci
Michael S. Tsirkin
11:20 am Revision 935fc175: target-sh4: Add support for ldc & stc with sgr
Add support for the following missing priviledged intructions:
For SH4:
- stc sgr, Rn
- stc.l sgr, @-Rn
For SH4A:
-...
Alexandre Courbot
11:20 am Revision 8e9b0678: target-sh4: Split the LDST macro into 2 sub-macros
The LDST macro is used to generate ldc and stc instructions that work with a
specific register. However, the SGR regi...
Alexandre Courbot

07/11/2010

11:31 pm Revision eb0557db: pci: fix bridge update
bridge config write should trigger updates
on the secondary bus. never on the primary bus.
Signed-off-by: Michael S....
Michael S. Tsirkin
11:31 pm Revision a213ff63: pci hotplug: make pci hotplug return value to caller
make pci hotplug callback return value to caller.
And when returning error, allocated resources are freed.
Signed-of...
Isaku Yamahata
11:31 pm Revision 279a4253: virtio-net: correct packet length math
We were requesting too much when checking buffer
length: size already includes host header length.
Further, we shoul...
Michael S. Tsirkin
11:15 pm Revision fdac1d99: rtl8139: address TODOs
Make rtl8139 spec compliant, fixing reset values
for command register.
Signed-off-by: Michael S. Tsirkin <mst@redhat...
Michael S. Tsirkin
11:15 pm Revision bd57ce8c: vmware_vga: fix reset value for command register
Make init value for this register match the spec.
BAR address is 0 at init, so enabling it
only works by chance.
Sig...
Michael S. Tsirkin
11:14 pm Revision f2b07c92: pci hotplug: make pci_device_hot_remove() static
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Mic...
Isaku Yamahata
11:14 pm Revision 9dd749aa: pcnet: address TODOs
pcnet enables memory/io on init, which
does not make sense as BAR values are wrong.
Signed-off-by: Michael S. Tsirki...
Michael S. Tsirkin
11:14 pm Revision 71ebd6dc: pci: fix pci_device_reset
Clear interrupt disable bit on reset, according to PCI spec.
Fix pci_device_reset() with 64bit BAR.
Signed-off-by: I...
Isaku Yamahata
08:33 pm Revision 1ddda5cd: AppleSMC device emulation
Intel Macs have a chip called the "AppleSMC" which they use to control
certain Apple specific parts of the hardware, ...
Alexander Graf
08:29 pm Revision 1f5c3f8c: Documentation: Fix spelling bugs
rewuired -> required
ths -> this
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Blue Swirl <b...
Stefan Weil
08:27 pm Revision e1a068b2: Makefile: Not every shell support {}
So interpret it by hand.
Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: Blue Swirl <bl...
Hidetoshi Seto
08:26 pm Revision ac46eb8b: Makefile: add fsdev/*.{o,d} to clean
There were fsdev/qemu-fsdev.{o,d} not removed at "make clean".
Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fuji...
Hidetoshi Seto
08:01 pm Revision 6eab3de1: pci: set PCI multi-function bit appropriately.
Set PCI multi-function bit according to multifunction property.
PCI address, devfn ,is exported to users as addr prop...
Isaku Yamahata
08:01 pm Revision fecb93c4: pci: set multifunction property for normal device.
use pci_create_simple_multifunction() for normal device which sets
multifunction bit.
At the moment, only pc_piix.c a...
Isaku Yamahata
08:01 pm Revision 7c7b829e: pci_bridge: make pci bridge aware of pci multi function bit.
make pci bridge aware of pci multi function property and let pci generic
code to set the bit.
Cc: Blue Swirl <blauwi...
Isaku Yamahata
08:00 pm Revision 49823868: pci: introduce multifunction property.
introduce multifunction property.
Also introduce new convenient device creation function which
will be used later.
F...
Isaku Yamahata
08:00 pm Revision f4594a3b: qdev: implement qdev_prop_set_bit().
implement qdev_prop_set_bit().
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Blue Swirl <bla...
Isaku Yamahata
08:00 pm Revision e327e323: pci: remove PCIDeviceInfo::header_type
replace PCIDeviceInfo::header_type with is_bridge
as suggested by Michael S. Tsirkin <mst@redhat.com>
Signed-off-by:...
Isaku Yamahata
08:00 pm Revision b80d4a98: pci: don't overwrite multi functio bit in pci header type.
Don't overwrite pci header type.
Otherwise, multi function bit which pci_init_header_type() sets
appropriately is los...
Isaku Yamahata
08:00 pm Revision 6fa84913: pci: insert assert that auto-assigned-address function is single function device.
Auto-assigned-address pci function (passing devfn = -1) is always
single function.
This patch adds assert() to guaran...
Isaku Yamahata
07:58 pm Revision 520128bd: pci: use PCI_DEVFN() where appropriate.
Use PCI_DEVFN() and PCI_FUNC_MAX where appropriate.
This patch make it clear that func = 0.
test:
The following obje...
Isaku Yamahata
11:24 am Revision 161f85e6: target-mips: add loongson 2E & 2F integer instructions
This patch adds support for loongson 2E & 2F instructions. They are the
same instructions, but differ by the opcode e...
Aurelien Jarno

07/07/2010

10:37 pm Revision 09d7ae90: Fix warning about uninitialized variable
With gcc 4.2.1-sjlj (mingw32-2) I get this warning:
/src/qemu/exec.c: In function 'qemu_ram_alloc':
/src/qemu/exec.c:...
Blue Swirl
08:54 pm Revision 6defcc37: sheepdog: fix compile error on systems without TCP_CORK
WIN32 is not only the system which doesn't have TCP_CORK (e.g. OS X).
Signed-off-by: MORITA Kazutaka <morita.kazutak...
MORITA Kazutaka

07/06/2010

06:48 pm Revision 5efb397f: Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
06:36 pm Revision fb787f81: ramblocks: No more being lazy about duplicate names
Now that we have a working qemu_ram_free() and the primary runtime
user of it has been updated, don't be lenient abou...
Alex Williamson
06:36 pm Revision 230741dc: pci: Free the space allocated for the option rom on removal
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Alex Williamson
06:36 pm Revision 04b16653: qemu_ram_free: Implement it
Now that we can support a ram_addr_t space with holes, we can implement
qemu_ram_free().
Signed-off-by: Alex William...
Alex Williamson
06:36 pm Revision 6772b936: qdev: Add a get_dev_path() function to BusInfo
This function is meant to provide a stable device path for buses
which are able to implement it. If a bus has a glob...
Alex Williamson
06:36 pm Revision a55bbe31: savevm: Create a new continue flag to avoid resending block name
Allows us to compress the protocol a bit by setting a flag on the
offset which indicates we're still working within t...
Alex Williamson
06:36 pm Revision cc9e98cb: ramblocks: Make use of DeviceState pointer and BusInfo.get_dev_path
With these two pieces in place, we can start naming ramblocks. When
the device is present and it lives on a bus that...
Alex Williamson
06:36 pm Revision 1724f049: qemu_ram_alloc: Add DeviceState and name parameters
These will be used to generate unique id strings for ramblocks. The name
field is required, the device pointer is op...
Alex Williamson
06:36 pm Revision 97ab12d4: savevm: Migrate RAM based on name/offset
Synchronize RAM blocks with the target and migrate using name/offset
pairs. This ensures both source and target have...
Alex Williamson
06:36 pm Revision 01657c86: virtio-net: Incorporate a DeviceState pointer and let savevm track instances
Stuff a pointer to the DeviceState into the VirtIONet structure so that
we can easily remove the vmstate entry later....
Alex Williamson
06:36 pm Revision 5fce2b3e: eepro100: Add a dev field to eeprom new/free functions
This allows us to create a more meaningful savevm string.
Signed-off-by: Alex Williamson <alex.williamson@redhat.com...
Alex Williamson
06:36 pm Revision e44359c3: savevm: Use RAM blocks for basis of migration
We don't want to assume a contiguous address space, so migrate based
on RAM blocks instead of a fixed linear address ...
Alex Williamson
06:36 pm Revision 0be71e32: savevm: Add DeviceState param
When available, we'd like to be able to access the DeviceState
when registering a savevm. For buses with a get_dev_p...
Alex Williamson
06:36 pm Revision 7685ee6a: savevm: Make use of DeviceState
For callers that pass a device we can traverse up the qdev tree and
make use of the BusInfo.get_dev_path information ...
Alex Williamson
06:36 pm Revision 4f43c1ff: pci: Implement BusInfo.get_dev_path()
This works great for PCI since a <segment>:<bus>:<dev>.<fn> uniquely
describes a global address. No need to traverse...
Alex Williamson
06:36 pm Revision d17b5288: Remove uses of ram.last_offset (aka last_ram_offset)
We currently need this either to allocate the next ram_addr_t for a
new block, or for total memory to be migrated. B...
Alex Williamson
06:36 pm Revision 44ae28f3: pc: Allocate all ram in a single qemu_ram_alloc()
This will benefit us when we migrate based on ramblock name since
we won't be bouncing between separate blocks.
Sign...
Alex Williamson
06:36 pm Revision 680a34ee: scsi: Fix SCSI bus reset
When the controller raises the SCSI reset line, we have to perform the
requested reset on all disks attached to the c...
Jan Kiszka
06:36 pm Revision f292787d: make rtc alatm work
Convert alarm time from BCD if needed before comparing with current
time.
Signed-off-by: Gleb Natapov <gleb@redhat.c...
Gleb Natapov
06:36 pm Revision 262ea18e: Fix io-thread build breakage of a88790a14f
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Jan Kiszka
06:05 pm Revision dce9e928: ide: Reject invalid CHS geometry
drive_init() doesn't permit invalid CHS for if=ide, but that's
worthless: we get it via if=none and -device.
Signed-...
Markus Armbruster
06:05 pm Revision 33b1db1c: block: add sheepdog driver for distributed storage support
Sheepdog is a distributed storage system for QEMU. It provides highly
available block level storage volumes to VMs li...
MORITA Kazutaka
06:05 pm Revision 7aa9c811: ide: Reject readonly drives unless CD-ROM
drive_init() doesn't permit option readonly for if=ide, but that's
worthless: we get it via if=none and -device.
Sig...
Markus Armbruster
06:05 pm Revision 9ac228e0: qcow2/vdi: Change check to distinguish error cases
This distinguishes between harmless leaks and real corruption. Hopefully users
better understand what qemu-img check ...
Kevin Wolf
06:05 pm Revision 65d21bc7: raw-posix: Fix test for host CD-ROM
raw_pread_aligned() retries up to two times if the block device backs
a virtual CD-ROM (a drive with media=cdrom and ...
Markus Armbruster
06:05 pm Revision 620f862e: scsi: Reject unimplemented error actions
drive_init() doesn't permit rerror for if=scsi, but that's worthless:
we get it via if=none and -device.
Moreover, s...
Markus Armbruster
06:05 pm Revision f597627f: ide: Improve error messages
Use error_report(), because it points to the error location.
Reword "tried to assign twice" messages to make it clea...
Markus Armbruster
06:05 pm Revision d246673d: block migration: Fix test for read-only drive
init_blk_migration_it() skips drives with type hint BDRV_TYPE_CDROM.
The intention is to skip read-only drives. Howe...
Markus Armbruster
06:05 pm Revision 528f7663: blockdev: Clean up how readonly persists across virtual media change
Since commit cb4e5f8e, monitor command change makes the new media
readonly iff the type hint is BDRV_TYPE_CDROM, i.e....
Markus Armbruster
06:05 pm Revision 2930b313: Add virtio disk identification support
This patch adds the final missing bits for support of
passing a serial/id string to a virtio-blk guest driver.
The g...
john cooper
06:05 pm Revision cd8722bb: ide: Replace IDEState members is_cdrom, is_cf by drive_kind
The two aren't independent variables. Make that obvious.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signe...
Markus Armbruster
06:05 pm Revision 42e766a2: scsi: Error locations for -drive if=scsi device initialization
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Markus Armbruster
06:05 pm Revision 94ac7268: error: New qemu_opts_loc_restore()
Needed for decent error locations when complaining about options
outside of qemu_opts_foreach(). That one sets the l...
Markus Armbruster
06:05 pm Revision c4d74df7: ide: Make ide_init_drive() return success
It still always succeeds. The next commits will add failures.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
...
Markus Armbruster
06:05 pm Revision bd6c9a61: qdev: Don't hw_error() in qdev_init_nofail()
Some of the failures are internal errors, and hw_error() is okay then.
But the common way to fail is bad user input, ...
Markus Armbruster
06:05 pm Revision b47b3525: fdc: Reject unimplemented error actions
drive_init() doesn't permit them for if=floppy, but that's worthless:
we get them via if=none and -global.
This can ...
Markus Armbruster
06:05 pm Revision e076f338: qemu-img check: Distinguish different kinds of errors
People think that their images are corrupted when in fact there are just some
leaked clusters. Differentiating severa...
Kevin Wolf
04:53 pm Revision 69e8b162: Include sys/mman.h before qemu-options.h
The result of parsing qemu-options.def depends on whehter or not
MAP_POPULATE is defined, so make sure to include sys...
Jes Sorensen
04:31 pm Revision 734003e6: Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
04:31 pm Revision 02d0ba14: Merge remote branch 'qmp/for-anthony' into staging
Anthony Liguori

07/05/2010

12:39 pm Revision 9f5a1fae: cris: Avoid debug clobbering for both I & D MMU state.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@axis.com> Edgar E. Iglesias
11:24 am Revision 3c4fe427: cris: Dont clobber the MMU state across calls to cpu_get_phys_page_debug.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com> Edgar E. Iglesias
11:15 am Revision 253248a3: cris: Break out rand LFSR update into a separate func.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@axis.com> Edgar E. Iglesias

07/03/2010

09:49 am Revision 08af49da: piix4: compile only once
Compile piix4 in hwlib. Two compilations less for the full build.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Blue Swirl
09:48 am Revision a88790a1: remove exec-all.h inclusion from cpu.h
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Paolo Bonzini
09:48 am Revision 10eb0cc0: move cpu_pc_from_tb to target-*/exec.h
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Paolo Bonzini
09:47 am Revision 83dae095: remove unused stuff from */exec.h
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Paolo Bonzini

07/02/2010

04:44 pm Revision de189a1b: block: Handle multiwrite errors only when all requests have completed
Don't try to be clever by freeing all temporary data and calling all callbacks
when the return value (an error) is ce...
Kevin Wolf
04:44 pm Revision 453f9a16: block: Fix early failure in multiwrite
bdrv_aio_writev may call the callback immediately (and it will commonly do so
in error cases). Current code doesn't c...
Kevin Wolf
02:18 pm Revision dfb0acd8: blockdev: drive_get_by_id() is no longer used, remove
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Markus Armbruster
02:18 pm Revision f8b6cc00: qdev: Decouple qdev_prop_drive from DriveInfo
Make the property point to BlockDriverState, cutting out the DriveInfo
middleman. This prepares the ground for block...
Markus Armbruster
02:18 pm Revision c2abccec: qemu-img: avoid calling exit(1) to release resources properly
This patch removes exit(1) from error(), and properly releases
resources such as a block driver and an allocated memo...
MORITA Kazutaka
02:18 pm Revision f9092b10: savevm: Survive hot-unplug of snapshot device
savevm.c keeps a pointer to the snapshot block device. If you manage
to get that device deleted, the pointer dangles...
Markus Armbruster
02:18 pm Revision 327cdad4: blkdebug: Fix set_state_opts definition
The list head was initialized to point to the wrong list, so all actions ended
up being handled as inject-error even ...
Kevin Wolf
02:18 pm Revision 7d0d6950: block: Fix virtual media change for if=none
BlockDriverState member removable controls whether virtual media
change (monitor commands change, eject) is allowed. ...
Markus Armbruster
02:18 pm Revision 8db520ce: blkdebug: Initialize state as 1
state = 0 in rules means that the rule is valid for any state. Therefore it's
impossible to have a rule that works on...
Kevin Wolf
02:18 pm Revision 698f0d52: blkdebug: Free QemuOpts after having read the config
Forgetting to free them means that the next instance inherits all rules and
gets its own rules only additionally.
Si...
Kevin Wolf
02:18 pm Revision c0897e0c: pc: Fix CMOS info for drives defined with -device
Drives defined with -drive if=ide get get created along with the IDE
controller, inside machine->init(). That's befo...
Markus Armbruster
02:18 pm Revision bb67ab02: qemu-option: New qemu_opts_reset()
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Markus Armbruster
02:18 pm Revision 3ac906f7: block: Clean up bdrv_snapshots()
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Markus Armbruster
02:18 pm Revision 18846dee: block: Catch attempt to attach multiple devices to a blockdev
For instance, -device scsi-disk,drive=foo -device scsi-disk,drive=foo
happily creates two SCSI disks connected to the...
Markus Armbruster
02:18 pm Revision 57c88866: ide: Make PIIX and ISA IDE init functions return the qdev
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Markus Armbruster
02:18 pm Revision fa12fbbe: ide: Make it explicit that ide_create_drive() can't fail
All callers of ide_create_drive() ignore its value. Currently
harmless, because it fails only when qdev_init() fails...
Markus Armbruster
02:18 pm Revision e4700e59: blockdev: New drive_get_by_blockdev()
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Markus Armbruster
02:18 pm Revision 14bafc54: blockdev: Clean up automatic drive deletion
We automatically delete blockdev host parts on unplug of the guest
device. Too much magic, but we can't change that ...
Markus Armbruster
02:18 pm Revision 19dbcbf7: qcow2: Fix error handling during metadata preallocation
People were wondering why qemu-img check failed after they tried to preallocate
a large qcow2 file and ran out of dis...
Kevin Wolf
02:18 pm Revision fa66b909: scsi: scsi_bus_legacy_handle_cmdline() can fail, fix callers
None of its callers checks for failure. scsi_hot_add() can crash
because of that:
(qemu) drive_add 4 if=scsi,format...
Markus Armbruster
02:18 pm Revision 15c7733b: Don't reset bs->is_temporary in bdrv_open_common
To fix https://bugs.launchpad.net/qemu/+bug/597402 where qemu fails to
call unlink() on temporary snapshots due to bs...
Ryan Harper
02:18 pm Revision 39508e7a: block: allow filenames with colons again for host devices
Before the raw/file split we used to allow filenames with colons for host
device only. While this was more by accide...
Christoph Hellwig
02:18 pm Revision 0c6f9c17: blockdev: Remove drive_get_serial()
Unused since commit 6ced55a5.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@...
Markus Armbruster
02:55 am Revision 8713f8ff: Don't declare XSAVE as supported
i386 cpuid.c currently claims XSAVE is supported in the CPUID filter,
but that's not true: Only FXSAVE is supported. ...
Andi Kleen
02:53 am Revision c045af25: Add more boundary checking to sse3/4 parsing
ssse3 uses tables with only two entries per op, but it is indexed
with b1 which can contain variables upto 3. This ha...
Andi Kleen
12:45 am Revision 4c4fd3f8: target-arm : fix parallel saturated subtraction implementation
Signed-off-by: Chih-Min Chao <cmchao@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Chih-Min Chao
12:45 am Revision bb42e28b: target-arm: fix addsub/subadd implementation
Signed-off-by: Chih-Min Chao <cmchao@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Chih-Min Chao
12:45 am Revision d6f3a845: Makefile: add qemu-options.def to distclean
Remove generated qemu-options.def at "make distclean".
Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>...
Hidetoshi Seto
12:45 am Revision ed89a2f1: target-arm : fix thumb2 parallel add/sub opcode decoding
Signed-off-by: Chih-Min Chao <cmchao@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Chih-Min Chao
12:45 am Revision 7418027e: target-i386: fix xchg rax,r8
We were ignoring REX_B while special-casing NOP, i.e. xchg eax,eax.
Signed-off-by: Richard Henderson <rth@twiddle.ne...
Richard Henderson
12:45 am Revision afa88c3a: target-mips: add Loongson support prefetch
Loongson CPU uses a load to zero register for prefetch.
Emulate it as a NOP.
Signed-off-by: Aurelien Jarno <aurelien...
Aurelien Jarno
12:45 am Revision d7a5842b: Add QMP/qmp-commands.txt to .gitignore
QMP/qmp-commands.txt is a generated file.
Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-b...
Hidetoshi Seto

07/01/2010

08:27 pm Revision e4940c60: QMP: handle_qmp_command(): Small cleanup
Drop a unneeded label and QDECREF() call.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Luiz Capitulino
08:27 pm Revision a6c4d364: monitor: Allow to exclude commands from QMP
Ported commands that are marked 'user_only' will not be considered for
QMP monitor sessions. This allows to implement...
Jan Kiszka
08:27 pm Revision 0bbab46d: QMP: Drop old input object checking
Previous commit added qmp_check_input_obj(), it does all the
checking we need.
Signed-off-by: Luiz Capitulino <lcapi...
Luiz Capitulino
08:27 pm Revision bbafc7a8: QMP: Fix python helper /wrt long return strings
Remove the arbitrary limitation of 1024 characters per return string and
read complete lines instead. Required for de...
Jan Kiszka
08:27 pm Revision 410cbafe: net: delete QemuOpts when net_client_init() fails.
This fixes the following scenario using QMP.
First, put a bogus argument "foo" to "type", which results in an error....
Yoshiaki Tamura
08:27 pm Revision 4af9193a: QMP: New argument checker (second part)
This commit introduces the second (and last) part of QMP's new
argument checker.
The job is done by check_client_arg...
Luiz Capitulino
08:27 pm Revision 5af7bbae: QMP: Fix error reporting in the async API
The current asynchronous command API doesn't return a QMP response
when the async command fails.
This is easy to rep...
Luiz Capitulino
08:27 pm Revision eb159d13: Monitor: handle optional '-' arg as a bool
Historically, user monitor arguments beginning with '-' (eg. '-f')
were passed as integers down to handlers.
I've ma...
Luiz Capitulino
08:27 pm Revision 60d76d7b: QError: Introduce QERR_QMP_EXTRA_MEMBER
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Luiz Capitulino
08:27 pm Revision 8754c81e: QError: Enhance QERR_DEVICE_NOT_ACTIVE's user desc
The 'by the guest' part is misleading, it could be disabled by
the host too.
We will likely need more surgery if we ...
Luiz Capitulino
08:27 pm Revision 2dbc8db0: QMP: New argument checker (first part)
Current QMP's argument checker is more complex than it should be
and has (at least) one serious bug: it ignores unkno...
Luiz Capitulino
08:27 pm Revision f2b07f35: QDict: Introduce new iteration API
It's composed of functions qdict_first() and qdict_next(), plus
functions to access QDictEntry values.
This API was ...
Luiz Capitulino
08:27 pm Revision 0d078b2a: QDict: Introduce functions to retrieve QDictEntry values
Next commit will introduce a new QDict iteration API which
returns QDictEntry entries, but we don't want users to dir...
Luiz Capitulino
08:27 pm Revision d02c6bd4: check-qdict: Introduce test for the new iteration API
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Luiz Capitulino
08:27 pm Revision 83aba69e: QDict: Rename 'err_value'
A missing key is not an error.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Luiz Capitulino
08:27 pm Revision 8d7e8457: QMP: Teach basic capability negotiation to python example
As sending "qmp_capabilities" on session start became mandatory, both
python examples were broken.
Signed-off-by: Ja...
Jan Kiszka
08:27 pm Revision 35006ac8: QDict: Introduce qdict_get_try_bool()
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Luiz Capitulino
08:27 pm Revision c8bc3cd7: QDict: Small terminology change
Let's call a 'hash' only what is returned by our hash function,
anything else is a 'bucket'.
This helps avoiding con...
Luiz Capitulino
08:27 pm Revision c917c8f3: QMP: Introduce qmp_check_input_obj()
This is similar to qmp_check_client_args(), but it checks if
the input object follows the specification (QMP/qmp-spec...
Luiz Capitulino
08:27 pm Revision f6b4fc8b: QMP: Drop old client argument checker
Previous two commits added qmp_check_client_args(), which
fully replaces this code and is way better.
It's important...
Luiz Capitulino
07:58 pm Revision 3b6dbf27: monitor: Fix command completion vs. boolean switches
We now have to move forward to the next argument type via next_arg_type.
This patch fixes completion for 'eject' and ...
Jan Kiszka
07:58 pm Revision 8ac470c1: monitor: Establish cmd flags and convert the async tag
As we want to add more flags to monitor commands, convert the only so
far existing one accordingly.
Signed-off-by: J...
Jan Kiszka
07:58 pm Revision 03a63484: monitor: Fix leakage during completion processing
Given too many arguments or an invalid command, we were leaking the
duplicated argument strings.
Signed-off-by: Jan ...
Jan Kiszka
08:48 am Revision 5c13fdfd: target-mips: split load and store
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Aurelien Jarno

06/30/2010

11:58 pm Revision 449041d4: qdev-properties: Fix (u)intXX parsers
scanf calls must not use PRI constants, they have probably the wrong size and
corrupt memory. We could replace them b...
Kevin Wolf
11:51 pm Revision b373a63a: Return usb device to host on exit
Signed-off-by: Shahar Havivi <shaharh@redhat.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Aurelien...
Shahar Havivi
11:51 pm Revision 00ff227a: Return usb device to host on usb_del command
Signed-off-by: Shahar Havivi <shaharh@redhat.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Aurelien...
Shahar Havivi
11:35 pm Revision 03c71553: net: Fix VM start with '-net none'
Commit 50e32ea8f31035877decc10f1075aa0e619e09cb changed the behaviour
for the return type of net_client_init() when a...
Amit Shah
09:59 pm Revision ab5ea558: x86: svm: Always clear event_inj on vmexit
We currently only clear SVM_EVTINJ_VALID after successful interrupt
delivery. This apparently does not match real har...
Jan Kiszka
09:43 pm Revision 6881dd5f: usb-uhci: fix commit 8e65b7c04965c8355e4ce43211582b6b83054e3d for vmstate
The commit 8e65b7c04965c8355e4ce43211582b6b83054e3d introduced
expire_time of UHCIState. But expire_time is not in vm...
TeLeMan
09:41 pm Revision c1ff227b: hw/omap : make local function static and remove declaration from header
Signed-off-by: cmchao <cmchao@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
cmchao
09:41 pm Revision 7f132a21: hw/omap1.c : separate interrupt controller module
Signed-off-by: cmchao <cmchao@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
cmchao
09:41 pm Revision 2d08cc7c: hw/omap2.c : separate spi module
Signed-off-by: cmchao <cmchao@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
cmchao
09:41 pm Revision 02d74341: hw/omap1.c : separate uart module
Signed-off-by: cmchao <cmchao@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
cmchao
09:41 pm Revision cc9577cf: hw/omap2.c : separate tap module(Test-Chip-level)
Signed-off-by: cmchao <cmchao@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
cmchao
09:41 pm Revision 2c1d9ecb: hw/omwp2.c : separate l4 interconnect module
Signed-off-by: cmchao <cmchao@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
cmchao
09:41 pm Revision 0bf43016: hw/omap2.c : separate sdrc (sdram controller)
Signed-off-by: cmchao <cmchao@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
cmchao
09:41 pm Revision d82310f7: hw/omap2.c : separate gpio module
Signed-off-by: cmchao <cmchao@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
cmchao
09:41 pm Revision f3354b0e: hw/omap2.c : separate gpmc(general purpose memory controller)
Signed-off-by: cmchao <cmchao@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
cmchao
09:41 pm Revision c58d37cf: hw/omap2.c : separate gptimer module
Signed-off-by: cmchao <cmchao@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
cmchao
09:41 pm Revision 011d87d0: hw/omap2.c : separate synctimer module
Signed-off-by: cmchao <cmchao@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
cmchao
09:41 pm Revision e5c6b25a: hw/omap1.c : separate gpio module
Signed-off-by: cmchao <cmchao@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
cmchao
09:38 pm Revision f83ccb3e: virtio-serial: Simplify virtio_serial_load()
For all i, ports_map[i] is used in and only in the i-th iteration.
Replace the dynamic array by a scalar variable.
S...
Markus Armbruster
09:35 pm Revision 81bf96d3: usb-serial: Fail instead of crash when chardev is missing
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Aurel...
Markus Armbruster
09:25 pm Revision bf298f83: A bit optimization for tlb_set_page()
This patch avoids handling write watchpoints on read-only memory access.
It also breaks the searching loop for watchp...
Jun Koi
09:00 pm Revision 6fbab869: target-mips: fix DINSU instruction
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Aurelien Jarno
08:39 pm Revision 33dd2983: MIPS: fix fulong bios loading
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Aurelien Jarno
12:26 am Revision 45e7e4bc: r2d: fix pflash mapping
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Aurelien Jarno
12:26 am Revision aa8f4009: target-mips: enable movn/movz on loongson 2E & 2F
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Aurelien Jarno
12:26 am Revision 15656e09: mips-dis: add support for Godson integer instructions
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Aurelien Jarno
12:07 am Revision 5bc6fba8: MIPS: Initial support of fulong mini pc (CPU definition)
Signed-off-by: Huacai Chen <zltjiangshi@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Huacai Chen
12:07 am Revision d1d74664: lsi53c895a: fix Phase Mismatch Jump
lsi_bad_phase has a bug in the choice of pmjad1/pmjad2. This does
not matter with Linux guests because it uses just ...
Paolo Bonzini
12:07 am Revision 30235a54: MIPS: Initial support of VIA USB controller used by fulong mini pc
Signed-off-by: Huacai Chen <zltjiangshi@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Huacai Chen
12:07 am Revision 016512f3: MIPS: Initial support of VIA IDE controller used by fulong mini pc
Signed-off-by: Huacai Chen <zltjiangshi@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Huacai Chen
12:07 am Revision 051c190b: MIPS: Initial support of fulong mini pc (machine construction)
Signed-off-by: Huacai Chen <zltjiangshi@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Huacai Chen
12:07 am Revision d0f7453d: MIPS: Initial support of bonito north bridge used by fulong mini pc
Signed-off-by: Huacai Chen <zltjiangshi@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Huacai Chen
12:07 am Revision edf79e66: Initial support of vt82686b south bridge used by fulong mini pc
Signed-off-by: Huacai Chen <zltjiangshi@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Huacai Chen
12:07 am Revision 48bb3750: tcg-s390: new TCG Target
Original patch from Ulrich Hecht, further work from Alexander Graf
and Richard Henderson.
Cc: Ulrich Hecht <uli@suse...
Richard Henderson

06/29/2010

10:30 pm Revision b9e946c7: tcg-ppc: Conditionally reserve TCG_GUEST_BASE_REG.
We need not reserve the register unless we're going to use it.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Si...
Richard Henderson

06/28/2010

07:06 pm Revision 51e49430: Enable XSAVE related CPUID
We can support it in KVM now. The 0xd leaf is queried from KVM.
Signed-off-by: Sheng Yang <sheng@linux.intel.com>
Si...
Sheng Yang
07:06 pm Revision 89354998: fix CPUID vendor override
the meaning of vendor_override is actually the opposite of how it
is currently used :-(
Fix it to allow KVM to export...
Andre Przywara
07:06 pm Revision 408392b3: kvm: Fix cpu_is_bsp() compilation warning
Signed-off-by: Sheng Yang <sheng@linux.intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Sheng Yang
07:06 pm Revision be41cbe0: kvm: Switch kvm_update_guest_debug to run_on_cpu
Guest debugging under KVM is currently broken once io-threads are
enabled. Easily fixable by switching the fake on_vc...
Jan Kiszka
07:06 pm Revision ddced198: kvm: init mp_state
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Marcelo Tosatti
07:06 pm Revision f1665b21: kvm: Enable XSAVE live migration support
Signed-off-by: Sheng Yang <sheng@linux.intel.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Sheng Yang
07:06 pm Revision c958a8bd: kvm: Extend kvm_arch_get_supported_cpuid() to support index
Would use it later for XSAVE related CPUID.
Signed-off-by: Sheng Yang <sheng@linux.intel.com>
Signed-off-by: Marcelo...
Sheng Yang

06/27/2010

07:25 pm Revision 4972d592: win32: Add missing function ffs
mingw32 does not include function ffs.
Commit c6d29ad6e24533cc3762e1d654275607e1d03058 added a
declaration for ffs, ...
Stefan Weil
07:09 pm Revision 5635efc3: win32: Add define for missing EPROTONOSUPPORT
mingw32 does not define EPROTONOSUPPORT (which is used by
migration.c and maybe future patches), so add a
definition ...
Stefan Weil
07:09 pm Revision 924ef7ee: .gitignore: Ignore libdis*, qemu-options.def
libdis, libdis-user and qemu-options.def are generated
directories / files and should be ignored by git.
Signed-off-...
Stefan Weil
07:08 pm Revision 427bd8d6: x86: Clean up CPU reset
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Jan Kiszka
07:07 pm Revision 052be86b: x86: Fix INIT processing
This fixes a regression of 0e26b7b892: Reset halted also on INIT.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>...
Jan Kiszka
07:06 pm Revision 94c5f455: mask all interrupts when MASTER_DISABLE is set
The MASTER_DISABLE bit (aka mask-all) masks all the interrupts.
According to Sun-4M System Architecture
"The level–1...
Artyom Tarasenko
07:04 pm Revision 3a5c16fc: fw_cfg: convert to qdev
Convert fw_cfg to qdev.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Blue Swirl
07:04 pm Revision 738012be: Remove useless device dependency of HAS_AUDIO
System architecture dictates whether HAS_AUDIO is defined. It's then
useless to check for HAS_AUDIO in files which ar...
Blue Swirl
« Previous
Next »
 

Also available in: Atom